Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 574c71a500a07162c29ac549af62d3136e4ef698 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-ssh8853716497995570691.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-ssh8779293756735065302.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-ssh10781477413156295245.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-ssh16704477206238795793.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-ssh12702165368275094091.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 ‘prd-ubuntu20.04-docker-8c-8g-7222’ is offline Running on prd-ubuntu20.04-docker-8c-8g-7231 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/664 [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/664 # 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 > 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 Avoid second fetch Checking out Revision 574c71a500a07162c29ac549af62d3136e4ef698 (main) Commit message: "Merge pull request #4851 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.26.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 > git rev-list --no-walk 26a39fe2efc8fe81094dee69ee2f79fc5a0422cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:55:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:55:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:55:29 ========================================================= 23:55:29 EdgeX Global Pipelines Version Info 23:55:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:55:29 ------------------- 23:55:29 stable info: 23:55:29 ------------------- 23:55:29 Commited By: Ginny Guan ginny@iotechsys.com 23:55:29 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 23:55:29 Message: update stable to v1.0.260 23:55:30 ------------------- 23:55:30 experimental info: 23:55:30 ------------------- 23:55:30 Commited By: Ginny Guan ginny@iotechsys.com 23:55:30 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 23:55:30 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:55:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 574c71a [Pipeline] echo 23:55:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:55:31 provisioning config files... 23:55:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config16860952222838842677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:55:31 ---> ****-login.sh 23:55:31 nexus3.edgexfoundry.org:10001 23:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:55:31 Configure a credential helper to remove this warning. See 23:55:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:55:31 23:55:31 Login Succeeded 23:55:31 nexus3.edgexfoundry.org:10002 23:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:55:31 Configure a credential helper to remove this warning. See 23:55:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:55:31 23:55:31 Login Succeeded 23:55:32 nexus3.edgexfoundry.org:10003 23:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:55:32 Configure a credential helper to remove this warning. See 23:55:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:55:32 23:55:32 Login Succeeded 23:55:32 nexus3.edgexfoundry.org:10004 23:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:55:32 Configure a credential helper to remove this warning. See 23:55:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:55:32 23:55:32 Login Succeeded 23:55:32 ****.io 23:55:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:55:32 Configure a credential helper to remove this warning. See 23:55:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:55:32 23:55:32 Login Succeeded 23:55:32 ---> ****-login.sh ends [Pipeline] } 23:55:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:55:32 + 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 23:55:32 + + cut -d/ -f2dirname 23:55:32 cmd/core-command/Dockerfile 23:55:32 + echo core-command,cmd/core-command/Dockerfile 23:55:32 + dirname cmd/core-common-config-bootstrapper/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 23:55:32 + dirname cmd/core-data/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo core-data,cmd/core-data/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + dirname cmd/core-keeper/Dockerfile 23:55:32 + echo core-keeper,cmd/core-keeper/Dockerfile 23:55:32 + dirname cmd/core-metadata/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo core-metadata,cmd/core-metadata/Dockerfile 23:55:32 + dirname cmd/security-bootstrapper/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:55:32 + dirname cmd/security-proxy-auth/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 23:55:32 + dirname cmd/security-proxy-setup/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:55:32 + dirname cmd/security-secretstore-setup/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:55:32 + dirname cmd/security-spiffe-token-provider/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 23:55:32 + dirname cmd/security-spire-agent/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 23:55:32 + dirname cmd/security-spire-config/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-spire-config,cmd/security-spire-config/Dockerfile 23:55:32 + dirname cmd/security-spire-server/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo security-spire-server,cmd/security-spire-server/Dockerfile 23:55:32 + dirname cmd/support-cron-scheduler/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile 23:55:32 + + cut -d/dirname -f2 cmd/support-notifications/Dockerfile 23:55:32 23:55:32 + echo support-notifications,cmd/support-notifications/Dockerfile 23:55:32 + dirname cmd/support-scheduler/Dockerfile 23:55:32 + cut -d/ -f2 23:55:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 23:55:33 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 23:55:33 + git rev-list -1 --merges 574c71a500a07162c29ac549af62d3136e4ef698~1..574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo 23:55:33 -----------> git rev-list -1 --merges 574c71a500a07162c29ac549af62d3136e4ef698~1..574c71a500a07162c29ac549af62d3136e4ef698 574c71a500a07162c29ac549af62d3136e4ef698 23:55:33 574c71a500a07162c29ac549af62d3136e4ef698 [false] [Pipeline] sh 23:55:33 + git log --format=format:%s -1 574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] echo 23:55:33 ========================================================= 23:55:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:55:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:55:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:55:34 + grep -v github /etc/ssh/ssh_known_hosts 23:55:34 + [ -e /tmp/ssh_known_hosts ] 23:55:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:55:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:55:34 + sudo tee -a /etc/ssh/ssh_known_hosts 23:55:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:55:34 23:55:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:55:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:55:34 0.1.4: Pulling from edgex-devops/py-git-semver 23:55:34 b85a868b505f: Pulling fs layer 23:55:34 e2be974225ed: Pulling fs layer 23:55:34 339a4e72a1f5: Pulling fs layer 23:55:34 988bab9f4d93: Pulling fs layer 23:55:34 1469e6f7b9e6: Pulling fs layer 23:55:34 988bab9f4d93: Waiting 23:55:34 eaf3925da568: Pulling fs layer 23:55:34 bab4dde63d76: Pulling fs layer 23:55:34 bde34c3a00c8: Pulling fs layer 23:55:34 b352a97aabf1: Pulling fs layer 23:55:34 4872d77fe225: Pulling fs layer 23:55:34 5851b861e8e6: Pulling fs layer 23:55:34 1469e6f7b9e6: Waiting 23:55:34 eaf3925da568: Waiting 23:55:34 b352a97aabf1: Waiting 23:55:34 5851b861e8e6: Waiting 23:55:34 bab4dde63d76: Waiting 23:55:34 bde34c3a00c8: Waiting 23:55:34 e2be974225ed: Verifying Checksum 23:55:34 e2be974225ed: Download complete 23:55:34 988bab9f4d93: Verifying Checksum 23:55:34 988bab9f4d93: Download complete 23:55:34 1469e6f7b9e6: Verifying Checksum 23:55:34 1469e6f7b9e6: Download complete 23:55:34 339a4e72a1f5: Verifying Checksum 23:55:34 eaf3925da568: Verifying Checksum 23:55:34 eaf3925da568: Download complete 23:55:35 bde34c3a00c8: Download complete 23:55:35 b352a97aabf1: Download complete 23:55:35 4872d77fe225: Verifying Checksum 23:55:35 4872d77fe225: Download complete 23:55:35 5851b861e8e6: Download complete 23:55:35 b85a868b505f: Verifying Checksum 23:55:35 b85a868b505f: Download complete 23:55:35 bab4dde63d76: Download complete 23:55:36 b85a868b505f: Pull complete 23:55:36 e2be974225ed: Pull complete 23:55:36 339a4e72a1f5: Pull complete 23:55:36 988bab9f4d93: Pull complete 23:55:37 1469e6f7b9e6: Pull complete 23:55:37 eaf3925da568: Pull complete 23:55:39 bab4dde63d76: Pull complete 23:55:39 bde34c3a00c8: Pull complete 23:55:39 b352a97aabf1: Pull complete 23:55:39 4872d77fe225: Pull complete 23:55:39 5851b861e8e6: Pull complete 23:55:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:55:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:55:39 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 23:55:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 23:55:42 $ docker top 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 -eo pid,comm 23:55:42 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). 23:55:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:55:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:55:42 [ssh-agent] Looking for ssh-agent implementation... 23:55:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:55:42 $ docker exec 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent 23:55:42 SSH_AUTH_SOCK=/tmp/ssh-niFMJwIgqZfC/agent.31 23:55:42 SSH_AGENT_PID=37 23:55:42 Running ssh-add (command line suppressed) 23:55:43 Identity added: /w/workspace/edgex-go/664@tmp/private_key_10000841412324261302.key (/w/workspace/edgex-go/664@tmp/private_key_10000841412324261302.key) 23:55:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:55:43 + git tag --points-at HEAD [Pipeline] } 23:55:43 $ docker exec --env ******** --env ******** 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent -k 23:55:43 unset SSH_AUTH_SOCK; 23:55:43 unset SSH_AGENT_PID; 23:55:43 echo Agent pid 37 killed; 23:55:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:55:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:55:43 [ssh-agent] Looking for ssh-agent implementation... 23:55:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:55:43 $ docker exec 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent 23:55:43 SSH_AUTH_SOCK=/tmp/ssh-8nMf8CnUO2pZ/agent.69 23:55:43 SSH_AGENT_PID=75 23:55:43 Running ssh-add (command line suppressed) 23:55:43 Identity added: /w/workspace/edgex-go/664@tmp/private_key_16966709178801017927.key (/w/workspace/edgex-go/664@tmp/private_key_16966709178801017927.key) 23:55:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:55:44 + git semver init 23:55:44 2024-08-06 23:55:44,292 [run_init] DEBUG init version:0.0.0 force:False 23:55:44 2024-08-06 23:55:44,293 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/664/.semver 23:55:44 2024-08-06 23:55:44,294 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/664/.semver 23:55:44 2024-08-06 23:55:44,294 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/664/.semver'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) 23:55:50 2024-08-06 23:55:50,336 [append_file] DEBUG append to file:/w/workspace/edgex-go/664/.git/info/exclude 23:55:50 2024-08-06 23:55:50,336 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/664/.semver/main with force:False 23:55:50 2024-08-06 23:55:50,336 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 23:55:50 2024-08-06 23:55:50,336 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 23:55:50 3.2.0-dev.46 [Pipeline] } 23:55:50 $ docker exec --env ******** --env ******** 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 ssh-agent -k 23:55:51 unset SSH_AUTH_SOCK; 23:55:51 unset SSH_AGENT_PID; 23:55:51 echo Agent pid 75 killed; 23:55:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:55:51 + git semver [Pipeline] } 23:55:51 $ docker stop --time=1 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 23:55:53 $ docker rm -f --volumes 7642c38fbbc4cf082e02125b5c398cb3d3559f95aa141cd8618a9fb7140a7cf1 [Pipeline] // withDockerContainer [Pipeline] sh 23:55:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:55:53 Stashed 1 file(s) [Pipeline] echo 23:55:53 [edgeXSemver]: initialized semver on version 3.2.0-dev.46 [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 23:55:54 + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo 23:55:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:55:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:55:54 ========================================================= 23:55:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 23:55:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:55:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 23:55:54 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 23:55:54 619be1103602: Pulling fs layer 23:55:54 7862e08f4a3e: Pulling fs layer 23:55:54 5df492c9dc93: Pulling fs layer 23:55:54 7629e6793208: Pulling fs layer 23:55:54 4f4fb700ef54: Pulling fs layer 23:55:54 fb5054dd5b73: Pulling fs layer 23:55:54 eeca6798cff9: Pulling fs layer 23:55:54 aa269ceb94a6: Pulling fs layer 23:55:54 ada007ff1a6a: Pulling fs layer 23:55:54 fb5054dd5b73: Waiting 23:55:54 7629e6793208: Waiting 23:55:54 eeca6798cff9: Waiting 23:55:54 4f4fb700ef54: Waiting 23:55:54 ada007ff1a6a: Waiting 23:55:54 aa269ceb94a6: Waiting 23:55:54 7862e08f4a3e: Verifying Checksum 23:55:54 7862e08f4a3e: Download complete 23:55:54 7629e6793208: Verifying Checksum 23:55:54 7629e6793208: Download complete 23:55:54 4f4fb700ef54: Download complete 23:55:54 fb5054dd5b73: Verifying Checksum 23:55:54 fb5054dd5b73: Download complete 23:55:54 619be1103602: Download complete 23:55:54 eeca6798cff9: Verifying Checksum 23:55:54 eeca6798cff9: Download complete 23:55:54 619be1103602: Pull complete 23:55:54 ada007ff1a6a: Verifying Checksum 23:55:54 7862e08f4a3e: Pull complete 23:55:54 5df492c9dc93: Verifying Checksum 23:55:54 5df492c9dc93: Download complete 23:55:55 aa269ceb94a6: Verifying Checksum 23:55:55 aa269ceb94a6: Download complete 23:55:58 5df492c9dc93: Pull complete 23:55:58 7629e6793208: Pull complete 23:55:58 4f4fb700ef54: Pull complete 23:55:58 fb5054dd5b73: Pull complete 23:55:58 eeca6798cff9: Pull complete 23:56:01 aa269ceb94a6: Pull complete 23:56:01 ada007ff1a6a: Pull complete 23:56:01 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 23:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 23:56:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 23:56:02 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 23:56:02 WORKDIR /edgex 23:56:02 COPY go.mod . 23:56:02 RUN go mod download 23:56:02 + docker build -t ci-base-image-x86_64 -f - . 23:56:03 Sending build context to Docker daemon 178.9MB 23:56:03 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 23:56:03 ---> f489d0715acc 23:56:03 Step 2/4 : WORKDIR /edgex 23:56:08 ---> Running in 60bdd9df18d3 23:56:08 Removing intermediate container 60bdd9df18d3 23:56:08 ---> c2e75eb9d322 23:56:08 Step 3/4 : COPY go.mod . 23:56:08 ---> f3ce6b3a7999 23:56:08 Step 4/4 : RUN go mod download 23:56:08 ---> Running in 7f0b0ca52a14 23:56:08 Still waiting to schedule task 23:56:08 ‘prd-ubuntu20.04-docker-arm64-4c-16g-7225’ is offline 23:56:40 Removing intermediate container 7f0b0ca52a14 23:56:40 ---> f6ac3f2cc061 23:56:40 Successfully built f6ac3f2cc061 23:56:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:56:40 + docker inspect -f . ci-base-image-x86_64 23:56:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:41 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 23:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 23:56:41 $ docker top 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:56:41 + go version 23:56:41 go version go1.21.9 linux/amd64 [Pipeline] } 23:56:41 $ docker stop --time=1 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 23:56:43 $ docker rm -f --volumes 438c33739e7e2aef439e3c83baf5b8abd6b580907c950482f6a233aa219b46f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:56:43 + docker inspect -f . ci-base-image-x86_64 23:56:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:56:43 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 23:56:43 $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 23:56:44 $ docker top 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 -eo pid,comm [Pipeline] { [Pipeline] echo 23:56:44 ========================================================= 23:56:44 [edgeXBuildGoParallel] Running Tests and Build... 23:56:44 ========================================================= [Pipeline] sh 23:56:44 + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] fileExists [Pipeline] sh 23:56:44 + make test 23:56:44 go test -race -coverprofile=coverage.out ./... 23:56:52 ? github.com/edgexfoundry/edgex-go [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:57:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.020s coverage: 28.7% of statements 23:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 23:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 23:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:57:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:57:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 23:57:27 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements 23:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.046s coverage: 53.2% of statements 23:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.545s coverage: 93.4% of statements 23:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.042s coverage: 91.7% of statements 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] 23:57:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:57:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.040s coverage: 6.5% of statements 23:57:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.393s coverage: 95.8% of statements 23:57:32 ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements 23:57:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.021s coverage: 0.0% of statements [no tests to run] 23:57:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:57:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.056s coverage: 0.8% of statements 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.038s coverage: 30.7% of statements 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 41.7% of statements 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.025s coverage: 77.8% of statements 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 23:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.032s coverage: 96.3% of statements 23:57:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 23:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 23:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres [no test files] 23:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config [no test files] 23:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container [no test files] 23:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:57:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 23:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:57:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:57:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7232 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 23:57:44 Running in /w/workspace/edgex-go/664 [Pipeline] { [Pipeline] checkout 23:57:44 The recommended git tool is: git 23:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 23:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 23:57:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 23:57:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:57:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:57:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/application [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/container [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/controller/http [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] 23:57:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.024s coverage: 94.4% of statements 23:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:57:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:57:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:57:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:57:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:57:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:57:51 using credential edgex-jenkins-ssh 23:57:51 Cloning the remote Git repository 23:57:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:57:51 > git init /w/workspace/edgex-go/664 # timeout=10 23:57:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:57:52 > git --version # timeout=10 23:57:52 > git --version # 'git version 2.25.1' 23:57:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:57:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.281s coverage: 79.9% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.046s coverage: 92.9% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 67.2% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 76.6% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 20.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.073s coverage: 82.1% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.137s coverage: 63.1% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.025s coverage: 100.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.4% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.175s coverage: 36.5% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.032s coverage: 84.8% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.089s coverage: 95.7% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements 23:58:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.066s coverage: 98.9% of statements 23:58:01 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 23:58:01 running golangci-lint 23:58:01 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 23:58:01 go version go1.21.9 linux/amd64 23:58:01 level=info msg="[config_reader] Used config file .golangci.yml" 23:58:01 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 23:58:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:58:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:58:11 Avoid second fetch 23:58:11 Checking out Revision 574c71a500a07162c29ac549af62d3136e4ef698 (main) 23:58:12 Commit message: "Merge pull request #4851 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.26.0" 23:58:11 > git config core.sparsecheckout # timeout=10 23:58:11 > git checkout -f 574c71a500a07162c29ac549af62d3136e4ef698 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:58:17 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:58:17 % Total % Received % Xferd Average Speed Time Time Time Current 23:58:17 Dload Upload Total Spent Left Speed 23:58:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 62271 0 --:--:-- --:--:-- --:--:-- 62575 [Pipeline] sh 23:58:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:58:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:58:17 + sudo tee /etc/docker/daemon.new 23:58:17 { 23:58:17 "registry-mirrors": [ 23:58:17 "https://nexus3.edgexfoundry.org:10001" 23:58:17 ], 23:58:17 "bip": "10.250.0.254/24", 23:58:17 "hosts": [ 23:58:17 "tcp://0.0.0.0:5555", 23:58:17 "unix:///var/run/docker.sock" 23:58:17 ], 23:58:17 "mtu": 1458, 23:58:17 "selinux-enabled": true, 23:58:17 "seccomp-profile": "/etc/docker/seccomp.json" 23:58:17 } [Pipeline] sh 23:58:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:58:18 + sudo service docker restart 23:58:27 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|name|files|types_sizes) took 23.301406493s" 23:58:27 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.789989ms" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:58:36 provisioning config files... 23:58:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config2943350463122443313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:58:37 ---> ****-login.sh 23:58:37 nexus3.edgexfoundry.org:10001 23:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:58:37 Configure a credential helper to remove this warning. See 23:58:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:58:37 23:58:37 Login Succeeded 23:58:37 nexus3.edgexfoundry.org:10002 23:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:37 level=info msg="[linters_context/goanalysis] analyzers took 1m52.303826247s with top 10 stages: buildir: 1m6.036587231s, gosec: 9.651267905s, inspect: 3.168954022s, fact_deprecated: 2.788004133s, printf: 1.722505492s, ctrlflow: 1.637758865s, fact_purity: 1.407985433s, S1038: 1.367435831s, nilness: 1.298430185s, errcheck: 770.42613ms" 23:58:37 level=info msg="[runner] Issues before processing: 213, after processing: 0" 23:58:37 level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 213/213, skip_dirs: 213/213, identifier_marker: 213/213, exclude: 213/213, skip_files: 213/213, autogenerated_exclude: 213/213, exclude-rules: 21/213, nolint: 0/21, cgo: 213/213, path_prettifier: 213/213" 23:58:37 level=info msg="[runner] processing took 22.349867ms with stages: nolint: 13.008297ms, identifier_marker: 4.204902ms, autogenerated_exclude: 1.651899ms, path_prettifier: 1.525899ms, exclude-rules: 1.171207ms, skip_dirs: 728.703µs, cgo: 32.33µs, filename_unadjuster: 16.7µs, max_same_issues: 2.55µs, uniq_by_line: 1.18µs, fixer: 1.1µs, diff: 960ns, source_code: 810ns, severity-rules: 600ns, sort_results: 580ns, skip_files: 540ns, exclude: 480ns, max_from_linter: 370ns, path_shortener: 260ns, max_per_file_from_linter: 260ns, path_prefixer: 240ns" 23:58:37 level=info msg="[runner] linters took 13.859720383s with stages: goanalysis_metalinter: 13.837154575s" 23:58:37 level=info msg="File cache stats: 0 entries of total size 0B" 23:58:37 level=info msg="Memory: 371 samples, avg is 316.3MB, max is 1371.4MB" 23:58:37 level=info msg="Execution took 37.211883991s" 23:58:37 go vet ./... 23:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:58:38 Configure a credential helper to remove this warning. See 23:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:58:38 23:58:38 Login Succeeded 23:58:38 nexus3.edgexfoundry.org:10003 23:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:58:38 Configure a credential helper to remove this warning. See 23:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:58:38 23:58:38 Login Succeeded 23:58:38 nexus3.edgexfoundry.org:10004 23:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:58:38 Configure a credential helper to remove this warning. See 23:58:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:58:38 23:58:38 Login Succeeded 23:58:38 ****.io 23:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:58:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 23:58:39 Configure a credential helper to remove this warning. See 23:58:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 23:58:39 23:58:39 Login Succeeded 23:58:39 ---> ****-login.sh ends [Pipeline] } 23:58:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 23:58:39 + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo 23:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 23:58:39 ========================================================= 23:58:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 23:58:39 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 23:58:40 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:58:40 c6b39de5b339: Pulling fs layer 23:58:40 a69c41024577: Pulling fs layer 23:58:40 d6de4b400683: Pulling fs layer 23:58:40 35cb2a7552d0: Pulling fs layer 23:58:40 4f4fb700ef54: Pulling fs layer 23:58:40 464afbd9ba4c: Pulling fs layer 23:58:40 00f215d4a9da: Pulling fs layer 23:58:40 d496ad576159: Pulling fs layer 23:58:40 4f4fb700ef54: Waiting 23:58:40 464afbd9ba4c: Waiting 23:58:40 00f215d4a9da: Waiting 23:58:40 d496ad576159: Waiting 23:58:40 35cb2a7552d0: Waiting 23:58:40 a69c41024577: Verifying Checksum 23:58:40 a69c41024577: Download complete 23:58:40 35cb2a7552d0: Verifying Checksum 23:58:40 35cb2a7552d0: Download complete 23:58:40 4f4fb700ef54: Verifying Checksum 23:58:40 4f4fb700ef54: Download complete 23:58:40 464afbd9ba4c: Download complete 23:58:40 c6b39de5b339: Verifying Checksum 23:58:40 c6b39de5b339: Download complete 23:58:40 d496ad576159: Verifying Checksum 23:58:40 d496ad576159: Download complete 23:58:41 c6b39de5b339: Pull complete 23:58:41 a69c41024577: Pull complete 23:58:42 d6de4b400683: Verifying Checksum 23:58:42 d6de4b400683: Download complete 23:58:43 00f215d4a9da: Verifying Checksum 23:58:43 00f215d4a9da: Download complete 23:58:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:58:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:58:46 ./bin/test-attribution-txt.sh [Pipeline] echo 23:58:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 23:58:46 + ls -al . 23:58:46 total 872 23:58:46 drwxrwxr-x 11 1001 1001 4096 Aug 6 23:56 . 23:58:46 drwxr-xr-x 4 root root 4096 Aug 6 23:56 .. 23:58:46 drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 .blubracket 23:58:46 -rw-rw-r-- 1 1001 1001 10 Aug 6 23:55 .dockerignore 23:58:46 drwxrwxr-x 8 1001 1001 4096 Aug 6 23:58 .git 23:58:46 drwxrwxr-x 3 1001 1001 4096 Aug 6 23:55 .github 23:58:46 -rw-rw-r-- 1 1001 1001 1102 Aug 6 23:55 .gitignore 23:58:46 -rw-rw-r-- 1 1001 1001 42 Aug 6 23:55 .golangci.yml 23:58:46 -rw-rw-r-- 1 1001 1001 100 Aug 6 23:55 .hadolint.yml 23:58:46 drwxr-xr-x 3 1001 1001 4096 Aug 6 23:55 .semver 23:58:46 -rw-rw-r-- 1 1001 1001 155 Aug 6 23:55 .sonarcloud.properties 23:58:46 -rw-rw-r-- 1 1001 1001 1171 Aug 6 23:55 ADOPTERS.md 23:58:46 -rw-rw-r-- 1 1001 1001 20806 Aug 6 23:55 Attribution.txt 23:58:46 -rw-rw-r-- 1 1001 1001 100284 Aug 6 23:55 CHANGELOG.md 23:58:46 -rw-rw-r-- 1 1001 1001 3804 Aug 6 23:55 CONTRIBUTING.md 23:58:46 -rw-rw-r-- 1 1001 1001 677 Aug 6 23:55 GOVERNANCE.md 23:58:46 -rw-rw-r-- 1 1001 1001 861 Aug 6 23:55 Jenkinsfile 23:58:46 -rw-rw-r-- 1 1001 1001 10775 Aug 6 23:55 LICENSE 23:58:46 -rw-rw-r-- 1 1001 1001 16854 Aug 6 23:55 Makefile 23:58:46 -rw-rw-r-- 1 1001 1001 582 Aug 6 23:55 OWNERS.md 23:58:46 -rw-rw-r-- 1 1001 1001 9528 Aug 6 23:55 README.md 23:58:46 -rw-rw-r-- 1 1001 1001 789 Aug 6 23:55 SECURITY.md 23:58:46 -rw-rw-r-- 1 1001 1001 12 Aug 6 23:55 VERSION 23:58:46 drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 bin 23:58:46 drwxrwxr-x 20 1001 1001 4096 Aug 6 23:55 cmd 23:58:46 -rw-r--r-- 1 root root 504185 Aug 6 23:57 coverage.out 23:58:46 drwxrwxr-x 2 1001 1001 4096 Aug 6 23:55 fuzz_test 23:58:46 -rw-rw-r-- 1 1001 1001 7118 Aug 6 23:55 go.mod 23:58:46 -rw-rw-r-- 1 1001 1001 101672 Aug 6 23:55 go.sum 23:58:46 drwxrwxr-x 7 1001 1001 4096 Aug 6 23:55 internal 23:58:46 drwxrwxr-x 3 1001 1001 4096 Aug 6 23:55 openapi 23:58:46 -rw-rw-r-- 1 1001 1001 584 Aug 6 23:55 security.txt 23:58:46 -rw-rw-r-- 1 1001 1001 204 Aug 6 23:55 version.go [Pipeline] sh 23:58:47 + '[' -e coverage.out ] 23:58:47 + chown 1001:1001 coverage.out [Pipeline] stash 23:58:47 Stashed 1 file(s) [Pipeline] sh 23:58:47 + make build 23:58:47 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 23:58:55 d6de4b400683: Pull complete 23:58:55 35cb2a7552d0: Pull complete 23:58:55 4f4fb700ef54: Pull complete 23:58:55 464afbd9ba4c: Pull complete 23:59:06 00f215d4a9da: Pull complete 23:59:06 d496ad576159: Pull complete 23:59:06 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 23:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 23:59:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 23:59:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 23:59:06 WORKDIR /edgex 23:59:06 COPY go.mod . 23:59:06 RUN go mod download 23:59:06 + docker build -t ci-base-image-arm64 -f - . 23:59:07 Sending build context to Docker daemon 3.374MB 23:59:07 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 23:59:07 ---> f246e2811388 23:59:07 Step 2/4 : WORKDIR /edgex 23:59:09 ---> Running in 6eb21bf333f0 23:59:09 Removing intermediate container 6eb21bf333f0 23:59:09 ---> e5648078970b 23:59:09 Step 3/4 : COPY go.mod . 23:59:10 ---> f4618f5a4de7 23:59:10 Step 4/4 : RUN go mod download 23:59:10 ---> Running in e22f901f46f3 23:59:14 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:59:14 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 23:59:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:59:15 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 23:59:17 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:59:22 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:59:24 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 23:59:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 23:59:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:59:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:59:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 23:59:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:59:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 23:59:32 $ docker stop --time=1 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 23:59:38 $ docker rm -f --volumes 8337d4ac7aff1cea54226c93172bd18bf91b55b222471a0bfce231254e545be4 [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 23:59:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:59:39 23:59:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:59:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:59:39 latest: Pulling from edgex-devops/edgex-compose 23:59:39 91d30c5bc195: Pulling fs layer 23:59:39 2e9b0aa3be6d: Pulling fs layer 23:59:39 9c61dcf015f6: Pulling fs layer 23:59:39 4698f68db338: Pulling fs layer 23:59:39 2a2f49069b9e: Pulling fs layer 23:59:39 e0025b399a48: Pulling fs layer 23:59:39 2a2f49069b9e: Waiting 23:59:39 e0025b399a48: Waiting 23:59:39 91d30c5bc195: Verifying Checksum 23:59:39 91d30c5bc195: Download complete 23:59:39 4698f68db338: Download complete 23:59:40 2e9b0aa3be6d: Verifying Checksum 23:59:40 2e9b0aa3be6d: Download complete 23:59:40 e0025b399a48: Verifying Checksum 23:59:40 e0025b399a48: Download complete 23:59:40 91d30c5bc195: Pull complete 23:59:40 2a2f49069b9e: Download complete 23:59:40 2e9b0aa3be6d: Pull complete 23:59:40 9c61dcf015f6: Verifying Checksum 23:59:40 9c61dcf015f6: Download complete 23:59:43 9c61dcf015f6: Pull complete 23:59:43 4698f68db338: Pull complete 23:59:43 2a2f49069b9e: Pull complete 23:59:43 e0025b399a48: Pull complete 23:59:43 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 23:59:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:59:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:59:43 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 23:59:43 $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 23:59:47 $ docker top b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:59:47 + docker compose -f ./docker-compose-build.yml build --parallel 23:59:50 #1 [core-command internal] load build definition from Dockerfile 23:59:50 #1 transferring dockerfile: 1.93kB done 23:59:50 #1 DONE 0.0s 23:59:50 23:59:50 #2 [security-secretstore-setup internal] load build definition from Dockerfile 23:59:50 #2 transferring dockerfile: 2.49kB done 23:59:50 #2 DONE 0.0s 23:59:50 23:59:50 #3 [security-spire-server internal] load build definition from Dockerfile 23:59:50 #3 transferring dockerfile: 1.70kB done 23:59:50 #3 DONE 0.0s 23:59:50 23:59:50 #4 [support-scheduler internal] load build definition from Dockerfile 23:59:50 #4 transferring dockerfile: 1.93kB done 23:59:50 #4 DONE 0.0s 23:59:50 23:59:50 #5 [security-proxy-auth internal] load build definition from Dockerfile 23:59:50 #5 transferring dockerfile: 2.15kB done 23:59:50 #5 DONE 0.0s 23:59:50 23:59:50 #6 [security-proxy-setup internal] load build definition from Dockerfile 23:59:50 #6 transferring dockerfile: 2.50kB done 23:59:50 #6 DONE 0.0s 23:59:50 23:59:50 #7 [core-command internal] load .dockerignore 23:59:50 #7 transferring context: 50B done 23:59:50 #7 DONE 0.0s 23:59:50 23:59:50 #8 [security-spire-agent internal] load build definition from Dockerfile 23:59:50 #8 transferring dockerfile: 1.81kB done 23:59:50 #8 DONE 0.0s 23:59:50 23:59:50 #9 [core-data internal] load build definition from Dockerfile 23:59:50 #9 transferring dockerfile: 2.01kB done 23:59:50 #9 DONE 0.0s 23:59:50 23:59:50 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 23:59:50 #10 transferring dockerfile: 1.89kB done 23:59:50 #10 DONE 0.0s 23:59:50 23:59:50 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 23:59:50 #11 transferring dockerfile: 2.23kB done 23:59:50 #11 DONE 0.0s 23:59:50 23:59:50 #12 [security-bootstrapper internal] load build definition from Dockerfile 23:59:50 #12 transferring dockerfile: 3.17kB done 23:59:50 #12 DONE 0.1s 23:59:50 23:59:50 #13 [support-cron-scheduler internal] load build definition from Dockerfile 23:59:50 #13 transferring dockerfile: 1.85kB done 23:59:50 #13 DONE 0.0s 23:59:50 23:59:50 #14 [security-spire-config internal] load build definition from Dockerfile 23:59:50 #14 transferring dockerfile: 1.69kB done 23:59:50 #14 DONE 0.0s 23:59:50 23:59:50 #15 [support-notifications internal] load build definition from Dockerfile 23:59:50 #15 transferring dockerfile: 1.95kB done 23:59:50 #15 DONE 0.0s 23:59:50 23:59:50 #16 [core-metadata internal] load build definition from Dockerfile 23:59:50 #16 transferring dockerfile: 2.06kB done 23:59:50 #16 DONE 0.1s 23:59:50 23:59:50 #17 [core-keeper internal] load build definition from Dockerfile 23:59:50 #17 transferring dockerfile: 2.01kB done 23:59:50 #17 DONE 0.0s 23:59:50 23:59:50 #18 [security-secretstore-setup internal] load .dockerignore 23:59:50 #18 ... 23:59:50 23:59:50 #19 [security-bootstrapper internal] load .dockerignore 23:59:50 #19 DONE 0.0s 23:59:50 23:59:50 #20 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:50 #20 DONE 0.0s 23:59:50 23:59:50 #18 [security-secretstore-setup internal] load .dockerignore 23:59:50 #18 transferring context: 50B done 23:59:50 #18 DONE 0.5s 23:59:50 23:59:50 #21 [security-spire-server internal] load .dockerignore 23:59:50 #21 transferring context: 50B done 23:59:50 #21 DONE 0.3s 23:59:50 23:59:50 #20 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:50 #20 DONE 0.0s 23:59:50 23:59:50 #22 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 23:59:51 #22 ... 23:59:51 23:59:51 #23 [support-scheduler internal] load .dockerignore 23:59:51 #23 transferring context: 50B done 23:59:51 #23 DONE 0.4s 23:59:51 23:59:51 #24 [security-proxy-auth internal] load .dockerignore 23:59:51 #24 transferring context: 50B done 23:59:51 #24 DONE 0.4s 23:59:51 23:59:51 #25 [security-proxy-setup internal] load .dockerignore 23:59:51 #25 transferring context: 50B done 23:59:51 #25 DONE 0.4s 23:59:51 23:59:51 #26 [security-spire-config internal] load .dockerignore 23:59:51 #26 transferring context: 50B done 23:59:51 #26 DONE 0.4s 23:59:51 23:59:51 #27 [core-common-config-bootstrapper internal] load .dockerignore 23:59:51 #27 transferring context: 50B done 23:59:51 #27 DONE 0.4s 23:59:51 23:59:51 #28 [security-spire-agent internal] load .dockerignore 23:59:51 #28 transferring context: 50B done 23:59:51 #28 DONE 0.4s 23:59:51 23:59:51 #20 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #29 [security-spiffe-token-provider internal] load .dockerignore 23:59:51 #29 transferring context: 50B done 23:59:51 #29 DONE 0.4s 23:59:51 23:59:51 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 23:59:51 #30 DONE 0.4s 23:59:51 23:59:51 #31 [support-cron-scheduler internal] load .dockerignore 23:59:51 #31 transferring context: 50B done 23:59:51 #31 DONE 0.4s 23:59:51 23:59:51 #32 [core-metadata internal] load .dockerignore 23:59:51 #32 transferring context: 50B done 23:59:51 #32 DONE 0.4s 23:59:51 23:59:51 #33 [core-data internal] load .dockerignore 23:59:51 #33 transferring context: 50B done 23:59:51 #33 DONE 0.4s 23:59:51 23:59:51 #34 [support-notifications internal] load .dockerignore 23:59:51 #34 transferring context: 50B done 23:59:51 #34 DONE 0.4s 23:59:51 23:59:51 #19 [security-bootstrapper internal] load .dockerignore 23:59:51 #19 transferring context: 50B done 23:59:51 #19 DONE 0.4s 23:59:51 23:59:51 #20 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 23:59:51 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 23:59:51 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 23:59:51 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 23:59:51 #35 ... 23:59:51 23:59:51 #36 [core-keeper internal] load .dockerignore 23:59:51 #36 transferring context: 50B done 23:59:51 #36 DONE 0.5s 23:59:51 23:59:51 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 23:59:51 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 23:59:51 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 23:59:51 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 23:59:51 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s 23:59:51 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 23:59:51 #35 ... 23:59:51 23:59:51 #20 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 23:59:51 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 23:59:51 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 23:59:51 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 23:59:51 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 23:59:51 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 23:59:51 #35 ... 23:59:51 23:59:51 #20 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 23:59:51 #35 ... 23:59:51 23:59:51 #20 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #30 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 23:59:51 #30 DONE 0.7s 23:59:51 23:59:51 #35 [support-cron-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 23:59:51 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 23:59:51 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 23:59:51 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 23:59:51 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 23:59:51 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 23:59:51 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 23:59:51 #35 ... 23:59:51 23:59:51 #20 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 23:59:51 #20 DONE 0.0s 23:59:51 23:59:51 #37 [core-data internal] load build context 23:59:51 #37 ... 23:59:51 23:59:51 #22 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 23:59:51 #22 DONE 1.0s 23:59:51 23:59:51 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 23:59:51 #38 DONE 0.9s 23:59:51 23:59:51 #37 [core-data internal] load build context 23:59:52 #37 ... 23:59:52 23:59:52 #30 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 23:59:52 #30 DONE 1.2s 23:59:52 23:59:52 #37 [core-data internal] load build context 23:59:56 #37 transferring context: 111.86MB 4.5s 23:59:57 #37 ... 23:59:57 23:59:57 #39 [security-proxy-auth internal] load build context 23:59:58 #39 ... 23:59:58 23:59:58 #37 [core-data internal] load build context 00:00:01 #37 ... 00:00:01 00:00:01 #40 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 00:00:01 #40 ... 00:00:01 00:00:01 #41 [security-secretstore-setup internal] load build context 00:00:01 #41 ... 00:00:01 00:00:01 #42 [security-proxy-setup internal] load build context 00:00:01 #42 transferring context: 337.85MB 10.0s 00:00:01 #42 ... 00:00:01 00:00:01 #43 [core-command internal] load build context 00:00:01 #43 ... 00:00:01 00:00:01 #44 [support-scheduler internal] load build context 00:00:01 #44 ... 00:00:01 00:00:01 #45 [core-common-config-bootstrapper internal] load build context 00:00:01 #45 ... 00:00:01 00:00:01 #46 [core-metadata internal] load build context 00:00:01 #46 ... 00:00:01 00:00:01 #47 [security-bootstrapper internal] load build context 00:00:02 #47 ... 00:00:02 00:00:02 #48 [support-notifications internal] load build context 00:00:02 #48 ... 00:00:02 00:00:02 #49 [support-cron-scheduler internal] load build context 00:00:02 #49 ... 00:00:02 00:00:02 #50 [security-spire-server internal] load build context 00:00:02 #50 transferring context: 27.23kB 0.0s done 00:00:02 #50 ... 00:00:02 00:00:02 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:00:02 #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.1s done 00:00:02 #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 00:00:02 #51 ... 00:00:02 00:00:02 #52 [security-spire-agent internal] load build context 00:00:02 #52 transferring context: 26.76kB 0.0s done 00:00:02 #52 ... 00:00:02 00:00:02 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:02 #53 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 4.2s done 00:00:02 #53 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 00:00:02 #53 ... 00:00:02 00:00:02 #54 [core-keeper internal] load build context 00:00:02 #54 ... 00:00:02 00:00:02 #55 [security-spire-config internal] load build context 00:00:02 #55 transferring context: 25.48kB 0.0s done 00:00:02 #55 ... 00:00:02 00:00:02 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:02 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done 00:00:02 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:02 #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done 00:00:02 #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done 00:00:02 #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.1s done 00:00:02 #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.4s done 00:00:02 #35 ... 00:00:02 00:00:02 #56 [security-spiffe-token-provider internal] load build context 00:00:03 #56 ... 00:00:03 00:00:03 #48 [support-notifications internal] load build context 00:00:05 #48 transferring context: 493.08MB 13.7s done 00:00:08 #48 ... 00:00:08 00:00:08 #43 [core-command internal] load build context 00:00:08 #43 transferring context: 493.08MB 16.1s done 00:00:08 #43 ... 00:00:08 00:00:08 #39 [security-proxy-auth internal] load build context 00:00:08 #39 transferring context: 493.08MB 15.4s done 00:00:08 #39 ... 00:00:08 00:00:08 #49 [support-cron-scheduler internal] load build context 00:00:10 #49 transferring context: 493.08MB 7.9s done 00:00:11 #49 ... 00:00:11 00:00:11 #37 [core-data internal] load build context 00:00:11 #37 transferring context: 493.08MB 16.1s done 00:00:11 #37 ... 00:00:11 00:00:11 #44 [support-scheduler internal] load build context 00:00:11 #44 transferring context: 493.08MB 16.8s done 00:00:11 #44 ... 00:00:11 00:00:11 #41 [security-secretstore-setup internal] load build context 00:00:11 #41 transferring context: 493.08MB 14.1s done 00:00:11 #41 ... 00:00:11 00:00:11 #42 [security-proxy-setup internal] load build context 00:00:11 #42 transferring context: 493.08MB 13.7s done 00:00:11 #42 ... 00:00:11 00:00:11 #46 [core-metadata internal] load build context 00:00:11 #46 transferring context: 493.08MB 15.8s done 00:00:12 #46 ... 00:00:12 00:00:12 #47 [security-bootstrapper internal] load build context 00:00:12 #47 transferring context: 493.08MB 13.0s done 00:00:12 #47 ... 00:00:12 00:00:12 #45 [core-common-config-bootstrapper internal] load build context 00:00:12 #45 transferring context: 493.08MB 14.1s done 00:00:12 #45 ... 00:00:12 00:00:12 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:13 #35 ... 00:00:13 00:00:13 #56 [security-spiffe-token-provider internal] load build context 00:00:13 #56 transferring context: 493.08MB 13.5s done 00:00:13 #56 ... 00:00:13 00:00:13 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:00:13 #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 00:00:13 #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 00:00:13 #51 ... 00:00:13 00:00:13 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:13 #53 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 00:00:13 #53 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 00:00:14 #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 2.9s 00:00:14 #53 ... 00:00:14 00:00:14 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:00:15 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 4.4s 00:00:16 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 6.0s 00:00:17 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 6.5s 00:00:17 Removing intermediate container e22f901f46f3 00:00:17 ---> db2c9688a49a 00:00:17 Successfully built db2c9688a49a 00:00:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:00:18 + docker inspect -f . ci-base-image-arm64 00:00:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:00:18 prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container 00:00:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:00:19 $ docker top 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:20 + go version 00:00:20 go version go1.21.9 linux/arm64 [Pipeline] } 00:00:20 $ docker stop --time=1 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 00:00:20 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 9.6s 00:00:21 #51 ... 00:00:21 00:00:21 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:22 $ docker rm -f --volumes 6ee94816bf31aa914618423f3cdea666e183c1c454374a3c6ebdd2b785f7aca0 [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 00:00:22 #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 10.6s 00:00:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:00:22 00:00:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:00:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:00:23 latest: Pulling from edgex-devops/edgex-compose-arm64 00:00:23 547446be3368: Pulling fs layer 00:00:23 d125d8839a47: Pulling fs layer 00:00:23 3e85d5ac6304: Pulling fs layer 00:00:23 c3105a71a48b: Pulling fs layer 00:00:23 0f093f025ec4: Pulling fs layer 00:00:23 c3106fc0e877: Pulling fs layer 00:00:23 c3105a71a48b: Waiting 00:00:23 0f093f025ec4: Waiting 00:00:23 c3106fc0e877: Waiting 00:00:23 547446be3368: Verifying Checksum 00:00:23 547446be3368: Download complete 00:00:23 c3105a71a48b: Verifying Checksum 00:00:23 c3105a71a48b: Download complete 00:00:23 d125d8839a47: Verifying Checksum 00:00:23 d125d8839a47: Download complete 00:00:23 c3106fc0e877: Verifying Checksum 00:00:23 0f093f025ec4: Verifying Checksum 00:00:23 0f093f025ec4: Download complete 00:00:24 547446be3368: Pull complete 00:00:25 #53 ... 00:00:25 00:00:25 #55 [security-spire-config internal] load build context 00:00:25 #55 DONE 32.7s 00:00:25 00:00:25 #52 [security-spire-agent internal] load build context 00:00:25 #52 DONE 32.6s 00:00:25 00:00:25 #50 [security-spire-server internal] load build context 00:00:25 #50 DONE 32.6s 00:00:25 00:00:25 #42 [security-proxy-setup internal] load build context 00:00:25 #42 DONE 33.6s 00:00:25 00:00:25 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:25 #53 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 12.9s done 00:00:25 #53 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 12.9s done 00:00:25 #53 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 00:00:25 #53 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 00:00:25 #53 ... 00:00:25 00:00:25 #57 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:00:25 #57 ... 00:00:25 00:00:25 #47 [security-bootstrapper internal] load build context 00:00:25 #47 DONE 33.1s 00:00:25 00:00:25 #56 [security-spiffe-token-provider internal] load build context 00:00:25 #56 DONE 33.4s 00:00:25 00:00:25 #48 [support-notifications internal] load build context 00:00:25 #48 DONE 33.1s 00:00:25 00:00:25 #45 [core-common-config-bootstrapper internal] load build context 00:00:25 #45 DONE 33.6s 00:00:25 00:00:25 #41 [security-secretstore-setup internal] load build context 00:00:25 #41 DONE 33.7s 00:00:25 00:00:25 #39 [security-proxy-auth internal] load build context 00:00:25 #39 DONE 33.7s 00:00:25 00:00:25 #43 [core-command internal] load build context 00:00:25 #43 DONE 33.7s 00:00:25 00:00:25 #46 [core-metadata internal] load build context 00:00:25 #46 DONE 33.2s 00:00:25 00:00:25 #49 [support-cron-scheduler internal] load build context 00:00:25 #49 DONE 33.3s 00:00:25 00:00:25 #37 [core-data internal] load build context 00:00:25 #37 DONE 33.2s 00:00:25 00:00:25 #44 [support-scheduler internal] load build context 00:00:25 #44 DONE 33.8s 00:00:25 00:00:25 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:25 #53 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 13.1s done 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 13.2s 00:00:25 #53 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 8.39MB / 30.73MB 13.3s 00:00:25 #53 ... 00:00:25 00:00:25 #40 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 00:00:25 #40 DONE 34.2s 00:00:25 00:00:25 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 12.58MB / 30.73MB 13.4s 00:00:25 d125d8839a47: Pull complete 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 16.78MB / 30.73MB 13.5s 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 19.92MB / 30.73MB 13.6s 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 25.17MB / 30.73MB 13.7s 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.41MB / 30.73MB 13.8s 00:00:25 3e85d5ac6304: Verifying Checksum 00:00:25 3e85d5ac6304: Download complete 00:00:25 #53 ... 00:00:25 00:00:25 #58 [support-notifications builder 2/7] WORKDIR /edgex-go 00:00:25 #58 DONE 0.9s 00:00:25 00:00:25 #53 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:25 #53 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 13.9s done 00:00:25 #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 00:00:27 #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done 00:00:27 #53 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.6s done 00:00:30 #53 ... 00:00:30 00:00:30 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:30 #59 DONE 5.1s 00:00:30 00:00:30 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:00:30 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 13.9s done 00:00:30 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 13.9s done 00:00:30 #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 13.0s done 00:00:30 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 00:00:30 #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 17.8s done 00:00:30 #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 00:00:30 #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done 00:00:30 #51 ... 00:00:30 00:00:30 #54 [core-keeper internal] load build context 00:00:30 #54 transferring context: 493.08MB 4.6s done 00:00:30 #54 DONE 38.2s 00:00:30 00:00:30 #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:00:30 #60 ... 00:00:30 00:00:30 #61 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 00:00:30 #0 1.312 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.557 (1/2) Installing dumb-init (1.2.5-r2) 00:00:30 #0 3.759 (2/2) Installing su-exec (0.2-r3) 00:00:30 #0 3.759 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 3.790 OK: 7 MiB in 17 packages 00:00:30 #61 DONE 5.8s 00:00:30 00:00:30 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:00:30 #0 4.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 4.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 5.067 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:00:30 #0 5.067 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:00:30 #0 5.067 OK: 20070 distinct packages available 00:00:30 #0 5.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 5.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 5.490 (1/4) Installing dumb-init (1.2.5-r2) 00:00:30 #0 5.506 (2/4) Installing musl-obstack (1.2.3-r2) 00:00:30 #0 5.506 (3/4) Installing libucontext (1.2-r2) 00:00:30 #0 5.506 (4/4) Installing gcompat (1.1.0-r1) 00:00:30 #0 5.509 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 5.522 OK: 8 MiB in 19 packages 00:00:30 #62 DONE 5.8s 00:00:30 00:00:30 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:00:30 #0 1.539 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.545 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:00:30 #0 3.545 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:00:30 #0 3.545 OK: 20070 distinct packages available 00:00:30 #0 3.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.960 (1/11) Installing ca-certificates (20240226-r0) 00:00:30 #0 3.999 (2/11) Installing brotli-libs (1.0.9-r14) 00:00:30 #0 4.007 (3/11) Installing libunistring (1.1-r1) 00:00:30 #0 4.021 (4/11) Installing libidn2 (2.3.4-r1) 00:00:30 #0 4.026 (5/11) Installing nghttp2-libs (1.57.0-r0) 00:00:30 #0 4.033 (6/11) Installing libcurl (8.9.0-r0) 00:00:30 #0 4.043 (7/11) Installing curl (8.9.0-r0) 00:00:30 #0 4.050 (8/11) Installing dumb-init (1.2.5-r2) 00:00:30 #0 4.055 (9/11) Installing musl-obstack (1.2.3-r2) 00:00:30 #0 4.059 (10/11) Installing libucontext (1.2-r2) 00:00:30 #0 4.069 (11/11) Installing gcompat (1.1.0-r1) 00:00:30 #0 4.077 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 4.108 Executing ca-certificates-20240226-r0.trigger 00:00:30 #0 4.155 OK: 12 MiB in 26 packages 00:00:30 #63 DONE 5.8s 00:00:30 00:00:30 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:00:30 #0 1.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.509 (1/1) Installing dumb-init (1.2.5-r2) 00:00:30 #0 3.513 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 3.528 OK: 7 MiB in 16 packages 00:00:30 #64 DONE 5.8s 00:00:30 00:00:30 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:00:30 #0 3.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 4.138 (1/4) Installing dumb-init (1.2.5-r2) 00:00:30 #0 4.141 (2/4) Installing openssl (3.1.6-r0) 00:00:30 #0 4.152 (3/4) Installing su-exec (0.2-r3) 00:00:30 #0 4.156 (4/4) Installing yq (4.33.3-r5) 00:00:30 #0 4.780 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 4.780 OK: 17 MiB in 19 packages 00:00:30 #65 DONE 5.9s 00:00:30 00:00:30 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:00:30 #0 4.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 4.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 5.118 (1/2) Installing ca-certificates (20240226-r0) 00:00:30 #0 5.136 (2/2) Installing dumb-init (1.2.5-r2) 00:00:30 #0 5.141 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 5.152 Executing ca-certificates-20240226-r0.trigger 00:00:30 #0 5.198 OK: 8 MiB in 17 packages 00:00:30 #66 DONE 5.9s 00:00:30 00:00:30 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:00:30 #0 1.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.558 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:00:30 #0 3.558 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:00:30 #0 3.558 OK: 20070 distinct packages available 00:00:30 #0 3.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.924 (1/5) Installing dumb-init (1.2.5-r2) 00:00:30 #0 3.929 (2/5) Installing musl-obstack (1.2.3-r2) 00:00:30 #0 3.931 (3/5) Installing libucontext (1.2-r2) 00:00:30 #0 3.937 (4/5) Installing gcompat (1.1.0-r1) 00:00:30 #0 3.941 (5/5) Installing openssl (3.1.6-r0) 00:00:30 #0 3.975 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 3.982 OK: 8 MiB in 20 packages 00:00:30 #67 DONE 5.9s 00:00:30 00:00:30 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:00:30 #0 3.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #0 3.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #0 4.169 (1/4) Installing ca-certificates (20240226-r0) 00:00:30 #0 4.213 (2/4) Installing dumb-init (1.2.5-r2) 00:00:30 #0 4.216 (3/4) Installing su-exec (0.2-r3) 00:00:30 #0 4.219 (4/4) Installing yq (4.33.3-r5) 00:00:30 #0 4.791 Executing busybox-1.36.1-r7.trigger 00:00:30 #0 4.796 Executing ca-certificates-20240226-r0.trigger 00:00:30 #0 4.851 OK: 17 MiB in 19 packages 00:00:30 #68 DONE 5.9s 00:00:30 00:00:30 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:30 #69 DONE 5.0s 00:00:30 00:00:30 #57 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:00:30 #57 2.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:30 #57 3.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:30 #57 3.635 (1/1) Installing dumb-init (1.2.5-r2) 00:00:30 #57 3.755 Executing busybox-1.36.1-r7.trigger 00:00:30 #57 3.815 OK: 7 MiB in 16 packages 00:00:30 #57 DONE 6.2s 00:00:30 00:00:30 #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 00:00:30 #70 ... 00:00:30 00:00:30 #53 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:30 #53 DONE 38.8s 00:00:31 00:00:31 #71 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 00:00:31 #71 ... 00:00:31 00:00:31 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:00:31 #0 4.807 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:31 #0 4.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:31 #0 5.150 OK: 264 MiB in 52 packages 00:00:31 #72 DONE 5.4s 00:00:31 00:00:31 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:00:31 #73 DONE 0.0s 00:00:31 00:00:31 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:00:32 #74 ... 00:00:32 00:00:32 #75 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git 00:00:32 #0 6.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:32 #0 6.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:32 #0 7.071 OK: 264 MiB in 52 packages 00:00:32 #75 DONE 7.3s 00:00:32 00:00:32 #76 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 00:00:32 #0 6.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:32 #0 6.632 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:32 #0 6.888 OK: 264 MiB in 52 packages 00:00:32 #76 DONE 7.1s 00:00:32 00:00:32 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:00:32 #77 DONE 0.1s 00:00:32 00:00:32 #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:00:32 #78 DONE 0.1s 00:00:32 00:00:32 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:00:33 #79 ... 00:00:33 00:00:33 #80 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:00:33 #0 6.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:33 #0 6.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:33 #0 6.831 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:00:33 #0 6.831 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:00:33 #0 6.831 OK: 20077 distinct packages available 00:00:33 #0 6.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:33 #0 7.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:33 #0 7.239 OK: 264 MiB in 52 packages 00:00:33 #80 DONE 7.4s 00:00:33 00:00:33 #81 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:00:33 #81 DONE 0.0s 00:00:33 00:00:33 #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:00:33 #60 2.821 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:33 #60 ... 00:00:33 00:00:33 #82 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 00:00:33 #0 2.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:33 #0 2.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:33 #0 2.781 OK: 7 MiB in 17 packages 00:00:33 #82 DONE 2.9s 00:00:33 00:00:33 #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:00:33 #83 ... 00:00:33 00:00:33 #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:00:33 #0 2.876 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:33 #0 2.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:33 #0 3.199 OK: 12 MiB in 26 packages 00:00:33 #84 DONE 3.3s 00:00:34 00:00:34 #85 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:00:34 #0 3.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:34 #0 3.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:34 #0 3.371 OK: 8 MiB in 19 packages 00:00:34 #85 DONE 3.5s 00:00:34 00:00:34 #70 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 00:00:34 #70 3.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:34 #70 3.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:34 #70 3.888 OK: 7 MiB in 16 packages 00:00:35 #70 ... 00:00:35 00:00:35 #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:00:35 #0 3.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:35 #0 4.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:35 #0 4.565 OK: 17 MiB in 19 packages 00:00:35 #86 DONE 4.8s 00:00:35 00:00:35 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 00:00:35 #0 3.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.802 OK: 8 MiB in 20 packages 00:00:35 #87 DONE 4.8s 00:00:35 00:00:35 #88 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:00:35 #88 DONE 1.5s 00:00:35 00:00:35 #89 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:00:35 #0 3.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.582 OK: 17 MiB in 19 packages 00:00:35 #89 DONE 4.8s 00:00:35 00:00:35 #90 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:00:35 #0 2.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:35 #0 3.914 OK: 7 MiB in 16 packages 00:00:35 #90 DONE 4.9s 00:00:35 00:00:35 #70 [core-command stage-1 3/7] RUN apk --no-cache upgrade 00:00:35 #70 DONE 5.1s 00:00:35 00:00:35 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:00:35 3e85d5ac6304: Pull complete 00:00:35 c3105a71a48b: Pull complete 00:00:36 0f093f025ec4: Pull complete 00:00:37 c3106fc0e877: Pull complete 00:00:37 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 00:00:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:00:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:00:37 prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container 00:00:37 $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:00:37 #91 ... 00:00:37 00:00:37 #92 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 00:00:37 #92 DONE 1.8s 00:00:37 00:00:37 #60 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:00:37 #60 4.397 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:37 #60 5.073 (1/1) Installing dumb-init (1.2.5-r2) 00:00:37 #60 5.392 Executing busybox-1.36.1-r7.trigger 00:00:37 #60 5.404 OK: 7 MiB in 16 packages 00:00:37 #60 DONE 6.9s 00:00:37 00:00:37 #71 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade 00:00:37 #71 5.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:37 #71 5.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:37 #71 5.520 OK: 8 MiB in 17 packages 00:00:37 #71 DONE 6.7s 00:00:37 00:00:37 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:00:37 #91 DONE 1.9s 00:00:37 00:00:37 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:00:37 #93 DONE 1.9s 00:00:37 00:00:37 #94 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:00:37 #94 DONE 2.0s 00:00:37 00:00:37 #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:00:38 #95 ... 00:00:38 00:00:38 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:00:38 #96 DONE 1.0s 00:00:38 00:00:38 #97 [security-spire-config stage-2 6/10] COPY security.txt / 00:00:38 #97 DONE 1.0s 00:00:38 00:00:38 #95 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:00:38 #95 DONE 1.0s 00:00:38 00:00:38 #98 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:00:38 #98 DONE 0.1s 00:00:38 00:00:38 #99 [security-spire-server stage-2 6/9] COPY security.txt / 00:00:38 #99 DONE 0.1s 00:00:38 00:00:38 #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 00:00:38 #100 DONE 0.1s 00:00:38 00:00:38 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 00:00:38 #101 DONE 0.1s 00:00:38 00:00:38 #102 [security-spire-agent stage-3 7/10] COPY security.txt / 00:00:38 #102 DONE 0.1s 00:00:38 00:00:38 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:00:38 #103 DONE 0.1s 00:00:38 00:00:38 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:00:38 #104 DONE 0.1s 00:00:38 00:00:38 #105 [security-spire-config] exporting to image 00:00:38 #105 exporting layers 00:00:38 #105 ... 00:00:38 00:00:38 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:00:38 #106 DONE 0.1s 00:00:38 00:00:38 #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:00:38 #107 DONE 0.1s 00:00:38 00:00:38 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:00:38 #108 DONE 0.1s 00:00:38 00:00:38 #105 [security-spire-server] exporting to image 00:00:38 #105 ... 00:00:38 00:00:38 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:00:38 #109 DONE 0.1s 00:00:38 00:00:38 #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:00:38 #110 DONE 0.1s 00:00:38 00:00:38 #105 [security-spire-agent] exporting to image 00:00:39 #105 exporting layers 0.6s done 00:00:39 #105 writing image sha256:b3589b260fe3a54d49cc83ea8efa6fbb0eb5960827eab133983cc0743fcc4bf2 done 00:00:39 #105 naming to docker.io/library/security-spire-config done 00:00:39 $ docker top 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed -eo pid,comm 00:00:39 #105 exporting layers 0.7s done 00:00:39 #105 writing image sha256:230c3ac5847a11fff47c4979d0908ca3cb55e21ccdc4af1dfbd79a272474e618 00:00:39 #105 exporting layers 0.7s done 00:00:39 #105 writing image sha256:230c3ac5847a11fff47c4979d0908ca3cb55e21ccdc4af1dfbd79a272474e618 0.0s done 00:00:39 #105 naming to docker.io/library/security-spire-server done 00:00:39 #105 writing image sha256:3340ad14aade90c932d2badd0f79d9aedab2a90fe5febbc7e32ba1d91bbe3ccc done 00:00:39 #105 naming to docker.io/library/security-spire-agent done 00:00:39 #105 DONE 1.0s 00:00:39 00:00:39 #83 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:00:39 #83 DONE 6.1s 00:00:39 00:00:39 #111 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging [Pipeline] { [Pipeline] sh 00:00:39 #111 DONE 0.1s 00:00:39 00:00:39 #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:00:39 #0 7.734 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 00:00:39 #0 8.201 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 00:00:39 #0 8.893 OK: 264 MiB in 52 packages 00:00:39 #112 DONE 9.0s 00:00:39 00:00:39 #113 [core-keeper builder 5/8] COPY go.mod vendor* ./ 00:00:39 #113 DONE 0.0s 00:00:39 00:00:39 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:00:40 + docker compose -f ./docker-compose-build.yml build --parallel 00:00:40 #114 ... 00:00:40 00:00:40 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:00:41 #51 ... 00:00:41 00:00:41 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:00:42 #115 ... 00:00:42 00:00:42 #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:00:50 #1 [core-command internal] load build definition from Dockerfile 00:00:50 #1 transferring dockerfile: 1.93kB done 00:00:50 #1 DONE 0.1s 00:00:50 00:00:50 #2 [support-scheduler internal] load build definition from Dockerfile 00:00:50 #2 transferring dockerfile: 1.93kB done 00:00:50 #2 DONE 0.0s 00:00:50 00:00:50 #3 [core-common-config-bootstrapper internal] load build definition from Dockerfile 00:00:50 #3 transferring dockerfile: 2.23kB 0.0s done 00:00:50 #3 DONE 0.1s 00:00:50 00:00:50 #4 [security-bootstrapper internal] load build definition from Dockerfile 00:00:50 #4 transferring dockerfile: 3.17kB done 00:00:50 #4 DONE 0.1s 00:00:50 00:00:50 #5 [support-cron-scheduler internal] load build definition from Dockerfile 00:00:50 #5 transferring dockerfile: 1.85kB 0.0s done 00:00:50 #5 DONE 0.1s 00:00:50 00:00:50 #6 [security-spire-config internal] load build definition from Dockerfile 00:00:50 #6 transferring dockerfile: 1.69kB done 00:00:50 #6 DONE 0.1s 00:00:50 00:00:50 #7 [security-secretstore-setup internal] load build definition from Dockerfile 00:00:50 #7 transferring dockerfile: 2.49kB 0.0s done 00:00:50 #7 DONE 0.1s 00:00:50 00:00:50 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 00:00:50 #8 transferring dockerfile: 1.89kB done 00:00:50 #8 DONE 0.1s 00:00:50 00:00:50 #9 [core-keeper internal] load build definition from Dockerfile 00:00:50 #9 transferring dockerfile: 2.01kB 0.0s done 00:00:50 #9 DONE 0.1s 00:00:50 00:00:50 #10 [core-metadata internal] load build definition from Dockerfile 00:00:50 #10 transferring dockerfile: 2.06kB done 00:00:50 #10 DONE 0.1s 00:00:50 00:00:50 #11 [security-proxy-auth internal] load build definition from Dockerfile 00:00:50 #11 transferring dockerfile: 2.15kB done 00:00:50 #11 DONE 0.1s 00:00:50 00:00:50 #12 [security-proxy-setup internal] load build definition from Dockerfile 00:00:50 #12 transferring dockerfile: 2.50kB done 00:00:50 #12 DONE 0.0s 00:00:50 00:00:50 #13 [support-notifications internal] load build definition from Dockerfile 00:00:50 #13 transferring dockerfile: 1.95kB done 00:00:50 #13 DONE 0.1s 00:00:50 00:00:50 #14 [core-data internal] load build definition from Dockerfile 00:00:50 #14 transferring dockerfile: 2.01kB done 00:00:50 #14 DONE 0.1s 00:00:50 00:00:50 #15 [security-spire-server internal] load build definition from Dockerfile 00:00:50 #15 transferring dockerfile: 1.70kB done 00:00:51 #15 DONE 0.1s 00:00:51 00:00:51 #16 [security-spire-agent internal] load build definition from Dockerfile 00:00:51 #16 transferring dockerfile: 1.81kB done 00:00:51 #16 DONE 0.1s 00:00:51 00:00:51 #17 [core-command internal] load .dockerignore 00:00:51 #17 transferring context: 50B 0.0s done 00:00:51 #17 DONE 0.1s 00:00:51 00:00:51 #18 [support-scheduler internal] load .dockerignore 00:00:51 #18 transferring context: 50B done 00:00:51 #18 DONE 0.0s 00:00:51 00:00:51 #19 [core-common-config-bootstrapper internal] load .dockerignore 00:00:51 #19 transferring context: 50B 0.0s done 00:00:51 #19 DONE 0.1s 00:00:51 00:00:51 #20 [support-cron-scheduler internal] load .dockerignore 00:00:51 #20 transferring context: 50B done 00:00:51 #20 DONE 0.1s 00:00:51 00:00:51 #21 [security-bootstrapper internal] load .dockerignore 00:00:51 #21 transferring context: 50B done 00:00:51 #21 DONE 0.1s 00:00:51 00:00:51 #22 [security-secretstore-setup internal] load .dockerignore 00:00:51 #22 transferring context: 50B done 00:00:52 #22 DONE 0.1s 00:00:52 00:00:52 #23 [security-spire-config internal] load .dockerignore 00:00:52 #23 transferring context: 50B 0.0s done 00:00:52 #23 DONE 0.1s 00:00:52 00:00:52 #24 [security-spiffe-token-provider internal] load .dockerignore 00:00:52 #24 transferring context: 50B 0.0s done 00:00:52 #24 DONE 0.1s 00:00:52 00:00:52 #25 [core-keeper internal] load .dockerignore 00:00:52 #25 transferring context: 50B 0.0s done 00:00:52 #25 DONE 0.1s 00:00:52 00:00:52 #26 [core-metadata internal] load .dockerignore 00:00:52 #26 transferring context: 50B 0.0s done 00:00:52 #26 DONE 0.1s 00:00:52 00:00:52 #27 [security-proxy-auth internal] load .dockerignore 00:00:53 #27 transferring context: 50B 0.0s done 00:00:53 #27 DONE 0.1s 00:00:53 00:00:53 #28 [security-proxy-setup internal] load .dockerignore 00:00:53 #28 transferring context: 50B 0.0s done 00:00:53 #28 DONE 0.1s 00:00:53 00:00:53 #29 [support-notifications internal] load .dockerignore 00:00:53 #29 transferring context: 50B done 00:00:53 #29 DONE 0.1s 00:00:53 00:00:53 #30 [core-data internal] load .dockerignore 00:00:53 #30 transferring context: 50B done 00:00:53 #30 DONE 0.1s 00:00:53 00:00:53 #31 [security-spire-server internal] load .dockerignore 00:00:53 #31 transferring context: 50B done 00:00:53 #31 DONE 0.1s 00:00:53 00:00:53 #32 [security-spire-agent internal] load .dockerignore 00:00:53 #32 transferring context: 50B 0.0s done 00:00:53 #32 DONE 0.1s 00:00:53 00:00:53 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:53 #33 DONE 0.0s 00:00:53 00:00:53 #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 00:00:53 #34 DONE 0.7s 00:00:53 00:00:53 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:53 #33 DONE 0.0s 00:00:53 00:00:53 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:53 #33 DONE 0.0s 00:00:53 00:00:53 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:53 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:53 #35 ... 00:00:53 00:00:53 #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:53 #33 DONE 0.0s 00:00:53 00:00:53 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 00:00:53 #34 DONE 0.7s 00:00:53 00:00:53 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:53 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:53 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:53 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:53 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:53 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 0B / 3.34MB 0.2s 00:00:53 #35 ... 00:00:53 00:00:53 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:53 #33 DONE 0.0s 00:00:53 00:00:53 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:53 #35 ... 00:00:53 00:00:53 #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 00:00:53 #34 DONE 0.7s 00:00:53 00:00:53 #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:54 #35 ... 00:00:54 00:00:54 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:54 #33 DONE 0.0s 00:00:54 00:00:54 #34 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 00:00:54 #34 DONE 0.7s 00:00:54 00:00:54 #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:54 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:54 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:54 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:54 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:54 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.05MB / 3.34MB 0.6s 00:00:54 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:54 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:54 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:54 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:54 #35 ... 00:00:54 00:00:54 #34 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 00:00:54 #34 DONE 0.9s 00:00:54 00:00:54 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:54 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.10MB / 3.34MB 0.9s 00:00:54 #35 ... 00:00:54 00:00:54 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:54 #33 DONE 0.0s 00:00:54 00:00:54 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:54 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.2s 00:00:54 #35 ... 00:00:54 00:00:54 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 00:00:54 #34 DONE 1.2s 00:00:54 00:00:54 #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:54 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:54 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 00:00:55 #35 ... 00:00:55 00:00:55 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:55 #33 DONE 0.0s 00:00:55 00:00:55 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:55 #33 DONE 0.0s 00:00:55 00:00:55 #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:55 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:55 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:55 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:55 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:55 #35 ... 00:00:55 00:00:55 #36 [core-command internal] load build context 00:00:55 #36 transferring context: 2.95MB 1.2s done 00:00:55 #36 DONE 1.8s 00:00:55 00:00:55 #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 00:00:55 #34 DONE 1.6s 00:00:55 00:00:55 #37 [support-scheduler internal] load build context 00:00:55 #37 transferring context: 2.95MB 1.4s done 00:00:55 #37 ... 00:00:55 00:00:55 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:55 #33 DONE 0.0s 00:00:55 00:00:55 #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:55 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:55 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:55 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:55 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:55 #35 ... 00:00:55 00:00:55 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:55 #33 DONE 0.0s 00:00:55 00:00:55 #37 [support-scheduler internal] load build context 00:00:55 #37 DONE 2.4s 00:00:55 00:00:55 #35 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:55 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:55 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:55 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:55 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:55 #35 ... 00:00:55 00:00:55 #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 00:00:55 #38 DONE 1.6s 00:00:55 00:00:55 #39 [support-cron-scheduler internal] load build context 00:00:55 #39 transferring context: 2.95MB 1.4s done 00:00:55 #39 DONE 2.2s 00:00:55 00:00:55 #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:55 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:55 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:55 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:55 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:55 #35 ... 00:00:55 00:00:55 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:00:55 #33 DONE 0.0s 00:00:55 00:00:55 #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:55 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:56 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:56 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:56 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:56 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:56 #35 ... 00:00:56 00:00:56 #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 00:00:56 #34 DONE 2.2s 00:00:56 00:00:56 #40 [core-common-config-bootstrapper internal] load build context 00:00:56 #40 transferring context: 2.95MB 1.7s done 00:00:56 #40 DONE 2.4s 00:00:56 00:00:56 #35 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:56 #35 ... 00:00:56 00:00:56 #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 00:00:56 #38 DONE 1.8s 00:00:56 00:00:56 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:56 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:56 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:56 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:56 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:56 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:56 #35 ... 00:00:56 00:00:56 #34 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 00:00:56 #34 DONE 2.3s 00:00:56 00:00:56 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:56 #35 ... 00:00:56 00:00:56 #41 [security-secretstore-setup internal] load build context 00:00:56 #41 transferring context: 2.95MB 1.2s done 00:00:56 #41 DONE 2.1s 00:00:56 00:00:56 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:56 #35 ... 00:00:56 00:00:56 #42 [security-bootstrapper internal] load build context 00:00:56 #42 transferring context: 2.95MB 1.8s done 00:00:56 #42 DONE 2.5s 00:00:56 00:00:56 #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:57 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.2s done 00:00:57 #35 ... 00:00:57 00:00:57 #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 00:00:57 #43 DONE 1.6s 00:00:58 00:00:58 #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:58 #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.1s done 00:00:58 #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done 00:00:58 #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done 00:00:58 #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done 00:00:58 #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 1.3s done 00:00:58 #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.2s done 00:00:58 #35 ... 00:00:58 00:00:58 #44 [core-keeper internal] load build context 00:00:58 #44 transferring context: 2.95MB 1.5s done 00:00:58 #44 DONE 2.9s 00:00:58 00:00:58 #45 [security-spire-server internal] load build context 00:00:58 #45 transferring context: 27.23kB 0.1s done 00:00:58 #45 DONE 2.2s 00:00:58 00:00:58 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:58 #46 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.3s done 00:00:58 #46 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 00:00:58 #46 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 00:00:58 #46 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 00:00:58 #46 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done 00:00:58 #46 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done 00:00:58 #46 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done 00:00:58 #46 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.9s done 00:00:58 #46 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done 00:00:58 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.49MB / 28.04MB 2.1s 00:00:58 #46 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done 00:00:58 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 2.4s 00:00:58 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 2.6s 00:00:59 #46 ... 00:00:59 00:00:59 #47 [security-spire-config internal] load build context 00:00:59 #47 transferring context: 25.48kB 0.2s done 00:00:59 #47 DONE 3.1s 00:00:59 00:00:59 #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 00:00:59 #35 DONE 6.6s 00:00:59 00:00:59 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:59 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 2.8s 00:00:59 #46 ... 00:00:59 00:00:59 #48 [security-proxy-auth internal] load build context 00:00:59 #48 transferring context: 2.95MB 1.6s done 00:00:59 #48 DONE 3.5s 00:00:59 00:00:59 #49 [core-metadata internal] load build context 00:00:59 #49 transferring context: 2.95MB 1.9s done 00:00:59 #49 DONE 3.8s 00:00:59 00:00:59 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:59 #46 ... 00:00:59 00:00:59 #50 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:00:59 #50 DONE 6.8s 00:00:59 00:00:59 #51 [core-data internal] load build context 00:00:59 #51 transferring context: 2.95MB 1.4s done 00:00:59 #51 DONE 3.2s 00:00:59 00:00:59 #52 [security-spiffe-token-provider internal] load build context 00:00:59 #52 transferring context: 2.95MB 2.0s done 00:00:59 #52 DONE 4.4s 00:00:59 00:00:59 #53 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 00:00:59 #53 ... 00:00:59 00:00:59 #54 [security-proxy-setup internal] load build context 00:00:59 #54 transferring context: 2.95MB 1.4s done 00:00:59 #54 DONE 3.8s 00:00:59 00:00:59 #55 [support-notifications internal] load build context 00:00:59 #55 transferring context: 2.95MB 1.2s done 00:00:59 #55 DONE 3.6s 00:00:59 00:00:59 #56 [security-spire-agent internal] load build context 00:00:59 #56 transferring context: 26.76kB 0.0s done 00:00:59 #56 DONE 1.8s 00:00:59 00:00:59 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:00:59 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.4s 00:01:00 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done 00:01:00 #46 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 3.6s done 00:01:00 #46 ... 00:01:00 00:01:00 #53 [core-keeper builder 2/7] WORKDIR /edgex-go 00:01:00 #53 DONE 2.2s 00:01:00 00:01:00 #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 00:01:06 #57 ... 00:01:06 00:01:06 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:06 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.2s 00:01:08 #46 ... 00:01:08 00:01:08 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:01:08 #58 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.1s done 00:01:08 #58 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 00:01:08 #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done 00:01:08 #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done 00:01:08 #58 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 00:01:08 #58 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 00:01:08 #58 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 0.1s done 00:01:08 #58 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 00:01:08 #58 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 1.5s done 00:01:08 #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.2s 00:01:08 #58 ... 00:01:08 00:01:08 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:08 #46 ... 00:01:08 00:01:08 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:01:08 #59 DONE 9.0s 00:01:08 00:01:08 #60 [security-bootstrapper stage-1 2/17] RUN apk add --update --no-cache dumb-init su-exec 00:01:08 #0 6.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:08 #0 6.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:08 #0 8.070 (1/2) Installing dumb-init (1.2.5-r2) 00:01:08 #0 8.097 (2/2) Installing su-exec (0.2-r3) 00:01:08 #0 8.108 Executing busybox-1.36.1-r7.trigger 00:01:08 #0 8.166 OK: 8 MiB in 17 packages 00:01:08 #60 DONE 9.0s 00:01:08 00:01:08 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:09 #46 ... 00:01:09 00:01:09 #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:01:09 #0 8.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:09 #0 9.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:09 #61 ... 00:01:09 00:01:09 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:01:09 #0 9.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:09 #62 ... 00:01:09 00:01:09 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:01:09 #63 ... 00:01:09 00:01:09 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:01:09 #0 7.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:09 #0 8.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:10 #64 ... 00:01:10 00:01:10 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:01:10 #65 ... 00:01:10 00:01:10 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:01:10 #0 8.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:10 #0 9.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:10 #66 ... 00:01:10 00:01:10 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:01:10 #0 9.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:10 #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:10 #67 ... 00:01:10 00:01:10 #68 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:01:10 #0 7.132 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:10 #0 7.727 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:10 #68 ... 00:01:10 00:01:10 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 00:01:10 #69 DONE 10.1s 00:01:10 00:01:10 #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:01:10 #70 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:10 #70 ... 00:01:10 00:01:10 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 00:01:10 #0 9.943 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:11 #71 ... 00:01:11 00:01:11 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:01:11 #72 ... 00:01:11 00:01:11 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:01:11 #62 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:13 #62 ... 00:01:13 00:01:13 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:01:13 #68 11.27 (1/1) Installing dumb-init (1.2.5-r2) 00:01:13 #68 11.32 Executing busybox-1.36.1-r7.trigger 00:01:13 #68 11.57 OK: 8 MiB in 16 packages 00:01:13 #68 DONE 14.6s 00:01:13 00:01:13 #73 [core-command stage-1 3/7] RUN apk --no-cache upgrade 00:01:14 #73 ... 00:01:14 00:01:14 #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:01:14 #64 11.79 (1/4) Installing dumb-init (1.2.5-r2) 00:01:14 #64 11.87 (2/4) Installing openssl (3.1.6-r0) 00:01:14 #64 12.07 (3/4) Installing su-exec (0.2-r3) 00:01:14 #64 12.08 (4/4) Installing yq (4.33.3-r5) 00:01:14 #64 13.34 Executing busybox-1.36.1-r7.trigger 00:01:14 #64 13.60 OK: 18 MiB in 19 packages 00:01:14 #64 DONE 14.9s 00:01:14 00:01:14 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:14 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.9s 00:01:15 #46 ... 00:01:15 00:01:15 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:01:15 #66 15.82 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:01:15 #66 15.82 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:01:15 #66 15.82 OK: 19946 distinct packages available 00:01:16 #66 16.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:18 #66 ... 00:01:18 00:01:18 #61 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 00:01:18 #61 14.36 (1/2) Installing ca-certificates (20240226-r0) 00:01:18 #61 14.93 (2/2) Installing dumb-init (1.2.5-r2) 00:01:18 #61 14.94 Executing busybox-1.36.1-r7.trigger 00:01:18 #61 15.01 Executing ca-certificates-20240226-r0.trigger 00:01:18 #61 16.59 OK: 9 MiB in 17 packages 00:01:18 #61 DONE 18.5s 00:01:18 00:01:18 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:18 #46 ... 00:01:18 00:01:18 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:01:18 #58 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.2s done 00:01:18 #58 ... 00:01:18 00:01:18 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:01:18 #0 7.589 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:18 #0 9.620 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:18 #116 DONE 43.7s 00:01:18 00:01:18 #74 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:18 #74 DONE 45.4s 00:01:18 00:01:18 #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:18 #114 DONE 36.8s 00:01:18 00:01:18 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:18 #115 DONE 43.4s 00:01:18 00:01:18 #117 [security-secretstore-setup builder 6/7] COPY . . 00:01:18 #117 ... 00:01:18 00:01:18 #79 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:18 #79 DONE 43.7s 00:01:18 00:01:18 #118 [support-scheduler builder 6/7] COPY . . 00:01:18 #74 ... 00:01:18 00:01:18 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 00:01:18 #0 8.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:18 #75 ... 00:01:18 00:01:18 #46 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:19 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.1s 00:01:19 #46 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.1s done 00:01:20 #46 ... 00:01:20 00:01:20 #70 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:01:20 #70 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:20 #70 17.94 OK: 266 MiB in 52 packages 00:01:20 #70 DONE 19.8s 00:01:20 00:01:20 #76 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 00:01:20 #76 ... 00:01:20 00:01:20 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:01:20 #65 11.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:20 #65 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:20 #65 19.56 (1/4) Installing ca-certificates (20240226-r0) 00:01:20 #65 20.12 (2/4) Installing dumb-init (1.2.5-r2) 00:01:20 #65 20.14 (3/4) Installing su-exec (0.2-r3) 00:01:20 #65 20.16 (4/4) Installing yq (4.33.3-r5) 00:01:20 #65 ... 00:01:20 00:01:20 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:01:20 #0 5.369 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:20 #0 7.392 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:21 #77 ... 00:01:21 00:01:21 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 00:01:21 #71 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:21 #71 18.58 OK: 266 MiB in 52 packages 00:01:21 #71 DONE 20.4s 00:01:21 00:01:21 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:01:21 #65 21.38 Executing busybox-1.36.1-r7.trigger 00:01:21 #65 21.75 Executing ca-certificates-20240226-r0.trigger 00:01:21 #65 ... 00:01:21 00:01:21 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:01:21 #63 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:21 #63 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:21 #63 20.17 (1/1) Installing dumb-init (1.2.5-r2) 00:01:21 #63 20.24 Executing busybox-1.36.1-r7.trigger 00:01:21 #63 20.52 OK: 8 MiB in 16 packages 00:01:21 #63 ... 00:01:21 00:01:21 #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:01:21 #78 ... 00:01:21 00:01:21 #76 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 00:01:21 #76 DONE 1.0s 00:01:21 00:01:21 #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:21 #79 ... 00:01:21 00:01:21 #78 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:01:21 #78 DONE 0.8s 00:01:21 00:01:21 #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 00:01:21 #57 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:21 #57 13.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:21 #57 20.14 OK: 266 MiB in 52 packages 00:01:22 #57 ... 00:01:22 00:01:22 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:22 #80 ... 00:01:22 00:01:22 #57 [core-data builder 3/7] RUN apk add --update --no-cache make git 00:01:22 #57 DONE 22.3s 00:01:22 00:01:22 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:01:22 #72 11.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:22 #72 13.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:22 #72 19.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:01:22 #72 19.68 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:01:22 #72 19.68 OK: 19953 distinct packages available 00:01:22 #72 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:22 #72 ... 00:01:22 00:01:22 #81 [core-command builder 4/7] COPY go.mod vendor* ./ 00:01:22 #81 ... 00:01:22 00:01:22 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 00:01:22 #63 DONE 22.8s 00:01:22 00:01:22 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:01:23 #82 ... 00:01:23 00:01:23 #81 [core-command builder 4/7] COPY go.mod vendor* ./ 00:01:23 #81 DONE 1.1s 00:01:23 00:01:23 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:24 #83 ... 00:01:24 00:01:24 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:01:24 #0 4.280 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:24 #0 6.875 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:24 #84 ... 00:01:24 00:01:24 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:01:24 #65 23.98 OK: 18 MiB in 19 packages 00:01:25 #65 DONE 25.4s 00:01:25 00:01:25 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:01:25 #72 24.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:26 #72 ... 00:01:26 00:01:26 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:01:26 #62 16.61 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:01:26 #62 16.61 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:01:26 #62 16.61 OK: 19946 distinct packages available 00:01:26 #62 17.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:26 #62 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:26 #62 25.97 (1/4) Installing dumb-init (1.2.5-r2) 00:01:26 #62 26.00 (2/4) Installing musl-obstack (1.2.3-r2) 00:01:26 #62 26.01 (3/4) Installing libucontext (1.2-r2) 00:01:26 #62 26.04 (4/4) Installing gcompat (1.1.0-r1) 00:01:26 #62 26.12 Executing busybox-1.36.1-r7.trigger 00:01:26 #62 26.34 OK: 8 MiB in 19 packages 00:01:26 #62 ... 00:01:26 00:01:26 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:01:26 #67 16.64 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 00:01:26 #67 16.64 v3.18.8-34-g7a00b6058ed [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 00:01:26 #67 16.64 OK: 19946 distinct packages available 00:01:26 #67 17.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:26 #67 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:26 #67 26.81 (1/5) Installing dumb-init (1.2.5-r2) 00:01:26 #67 26.83 (2/5) Installing musl-obstack (1.2.3-r2) 00:01:26 #67 26.87 (3/5) Installing libucontext (1.2-r2) 00:01:26 #67 26.87 (4/5) Installing gcompat (1.1.0-r1) 00:01:26 #67 ... 00:01:26 00:01:26 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:01:26 #77 15.72 OK: 266 MiB in 52 packages 00:01:26 #118 DONE 9.7s 00:01:26 00:01:26 #119 [support-notifications builder 6/7] COPY . . 00:01:26 #119 DONE 9.8s 00:01:26 00:01:26 #120 [support-cron-scheduler builder 6/7] COPY . . 00:01:26 #120 CACHED 00:01:26 00:01:26 #121 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #121 CACHED 00:01:26 00:01:26 #122 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ 00:01:26 #122 CACHED 00:01:26 00:01:26 #123 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #123 CACHED 00:01:26 00:01:26 #124 [core-metadata builder 6/7] COPY . . 00:01:26 #124 CACHED 00:01:26 00:01:26 #125 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:01:26 #125 CACHED 00:01:26 00:01:26 #126 [core-keeper builder 7/8] COPY . . 00:01:26 #126 DONE 9.8s 00:01:26 00:01:26 #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #127 CACHED 00:01:26 00:01:26 #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:01:26 #128 CACHED 00:01:26 00:01:26 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 00:01:26 #129 CACHED 00:01:26 00:01:26 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #130 CACHED 00:01:26 00:01:26 #131 [core-data builder 4/7] COPY go.mod vendor* ./ 00:01:26 #131 CACHED 00:01:26 00:01:26 #132 [core-data builder 6/7] COPY . . 00:01:26 #132 CACHED 00:01:26 00:01:26 #133 [security-bootstrapper builder 6/7] COPY . . 00:01:26 #133 CACHED 00:01:26 00:01:26 #134 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:01:26 #134 CACHED 00:01:26 00:01:26 #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #135 CACHED 00:01:26 00:01:26 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:01:26 #136 CACHED 00:01:26 00:01:26 #137 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #137 CACHED 00:01:26 00:01:26 #138 [security-proxy-auth builder 6/7] COPY . . 00:01:26 #138 CACHED 00:01:26 00:01:26 #139 [security-spiffe-token-provider builder 6/7] COPY . . 00:01:26 #139 DONE 9.8s 00:01:26 00:01:26 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:01:26 #140 CACHED 00:01:26 00:01:26 #141 [security-proxy-setup builder 6/7] COPY . . 00:01:26 #141 CACHED 00:01:26 00:01:26 #142 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #142 CACHED 00:01:26 00:01:26 #117 [security-secretstore-setup builder 6/7] COPY . . 00:01:26 #117 DONE 9.8s 00:01:26 00:01:26 #143 [core-command builder 6/7] COPY . . 00:01:26 #143 CACHED 00:01:26 00:01:26 #144 [core-command builder 4/7] COPY go.mod vendor* ./ 00:01:26 #144 CACHED 00:01:26 00:01:26 #145 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:26 #145 CACHED 00:01:26 00:01:26 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:01:27 #77 ... 00:01:27 00:01:27 #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:01:27 #62 DONE 27.8s 00:01:27 00:01:27 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:01:27 #84 12.95 OK: 18 MiB in 19 packages 00:01:27 #146 1.325 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:01:28 #84 ... 00:01:28 00:01:28 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:01:28 #0 4.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:28 #0 7.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:28 #85 ... 00:01:28 00:01:28 #75 [security-bootstrapper stage-1 3/17] RUN apk --no-cache upgrade 00:01:28 #75 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:28 #75 17.92 OK: 8 MiB in 17 packages 00:01:28 #75 DONE 19.5s 00:01:28 00:01:28 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:01:28 #82 5.470 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:28 #82 ... 00:01:28 00:01:28 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 00:01:28 #77 DONE 17.4s 00:01:28 00:01:28 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 00:01:28 #86 ... 00:01:28 00:01:28 #73 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade 00:01:28 #73 5.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:28 #73 6.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:28 #73 13.47 OK: 8 MiB in 16 packages 00:01:28 #73 DONE 15.9s 00:01:28 00:01:28 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:01:28 #66 18.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:28 #66 25.21 (1/11) Installing ca-certificates (20240226-r0) 00:01:28 #66 25.84 (2/11) Installing brotli-libs (1.0.9-r14) 00:01:28 #66 25.99 (3/11) Installing libunistring (1.1-r1) 00:01:28 #66 26.22 (4/11) Installing libidn2 (2.3.4-r1) 00:01:28 #66 26.27 (5/11) Installing nghttp2-libs (1.57.0-r0) 00:01:28 #66 26.29 (6/11) Installing libcurl (8.9.0-r0) 00:01:28 #66 26.37 (7/11) Installing curl (8.9.0-r0) 00:01:28 #66 26.37 (8/11) Installing dumb-init (1.2.5-r2) 00:01:28 #66 26.41 (9/11) Installing musl-obstack (1.2.3-r2) 00:01:28 #66 26.42 (10/11) Installing libucontext (1.2-r2) 00:01:28 #66 26.42 (11/11) Installing gcompat (1.1.0-r1) 00:01:28 #66 26.43 Executing busybox-1.36.1-r7.trigger 00:01:28 #66 26.50 Executing ca-certificates-20240226-r0.trigger 00:01:28 #66 27.91 OK: 13 MiB in 26 packages 00:01:28 #66 ... 00:01:28 00:01:28 #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:01:28 #67 26.91 (5/5) Installing openssl (3.1.6-r0) 00:01:28 #67 27.00 Executing busybox-1.36.1-r7.trigger 00:01:28 #67 27.16 OK: 9 MiB in 20 packages 00:01:28 #67 DONE 28.9s 00:01:28 00:01:28 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 00:01:29 #87 ... 00:01:29 00:01:29 #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:01:29 #66 DONE 29.7s 00:01:29 00:01:29 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 00:01:29 #84 DONE 14.9s 00:01:29 00:01:29 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:01:30 #88 ... 00:01:30 00:01:30 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 00:01:30 #74 18.02 (1/1) Installing dumb-init (1.2.5-r2) 00:01:30 #74 19.17 Executing busybox-1.36.1-r7.trigger 00:01:30 #74 19.19 OK: 8 MiB in 16 packages 00:01:30 #74 DONE 21.6s 00:01:30 00:01:30 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 00:01:30 #86 DONE 2.1s 00:01:30 00:01:30 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:01:30 #82 7.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:30 #82 ... 00:01:30 00:01:30 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 00:01:30 #89 DONE 0.9s 00:01:30 00:01:30 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:31 #90 ... 00:01:31 00:01:31 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:01:31 #72 29.88 OK: 266 MiB in 52 packages 00:01:31 #72 DONE 31.0s 00:01:31 00:01:31 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:01:32 #91 ... 00:01:32 00:01:32 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 00:01:32 #85 13.14 OK: 9 MiB in 17 packages 00:01:32 #85 DONE 14.7s 00:01:32 00:01:32 #92 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:01:33 #92 ... 00:01:33 00:01:33 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:01:33 #91 DONE 1.5s 00:01:33 00:01:33 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 00:01:33 #82 10.74 OK: 8 MiB in 16 packages 00:01:33 #82 DONE 11.4s 00:01:33 00:01:33 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:01:35 #93 ... 00:01:35 00:01:35 #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:01:35 #0 8.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:35 #0 9.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:35 #94 ... 00:01:35 00:01:35 #92 [security-bootstrapper stage-1 4/17] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:01:35 #92 DONE 7.6s 00:01:35 00:01:35 #95 [security-bootstrapper stage-1 5/17] WORKDIR /edgex-init-staging 00:01:35 #95 DONE 0.2s 00:01:35 00:01:35 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:01:35 #0 8.569 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:36 #96 ... 00:01:36 00:01:36 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 00:01:36 #87 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:37 #87 8.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:37 #87 ... 00:01:37 00:01:37 #94 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 00:01:37 #94 11.91 OK: 18 MiB in 19 packages 00:01:37 #94 DONE 12.5s 00:01:37 00:01:37 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:01:37 #88 7.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 00:01:37 #88 8.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:37 #146 ... 00:01:37 00:01:37 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:01:37 #0 1.764 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:01:37 #147 ... 00:01:37 00:01:37 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:01:37 #0 0.640 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 00:01:37 #148 ... 00:01:37 00:01:37 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:01:37 #0 1.686 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:01:37 #149 ... 00:01:37 00:01:37 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:01:37 #0 1.285 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:01:37 #150 ... 00:01:37 00:01:37 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:01:37 #0 1.182 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:01:37 #151 ... 00:01:37 00:01:37 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:01:37 #0 0.613 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:01:37 #152 ... 00:01:37 00:01:37 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:01:37 #0 1.726 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:01:37 #153 ... 00:01:37 00:01:37 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:01:37 #0 0.795 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 00:01:37 #154 ... 00:01:37 00:01:37 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:01:37 #0 0.803 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:01:37 #155 ... 00:01:37 00:01:37 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:01:37 #0 1.093 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:01:37 #156 ... 00:01:37 00:01:37 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:01:37 #0 1.284 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:01:37 #157 ... 00:01:37 00:01:37 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:01:37 #0 1.278 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:01:39 #88 ... 00:01:39 00:01:39 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 00:01:39 #96 9.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 00:01:39 #96 11.44 OK: 8 MiB in 19 packages 00:01:39 #96 DONE 12.0s 00:01:39 00:01:39 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:40 #97 ... 00:01:40 00:01:40 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 00:01:40 #87 10.74 OK: 9 MiB in 20 packages 00:01:40 #87 DONE 11.6s 00:01:40 00:01:40 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 00:01:40 #88 10.82 OK: 13 MiB in 26 packages 00:01:41 #88 DONE 12.0s 00:01:41 00:01:41 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:41 #97 DONE 1.9s 00:01:41 00:01:41 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:41 #98 ... 00:01:41 00:01:41 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:01:41 #99 DONE 1.3s 00:01:41 00:01:41 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:42 #100 ... 00:01:42 00:01:42 #101 [security-spire-config stage-2 5/10] COPY Attribution.txt / 00:01:42 #101 DONE 0.4s 00:01:42 00:01:42 #102 [security-spire-config stage-2 6/10] COPY security.txt / 00:01:42 #102 DONE 0.2s 00:01:42 00:01:42 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:01:42 #103 DONE 0.2s 00:01:42 00:01:42 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 00:01:42 #104 DONE 0.2s 00:01:42 00:01:42 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:01:42 #46 ... 00:01:42 00:01:42 #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:42 #98 DONE 2.4s 00:01:42 00:01:42 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:01:42 #105 ... 00:01:42 00:01:42 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:01:42 #106 DONE 0.3s 00:01:42 00:01:42 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 00:01:42 #105 DONE 0.3s 00:01:42 00:01:42 #107 [security-spire-config] exporting to image 00:01:42 #107 exporting layers 00:01:43 #107 ... 00:01:43 00:01:43 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:01:43 #100 DONE 2.2s 00:01:43 00:01:43 #108 [security-spire-server stage-2 6/9] COPY security.txt / 00:01:43 #108 DONE 0.7s 00:01:43 00:01:43 #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:01:44 #109 DONE 0.3s 00:01:44 00:01:44 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 00:01:44 #110 DONE 0.2s 00:01:44 00:01:44 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:01:44 #111 ... 00:01:44 00:01:44 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 00:01:44 #112 DONE 0.2s 00:01:44 00:01:44 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:01:44 #111 DONE 0.3s 00:01:44 00:01:44 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:01:44 #113 DONE 0.2s 00:01:44 00:01:44 #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:01:44 #114 DONE 0.3s 00:01:44 00:01:44 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:01:44 #115 DONE 0.2s 00:01:44 00:01:44 #107 [security-spire-server] exporting to image 00:01:45 #107 ... 00:01:45 00:01:45 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:01:45 #116 DONE 0.3s 00:01:45 00:01:45 #107 [security-spire-agent] exporting to image 00:01:45 #107 exporting layers 2.7s done 00:01:45 #107 writing image sha256:3777738f6895d15100586858a0f483deca632365118149a1d0f755fa51271904 done 00:01:45 #107 naming to docker.io/library/security-spire-config-arm64 0.0s done 00:01:47 #107 exporting layers 2.2s done 00:01:47 #107 writing image sha256:dfa67c77b041b0e92bd6f78df28b2f200125c5002666bedd687480d3c1d85afa done 00:01:47 #107 naming to docker.io/library/security-spire-server-arm64 done 00:01:47 #107 exporting layers 2.1s done 00:01:47 #107 writing image sha256:5a6786fdb4a26dbc709308fff66f7d3cb3beb1d301e2b0589632d9f287546933 done 00:01:47 #107 naming to docker.io/library/security-spire-agent-arm64 done 00:01:47 #107 DONE 3.9s 00:01:47 00:01:47 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:02:55 #46 ... 00:02:55 00:02:55 #83 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #83 DONE 85.9s 00:02:55 00:02:55 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #93 DONE 76.0s 00:02:55 00:02:55 #79 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #79 DONE 87.7s 00:02:55 00:02:55 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #80 DONE 87.4s 00:02:55 00:02:55 #90 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #90 DONE 78.8s 00:02:55 00:02:55 #117 [security-spiffe-token-provider builder 6/7] COPY . . 00:02:55 #117 ... 00:02:55 00:02:55 #118 [support-cron-scheduler builder 6/7] COPY . . 00:02:55 #118 DONE 1.4s 00:02:55 00:02:55 #119 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:02:55 #119 CACHED 00:02:55 00:02:55 #120 [support-notifications builder 6/7] COPY . . 00:02:55 #120 CACHED 00:02:55 00:02:55 #121 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #121 CACHED 00:02:55 00:02:55 #122 [security-proxy-setup builder 6/7] COPY . . 00:02:55 #122 CACHED 00:02:55 00:02:55 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:02:55 #123 CACHED 00:02:55 00:02:55 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #124 CACHED 00:02:55 00:02:55 #125 [core-data builder 6/7] COPY . . 00:02:55 #125 CACHED 00:02:55 00:02:55 #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #126 CACHED 00:02:55 00:02:55 #127 [core-data builder 4/7] COPY go.mod vendor* ./ 00:02:55 #127 CACHED 00:02:55 00:02:55 #128 [core-keeper builder 7/8] COPY . . 00:02:55 #128 DONE 1.4s 00:02:55 00:02:55 #129 [security-proxy-auth builder 6/7] COPY . . 00:02:55 #129 CACHED 00:02:55 00:02:55 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #130 CACHED 00:02:55 00:02:55 #131 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:02:55 #131 CACHED 00:02:55 00:02:55 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:02:55 #132 CACHED 00:02:55 00:02:55 #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #133 CACHED 00:02:55 00:02:55 #134 [core-metadata builder 6/7] COPY . . 00:02:55 #134 CACHED 00:02:55 00:02:55 #135 [security-bootstrapper builder 6/7] COPY . . 00:02:55 #135 DONE 1.4s 00:02:55 00:02:55 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:02:55 #136 CACHED 00:02:55 00:02:55 #137 [security-secretstore-setup builder 6/7] COPY . . 00:02:55 #137 CACHED 00:02:55 00:02:55 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #138 CACHED 00:02:55 00:02:55 #117 [security-spiffe-token-provider builder 6/7] COPY . . 00:02:55 #117 DONE 1.5s 00:02:55 00:02:55 #139 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #139 CACHED 00:02:55 00:02:55 #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:02:55 #140 CACHED 00:02:55 00:02:55 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 00:02:55 #141 CACHED 00:02:55 00:02:55 #142 [support-scheduler builder 6/7] COPY . . 00:02:55 #142 CACHED 00:02:55 00:02:55 #143 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:02:55 #143 CACHED 00:02:55 00:02:55 #144 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:02:55 #144 CACHED 00:02:55 00:02:55 #145 [core-command builder 6/7] COPY . . 00:02:55 #145 DONE 1.5s 00:02:55 00:02:55 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:02:55 #146 4.897 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:02:57 #146 ... 00:02:57 00:02:57 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:02:57 #0 6.037 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:03:01 #147 ... 00:03:01 00:03:01 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:03:01 #0 6.010 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:03:01 #148 ... 00:03:01 00:03:01 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:03:01 #0 4.455 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:03:01 #149 ... 00:03:01 00:03:01 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:03:01 #0 6.418 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:03:01 #150 ... 00:03:01 00:03:01 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:03:01 #0 6.108 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:03:01 #151 ... 00:03:01 00:03:01 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:03:01 #0 6.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 00:03:01 #152 ... 00:03:01 00:03:01 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:03:01 #0 6.456 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:03:01 #153 ... 00:03:01 00:03:01 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:03:01 #0 6.431 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:03:01 #154 ... 00:03:01 00:03:01 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:03:01 #0 5.674 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:03:02 #155 ... 00:03:02 00:03:02 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:03:02 #0 6.607 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:03:02 #156 ... 00:03:02 00:03:02 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:03:02 #0 5.231 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler 00:03:02 #157 ... 00:03:02 00:03:02 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:03:02 #0 5.036 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:03:14 #158 ... 00:03:14 00:03:14 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:03:14 #153 100.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:04:22 #153 DONE 169.7s 00:04:22 00:04:22 #158 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:04:22 #158 DONE 169.7s 00:04:22 00:04:22 #148 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:04:22 #148 DONE 169.7s 00:04:22 00:04:22 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:04:22 #152 DONE 169.7s 00:04:22 00:04:22 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:04:22 #146 DONE 169.7s 00:04:22 00:04:22 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:04:22 #155 DONE 169.7s 00:04:22 00:04:22 #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #159 ... 00:04:22 00:04:22 #157 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:04:22 #157 DONE 169.8s 00:04:22 00:04:22 #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:04:22 #156 DONE 170.0s 00:04:22 00:04:22 #154 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:04:22 #154 DONE 170.0s 00:04:22 00:04:22 #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:04:22 #160 ... 00:04:22 00:04:22 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:04:22 #149 DONE 170.1s 00:04:22 00:04:22 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:04:22 #147 DONE 170.2s 00:04:22 00:04:22 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:04:22 #150 DONE 170.2s 00:04:22 00:04:22 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:04:22 #151 DONE 170.2s 00:04:22 00:04:22 #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #161 ... 00:04:22 00:04:22 #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #159 DONE 0.9s 00:04:22 00:04:22 #162 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #162 DONE 0.9s 00:04:22 00:04:22 #160 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:04:22 #160 DONE 0.7s 00:04:22 00:04:22 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #163 DONE 0.9s 00:04:22 00:04:22 #164 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #164 DONE 1.0s 00:04:22 00:04:22 #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 00:04:22 #165 ... 00:04:22 00:04:22 #166 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #166 DONE 0.9s 00:04:22 00:04:22 #167 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 00:04:22 #167 ... 00:04:22 00:04:22 #161 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #161 DONE 1.1s 00:04:22 00:04:22 #168 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #168 DONE 1.0s 00:04:22 00:04:22 #169 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:22 #169 ... 00:04:22 00:04:22 #170 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #170 CACHED 00:04:22 00:04:22 #171 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:04:22 #171 CACHED 00:04:22 00:04:22 #172 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:04:22 #172 DONE 1.3s 00:04:22 00:04:22 #173 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #173 CACHED 00:04:22 00:04:22 #174 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:04:22 #174 CACHED 00:04:22 00:04:22 #175 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #175 CACHED 00:04:22 00:04:22 #176 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:22 #176 CACHED 00:04:22 00:04:22 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #177 CACHED 00:04:22 00:04:22 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 00:04:22 #178 CACHED 00:04:22 00:04:22 #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:22 #179 DONE 1.5s 00:04:22 00:04:22 #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:04:22 #180 ... 00:04:22 00:04:22 #181 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:04:22 #181 CACHED 00:04:22 00:04:22 #182 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:22 #182 CACHED 00:04:22 00:04:22 #183 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 00:04:22 #183 DONE 1.6s 00:04:22 00:04:22 #184 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 00:04:22 #184 ... 00:04:22 00:04:22 #167 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 00:04:22 #167 DONE 1.5s 00:04:22 00:04:22 #165 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 00:04:22 #165 DONE 1.8s 00:04:22 00:04:22 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:04:22 #185 ... 00:04:22 00:04:22 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:22 #186 DONE 2.2s 00:04:22 00:04:22 #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 00:04:23 #187 ... 00:04:23 00:04:23 #188 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 00:04:23 #188 DONE 6.1s 00:04:23 00:04:23 #169 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:04:23 #169 DONE 5.4s 00:04:23 00:04:23 #189 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:04:23 #189 DONE 4.8s 00:04:23 00:04:23 #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:04:23 #190 DONE 4.9s 00:04:23 00:04:23 #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:04:23 #191 DONE 5.0s 00:04:23 00:04:23 #192 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:04:23 #192 ... 00:04:23 00:04:23 #193 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:04:23 #193 DONE 5.0s 00:04:23 00:04:23 #184 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 00:04:23 #184 DONE 4.9s 00:04:23 00:04:23 #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:04:23 #180 DONE 5.2s 00:04:23 00:04:23 #194 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:04:23 #194 ... 00:04:23 00:04:23 #195 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:04:23 #195 DONE 5.1s 00:04:23 00:04:23 #196 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 00:04:23 #196 DONE 5.1s 00:04:23 00:04:23 #187 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 00:04:23 #187 DONE 4.6s 00:04:23 00:04:23 #105 [core-keeper] exporting to image 00:04:23 #105 exporting layers 00:04:24 #105 ... 00:04:24 00:04:24 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:04:24 #185 DONE 5.1s 00:04:24 00:04:24 #197 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:04:24 #197 DONE 4.0s 00:04:24 00:04:24 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 00:04:24 #198 ... 00:04:24 00:04:24 #199 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 00:04:24 #199 DONE 1.4s 00:04:24 00:04:24 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 00:04:24 #200 DONE 1.3s 00:04:24 00:04:24 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:04:24 #201 DONE 1.3s 00:04:24 00:04:24 #192 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:04:24 #192 DONE 1.3s 00:04:24 00:04:24 #202 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:04:24 #202 DONE 1.4s 00:04:24 00:04:24 #203 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:04:24 #203 ... 00:04:24 00:04:24 #204 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 00:04:24 #204 DONE 1.4s 00:04:24 00:04:24 #205 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:04:24 #205 DONE 1.3s 00:04:24 00:04:24 #194 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:04:24 #194 DONE 1.3s 00:04:24 00:04:24 #206 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 00:04:24 #206 DONE 1.3s 00:04:24 00:04:24 #207 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 00:04:24 #207 DONE 1.3s 00:04:24 00:04:24 #208 [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 00:04:24 #208 DONE 0.8s 00:04:24 00:04:24 #105 [support-cron-scheduler] exporting to image 00:04:25 #105 ... 00:04:25 00:04:25 #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 00:04:25 #198 DONE 0.8s 00:04:25 00:04:25 #209 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:04:25 #209 DONE 0.5s 00:04:25 00:04:25 #105 [security-spiffe-token-provider] exporting to image 00:04:25 #105 exporting layers 0.2s done 00:04:25 #105 ... 00:04:25 00:04:25 #210 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 00:04:25 #210 DONE 0.6s 00:04:25 00:04:25 #203 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:04:25 #203 DONE 0.5s 00:04:25 00:04:25 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:04:25 #211 DONE 0.6s 00:04:25 00:04:25 #212 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:04:25 #212 DONE 0.3s 00:04:25 00:04:25 #213 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:04:25 #213 DONE 0.4s 00:04:25 00:04:25 #105 [core-metadata] exporting to image 00:04:25 #105 exporting layers 0.4s done 00:04:25 #105 ... 00:04:25 00:04:25 #214 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 00:04:25 #214 DONE 0.3s 00:04:25 00:04:25 #105 [core-metadata] exporting to image 00:04:25 #105 exporting layers 0.4s done 00:04:25 #105 writing image sha256:ef6797885e7d861ab9a220913740475f597cf5cef24abd7b60d4945735a40c12 00:04:25 #105 writing image sha256:ef6797885e7d861ab9a220913740475f597cf5cef24abd7b60d4945735a40c12 0.3s done 00:04:25 #105 naming to docker.io/library/core-keeper 00:04:25 #105 ... 00:04:25 00:04:25 #215 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:04:25 #215 DONE 0.5s 00:04:25 00:04:25 #216 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:04:25 #216 DONE 0.4s 00:04:25 00:04:25 #105 [support-notifications] exporting to image 00:04:25 #105 exporting layers 0.5s done 00:04:25 #105 naming to docker.io/library/core-keeper done 00:04:25 #105 writing image sha256:8afc10e40eeba9ba8d8b006d4cc51b86c4bc3e1718d2a12762e539530514760b 00:04:25 #105 writing image sha256:63cbb2b426d7a8b7401a393adf317b4b1ad9768c84dc7a3c0b3bbff2dfb34abd 00:04:25 #105 writing image sha256:4e5a83a1531932956ad1e86730f7128790f1612995511184f61d79a02b566bea 00:04:25 #105 writing image sha256:1b93f796180f5dfff4d19138abb37d88d591f34b27d0fc270df5ecfd6986b45c done 00:04:25 #105 writing image sha256:24a724d1f5c1754e65ef3c4e514cd0dcbc90271eab9039232625170c5554b005 done 00:04:25 #105 naming to docker.io/library/support-notifications done 00:04:25 #105 writing image sha256:a17b02a07d816f43d8417409df7f642e72d6ff10fd07fd9a7cdd0c988f39e785 00:04:25 #105 naming to docker.io/library/core-data 00:04:25 #105 writing image sha256:63cbb2b426d7a8b7401a393adf317b4b1ad9768c84dc7a3c0b3bbff2dfb34abd 0.1s done 00:04:25 #105 naming to docker.io/library/core-data done 00:04:25 #105 naming to docker.io/library/security-spiffe-token-provider 00:04:25 #105 exporting layers 0.6s done 00:04:25 #105 writing image sha256:8afc10e40eeba9ba8d8b006d4cc51b86c4bc3e1718d2a12762e539530514760b 0.2s done 00:04:25 #105 writing image sha256:4e5a83a1531932956ad1e86730f7128790f1612995511184f61d79a02b566bea 0.1s done 00:04:25 #105 writing image sha256:a17b02a07d816f43d8417409df7f642e72d6ff10fd07fd9a7cdd0c988f39e785 0.1s done 00:04:25 #105 naming to docker.io/library/security-spiffe-token-provider done 00:04:25 #105 naming to docker.io/library/support-scheduler 0.0s done 00:04:25 #105 naming to docker.io/library/support-cron-scheduler done 00:04:25 #105 naming to docker.io/library/core-command done 00:04:25 #105 writing image sha256:24fe3cde678e1791cf6931f4f221bfcfd90b8f3de08c311ccabb736c47436271 done 00:04:25 #105 naming to docker.io/library/core-metadata done 00:04:25 #105 DONE 3.4s 00:04:25 00:04:25 #217 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:04:25 #217 DONE 0.6s 00:04:25 00:04:25 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:04:26 #218 ... 00:04:26 00:04:26 #219 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:04:26 #219 DONE 0.4s 00:04:26 00:04:26 #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:26 #220 DONE 0.9s 00:04:26 00:04:26 #221 [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/ 00:04:26 #221 DONE 0.2s 00:04:26 00:04:26 #218 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:04:26 #218 DONE 0.3s 00:04:26 00:04:26 #222 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:26 #222 DONE 1.0s 00:04:26 00:04:26 #105 [core-common-config-bootstrapper] exporting to image 00:04:26 #105 exporting layers 0.2s done 00:04:26 #105 writing image sha256:df83d02e53d1d8ea58944fdb7e368e3aa0ecc37fc65f78f0c1311c4a56edcb1b done 00:04:26 #105 naming to docker.io/library/security-proxy-auth 00:04:26 #105 ... 00:04:26 00:04:26 #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/ 00:04:26 #223 DONE 0.1s 00:04:26 00:04:26 #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:04:26 #224 DONE 0.1s 00:04:26 00:04:26 #225 [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/ 00:04:26 #225 DONE 0.1s 00:04:26 00:04:26 #105 [security-proxy-auth] exporting to image 00:04:26 #105 naming to docker.io/library/security-proxy-auth done 00:04:26 #105 exporting layers 0.2s done 00:04:26 #105 writing image sha256:f221a81a055cf862b7755ec0412381e0606acecd2e9d68a27f12f6a071701d4b done 00:04:26 #105 naming to docker.io/library/core-common-config-bootstrapper done 00:04:26 #105 DONE 3.8s 00:04:26 00:04:26 #226 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 00:04:26 #226 DONE 0.1s 00:04:26 00:04:26 #227 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:26 #227 ... 00:04:26 00:04:26 #228 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:04:26 #228 DONE 0.1s 00:04:26 00:04:26 #229 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 00:04:26 #229 ... 00:04:26 00:04:26 #230 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:26 #230 DONE 1.2s 00:04:26 00:04:26 #105 [security-proxy-setup] exporting to image 00:04:27 #105 ... 00:04:27 00:04:27 #227 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:27 #227 DONE 0.9s 00:04:27 00:04:27 #229 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 00:04:27 #229 DONE 0.7s 00:04:27 00:04:27 #105 [security-secretstore-setup] exporting to image 00:04:28 #105 exporting layers 1.2s done 00:04:28 #105 writing image sha256:badacc271205e1504d89a8f34a89d4e23332f5ebe7b4e0d036b2b7b600e7ff2d 00:04:28 #105 exporting layers 0.9s done 00:04:28 #105 writing image sha256:badacc271205e1504d89a8f34a89d4e23332f5ebe7b4e0d036b2b7b600e7ff2d 0.0s done 00:04:28 #105 naming to docker.io/library/security-proxy-setup done 00:04:28 #105 writing image sha256:f8a126d89cb0dcd0850a938af27d9a14db4d05ce0056f24e9696eb05d2427548 done 00:04:28 #105 naming to docker.io/library/security-secretstore-setup 00:04:28 #105 exporting layers 0.9s done 00:04:28 #105 naming to docker.io/library/security-secretstore-setup done 00:04:28 #105 writing image sha256:10834dfdb9b93c51c7612328f994794099e2eeab1b8caed7acb05178e7259388 done 00:04:28 #105 naming to docker.io/library/security-bootstrapper done 00:04:28 #105 DONE 5.0s 00:04:28 00:04:28 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:04:28 time="2024-08-06T23:59:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 00:04:28 $ docker stop --time=1 b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 00:04:29 $ docker rm -f --volumes b000b6c4569ef17a5f718f32c764e47a4f0359d2cbaa2dee71c13140efee85a1 [Pipeline] // withDockerContainer [Pipeline] sh 00:04:29 + docker images 00:04:29 REPOSITORY TAG IMAGE ID CREATED SIZE 00:04:29 security-bootstrapper latest 10834dfdb9b9 2 seconds ago 18.9MB 00:04:29 security-proxy-setup latest badacc271205 3 seconds ago 26.2MB 00:04:29 security-secretstore-setup latest f8a126d89cb0 3 seconds ago 37MB 00:04:29 core-common-config-bootstrapper latest f221a81a055c 4 seconds ago 15.2MB 00:04:29 security-proxy-auth latest df83d02e53d1 4 seconds ago 33MB 00:04:29 core-command latest 8afc10e40eeb 5 seconds ago 35.4MB 00:04:29 support-cron-scheduler latest 4e5a83a15319 5 seconds ago 42.2MB 00:04:29 core-metadata latest 24fe3cde678e 5 seconds ago 39.6MB 00:04:29 core-data latest 1b93f796180f 5 seconds ago 39.5MB 00:04:29 security-spiffe-token-provider latest 63cbb2b426d7 5 seconds ago 28.8MB 00:04:29 support-notifications latest 24a724d1f5c1 5 seconds ago 42.4MB 00:04:29 support-scheduler latest a17b02a07d81 5 seconds ago 41.8MB 00:04:29 core-keeper latest ef6797885e7d 6 seconds ago 39.4MB 00:04:29 security-spire-agent latest 3340ad14aade 3 minutes ago 182MB 00:04:29 security-spire-server latest 230c3ac5847a 3 minutes ago 121MB 00:04:29 security-spire-config latest b3589b260fe3 3 minutes ago 120MB 00:04:29 ci-base-image-x86_64 latest f6ac3f2cc061 7 minutes ago 969MB 00:04:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB 00:04:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB 00:04:29 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 00:04:29 provisioning config files... 00:04:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config15987563209578410725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:04:30 ---> ****-login.sh 00:04:30 nexus3.edgexfoundry.org:10001 00:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:04:30 Configure a credential helper to remove this warning. See 00:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:04:30 00:04:30 Login Succeeded 00:04:30 nexus3.edgexfoundry.org:10002 00:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:04:30 Configure a credential helper to remove this warning. See 00:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:04:30 00:04:30 Login Succeeded 00:04:30 nexus3.edgexfoundry.org:10003 00:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:04:30 Configure a credential helper to remove this warning. See 00:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:04:30 00:04:30 Login Succeeded 00:04:30 nexus3.edgexfoundry.org:10004 00:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:04:30 Configure a credential helper to remove this warning. See 00:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:04:30 00:04:30 Login Succeeded 00:04:30 ****.io 00:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:04:30 Configure a credential helper to remove this warning. See 00:04:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:04:30 00:04:30 Login Succeeded 00:04:30 ---> ****-login.sh ends [Pipeline] } 00:04:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:04:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:04:31 [edgeXDocker.push] Tagging docker image core-command with the following tags: 00:04:31 574c71a500a07162c29ac549af62d3136e4ef698 00:04:31 latest 00:04:31 3.2.0-dev.46 00:04:31 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:31 main 00:04:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:31 + docker push nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 00:04:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:04:31 e5513fbfccb8: Preparing 00:04:31 c79f3433017b: Preparing 00:04:31 aa6b1fc3d5ff: Preparing 00:04:31 66cddfbe9fb8: Preparing 00:04:31 88dd5d3d2526: Preparing 00:04:31 18782f3ce659: Preparing 00:04:31 ce7f800efff9: Preparing 00:04:31 18782f3ce659: Waiting 00:04:31 ce7f800efff9: Waiting 00:04:31 e5513fbfccb8: Pushed 00:04:31 66cddfbe9fb8: Pushed 00:04:31 88dd5d3d2526: Pushed 00:04:31 aa6b1fc3d5ff: Pushed 00:04:31 ce7f800efff9: Layer already exists 00:04:32 18782f3ce659: Pushed 00:04:34 c79f3433017b: Pushed 00:04:34 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:35 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 00:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:04:35 e5513fbfccb8: Preparing 00:04:35 c79f3433017b: Preparing 00:04:35 aa6b1fc3d5ff: Preparing 00:04:35 66cddfbe9fb8: Preparing 00:04:35 88dd5d3d2526: Preparing 00:04:35 18782f3ce659: Preparing 00:04:35 ce7f800efff9: Preparing 00:04:35 18782f3ce659: Waiting 00:04:35 ce7f800efff9: Waiting 00:04:35 88dd5d3d2526: Layer already exists 00:04:35 66cddfbe9fb8: Layer already exists 00:04:35 e5513fbfccb8: Layer already exists 00:04:35 c79f3433017b: Layer already exists 00:04:35 aa6b1fc3d5ff: Layer already exists 00:04:35 18782f3ce659: Layer already exists 00:04:35 ce7f800efff9: Layer already exists 00:04:35 latest: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:35 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 00:04:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:04:35 e5513fbfccb8: Preparing 00:04:35 c79f3433017b: Preparing 00:04:35 aa6b1fc3d5ff: Preparing 00:04:35 66cddfbe9fb8: Preparing 00:04:35 88dd5d3d2526: Preparing 00:04:35 18782f3ce659: Preparing 00:04:35 ce7f800efff9: Preparing 00:04:35 18782f3ce659: Waiting 00:04:35 ce7f800efff9: Waiting 00:04:35 66cddfbe9fb8: Layer already exists 00:04:35 e5513fbfccb8: Layer already exists 00:04:35 aa6b1fc3d5ff: Layer already exists 00:04:35 88dd5d3d2526: Layer already exists 00:04:35 c79f3433017b: Layer already exists 00:04:35 18782f3ce659: Layer already exists 00:04:35 ce7f800efff9: Layer already exists 00:04:35 3.2.0-dev.46: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:36 + docker push nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:04:36 e5513fbfccb8: Preparing 00:04:36 c79f3433017b: Preparing 00:04:36 aa6b1fc3d5ff: Preparing 00:04:36 66cddfbe9fb8: Preparing 00:04:36 88dd5d3d2526: Preparing 00:04:36 18782f3ce659: Preparing 00:04:36 ce7f800efff9: Preparing 00:04:36 ce7f800efff9: Waiting 00:04:36 18782f3ce659: Waiting 00:04:36 aa6b1fc3d5ff: Layer already exists 00:04:36 e5513fbfccb8: Layer already exists 00:04:36 c79f3433017b: Layer already exists 00:04:36 88dd5d3d2526: Layer already exists 00:04:36 66cddfbe9fb8: Layer already exists 00:04:36 18782f3ce659: Layer already exists 00:04:36 ce7f800efff9: Layer already exists 00:04:36 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:36 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:37 + docker push nexus3.edgexfoundry.org:10004/core-command:main 00:04:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:04:37 e5513fbfccb8: Preparing 00:04:37 c79f3433017b: Preparing 00:04:37 aa6b1fc3d5ff: Preparing 00:04:37 66cddfbe9fb8: Preparing 00:04:37 88dd5d3d2526: Preparing 00:04:37 18782f3ce659: Preparing 00:04:37 ce7f800efff9: Preparing 00:04:37 18782f3ce659: Waiting 00:04:37 ce7f800efff9: Waiting 00:04:37 c79f3433017b: Layer already exists 00:04:37 e5513fbfccb8: Layer already exists 00:04:37 aa6b1fc3d5ff: Layer already exists 00:04:37 88dd5d3d2526: Layer already exists 00:04:37 66cddfbe9fb8: Layer already exists 00:04:37 18782f3ce659: Layer already exists 00:04:37 ce7f800efff9: Layer already exists 00:04:37 main: digest: sha256:bf96ab18aed7e0754efac2afdd0055a4ddfcf4757ea9e2a2eb1f85732149931d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:04:37 ===================================================== [Pipeline] echo 00:04:37 taggedImages: 00:04:37 - nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698 00:04:37 - nexus3.edgexfoundry.org:10004/core-command:latest 00:04:37 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.46 00:04:37 - nexus3.edgexfoundry.org:10004/core-command:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:37 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 00:04:37 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 00:04:37 574c71a500a07162c29ac549af62d3136e4ef698 00:04:37 latest 00:04:37 3.2.0-dev.46 00:04:37 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:37 main 00:04:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 00:04:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:04:37 04e7d1d43f16: Preparing 00:04:37 d0664b76697c: Preparing 00:04:37 4b8b0148380f: Preparing 00:04:37 e609beb72753: Preparing 00:04:37 aa6b1fc3d5ff: Preparing 00:04:37 66cddfbe9fb8: Preparing 00:04:37 88dd5d3d2526: Preparing 00:04:37 18782f3ce659: Preparing 00:04:37 ce7f800efff9: Preparing 00:04:37 88dd5d3d2526: Waiting 00:04:37 18782f3ce659: Waiting 00:04:37 ce7f800efff9: Waiting 00:04:37 66cddfbe9fb8: Waiting 00:04:37 aa6b1fc3d5ff: Layer already exists 00:04:37 66cddfbe9fb8: Layer already exists 00:04:37 88dd5d3d2526: Layer already exists 00:04:37 18782f3ce659: Layer already exists 00:04:37 ce7f800efff9: Layer already exists 00:04:37 04e7d1d43f16: Pushed 00:04:37 4b8b0148380f: Pushed 00:04:37 d0664b76697c: Pushed 00:04:38 e609beb72753: Pushed 00:04:38 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:39 + 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 00:04:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:04:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:04:39 04e7d1d43f16: Preparing 00:04:39 d0664b76697c: Preparing 00:04:39 4b8b0148380f: Preparing 00:04:39 e609beb72753: Preparing 00:04:39 aa6b1fc3d5ff: Preparing 00:04:39 66cddfbe9fb8: Preparing 00:04:39 88dd5d3d2526: Preparing 00:04:39 18782f3ce659: Preparing 00:04:39 ce7f800efff9: Preparing 00:04:39 88dd5d3d2526: Waiting 00:04:39 18782f3ce659: Waiting 00:04:39 ce7f800efff9: Waiting 00:04:39 66cddfbe9fb8: Waiting 00:04:39 d0664b76697c: Layer already exists 00:04:39 e609beb72753: Layer already exists 00:04:39 4b8b0148380f: Layer already exists 00:04:39 aa6b1fc3d5ff: Layer already exists 00:04:39 04e7d1d43f16: Layer already exists 00:04:39 88dd5d3d2526: Layer already exists 00:04:39 18782f3ce659: Layer already exists 00:04:39 66cddfbe9fb8: Layer already exists 00:04:39 ce7f800efff9: Layer already exists 00:04:39 latest: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 00:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:04:40 04e7d1d43f16: Preparing 00:04:40 d0664b76697c: Preparing 00:04:40 4b8b0148380f: Preparing 00:04:40 e609beb72753: Preparing 00:04:40 aa6b1fc3d5ff: Preparing 00:04:40 66cddfbe9fb8: Preparing 00:04:40 88dd5d3d2526: Preparing 00:04:40 18782f3ce659: Preparing 00:04:40 ce7f800efff9: Preparing 00:04:40 88dd5d3d2526: Waiting 00:04:40 66cddfbe9fb8: Waiting 00:04:40 ce7f800efff9: Waiting 00:04:40 4b8b0148380f: Layer already exists 00:04:40 04e7d1d43f16: Layer already exists 00:04:40 d0664b76697c: Layer already exists 00:04:40 e609beb72753: Layer already exists 00:04:40 aa6b1fc3d5ff: Layer already exists 00:04:40 88dd5d3d2526: Layer already exists 00:04:40 66cddfbe9fb8: Layer already exists 00:04:40 18782f3ce659: Layer already exists 00:04:40 ce7f800efff9: Layer already exists 00:04:40 3.2.0-dev.46: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:04:40 04e7d1d43f16: Preparing 00:04:40 d0664b76697c: Preparing 00:04:40 4b8b0148380f: Preparing 00:04:40 e609beb72753: Preparing 00:04:40 aa6b1fc3d5ff: Preparing 00:04:40 66cddfbe9fb8: Preparing 00:04:40 88dd5d3d2526: Preparing 00:04:40 18782f3ce659: Preparing 00:04:40 ce7f800efff9: Preparing 00:04:40 66cddfbe9fb8: Waiting 00:04:40 18782f3ce659: Waiting 00:04:40 88dd5d3d2526: Waiting 00:04:40 ce7f800efff9: Waiting 00:04:40 aa6b1fc3d5ff: Layer already exists 00:04:40 e609beb72753: Layer already exists 00:04:40 4b8b0148380f: Layer already exists 00:04:40 d0664b76697c: Layer already exists 00:04:40 04e7d1d43f16: Layer already exists 00:04:40 88dd5d3d2526: Layer already exists 00:04:40 66cddfbe9fb8: Layer already exists 00:04:40 18782f3ce659: Layer already exists 00:04:40 ce7f800efff9: Layer already exists 00:04:40 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:41 + 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 00:04:41 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 00:04:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:04:41 04e7d1d43f16: Preparing 00:04:41 d0664b76697c: Preparing 00:04:41 4b8b0148380f: Preparing 00:04:41 e609beb72753: Preparing 00:04:41 aa6b1fc3d5ff: Preparing 00:04:41 66cddfbe9fb8: Preparing 00:04:41 88dd5d3d2526: Preparing 00:04:41 18782f3ce659: Preparing 00:04:41 ce7f800efff9: Preparing 00:04:41 18782f3ce659: Waiting 00:04:41 ce7f800efff9: Waiting 00:04:41 88dd5d3d2526: Waiting 00:04:41 66cddfbe9fb8: Waiting 00:04:41 4b8b0148380f: Layer already exists 00:04:41 d0664b76697c: Layer already exists 00:04:41 e609beb72753: Layer already exists 00:04:41 04e7d1d43f16: Layer already exists 00:04:41 aa6b1fc3d5ff: Layer already exists 00:04:41 88dd5d3d2526: Layer already exists 00:04:41 66cddfbe9fb8: Layer already exists 00:04:41 ce7f800efff9: Layer already exists 00:04:41 18782f3ce659: Layer already exists 00:04:41 main: digest: sha256:7a829c66d52042e5f10dc72454f826dd2f2949f81d2148a1579efe2e2feabb83 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:04:41 ===================================================== [Pipeline] echo 00:04:41 taggedImages: 00:04:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 00:04:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:04:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.46 00:04:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 00:04:41 [edgeXDocker.push] Tagging docker image core-data with the following tags: 00:04:41 574c71a500a07162c29ac549af62d3136e4ef698 00:04:41 latest 00:04:41 3.2.0-dev.46 00:04:41 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:41 main 00:04:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:41 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:42 + docker push nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 00:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:04:42 faae89ff10fa: Preparing 00:04:42 cd35200a8fef: Preparing 00:04:42 aa6b1fc3d5ff: Preparing 00:04:42 66cddfbe9fb8: Preparing 00:04:42 88dd5d3d2526: Preparing 00:04:42 18782f3ce659: Preparing 00:04:42 ce7f800efff9: Preparing 00:04:42 18782f3ce659: Waiting 00:04:42 ce7f800efff9: Waiting 00:04:42 88dd5d3d2526: Layer already exists 00:04:42 66cddfbe9fb8: Layer already exists 00:04:42 aa6b1fc3d5ff: Layer already exists 00:04:42 18782f3ce659: Layer already exists 00:04:42 ce7f800efff9: Layer already exists 00:04:42 faae89ff10fa: Pushed 00:04:45 cd35200a8fef: Pushed 00:04:45 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:46 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 00:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:04:46 faae89ff10fa: Preparing 00:04:46 cd35200a8fef: Preparing 00:04:46 aa6b1fc3d5ff: Preparing 00:04:46 66cddfbe9fb8: Preparing 00:04:46 88dd5d3d2526: Preparing 00:04:46 18782f3ce659: Preparing 00:04:46 ce7f800efff9: Preparing 00:04:46 18782f3ce659: Waiting 00:04:46 ce7f800efff9: Waiting 00:04:46 cd35200a8fef: Layer already exists 00:04:46 88dd5d3d2526: Layer already exists 00:04:46 66cddfbe9fb8: Layer already exists 00:04:46 aa6b1fc3d5ff: Layer already exists 00:04:46 faae89ff10fa: Layer already exists 00:04:46 18782f3ce659: Layer already exists 00:04:46 ce7f800efff9: Layer already exists 00:04:46 latest: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:46 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 00:04:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:04:46 faae89ff10fa: Preparing 00:04:46 cd35200a8fef: Preparing 00:04:46 aa6b1fc3d5ff: Preparing 00:04:46 66cddfbe9fb8: Preparing 00:04:46 88dd5d3d2526: Preparing 00:04:46 18782f3ce659: Preparing 00:04:46 ce7f800efff9: Preparing 00:04:46 18782f3ce659: Waiting 00:04:46 ce7f800efff9: Waiting 00:04:46 aa6b1fc3d5ff: Layer already exists 00:04:46 66cddfbe9fb8: Layer already exists 00:04:46 88dd5d3d2526: Layer already exists 00:04:46 cd35200a8fef: Layer already exists 00:04:46 faae89ff10fa: Layer already exists 00:04:46 18782f3ce659: Layer already exists 00:04:46 ce7f800efff9: Layer already exists 00:04:46 3.2.0-dev.46: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:47 + docker push nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:04:47 faae89ff10fa: Preparing 00:04:47 cd35200a8fef: Preparing 00:04:47 aa6b1fc3d5ff: Preparing 00:04:47 66cddfbe9fb8: Preparing 00:04:47 88dd5d3d2526: Preparing 00:04:47 18782f3ce659: Preparing 00:04:47 ce7f800efff9: Preparing 00:04:47 18782f3ce659: Waiting 00:04:47 ce7f800efff9: Waiting 00:04:47 88dd5d3d2526: Layer already exists 00:04:47 cd35200a8fef: Layer already exists 00:04:47 aa6b1fc3d5ff: Layer already exists 00:04:47 66cddfbe9fb8: Layer already exists 00:04:47 faae89ff10fa: Layer already exists 00:04:47 18782f3ce659: Layer already exists 00:04:47 ce7f800efff9: Layer already exists 00:04:47 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:48 + docker push nexus3.edgexfoundry.org:10004/core-data:main 00:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:04:48 faae89ff10fa: Preparing 00:04:48 cd35200a8fef: Preparing 00:04:48 aa6b1fc3d5ff: Preparing 00:04:48 66cddfbe9fb8: Preparing 00:04:48 88dd5d3d2526: Preparing 00:04:48 18782f3ce659: Preparing 00:04:48 ce7f800efff9: Preparing 00:04:48 18782f3ce659: Waiting 00:04:48 ce7f800efff9: Waiting 00:04:48 faae89ff10fa: Layer already exists 00:04:48 aa6b1fc3d5ff: Layer already exists 00:04:48 66cddfbe9fb8: Layer already exists 00:04:48 cd35200a8fef: Layer already exists 00:04:48 88dd5d3d2526: Layer already exists 00:04:48 ce7f800efff9: Layer already exists 00:04:48 18782f3ce659: Layer already exists 00:04:48 main: digest: sha256:fa18b60ff80a39bdb13e4de5751a3512268604998a4d24ca42748032ba82a853 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:04:48 ===================================================== [Pipeline] echo 00:04:48 taggedImages: 00:04:48 - nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698 00:04:48 - nexus3.edgexfoundry.org:10004/core-data:latest 00:04:48 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.46 00:04:48 - nexus3.edgexfoundry.org:10004/core-data:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:48 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 00:04:48 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 00:04:48 574c71a500a07162c29ac549af62d3136e4ef698 00:04:48 latest 00:04:48 3.2.0-dev.46 00:04:48 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:48 main 00:04:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:49 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 00:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:04:50 ef690741c126: Preparing 00:04:50 be1a21b024c5: Preparing 00:04:50 66cddfbe9fb8: Preparing 00:04:50 e73aa5473f08: Preparing 00:04:50 a7209062c8a0: Preparing 00:04:50 ce7f800efff9: Preparing 00:04:50 ce7f800efff9: Waiting 00:04:50 a7209062c8a0: Pushed 00:04:50 e73aa5473f08: Pushed 00:04:50 66cddfbe9fb8: Layer already exists 00:04:50 ef690741c126: Pushed 00:04:50 ce7f800efff9: Layer already exists 00:04:53 be1a21b024c5: Pushed 00:04:53 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:53 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 00:04:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:04:53 ef690741c126: Preparing 00:04:53 be1a21b024c5: Preparing 00:04:53 66cddfbe9fb8: Preparing 00:04:53 e73aa5473f08: Preparing 00:04:53 a7209062c8a0: Preparing 00:04:53 ce7f800efff9: Preparing 00:04:53 ce7f800efff9: Waiting 00:04:53 e73aa5473f08: Layer already exists 00:04:53 ef690741c126: Layer already exists 00:04:53 a7209062c8a0: Layer already exists 00:04:53 be1a21b024c5: Layer already exists 00:04:53 66cddfbe9fb8: Layer already exists 00:04:53 ce7f800efff9: Layer already exists 00:04:53 latest: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 00:04:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:04:54 ef690741c126: Preparing 00:04:54 be1a21b024c5: Preparing 00:04:54 66cddfbe9fb8: Preparing 00:04:54 e73aa5473f08: Preparing 00:04:54 a7209062c8a0: Preparing 00:04:54 ce7f800efff9: Preparing 00:04:54 ce7f800efff9: Waiting 00:04:54 66cddfbe9fb8: Layer already exists 00:04:54 a7209062c8a0: Layer already exists 00:04:54 e73aa5473f08: Layer already exists 00:04:54 ef690741c126: Layer already exists 00:04:54 be1a21b024c5: Layer already exists 00:04:54 ce7f800efff9: Layer already exists 00:04:54 3.2.0-dev.46: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:04:55 ef690741c126: Preparing 00:04:55 be1a21b024c5: Preparing 00:04:55 66cddfbe9fb8: Preparing 00:04:55 e73aa5473f08: Preparing 00:04:55 a7209062c8a0: Preparing 00:04:55 ce7f800efff9: Preparing 00:04:55 ce7f800efff9: Waiting 00:04:55 be1a21b024c5: Layer already exists 00:04:55 66cddfbe9fb8: Layer already exists 00:04:55 ef690741c126: Layer already exists 00:04:55 a7209062c8a0: Layer already exists 00:04:55 e73aa5473f08: Layer already exists 00:04:55 ce7f800efff9: Layer already exists 00:04:55 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 00:04:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 00:04:55 ef690741c126: Preparing 00:04:55 be1a21b024c5: Preparing 00:04:55 66cddfbe9fb8: Preparing 00:04:55 e73aa5473f08: Preparing 00:04:55 a7209062c8a0: Preparing 00:04:55 ce7f800efff9: Preparing 00:04:55 ce7f800efff9: Waiting 00:04:55 66cddfbe9fb8: Layer already exists 00:04:55 ef690741c126: Layer already exists 00:04:55 a7209062c8a0: Layer already exists 00:04:55 e73aa5473f08: Layer already exists 00:04:55 be1a21b024c5: Layer already exists 00:04:55 ce7f800efff9: Layer already exists 00:04:55 main: digest: sha256:0ed737b79beb6f85b5b09fbb73f598944f62d49bd76a3f36c6ae63f875265ab4 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:04:55 ===================================================== [Pipeline] echo 00:04:56 taggedImages: 00:04:56 - nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698 00:04:56 - nexus3.edgexfoundry.org:10004/core-keeper:latest 00:04:56 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.46 00:04:56 - nexus3.edgexfoundry.org:10004/core-keeper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:56 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 00:04:56 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 00:04:56 574c71a500a07162c29ac549af62d3136e4ef698 00:04:56 latest 00:04:56 3.2.0-dev.46 00:04:56 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:04:56 main 00:04:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 00:04:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:04:56 89a92f70379b: Preparing 00:04:56 2019f18c421b: Preparing 00:04:56 4badcf5e24b8: Preparing 00:04:56 aa6b1fc3d5ff: Preparing 00:04:56 66cddfbe9fb8: Preparing 00:04:56 88dd5d3d2526: Preparing 00:04:56 18782f3ce659: Preparing 00:04:56 ce7f800efff9: Preparing 00:04:56 18782f3ce659: Waiting 00:04:56 ce7f800efff9: Waiting 00:04:56 88dd5d3d2526: Waiting 00:04:56 2019f18c421b: Pushed 00:04:56 aa6b1fc3d5ff: Layer already exists 00:04:56 66cddfbe9fb8: Layer already exists 00:04:56 88dd5d3d2526: Layer already exists 00:04:56 89a92f70379b: Pushed 00:04:57 18782f3ce659: Layer already exists 00:04:57 ce7f800efff9: Layer already exists 00:04:59 4badcf5e24b8: Pushed 00:04:59 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:04:59 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 00:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:05:00 89a92f70379b: Preparing 00:05:00 2019f18c421b: Preparing 00:05:00 4badcf5e24b8: Preparing 00:05:00 aa6b1fc3d5ff: Preparing 00:05:00 66cddfbe9fb8: Preparing 00:05:00 88dd5d3d2526: Preparing 00:05:00 18782f3ce659: Preparing 00:05:00 ce7f800efff9: Preparing 00:05:00 18782f3ce659: Waiting 00:05:00 88dd5d3d2526: Waiting 00:05:00 ce7f800efff9: Waiting 00:05:00 66cddfbe9fb8: Layer already exists 00:05:00 2019f18c421b: Layer already exists 00:05:00 aa6b1fc3d5ff: Layer already exists 00:05:00 89a92f70379b: Layer already exists 00:05:00 4badcf5e24b8: Layer already exists 00:05:00 88dd5d3d2526: Layer already exists 00:05:00 18782f3ce659: Layer already exists 00:05:00 ce7f800efff9: Layer already exists 00:05:00 latest: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 00:05:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:05:00 89a92f70379b: Preparing 00:05:00 2019f18c421b: Preparing 00:05:00 4badcf5e24b8: Preparing 00:05:00 aa6b1fc3d5ff: Preparing 00:05:00 66cddfbe9fb8: Preparing 00:05:00 88dd5d3d2526: Preparing 00:05:00 18782f3ce659: Preparing 00:05:00 ce7f800efff9: Preparing 00:05:00 88dd5d3d2526: Waiting 00:05:00 18782f3ce659: Waiting 00:05:00 aa6b1fc3d5ff: Layer already exists 00:05:00 66cddfbe9fb8: Layer already exists 00:05:00 89a92f70379b: Layer already exists 00:05:00 2019f18c421b: Layer already exists 00:05:00 4badcf5e24b8: Layer already exists 00:05:00 18782f3ce659: Layer already exists 00:05:00 88dd5d3d2526: Layer already exists 00:05:00 ce7f800efff9: Layer already exists 00:05:00 3.2.0-dev.46: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:01 + docker push nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:05:01 89a92f70379b: Preparing 00:05:01 2019f18c421b: Preparing 00:05:01 4badcf5e24b8: Preparing 00:05:01 aa6b1fc3d5ff: Preparing 00:05:01 66cddfbe9fb8: Preparing 00:05:01 88dd5d3d2526: Preparing 00:05:01 18782f3ce659: Preparing 00:05:01 ce7f800efff9: Preparing 00:05:01 88dd5d3d2526: Waiting 00:05:01 18782f3ce659: Waiting 00:05:01 ce7f800efff9: Waiting 00:05:01 89a92f70379b: Layer already exists 00:05:01 2019f18c421b: Layer already exists 00:05:01 4badcf5e24b8: Layer already exists 00:05:01 aa6b1fc3d5ff: Layer already exists 00:05:01 66cddfbe9fb8: Layer already exists 00:05:01 18782f3ce659: Layer already exists 00:05:01 88dd5d3d2526: Layer already exists 00:05:01 ce7f800efff9: Layer already exists 00:05:01 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:01 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 00:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:05:02 89a92f70379b: Preparing 00:05:02 2019f18c421b: Preparing 00:05:02 4badcf5e24b8: Preparing 00:05:02 aa6b1fc3d5ff: Preparing 00:05:02 66cddfbe9fb8: Preparing 00:05:02 88dd5d3d2526: Preparing 00:05:02 18782f3ce659: Preparing 00:05:02 ce7f800efff9: Preparing 00:05:02 88dd5d3d2526: Waiting 00:05:02 18782f3ce659: Waiting 00:05:02 ce7f800efff9: Waiting 00:05:02 66cddfbe9fb8: Layer already exists 00:05:02 89a92f70379b: Layer already exists 00:05:02 4badcf5e24b8: Layer already exists 00:05:02 2019f18c421b: Layer already exists 00:05:02 aa6b1fc3d5ff: Layer already exists 00:05:02 88dd5d3d2526: Layer already exists 00:05:02 18782f3ce659: Layer already exists 00:05:02 ce7f800efff9: Layer already exists 00:05:02 main: digest: sha256:643575a5e547e207382f2d07ea6edcda88b962c9362b57ed42a506d5fe1aac7e size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:02 ===================================================== [Pipeline] echo 00:05:02 taggedImages: 00:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698 00:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:latest 00:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.46 00:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:02 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 00:05:02 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 00:05:02 574c71a500a07162c29ac549af62d3136e4ef698 00:05:02 latest 00:05:02 3.2.0-dev.46 00:05:02 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:02 main 00:05:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:02 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 00:05:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:05:02 b9ca83cf21e5: Preparing 00:05:02 14ba6971b50d: Preparing 00:05:02 979aada0a854: Preparing 00:05:02 f8f21a3d67b7: Preparing 00:05:02 053961b6c010: Preparing 00:05:02 70e7aad92523: Preparing 00:05:02 c3b148798c7e: Preparing 00:05:02 a8bf0618d35a: Preparing 00:05:02 aa6b1fc3d5ff: Preparing 00:05:02 66cddfbe9fb8: Preparing 00:05:02 adbaf6a45f59: Preparing 00:05:02 01bd377f010a: Preparing 00:05:02 5f70bf18a086: Preparing 00:05:02 097859ae0ddc: Preparing 00:05:02 fa540334a868: Preparing 00:05:02 7a3a6eb21892: Preparing 00:05:02 ce7f800efff9: Preparing 00:05:02 66cddfbe9fb8: Waiting 00:05:02 c3b148798c7e: Waiting 00:05:02 adbaf6a45f59: Waiting 00:05:02 01bd377f010a: Waiting 00:05:02 5f70bf18a086: Waiting 00:05:02 097859ae0ddc: Waiting 00:05:02 a8bf0618d35a: Waiting 00:05:02 70e7aad92523: Waiting 00:05:02 fa540334a868: Waiting 00:05:02 ce7f800efff9: Waiting 00:05:02 7a3a6eb21892: Waiting 00:05:02 14ba6971b50d: Pushed 00:05:02 b9ca83cf21e5: Pushed 00:05:02 f8f21a3d67b7: Pushed 00:05:02 053961b6c010: Pushed 00:05:02 979aada0a854: Pushed 00:05:02 66cddfbe9fb8: Layer already exists 00:05:02 aa6b1fc3d5ff: Layer already exists 00:05:03 70e7aad92523: Pushed 00:05:03 c3b148798c7e: Pushed 00:05:03 5f70bf18a086: Layer already exists 00:05:03 adbaf6a45f59: Pushed 00:05:03 01bd377f010a: Pushed 00:05:03 ce7f800efff9: Layer already exists 00:05:03 fa540334a868: Pushed 00:05:03 097859ae0ddc: Pushed 00:05:03 7a3a6eb21892: Pushed 00:05:04 a8bf0618d35a: Pushed 00:05:04 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:04 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:05:05 b9ca83cf21e5: Preparing 00:05:05 14ba6971b50d: Preparing 00:05:05 979aada0a854: Preparing 00:05:05 f8f21a3d67b7: Preparing 00:05:05 053961b6c010: Preparing 00:05:05 70e7aad92523: Preparing 00:05:05 c3b148798c7e: Preparing 00:05:05 a8bf0618d35a: Preparing 00:05:05 aa6b1fc3d5ff: Preparing 00:05:05 66cddfbe9fb8: Preparing 00:05:05 adbaf6a45f59: Preparing 00:05:05 01bd377f010a: Preparing 00:05:05 5f70bf18a086: Preparing 00:05:05 097859ae0ddc: Preparing 00:05:05 fa540334a868: Preparing 00:05:05 7a3a6eb21892: Preparing 00:05:05 ce7f800efff9: Preparing 00:05:05 adbaf6a45f59: Waiting 00:05:05 70e7aad92523: Waiting 00:05:05 a8bf0618d35a: Waiting 00:05:05 c3b148798c7e: Waiting 00:05:05 01bd377f010a: Waiting 00:05:05 097859ae0ddc: Waiting 00:05:05 5f70bf18a086: Waiting 00:05:05 fa540334a868: Waiting 00:05:05 7a3a6eb21892: Waiting 00:05:05 66cddfbe9fb8: Waiting 00:05:05 aa6b1fc3d5ff: Waiting 00:05:05 ce7f800efff9: Waiting 00:05:05 14ba6971b50d: Layer already exists 00:05:05 b9ca83cf21e5: Layer already exists 00:05:05 053961b6c010: Layer already exists 00:05:05 f8f21a3d67b7: Layer already exists 00:05:05 979aada0a854: Layer already exists 00:05:05 a8bf0618d35a: Layer already exists 00:05:05 70e7aad92523: Layer already exists 00:05:05 c3b148798c7e: Layer already exists 00:05:05 aa6b1fc3d5ff: Layer already exists 00:05:05 66cddfbe9fb8: Layer already exists 00:05:05 01bd377f010a: Layer already exists 00:05:05 adbaf6a45f59: Layer already exists 00:05:05 097859ae0ddc: Layer already exists 00:05:05 5f70bf18a086: Layer already exists 00:05:05 fa540334a868: Layer already exists 00:05:05 ce7f800efff9: Layer already exists 00:05:05 7a3a6eb21892: Layer already exists 00:05:05 latest: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 00:05:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:05:05 b9ca83cf21e5: Preparing 00:05:05 14ba6971b50d: Preparing 00:05:05 979aada0a854: Preparing 00:05:05 f8f21a3d67b7: Preparing 00:05:05 053961b6c010: Preparing 00:05:05 70e7aad92523: Preparing 00:05:05 c3b148798c7e: Preparing 00:05:05 a8bf0618d35a: Preparing 00:05:05 aa6b1fc3d5ff: Preparing 00:05:05 66cddfbe9fb8: Preparing 00:05:05 adbaf6a45f59: Preparing 00:05:05 01bd377f010a: Preparing 00:05:05 5f70bf18a086: Preparing 00:05:05 097859ae0ddc: Preparing 00:05:05 fa540334a868: Preparing 00:05:05 7a3a6eb21892: Preparing 00:05:05 ce7f800efff9: Preparing 00:05:05 a8bf0618d35a: Waiting 00:05:05 aa6b1fc3d5ff: Waiting 00:05:05 66cddfbe9fb8: Waiting 00:05:05 adbaf6a45f59: Waiting 00:05:05 01bd377f010a: Waiting 00:05:05 5f70bf18a086: Waiting 00:05:05 097859ae0ddc: Waiting 00:05:05 fa540334a868: Waiting 00:05:05 7a3a6eb21892: Waiting 00:05:05 70e7aad92523: Waiting 00:05:05 c3b148798c7e: Waiting 00:05:05 053961b6c010: Layer already exists 00:05:05 979aada0a854: Layer already exists 00:05:05 14ba6971b50d: Layer already exists 00:05:05 f8f21a3d67b7: Layer already exists 00:05:05 b9ca83cf21e5: Layer already exists 00:05:05 70e7aad92523: Layer already exists 00:05:05 c3b148798c7e: Layer already exists 00:05:05 aa6b1fc3d5ff: Layer already exists 00:05:05 a8bf0618d35a: Layer already exists 00:05:05 66cddfbe9fb8: Layer already exists 00:05:05 01bd377f010a: Layer already exists 00:05:05 adbaf6a45f59: Layer already exists 00:05:05 097859ae0ddc: Layer already exists 00:05:05 5f70bf18a086: Layer already exists 00:05:05 fa540334a868: Layer already exists 00:05:05 7a3a6eb21892: Layer already exists 00:05:05 ce7f800efff9: Layer already exists 00:05:05 3.2.0-dev.46: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:05:06 b9ca83cf21e5: Preparing 00:05:06 14ba6971b50d: Preparing 00:05:06 979aada0a854: Preparing 00:05:06 f8f21a3d67b7: Preparing 00:05:06 053961b6c010: Preparing 00:05:06 70e7aad92523: Preparing 00:05:06 c3b148798c7e: Preparing 00:05:06 a8bf0618d35a: Preparing 00:05:06 aa6b1fc3d5ff: Preparing 00:05:06 66cddfbe9fb8: Preparing 00:05:06 adbaf6a45f59: Preparing 00:05:06 01bd377f010a: Preparing 00:05:06 5f70bf18a086: Preparing 00:05:06 097859ae0ddc: Preparing 00:05:06 fa540334a868: Preparing 00:05:06 7a3a6eb21892: Preparing 00:05:06 ce7f800efff9: Preparing 00:05:06 70e7aad92523: Waiting 00:05:06 c3b148798c7e: Waiting 00:05:06 a8bf0618d35a: Waiting 00:05:06 097859ae0ddc: Waiting 00:05:06 fa540334a868: Waiting 00:05:06 7a3a6eb21892: Waiting 00:05:06 ce7f800efff9: Waiting 00:05:06 aa6b1fc3d5ff: Waiting 00:05:06 66cddfbe9fb8: Waiting 00:05:06 5f70bf18a086: Waiting 00:05:06 01bd377f010a: Waiting 00:05:06 053961b6c010: Layer already exists 00:05:06 14ba6971b50d: Layer already exists 00:05:06 f8f21a3d67b7: Layer already exists 00:05:06 979aada0a854: Layer already exists 00:05:06 b9ca83cf21e5: Layer already exists 00:05:06 70e7aad92523: Layer already exists 00:05:06 a8bf0618d35a: Layer already exists 00:05:06 aa6b1fc3d5ff: Layer already exists 00:05:06 c3b148798c7e: Layer already exists 00:05:06 66cddfbe9fb8: Layer already exists 00:05:06 01bd377f010a: Layer already exists 00:05:06 5f70bf18a086: Layer already exists 00:05:06 adbaf6a45f59: Layer already exists 00:05:06 097859ae0ddc: Layer already exists 00:05:06 fa540334a868: Layer already exists 00:05:06 7a3a6eb21892: Layer already exists 00:05:06 ce7f800efff9: Layer already exists 00:05:06 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:06 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 00:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:05:07 b9ca83cf21e5: Preparing 00:05:07 14ba6971b50d: Preparing 00:05:07 979aada0a854: Preparing 00:05:07 f8f21a3d67b7: Preparing 00:05:07 053961b6c010: Preparing 00:05:07 70e7aad92523: Preparing 00:05:07 c3b148798c7e: Preparing 00:05:07 a8bf0618d35a: Preparing 00:05:07 aa6b1fc3d5ff: Preparing 00:05:07 66cddfbe9fb8: Preparing 00:05:07 adbaf6a45f59: Preparing 00:05:07 01bd377f010a: Preparing 00:05:07 5f70bf18a086: Preparing 00:05:07 097859ae0ddc: Preparing 00:05:07 fa540334a868: Preparing 00:05:07 7a3a6eb21892: Preparing 00:05:07 ce7f800efff9: Preparing 00:05:07 66cddfbe9fb8: Waiting 00:05:07 01bd377f010a: Waiting 00:05:07 adbaf6a45f59: Waiting 00:05:07 5f70bf18a086: Waiting 00:05:07 097859ae0ddc: Waiting 00:05:07 70e7aad92523: Waiting 00:05:07 fa540334a868: Waiting 00:05:07 7a3a6eb21892: Waiting 00:05:07 ce7f800efff9: Waiting 00:05:07 c3b148798c7e: Waiting 00:05:07 a8bf0618d35a: Waiting 00:05:07 14ba6971b50d: Layer already exists 00:05:07 979aada0a854: Layer already exists 00:05:07 f8f21a3d67b7: Layer already exists 00:05:07 b9ca83cf21e5: Layer already exists 00:05:07 053961b6c010: Layer already exists 00:05:07 70e7aad92523: Layer already exists 00:05:07 a8bf0618d35a: Layer already exists 00:05:07 c3b148798c7e: Layer already exists 00:05:07 aa6b1fc3d5ff: Layer already exists 00:05:07 66cddfbe9fb8: Layer already exists 00:05:07 01bd377f010a: Layer already exists 00:05:07 adbaf6a45f59: Layer already exists 00:05:07 5f70bf18a086: Layer already exists 00:05:07 097859ae0ddc: Layer already exists 00:05:07 fa540334a868: Layer already exists 00:05:07 7a3a6eb21892: Layer already exists 00:05:07 ce7f800efff9: Layer already exists 00:05:07 main: digest: sha256:7aac171a46df943b02bfa858ce038b939c07ed0767aa18d3120a6d7bbfc57c45 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:07 ===================================================== [Pipeline] echo 00:05:07 taggedImages: 00:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698 00:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.46 00:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 00:05:07 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 00:05:07 574c71a500a07162c29ac549af62d3136e4ef698 00:05:07 latest 00:05:07 3.2.0-dev.46 00:05:07 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:07 main 00:05:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:07 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 00:05:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:05:07 04e7d1d43f16: Preparing 00:05:07 d0664b76697c: Preparing 00:05:07 b88fafc16810: Preparing 00:05:07 1ab7735d373a: Preparing 00:05:07 aa6b1fc3d5ff: Preparing 00:05:07 66cddfbe9fb8: Preparing 00:05:07 88dd5d3d2526: Preparing 00:05:07 18782f3ce659: Preparing 00:05:07 ce7f800efff9: Preparing 00:05:07 66cddfbe9fb8: Waiting 00:05:07 ce7f800efff9: Waiting 00:05:07 88dd5d3d2526: Waiting 00:05:07 18782f3ce659: Waiting 00:05:07 aa6b1fc3d5ff: Layer already exists 00:05:07 04e7d1d43f16: Layer already exists 00:05:07 d0664b76697c: Layer already exists 00:05:07 66cddfbe9fb8: Layer already exists 00:05:07 88dd5d3d2526: Layer already exists 00:05:07 18782f3ce659: Layer already exists 00:05:07 ce7f800efff9: Layer already exists 00:05:07 b88fafc16810: Pushed 00:05:10 1ab7735d373a: Pushed 00:05:10 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:05:11 04e7d1d43f16: Preparing 00:05:11 d0664b76697c: Preparing 00:05:11 b88fafc16810: Preparing 00:05:11 1ab7735d373a: Preparing 00:05:11 aa6b1fc3d5ff: Preparing 00:05:11 66cddfbe9fb8: Preparing 00:05:11 88dd5d3d2526: Preparing 00:05:11 18782f3ce659: Preparing 00:05:11 ce7f800efff9: Preparing 00:05:11 66cddfbe9fb8: Waiting 00:05:11 88dd5d3d2526: Waiting 00:05:11 ce7f800efff9: Waiting 00:05:11 18782f3ce659: Waiting 00:05:11 aa6b1fc3d5ff: Layer already exists 00:05:11 04e7d1d43f16: Layer already exists 00:05:11 b88fafc16810: Layer already exists 00:05:11 d0664b76697c: Layer already exists 00:05:11 1ab7735d373a: Layer already exists 00:05:11 88dd5d3d2526: Layer already exists 00:05:11 ce7f800efff9: Layer already exists 00:05:11 66cddfbe9fb8: Layer already exists 00:05:11 18782f3ce659: Layer already exists 00:05:11 latest: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:11 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 00:05:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:05:11 04e7d1d43f16: Preparing 00:05:11 d0664b76697c: Preparing 00:05:11 b88fafc16810: Preparing 00:05:11 1ab7735d373a: Preparing 00:05:11 aa6b1fc3d5ff: Preparing 00:05:11 66cddfbe9fb8: Preparing 00:05:11 88dd5d3d2526: Preparing 00:05:11 18782f3ce659: Preparing 00:05:11 ce7f800efff9: Preparing 00:05:11 88dd5d3d2526: Waiting 00:05:11 ce7f800efff9: Waiting 00:05:11 18782f3ce659: Waiting 00:05:11 04e7d1d43f16: Layer already exists 00:05:11 aa6b1fc3d5ff: Layer already exists 00:05:11 d0664b76697c: Layer already exists 00:05:11 1ab7735d373a: Layer already exists 00:05:11 b88fafc16810: Layer already exists 00:05:11 66cddfbe9fb8: Layer already exists 00:05:11 18782f3ce659: Layer already exists 00:05:11 ce7f800efff9: Layer already exists 00:05:11 88dd5d3d2526: Layer already exists 00:05:11 3.2.0-dev.46: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:05:12 04e7d1d43f16: Preparing 00:05:12 d0664b76697c: Preparing 00:05:12 b88fafc16810: Preparing 00:05:12 1ab7735d373a: Preparing 00:05:12 aa6b1fc3d5ff: Preparing 00:05:12 66cddfbe9fb8: Preparing 00:05:12 88dd5d3d2526: Preparing 00:05:12 18782f3ce659: Preparing 00:05:12 ce7f800efff9: Preparing 00:05:12 66cddfbe9fb8: Waiting 00:05:12 88dd5d3d2526: Waiting 00:05:12 18782f3ce659: Waiting 00:05:12 ce7f800efff9: Waiting 00:05:12 1ab7735d373a: Layer already exists 00:05:12 b88fafc16810: Layer already exists 00:05:12 d0664b76697c: Layer already exists 00:05:12 aa6b1fc3d5ff: Layer already exists 00:05:12 04e7d1d43f16: Layer already exists 00:05:12 66cddfbe9fb8: Layer already exists 00:05:12 18782f3ce659: Layer already exists 00:05:12 ce7f800efff9: Layer already exists 00:05:12 88dd5d3d2526: Layer already exists 00:05:12 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 00:05:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:05:13 04e7d1d43f16: Preparing 00:05:13 d0664b76697c: Preparing 00:05:13 b88fafc16810: Preparing 00:05:13 1ab7735d373a: Preparing 00:05:13 aa6b1fc3d5ff: Preparing 00:05:13 66cddfbe9fb8: Preparing 00:05:13 88dd5d3d2526: Preparing 00:05:13 18782f3ce659: Preparing 00:05:13 ce7f800efff9: Preparing 00:05:13 88dd5d3d2526: Waiting 00:05:13 18782f3ce659: Waiting 00:05:13 ce7f800efff9: Waiting 00:05:13 66cddfbe9fb8: Waiting 00:05:13 1ab7735d373a: Layer already exists 00:05:13 b88fafc16810: Layer already exists 00:05:13 04e7d1d43f16: Layer already exists 00:05:13 d0664b76697c: Layer already exists 00:05:13 aa6b1fc3d5ff: Layer already exists 00:05:13 18782f3ce659: Layer already exists 00:05:13 ce7f800efff9: Layer already exists 00:05:13 88dd5d3d2526: Layer already exists 00:05:13 66cddfbe9fb8: Layer already exists 00:05:13 main: digest: sha256:624b55f89730f79fcfa133613a0712c33ec430dbf643e6ac0708a4c9fc880f0c size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:13 ===================================================== [Pipeline] echo 00:05:13 taggedImages: 00:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698 00:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.46 00:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 00:05:13 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 00:05:13 574c71a500a07162c29ac549af62d3136e4ef698 00:05:13 latest 00:05:13 3.2.0-dev.46 00:05:13 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:13 main 00:05:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:13 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 00:05:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:05:14 df373c6e1a1c: Preparing 00:05:14 6f27cfc4f21c: Preparing 00:05:14 d2d155539987: Preparing 00:05:14 6e31bfa333b4: Preparing 00:05:14 95a5097b4a60: Preparing 00:05:14 aa6b1fc3d5ff: Preparing 00:05:14 66cddfbe9fb8: Preparing 00:05:14 895126c7d08b: Preparing 00:05:14 a8d8ad315cf4: Preparing 00:05:14 be42d6244c67: Preparing 00:05:14 ce7f800efff9: Preparing 00:05:14 66cddfbe9fb8: Waiting 00:05:14 895126c7d08b: Waiting 00:05:14 a8d8ad315cf4: Waiting 00:05:14 be42d6244c67: Waiting 00:05:14 aa6b1fc3d5ff: Waiting 00:05:14 ce7f800efff9: Waiting 00:05:14 6e31bfa333b4: Pushed 00:05:14 df373c6e1a1c: Pushed 00:05:14 aa6b1fc3d5ff: Layer already exists 00:05:14 95a5097b4a60: Pushed 00:05:14 6f27cfc4f21c: Pushed 00:05:14 66cddfbe9fb8: Layer already exists 00:05:14 ce7f800efff9: Layer already exists 00:05:14 895126c7d08b: Pushed 00:05:14 a8d8ad315cf4: Pushed 00:05:14 d2d155539987: Pushed 00:05:15 be42d6244c67: Pushed 00:05:15 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:15 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:05:16 df373c6e1a1c: Preparing 00:05:16 6f27cfc4f21c: Preparing 00:05:16 d2d155539987: Preparing 00:05:16 6e31bfa333b4: Preparing 00:05:16 95a5097b4a60: Preparing 00:05:16 aa6b1fc3d5ff: Preparing 00:05:16 66cddfbe9fb8: Preparing 00:05:16 aa6b1fc3d5ff: Waiting 00:05:16 895126c7d08b: Preparing 00:05:16 66cddfbe9fb8: Waiting 00:05:16 a8d8ad315cf4: Preparing 00:05:16 be42d6244c67: Preparing 00:05:16 a8d8ad315cf4: Waiting 00:05:16 895126c7d08b: Waiting 00:05:16 ce7f800efff9: Preparing 00:05:16 be42d6244c67: Waiting 00:05:16 ce7f800efff9: Waiting 00:05:16 6e31bfa333b4: Layer already exists 00:05:16 df373c6e1a1c: Layer already exists 00:05:16 6f27cfc4f21c: Layer already exists 00:05:16 95a5097b4a60: Layer already exists 00:05:16 d2d155539987: Layer already exists 00:05:16 895126c7d08b: Layer already exists 00:05:16 aa6b1fc3d5ff: Layer already exists 00:05:16 a8d8ad315cf4: Layer already exists 00:05:16 66cddfbe9fb8: Layer already exists 00:05:16 be42d6244c67: Layer already exists 00:05:16 ce7f800efff9: Layer already exists 00:05:16 latest: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:16 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 00:05:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:05:16 df373c6e1a1c: Preparing 00:05:16 6f27cfc4f21c: Preparing 00:05:16 d2d155539987: Preparing 00:05:16 6e31bfa333b4: Preparing 00:05:16 95a5097b4a60: Preparing 00:05:16 aa6b1fc3d5ff: Preparing 00:05:16 66cddfbe9fb8: Preparing 00:05:16 895126c7d08b: Preparing 00:05:16 a8d8ad315cf4: Preparing 00:05:16 aa6b1fc3d5ff: Waiting 00:05:16 66cddfbe9fb8: Waiting 00:05:16 895126c7d08b: Waiting 00:05:16 be42d6244c67: Preparing 00:05:16 ce7f800efff9: Preparing 00:05:16 a8d8ad315cf4: Waiting 00:05:16 be42d6244c67: Waiting 00:05:16 ce7f800efff9: Waiting 00:05:16 d2d155539987: Layer already exists 00:05:16 95a5097b4a60: Layer already exists 00:05:16 6f27cfc4f21c: Layer already exists 00:05:16 6e31bfa333b4: Layer already exists 00:05:16 df373c6e1a1c: Layer already exists 00:05:16 895126c7d08b: Layer already exists 00:05:16 aa6b1fc3d5ff: Layer already exists 00:05:16 66cddfbe9fb8: Layer already exists 00:05:16 be42d6244c67: Layer already exists 00:05:16 a8d8ad315cf4: Layer already exists 00:05:16 ce7f800efff9: Layer already exists 00:05:16 3.2.0-dev.46: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:05:17 df373c6e1a1c: Preparing 00:05:17 6f27cfc4f21c: Preparing 00:05:17 d2d155539987: Preparing 00:05:17 6e31bfa333b4: Preparing 00:05:17 95a5097b4a60: Preparing 00:05:17 aa6b1fc3d5ff: Preparing 00:05:17 66cddfbe9fb8: Preparing 00:05:17 895126c7d08b: Preparing 00:05:17 a8d8ad315cf4: Preparing 00:05:17 be42d6244c67: Preparing 00:05:17 ce7f800efff9: Preparing 00:05:17 aa6b1fc3d5ff: Waiting 00:05:17 be42d6244c67: Waiting 00:05:17 a8d8ad315cf4: Waiting 00:05:17 ce7f800efff9: Waiting 00:05:17 895126c7d08b: Waiting 00:05:17 66cddfbe9fb8: Waiting 00:05:17 6e31bfa333b4: Layer already exists 00:05:17 d2d155539987: Layer already exists 00:05:17 df373c6e1a1c: Layer already exists 00:05:17 95a5097b4a60: Layer already exists 00:05:17 6f27cfc4f21c: Layer already exists 00:05:17 aa6b1fc3d5ff: Layer already exists 00:05:17 895126c7d08b: Layer already exists 00:05:17 a8d8ad315cf4: Layer already exists 00:05:17 66cddfbe9fb8: Layer already exists 00:05:17 be42d6244c67: Layer already exists 00:05:17 ce7f800efff9: Layer already exists 00:05:17 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 00:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:05:18 df373c6e1a1c: Preparing 00:05:18 6f27cfc4f21c: Preparing 00:05:18 d2d155539987: Preparing 00:05:18 6e31bfa333b4: Preparing 00:05:18 95a5097b4a60: Preparing 00:05:18 aa6b1fc3d5ff: Preparing 00:05:18 66cddfbe9fb8: Preparing 00:05:18 895126c7d08b: Preparing 00:05:18 a8d8ad315cf4: Preparing 00:05:18 be42d6244c67: Preparing 00:05:18 66cddfbe9fb8: Waiting 00:05:18 895126c7d08b: Waiting 00:05:18 aa6b1fc3d5ff: Waiting 00:05:18 ce7f800efff9: Preparing 00:05:18 a8d8ad315cf4: Waiting 00:05:18 be42d6244c67: Waiting 00:05:18 ce7f800efff9: Waiting 00:05:18 df373c6e1a1c: Layer already exists 00:05:18 6e31bfa333b4: Layer already exists 00:05:18 d2d155539987: Layer already exists 00:05:18 6f27cfc4f21c: Layer already exists 00:05:18 95a5097b4a60: Layer already exists 00:05:18 895126c7d08b: Layer already exists 00:05:18 aa6b1fc3d5ff: Layer already exists 00:05:18 66cddfbe9fb8: Layer already exists 00:05:18 be42d6244c67: Layer already exists 00:05:18 a8d8ad315cf4: Layer already exists 00:05:18 ce7f800efff9: Layer already exists 00:05:18 main: digest: sha256:5afdb54b6659e3b54fe715970a573187b077a2c93f9e547e02997fb7fc04f727 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:18 ===================================================== [Pipeline] echo 00:05:18 taggedImages: 00:05:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698 00:05:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:05:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.46 00:05:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 00:05:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 00:05:18 574c71a500a07162c29ac549af62d3136e4ef698 00:05:18 latest 00:05:18 3.2.0-dev.46 00:05:18 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:18 main 00:05:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:18 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 00:05:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:05:18 c26eb5589a4f: Preparing 00:05:18 186840c2d553: Preparing 00:05:18 cb663a4ec213: Preparing 00:05:18 df02d46a5bf5: Preparing 00:05:18 96f14f0da5a9: Preparing 00:05:18 ab2d5eebbdf5: Preparing 00:05:18 b98649b38fa2: Preparing 00:05:18 aa6b1fc3d5ff: Preparing 00:05:18 66cddfbe9fb8: Preparing 00:05:18 58a4ff8a0dce: Preparing 00:05:18 f5fd4ae7aa58: Preparing 00:05:18 ce7f800efff9: Preparing 00:05:18 66cddfbe9fb8: Waiting 00:05:18 58a4ff8a0dce: Waiting 00:05:18 f5fd4ae7aa58: Waiting 00:05:18 ce7f800efff9: Waiting 00:05:18 ab2d5eebbdf5: Waiting 00:05:18 aa6b1fc3d5ff: Waiting 00:05:18 b98649b38fa2: Waiting 00:05:18 96f14f0da5a9: Pushed 00:05:18 c26eb5589a4f: Pushed 00:05:18 186840c2d553: Pushed 00:05:18 aa6b1fc3d5ff: Layer already exists 00:05:18 66cddfbe9fb8: Layer already exists 00:05:19 ab2d5eebbdf5: Pushed 00:05:19 b98649b38fa2: Pushed 00:05:19 ce7f800efff9: Layer already exists 00:05:19 58a4ff8a0dce: Pushed 00:05:20 df02d46a5bf5: Pushed 00:05:20 cb663a4ec213: Pushed 00:05:20 f5fd4ae7aa58: Pushed 00:05:20 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:05:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:05:21 c26eb5589a4f: Preparing 00:05:21 186840c2d553: Preparing 00:05:21 cb663a4ec213: Preparing 00:05:21 df02d46a5bf5: Preparing 00:05:21 96f14f0da5a9: Preparing 00:05:21 ab2d5eebbdf5: Preparing 00:05:21 b98649b38fa2: Preparing 00:05:21 aa6b1fc3d5ff: Preparing 00:05:21 66cddfbe9fb8: Preparing 00:05:21 58a4ff8a0dce: Preparing 00:05:21 f5fd4ae7aa58: Preparing 00:05:21 ce7f800efff9: Preparing 00:05:21 ab2d5eebbdf5: Waiting 00:05:21 b98649b38fa2: Waiting 00:05:21 66cddfbe9fb8: Waiting 00:05:21 f5fd4ae7aa58: Waiting 00:05:21 aa6b1fc3d5ff: Waiting 00:05:21 ce7f800efff9: Waiting 00:05:21 58a4ff8a0dce: Waiting 00:05:21 df02d46a5bf5: Layer already exists 00:05:21 cb663a4ec213: Layer already exists 00:05:21 c26eb5589a4f: Layer already exists 00:05:21 186840c2d553: Layer already exists 00:05:21 96f14f0da5a9: Layer already exists 00:05:21 ab2d5eebbdf5: Layer already exists 00:05:21 66cddfbe9fb8: Layer already exists 00:05:21 aa6b1fc3d5ff: Layer already exists 00:05:21 b98649b38fa2: Layer already exists 00:05:21 58a4ff8a0dce: Layer already exists 00:05:21 f5fd4ae7aa58: Layer already exists 00:05:21 ce7f800efff9: Layer already exists 00:05:21 latest: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:21 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 00:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:05:22 c26eb5589a4f: Preparing 00:05:22 186840c2d553: Preparing 00:05:22 cb663a4ec213: Preparing 00:05:22 df02d46a5bf5: Preparing 00:05:22 96f14f0da5a9: Preparing 00:05:22 ab2d5eebbdf5: Preparing 00:05:22 b98649b38fa2: Preparing 00:05:22 aa6b1fc3d5ff: Preparing 00:05:22 66cddfbe9fb8: Preparing 00:05:22 58a4ff8a0dce: Preparing 00:05:22 f5fd4ae7aa58: Preparing 00:05:22 ce7f800efff9: Preparing 00:05:22 aa6b1fc3d5ff: Waiting 00:05:22 ce7f800efff9: Waiting 00:05:22 b98649b38fa2: Waiting 00:05:22 f5fd4ae7aa58: Waiting 00:05:22 66cddfbe9fb8: Waiting 00:05:22 58a4ff8a0dce: Waiting 00:05:22 ab2d5eebbdf5: Waiting 00:05:22 cb663a4ec213: Layer already exists 00:05:22 df02d46a5bf5: Layer already exists 00:05:22 186840c2d553: Layer already exists 00:05:22 c26eb5589a4f: Layer already exists 00:05:22 96f14f0da5a9: Layer already exists 00:05:22 ab2d5eebbdf5: Layer already exists 00:05:22 b98649b38fa2: Layer already exists 00:05:22 aa6b1fc3d5ff: Layer already exists 00:05:22 66cddfbe9fb8: Layer already exists 00:05:22 58a4ff8a0dce: Layer already exists 00:05:22 f5fd4ae7aa58: Layer already exists 00:05:22 ce7f800efff9: Layer already exists 00:05:22 3.2.0-dev.46: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:22 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:05:22 c26eb5589a4f: Preparing 00:05:22 186840c2d553: Preparing 00:05:22 cb663a4ec213: Preparing 00:05:22 df02d46a5bf5: Preparing 00:05:22 96f14f0da5a9: Preparing 00:05:22 ab2d5eebbdf5: Preparing 00:05:22 b98649b38fa2: Preparing 00:05:22 aa6b1fc3d5ff: Preparing 00:05:22 66cddfbe9fb8: Preparing 00:05:22 58a4ff8a0dce: Preparing 00:05:22 f5fd4ae7aa58: Preparing 00:05:22 ce7f800efff9: Preparing 00:05:22 aa6b1fc3d5ff: Waiting 00:05:22 b98649b38fa2: Waiting 00:05:22 66cddfbe9fb8: Waiting 00:05:22 58a4ff8a0dce: Waiting 00:05:22 f5fd4ae7aa58: Waiting 00:05:22 ce7f800efff9: Waiting 00:05:22 ab2d5eebbdf5: Waiting 00:05:22 c26eb5589a4f: Layer already exists 00:05:22 cb663a4ec213: Layer already exists 00:05:22 186840c2d553: Layer already exists 00:05:22 96f14f0da5a9: Layer already exists 00:05:22 df02d46a5bf5: Layer already exists 00:05:22 ab2d5eebbdf5: Layer already exists 00:05:22 b98649b38fa2: Layer already exists 00:05:22 aa6b1fc3d5ff: Layer already exists 00:05:22 66cddfbe9fb8: Layer already exists 00:05:22 58a4ff8a0dce: Layer already exists 00:05:22 f5fd4ae7aa58: Layer already exists 00:05:22 ce7f800efff9: Layer already exists 00:05:22 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 00:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:05:23 c26eb5589a4f: Preparing 00:05:23 186840c2d553: Preparing 00:05:23 cb663a4ec213: Preparing 00:05:23 df02d46a5bf5: Preparing 00:05:23 96f14f0da5a9: Preparing 00:05:23 ab2d5eebbdf5: Preparing 00:05:23 b98649b38fa2: Preparing 00:05:23 aa6b1fc3d5ff: Preparing 00:05:23 66cddfbe9fb8: Preparing 00:05:23 58a4ff8a0dce: Preparing 00:05:23 f5fd4ae7aa58: Preparing 00:05:23 ce7f800efff9: Preparing 00:05:23 b98649b38fa2: Waiting 00:05:23 aa6b1fc3d5ff: Waiting 00:05:23 ab2d5eebbdf5: Waiting 00:05:23 66cddfbe9fb8: Waiting 00:05:23 ce7f800efff9: Waiting 00:05:23 58a4ff8a0dce: Waiting 00:05:23 f5fd4ae7aa58: Waiting 00:05:23 c26eb5589a4f: Layer already exists 00:05:23 df02d46a5bf5: Layer already exists 00:05:23 186840c2d553: Layer already exists 00:05:23 96f14f0da5a9: Layer already exists 00:05:23 cb663a4ec213: Layer already exists 00:05:23 b98649b38fa2: Layer already exists 00:05:23 ab2d5eebbdf5: Layer already exists 00:05:23 aa6b1fc3d5ff: Layer already exists 00:05:23 66cddfbe9fb8: Layer already exists 00:05:23 58a4ff8a0dce: Layer already exists 00:05:23 ce7f800efff9: Layer already exists 00:05:23 f5fd4ae7aa58: Layer already exists 00:05:23 main: digest: sha256:093a590a8dfdafe372f8958801c94fbb3dc1e53e952228e18b9a4e3f33c374c3 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:23 ===================================================== [Pipeline] echo 00:05:23 taggedImages: 00:05:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698 00:05:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:05:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.46 00:05:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 00:05:23 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 00:05:23 574c71a500a07162c29ac549af62d3136e4ef698 00:05:23 latest 00:05:23 3.2.0-dev.46 00:05:23 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:23 main 00:05:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 00:05:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:05:24 2dc5e9aacd96: Preparing 00:05:24 8feeba7b90fa: Preparing 00:05:24 aa6b1fc3d5ff: Preparing 00:05:24 66cddfbe9fb8: Preparing 00:05:24 aaf734d2d2c8: Preparing 00:05:24 4f72ffb9d47a: Preparing 00:05:24 ce7f800efff9: Preparing 00:05:24 4f72ffb9d47a: Waiting 00:05:24 ce7f800efff9: Waiting 00:05:24 aa6b1fc3d5ff: Layer already exists 00:05:24 66cddfbe9fb8: Layer already exists 00:05:24 ce7f800efff9: Layer already exists 00:05:24 aaf734d2d2c8: Pushed 00:05:24 2dc5e9aacd96: Pushed 00:05:25 4f72ffb9d47a: Pushed 00:05:25 8feeba7b90fa: Pushed 00:05:26 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:26 + 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 00:05:26 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:05:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:05:26 2dc5e9aacd96: Preparing 00:05:26 8feeba7b90fa: Preparing 00:05:26 aa6b1fc3d5ff: Preparing 00:05:26 66cddfbe9fb8: Preparing 00:05:26 aaf734d2d2c8: Preparing 00:05:26 4f72ffb9d47a: Preparing 00:05:26 ce7f800efff9: Preparing 00:05:26 4f72ffb9d47a: Waiting 00:05:26 ce7f800efff9: Waiting 00:05:26 2dc5e9aacd96: Layer already exists 00:05:26 aaf734d2d2c8: Layer already exists 00:05:26 aa6b1fc3d5ff: Layer already exists 00:05:26 8feeba7b90fa: Layer already exists 00:05:26 66cddfbe9fb8: Layer already exists 00:05:26 ce7f800efff9: Layer already exists 00:05:26 4f72ffb9d47a: Layer already exists 00:05:26 latest: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:27 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 00:05:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:05:27 2dc5e9aacd96: Preparing 00:05:27 8feeba7b90fa: Preparing 00:05:27 aa6b1fc3d5ff: Preparing 00:05:27 66cddfbe9fb8: Preparing 00:05:27 aaf734d2d2c8: Preparing 00:05:27 4f72ffb9d47a: Preparing 00:05:27 ce7f800efff9: Preparing 00:05:27 ce7f800efff9: Waiting 00:05:27 4f72ffb9d47a: Waiting 00:05:27 8feeba7b90fa: Layer already exists 00:05:27 66cddfbe9fb8: Layer already exists 00:05:27 aa6b1fc3d5ff: Layer already exists 00:05:27 2dc5e9aacd96: Layer already exists 00:05:27 aaf734d2d2c8: Layer already exists 00:05:27 4f72ffb9d47a: Layer already exists 00:05:27 ce7f800efff9: Layer already exists 00:05:27 3.2.0-dev.46: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:27 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:05:28 2dc5e9aacd96: Preparing 00:05:28 8feeba7b90fa: Preparing 00:05:28 aa6b1fc3d5ff: Preparing 00:05:28 66cddfbe9fb8: Preparing 00:05:28 aaf734d2d2c8: Preparing 00:05:28 4f72ffb9d47a: Preparing 00:05:28 ce7f800efff9: Preparing 00:05:28 ce7f800efff9: Waiting 00:05:28 66cddfbe9fb8: Layer already exists 00:05:28 aaf734d2d2c8: Layer already exists 00:05:28 8feeba7b90fa: Layer already exists 00:05:28 aa6b1fc3d5ff: Layer already exists 00:05:28 2dc5e9aacd96: Layer already exists 00:05:28 4f72ffb9d47a: Layer already exists 00:05:28 ce7f800efff9: Layer already exists 00:05:28 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:28 + 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 00:05:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 00:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:05:28 2dc5e9aacd96: Preparing 00:05:28 8feeba7b90fa: Preparing 00:05:28 aa6b1fc3d5ff: Preparing 00:05:28 66cddfbe9fb8: Preparing 00:05:28 aaf734d2d2c8: Preparing 00:05:28 4f72ffb9d47a: Preparing 00:05:28 ce7f800efff9: Preparing 00:05:28 4f72ffb9d47a: Waiting 00:05:28 ce7f800efff9: Waiting 00:05:28 2dc5e9aacd96: Layer already exists 00:05:28 8feeba7b90fa: Layer already exists 00:05:28 aaf734d2d2c8: Layer already exists 00:05:28 aa6b1fc3d5ff: Layer already exists 00:05:28 66cddfbe9fb8: Layer already exists 00:05:28 ce7f800efff9: Layer already exists 00:05:28 4f72ffb9d47a: Layer already exists 00:05:28 main: digest: sha256:e82dda28d13ebc600b653e9c95e3df229afa7c20b0964e32591351e92d845108 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:28 ===================================================== [Pipeline] echo 00:05:28 taggedImages: 00:05:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698 00:05:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:05:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.46 00:05:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:28 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 00:05:28 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 00:05:28 574c71a500a07162c29ac549af62d3136e4ef698 00:05:28 latest 00:05:28 3.2.0-dev.46 00:05:28 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:28 main 00:05:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:29 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 00:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:05:29 f49a6adc46ce: Preparing 00:05:29 4d0aaecce1ea: Preparing 00:05:29 e09e99f51d04: Preparing 00:05:29 aa6b1fc3d5ff: Preparing 00:05:29 66cddfbe9fb8: Preparing 00:05:29 52dfa0017e0b: Preparing 00:05:29 820f6ce37b54: Preparing 00:05:29 e005d3375672: Preparing 00:05:29 ad9ef4147730: Preparing 00:05:29 ce7f800efff9: Preparing 00:05:29 820f6ce37b54: Waiting 00:05:29 e005d3375672: Waiting 00:05:29 ad9ef4147730: Waiting 00:05:29 ce7f800efff9: Waiting 00:05:29 52dfa0017e0b: Waiting 00:05:29 66cddfbe9fb8: Layer already exists 00:05:29 aa6b1fc3d5ff: Layer already exists 00:05:29 f49a6adc46ce: Pushed 00:05:29 4d0aaecce1ea: Pushed 00:05:29 e09e99f51d04: Pushed 00:05:29 ce7f800efff9: Layer already exists 00:05:29 e005d3375672: Pushed 00:05:29 ad9ef4147730: Pushed 00:05:35 820f6ce37b54: Pushed 00:05:38 52dfa0017e0b: Pushed 00:05:38 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:05:39 f49a6adc46ce: Preparing 00:05:39 4d0aaecce1ea: Preparing 00:05:39 e09e99f51d04: Preparing 00:05:39 aa6b1fc3d5ff: Preparing 00:05:39 66cddfbe9fb8: Preparing 00:05:39 52dfa0017e0b: Preparing 00:05:39 820f6ce37b54: Preparing 00:05:39 e005d3375672: Preparing 00:05:39 ad9ef4147730: Preparing 00:05:39 ce7f800efff9: Preparing 00:05:39 820f6ce37b54: Waiting 00:05:39 52dfa0017e0b: Waiting 00:05:39 ad9ef4147730: Waiting 00:05:39 e005d3375672: Waiting 00:05:39 ce7f800efff9: Waiting 00:05:39 66cddfbe9fb8: Layer already exists 00:05:39 4d0aaecce1ea: Layer already exists 00:05:39 aa6b1fc3d5ff: Layer already exists 00:05:39 e09e99f51d04: Layer already exists 00:05:39 f49a6adc46ce: Layer already exists 00:05:39 820f6ce37b54: Layer already exists 00:05:39 52dfa0017e0b: Layer already exists 00:05:39 ce7f800efff9: Layer already exists 00:05:39 e005d3375672: Layer already exists 00:05:39 ad9ef4147730: Layer already exists 00:05:39 latest: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 00:05:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:05:39 f49a6adc46ce: Preparing 00:05:39 4d0aaecce1ea: Preparing 00:05:39 e09e99f51d04: Preparing 00:05:39 aa6b1fc3d5ff: Preparing 00:05:39 66cddfbe9fb8: Preparing 00:05:39 52dfa0017e0b: Preparing 00:05:39 820f6ce37b54: Preparing 00:05:39 e005d3375672: Preparing 00:05:39 ad9ef4147730: Preparing 00:05:39 ce7f800efff9: Preparing 00:05:39 e005d3375672: Waiting 00:05:39 52dfa0017e0b: Waiting 00:05:39 ad9ef4147730: Waiting 00:05:39 820f6ce37b54: Waiting 00:05:39 ce7f800efff9: Waiting 00:05:39 4d0aaecce1ea: Layer already exists 00:05:39 66cddfbe9fb8: Layer already exists 00:05:39 f49a6adc46ce: Layer already exists 00:05:39 aa6b1fc3d5ff: Layer already exists 00:05:39 e09e99f51d04: Layer already exists 00:05:39 ad9ef4147730: Layer already exists 00:05:39 52dfa0017e0b: Layer already exists 00:05:39 e005d3375672: Layer already exists 00:05:39 820f6ce37b54: Layer already exists 00:05:39 ce7f800efff9: Layer already exists 00:05:39 3.2.0-dev.46: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:05:40 f49a6adc46ce: Preparing 00:05:40 4d0aaecce1ea: Preparing 00:05:40 e09e99f51d04: Preparing 00:05:40 aa6b1fc3d5ff: Preparing 00:05:40 66cddfbe9fb8: Preparing 00:05:40 52dfa0017e0b: Preparing 00:05:40 820f6ce37b54: Preparing 00:05:40 e005d3375672: Preparing 00:05:40 ad9ef4147730: Preparing 00:05:40 ce7f800efff9: Preparing 00:05:40 52dfa0017e0b: Waiting 00:05:40 e005d3375672: Waiting 00:05:40 ce7f800efff9: Waiting 00:05:40 e09e99f51d04: Layer already exists 00:05:40 66cddfbe9fb8: Layer already exists 00:05:40 4d0aaecce1ea: Layer already exists 00:05:40 f49a6adc46ce: Layer already exists 00:05:40 aa6b1fc3d5ff: Layer already exists 00:05:40 820f6ce37b54: Layer already exists 00:05:40 52dfa0017e0b: Layer already exists 00:05:40 ad9ef4147730: Layer already exists 00:05:40 e005d3375672: Layer already exists 00:05:40 ce7f800efff9: Layer already exists 00:05:40 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 00:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:05:41 f49a6adc46ce: Preparing 00:05:41 4d0aaecce1ea: Preparing 00:05:41 e09e99f51d04: Preparing 00:05:41 aa6b1fc3d5ff: Preparing 00:05:41 66cddfbe9fb8: Preparing 00:05:41 52dfa0017e0b: Preparing 00:05:41 820f6ce37b54: Preparing 00:05:41 e005d3375672: Preparing 00:05:41 ad9ef4147730: Preparing 00:05:41 ce7f800efff9: Preparing 00:05:41 820f6ce37b54: Waiting 00:05:41 52dfa0017e0b: Waiting 00:05:41 ad9ef4147730: Waiting 00:05:41 ce7f800efff9: Waiting 00:05:41 4d0aaecce1ea: Layer already exists 00:05:41 aa6b1fc3d5ff: Layer already exists 00:05:41 66cddfbe9fb8: Layer already exists 00:05:41 f49a6adc46ce: Layer already exists 00:05:41 e09e99f51d04: Layer already exists 00:05:41 52dfa0017e0b: Layer already exists 00:05:41 e005d3375672: Layer already exists 00:05:41 ce7f800efff9: Layer already exists 00:05:41 820f6ce37b54: Layer already exists 00:05:41 ad9ef4147730: Layer already exists 00:05:41 main: digest: sha256:267dfc591be76038c1ad3eb9458f3100d2226975fe8421dde720616468fd6425 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:41 ===================================================== [Pipeline] echo 00:05:41 taggedImages: 00:05:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698 00:05:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:05:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.46 00:05:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 00:05:41 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 00:05:41 574c71a500a07162c29ac549af62d3136e4ef698 00:05:41 latest 00:05:41 3.2.0-dev.46 00:05:41 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:41 main 00:05:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 00:05:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:05:41 95c1d126ae29: Preparing 00:05:41 a721d4252c4d: Preparing 00:05:41 a980a36ee779: Preparing 00:05:41 aa6b1fc3d5ff: Preparing 00:05:41 66cddfbe9fb8: Preparing 00:05:41 2201676c0ba8: Preparing 00:05:41 ae79f22af2bb: Preparing 00:05:41 8eb7beac454c: Preparing 00:05:41 ce7f800efff9: Preparing 00:05:41 2201676c0ba8: Waiting 00:05:41 ae79f22af2bb: Waiting 00:05:41 8eb7beac454c: Waiting 00:05:41 ce7f800efff9: Waiting 00:05:41 66cddfbe9fb8: Layer already exists 00:05:41 aa6b1fc3d5ff: Layer already exists 00:05:41 95c1d126ae29: Pushed 00:05:41 a980a36ee779: Pushed 00:05:41 a721d4252c4d: Pushed 00:05:41 ae79f22af2bb: Pushed 00:05:41 ce7f800efff9: Layer already exists 00:05:42 8eb7beac454c: Pushed 00:05:52 2201676c0ba8: Pushed 00:05:52 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:05:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:05:52 95c1d126ae29: Preparing 00:05:52 a721d4252c4d: Preparing 00:05:52 a980a36ee779: Preparing 00:05:52 aa6b1fc3d5ff: Preparing 00:05:52 66cddfbe9fb8: Preparing 00:05:52 2201676c0ba8: Preparing 00:05:52 ae79f22af2bb: Preparing 00:05:52 8eb7beac454c: Preparing 00:05:52 ce7f800efff9: Preparing 00:05:52 2201676c0ba8: Waiting 00:05:52 ae79f22af2bb: Waiting 00:05:52 ce7f800efff9: Waiting 00:05:52 8eb7beac454c: Waiting 00:05:52 66cddfbe9fb8: Layer already exists 00:05:52 a721d4252c4d: Layer already exists 00:05:52 aa6b1fc3d5ff: Layer already exists 00:05:52 a980a36ee779: Layer already exists 00:05:52 95c1d126ae29: Layer already exists 00:05:52 ae79f22af2bb: Layer already exists 00:05:52 2201676c0ba8: Layer already exists 00:05:52 8eb7beac454c: Layer already exists 00:05:52 ce7f800efff9: Layer already exists 00:05:52 latest: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 00:05:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:05:53 95c1d126ae29: Preparing 00:05:53 a721d4252c4d: Preparing 00:05:53 a980a36ee779: Preparing 00:05:53 aa6b1fc3d5ff: Preparing 00:05:53 66cddfbe9fb8: Preparing 00:05:53 2201676c0ba8: Preparing 00:05:53 ae79f22af2bb: Preparing 00:05:53 8eb7beac454c: Preparing 00:05:53 ce7f800efff9: Preparing 00:05:53 ae79f22af2bb: Waiting 00:05:53 8eb7beac454c: Waiting 00:05:53 ce7f800efff9: Waiting 00:05:53 2201676c0ba8: Waiting 00:05:53 a980a36ee779: Layer already exists 00:05:53 aa6b1fc3d5ff: Layer already exists 00:05:53 66cddfbe9fb8: Layer already exists 00:05:53 a721d4252c4d: Layer already exists 00:05:53 95c1d126ae29: Layer already exists 00:05:53 2201676c0ba8: Layer already exists 00:05:53 ce7f800efff9: Layer already exists 00:05:53 ae79f22af2bb: Layer already exists 00:05:53 8eb7beac454c: Layer already exists 00:05:53 3.2.0-dev.46: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:05:54 95c1d126ae29: Preparing 00:05:54 a721d4252c4d: Preparing 00:05:54 a980a36ee779: Preparing 00:05:54 aa6b1fc3d5ff: Preparing 00:05:54 66cddfbe9fb8: Preparing 00:05:54 2201676c0ba8: Preparing 00:05:54 ae79f22af2bb: Preparing 00:05:54 8eb7beac454c: Preparing 00:05:54 ce7f800efff9: Preparing 00:05:54 2201676c0ba8: Waiting 00:05:54 ae79f22af2bb: Waiting 00:05:54 8eb7beac454c: Waiting 00:05:54 ce7f800efff9: Waiting 00:05:54 a980a36ee779: Layer already exists 00:05:54 a721d4252c4d: Layer already exists 00:05:54 95c1d126ae29: Layer already exists 00:05:54 aa6b1fc3d5ff: Layer already exists 00:05:54 66cddfbe9fb8: Layer already exists 00:05:54 2201676c0ba8: Layer already exists 00:05:54 ae79f22af2bb: Layer already exists 00:05:54 ce7f800efff9: Layer already exists 00:05:54 8eb7beac454c: Layer already exists 00:05:54 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 00:05:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:05:54 95c1d126ae29: Preparing 00:05:54 a721d4252c4d: Preparing 00:05:54 a980a36ee779: Preparing 00:05:54 aa6b1fc3d5ff: Preparing 00:05:54 66cddfbe9fb8: Preparing 00:05:54 2201676c0ba8: Preparing 00:05:54 ae79f22af2bb: Preparing 00:05:54 8eb7beac454c: Preparing 00:05:54 ce7f800efff9: Preparing 00:05:54 8eb7beac454c: Waiting 00:05:54 2201676c0ba8: Waiting 00:05:54 ae79f22af2bb: Waiting 00:05:54 ce7f800efff9: Waiting 00:05:54 66cddfbe9fb8: Layer already exists 00:05:54 aa6b1fc3d5ff: Layer already exists 00:05:54 a721d4252c4d: Layer already exists 00:05:54 a980a36ee779: Layer already exists 00:05:54 95c1d126ae29: Layer already exists 00:05:54 8eb7beac454c: Layer already exists 00:05:54 ae79f22af2bb: Layer already exists 00:05:54 2201676c0ba8: Layer already exists 00:05:54 ce7f800efff9: Layer already exists 00:05:55 main: digest: sha256:1b468d03bc9b8fb659ea9988c03991fff43f1985fdf2edcec8b1ab14753ec2a4 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:05:55 ===================================================== [Pipeline] echo 00:05:55 taggedImages: 00:05:55 - nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698 00:05:55 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:05:55 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.46 00:05:55 - nexus3.edgexfoundry.org:10004/security-spire-config:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:55 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 00:05:55 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 00:05:55 574c71a500a07162c29ac549af62d3136e4ef698 00:05:55 latest 00:05:55 3.2.0-dev.46 00:05:55 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:05:55 main 00:05:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:55 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:05:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 00:05:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:05:55 f49a6adc46ce: Preparing 00:05:55 2a5b41ef51d6: Preparing 00:05:55 7c4fdd57644d: Preparing 00:05:55 aa6b1fc3d5ff: Preparing 00:05:55 66cddfbe9fb8: Preparing 00:05:55 d11ab964f338: Preparing 00:05:55 e005d3375672: Preparing 00:05:55 ad9ef4147730: Preparing 00:05:55 ce7f800efff9: Preparing 00:05:55 d11ab964f338: Waiting 00:05:55 e005d3375672: Waiting 00:05:55 ad9ef4147730: Waiting 00:05:55 ce7f800efff9: Waiting 00:05:55 66cddfbe9fb8: Layer already exists 00:05:55 aa6b1fc3d5ff: Layer already exists 00:05:55 f49a6adc46ce: Layer already exists 00:05:55 e005d3375672: Layer already exists 00:05:55 ad9ef4147730: Layer already exists 00:05:55 ce7f800efff9: Layer already exists 00:05:55 7c4fdd57644d: Pushed 00:05:55 2a5b41ef51d6: Pushed 00:06:05 d11ab964f338: Pushed 00:06:05 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:06:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:06:06 f49a6adc46ce: Preparing 00:06:06 2a5b41ef51d6: Preparing 00:06:06 7c4fdd57644d: Preparing 00:06:06 aa6b1fc3d5ff: Preparing 00:06:06 66cddfbe9fb8: Preparing 00:06:06 d11ab964f338: Preparing 00:06:06 e005d3375672: Preparing 00:06:06 ad9ef4147730: Preparing 00:06:06 ce7f800efff9: Preparing 00:06:06 d11ab964f338: Waiting 00:06:06 e005d3375672: Waiting 00:06:06 ad9ef4147730: Waiting 00:06:06 ce7f800efff9: Waiting 00:06:06 f49a6adc46ce: Layer already exists 00:06:06 66cddfbe9fb8: Layer already exists 00:06:06 2a5b41ef51d6: Layer already exists 00:06:06 aa6b1fc3d5ff: Layer already exists 00:06:06 7c4fdd57644d: Layer already exists 00:06:06 ad9ef4147730: Layer already exists 00:06:06 e005d3375672: Layer already exists 00:06:06 d11ab964f338: Layer already exists 00:06:06 ce7f800efff9: Layer already exists 00:06:06 latest: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 00:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:06:07 f49a6adc46ce: Preparing 00:06:07 2a5b41ef51d6: Preparing 00:06:07 7c4fdd57644d: Preparing 00:06:07 aa6b1fc3d5ff: Preparing 00:06:07 66cddfbe9fb8: Preparing 00:06:07 d11ab964f338: Preparing 00:06:07 e005d3375672: Preparing 00:06:07 ad9ef4147730: Preparing 00:06:07 ce7f800efff9: Preparing 00:06:07 d11ab964f338: Waiting 00:06:07 e005d3375672: Waiting 00:06:07 ad9ef4147730: Waiting 00:06:07 7c4fdd57644d: Layer already exists 00:06:07 2a5b41ef51d6: Layer already exists 00:06:07 aa6b1fc3d5ff: Layer already exists 00:06:07 66cddfbe9fb8: Layer already exists 00:06:07 f49a6adc46ce: Layer already exists 00:06:07 d11ab964f338: Layer already exists 00:06:07 ad9ef4147730: Layer already exists 00:06:07 ce7f800efff9: Layer already exists 00:06:07 e005d3375672: Layer already exists 00:06:07 3.2.0-dev.46: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:06:07 f49a6adc46ce: Preparing 00:06:07 2a5b41ef51d6: Preparing 00:06:07 7c4fdd57644d: Preparing 00:06:07 aa6b1fc3d5ff: Preparing 00:06:07 66cddfbe9fb8: Preparing 00:06:07 d11ab964f338: Preparing 00:06:07 e005d3375672: Preparing 00:06:07 ad9ef4147730: Preparing 00:06:07 ce7f800efff9: Preparing 00:06:07 d11ab964f338: Waiting 00:06:07 e005d3375672: Waiting 00:06:07 ad9ef4147730: Waiting 00:06:07 ce7f800efff9: Waiting 00:06:07 aa6b1fc3d5ff: Layer already exists 00:06:07 f49a6adc46ce: Layer already exists 00:06:07 2a5b41ef51d6: Layer already exists 00:06:07 7c4fdd57644d: Layer already exists 00:06:07 66cddfbe9fb8: Layer already exists 00:06:07 d11ab964f338: Layer already exists 00:06:07 e005d3375672: Layer already exists 00:06:07 ad9ef4147730: Layer already exists 00:06:07 ce7f800efff9: Layer already exists 00:06:07 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:08 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 00:06:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:06:08 f49a6adc46ce: Preparing 00:06:08 2a5b41ef51d6: Preparing 00:06:08 7c4fdd57644d: Preparing 00:06:08 aa6b1fc3d5ff: Preparing 00:06:08 66cddfbe9fb8: Preparing 00:06:08 d11ab964f338: Preparing 00:06:08 e005d3375672: Preparing 00:06:08 ad9ef4147730: Preparing 00:06:08 ce7f800efff9: Preparing 00:06:08 e005d3375672: Waiting 00:06:08 ad9ef4147730: Waiting 00:06:08 d11ab964f338: Waiting 00:06:08 ce7f800efff9: Waiting 00:06:08 aa6b1fc3d5ff: Layer already exists 00:06:08 7c4fdd57644d: Layer already exists 00:06:08 f49a6adc46ce: Layer already exists 00:06:08 66cddfbe9fb8: Layer already exists 00:06:08 2a5b41ef51d6: Layer already exists 00:06:08 e005d3375672: Layer already exists 00:06:08 d11ab964f338: Layer already exists 00:06:08 ad9ef4147730: Layer already exists 00:06:08 ce7f800efff9: Layer already exists 00:06:08 main: digest: sha256:6b7ace2aef260a1d51358cc03c71eb0c8a5987460514dd2f4f7d050b678316a0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:08 ===================================================== [Pipeline] echo 00:06:08 taggedImages: 00:06:08 - nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698 00:06:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:06:08 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.46 00:06:08 - nexus3.edgexfoundry.org:10004/security-spire-server:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 00:06:08 [edgeXDocker.push] Tagging docker image support-cron-scheduler with the following tags: 00:06:08 574c71a500a07162c29ac549af62d3136e4ef698 00:06:08 latest 00:06:08 3.2.0-dev.46 00:06:08 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:08 main 00:06:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:08 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:09 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 00:06:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 00:06:09 a11410a963f2: Preparing 00:06:09 18d6735df094: Preparing 00:06:09 aa6b1fc3d5ff: Preparing 00:06:09 66cddfbe9fb8: Preparing 00:06:09 03c250f1b0dc: Preparing 00:06:09 88014a77aa1f: Preparing 00:06:09 ce7f800efff9: Preparing 00:06:09 ce7f800efff9: Waiting 00:06:09 aa6b1fc3d5ff: Layer already exists 00:06:09 66cddfbe9fb8: Layer already exists 00:06:09 ce7f800efff9: Layer already exists 00:06:09 03c250f1b0dc: Pushed 00:06:09 a11410a963f2: Pushed 00:06:09 88014a77aa1f: Pushed 00:06:12 18d6735df094: Pushed 00:06:12 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:12 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:13 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 00:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 00:06:13 a11410a963f2: Preparing 00:06:13 18d6735df094: Preparing 00:06:13 aa6b1fc3d5ff: Preparing 00:06:13 66cddfbe9fb8: Preparing 00:06:13 03c250f1b0dc: Preparing 00:06:13 88014a77aa1f: Preparing 00:06:13 ce7f800efff9: Preparing 00:06:13 88014a77aa1f: Waiting 00:06:13 ce7f800efff9: Waiting 00:06:13 a11410a963f2: Layer already exists 00:06:13 18d6735df094: Layer already exists 00:06:13 66cddfbe9fb8: Layer already exists 00:06:13 aa6b1fc3d5ff: Layer already exists 00:06:13 03c250f1b0dc: Layer already exists 00:06:13 88014a77aa1f: Layer already exists 00:06:13 ce7f800efff9: Layer already exists 00:06:13 latest: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:13 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:13 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 00:06:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 00:06:13 a11410a963f2: Preparing 00:06:13 18d6735df094: Preparing 00:06:13 aa6b1fc3d5ff: Preparing 00:06:13 66cddfbe9fb8: Preparing 00:06:13 03c250f1b0dc: Preparing 00:06:13 88014a77aa1f: Preparing 00:06:13 ce7f800efff9: Preparing 00:06:13 88014a77aa1f: Waiting 00:06:13 ce7f800efff9: Waiting 00:06:13 a11410a963f2: Layer already exists 00:06:13 18d6735df094: Layer already exists 00:06:13 66cddfbe9fb8: Layer already exists 00:06:13 03c250f1b0dc: Layer already exists 00:06:13 aa6b1fc3d5ff: Layer already exists 00:06:13 88014a77aa1f: Layer already exists 00:06:13 ce7f800efff9: Layer already exists 00:06:13 3.2.0-dev.46: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:14 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:14 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 00:06:14 a11410a963f2: Preparing 00:06:14 18d6735df094: Preparing 00:06:14 aa6b1fc3d5ff: Preparing 00:06:14 66cddfbe9fb8: Preparing 00:06:14 03c250f1b0dc: Preparing 00:06:14 88014a77aa1f: Preparing 00:06:14 ce7f800efff9: Preparing 00:06:14 ce7f800efff9: Waiting 00:06:14 88014a77aa1f: Waiting 00:06:14 03c250f1b0dc: Layer already exists 00:06:14 aa6b1fc3d5ff: Layer already exists 00:06:14 18d6735df094: Layer already exists 00:06:14 66cddfbe9fb8: Layer already exists 00:06:14 a11410a963f2: Layer already exists 00:06:14 88014a77aa1f: Layer already exists 00:06:14 ce7f800efff9: Layer already exists 00:06:14 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:14 + docker tag support-cron-scheduler nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:15 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler:main 00:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler] 00:06:15 a11410a963f2: Preparing 00:06:15 18d6735df094: Preparing 00:06:15 aa6b1fc3d5ff: Preparing 00:06:15 66cddfbe9fb8: Preparing 00:06:15 03c250f1b0dc: Preparing 00:06:15 88014a77aa1f: Preparing 00:06:15 ce7f800efff9: Preparing 00:06:15 88014a77aa1f: Waiting 00:06:15 ce7f800efff9: Waiting 00:06:15 66cddfbe9fb8: Layer already exists 00:06:15 03c250f1b0dc: Layer already exists 00:06:15 aa6b1fc3d5ff: Layer already exists 00:06:15 a11410a963f2: Layer already exists 00:06:15 18d6735df094: Layer already exists 00:06:15 88014a77aa1f: Layer already exists 00:06:15 ce7f800efff9: Layer already exists 00:06:15 main: digest: sha256:fe8aa91aa79a01032bc7c7466d63291de3c09b72f52732f9658364b44d1dd229 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:15 ===================================================== [Pipeline] echo 00:06:15 taggedImages: 00:06:15 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 00:06:15 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:latest 00:06:15 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:3.2.0-dev.46 00:06:15 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:15 - nexus3.edgexfoundry.org:10004/support-cron-scheduler:main [Pipeline] echo 00:06:15 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 00:06:15 574c71a500a07162c29ac549af62d3136e4ef698 00:06:15 latest 00:06:15 3.2.0-dev.46 00:06:15 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:15 main 00:06:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 00:06:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:06:15 a39ad2705572: Preparing 00:06:15 54efa6c99830: Preparing 00:06:15 aa6b1fc3d5ff: Preparing 00:06:15 66cddfbe9fb8: Preparing 00:06:15 03c250f1b0dc: Preparing 00:06:15 88014a77aa1f: Preparing 00:06:15 ce7f800efff9: Preparing 00:06:15 88014a77aa1f: Waiting 00:06:15 ce7f800efff9: Waiting 00:06:15 aa6b1fc3d5ff: Layer already exists 00:06:15 66cddfbe9fb8: Layer already exists 00:06:15 03c250f1b0dc: Layer already exists 00:06:15 88014a77aa1f: Layer already exists 00:06:15 ce7f800efff9: Layer already exists 00:06:15 a39ad2705572: Pushed 00:06:19 54efa6c99830: Pushed 00:06:19 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 00:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:06:19 a39ad2705572: Preparing 00:06:19 54efa6c99830: Preparing 00:06:19 aa6b1fc3d5ff: Preparing 00:06:19 66cddfbe9fb8: Preparing 00:06:19 03c250f1b0dc: Preparing 00:06:19 88014a77aa1f: Preparing 00:06:19 ce7f800efff9: Preparing 00:06:19 88014a77aa1f: Waiting 00:06:19 ce7f800efff9: Waiting 00:06:19 aa6b1fc3d5ff: Layer already exists 00:06:19 a39ad2705572: Layer already exists 00:06:19 03c250f1b0dc: Layer already exists 00:06:19 54efa6c99830: Layer already exists 00:06:19 66cddfbe9fb8: Layer already exists 00:06:19 88014a77aa1f: Layer already exists 00:06:19 ce7f800efff9: Layer already exists 00:06:19 latest: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 00:06:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:06:20 a39ad2705572: Preparing 00:06:20 54efa6c99830: Preparing 00:06:20 aa6b1fc3d5ff: Preparing 00:06:20 66cddfbe9fb8: Preparing 00:06:20 03c250f1b0dc: Preparing 00:06:20 88014a77aa1f: Preparing 00:06:20 ce7f800efff9: Preparing 00:06:20 ce7f800efff9: Waiting 00:06:20 88014a77aa1f: Waiting 00:06:20 03c250f1b0dc: Layer already exists 00:06:20 54efa6c99830: Layer already exists 00:06:20 aa6b1fc3d5ff: Layer already exists 00:06:20 66cddfbe9fb8: Layer already exists 00:06:20 a39ad2705572: Layer already exists 00:06:20 ce7f800efff9: Layer already exists 00:06:20 88014a77aa1f: Layer already exists 00:06:20 3.2.0-dev.46: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:20 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:06:21 a39ad2705572: Preparing 00:06:21 54efa6c99830: Preparing 00:06:21 aa6b1fc3d5ff: Preparing 00:06:21 66cddfbe9fb8: Preparing 00:06:21 03c250f1b0dc: Preparing 00:06:21 88014a77aa1f: Preparing 00:06:21 ce7f800efff9: Preparing 00:06:21 88014a77aa1f: Waiting 00:06:21 ce7f800efff9: Waiting 00:06:21 03c250f1b0dc: Layer already exists 00:06:21 aa6b1fc3d5ff: Layer already exists 00:06:21 a39ad2705572: Layer already exists 00:06:21 66cddfbe9fb8: Layer already exists 00:06:21 54efa6c99830: Layer already exists 00:06:21 ce7f800efff9: Layer already exists 00:06:21 88014a77aa1f: Layer already exists 00:06:21 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 00:06:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:06:21 a39ad2705572: Preparing 00:06:21 54efa6c99830: Preparing 00:06:21 aa6b1fc3d5ff: Preparing 00:06:21 66cddfbe9fb8: Preparing 00:06:21 03c250f1b0dc: Preparing 00:06:21 88014a77aa1f: Preparing 00:06:21 ce7f800efff9: Preparing 00:06:21 ce7f800efff9: Waiting 00:06:21 88014a77aa1f: Waiting 00:06:21 a39ad2705572: Layer already exists 00:06:21 03c250f1b0dc: Layer already exists 00:06:21 aa6b1fc3d5ff: Layer already exists 00:06:21 66cddfbe9fb8: Layer already exists 00:06:21 54efa6c99830: Layer already exists 00:06:21 88014a77aa1f: Layer already exists 00:06:21 ce7f800efff9: Layer already exists 00:06:21 main: digest: sha256:07c45be04bb10814d4bb809ea1453eacd50d786e5d02966c8110ee06f07021aa size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:21 ===================================================== [Pipeline] echo 00:06:21 taggedImages: 00:06:21 - nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698 00:06:21 - nexus3.edgexfoundry.org:10004/support-notifications:latest 00:06:21 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.46 00:06:21 - nexus3.edgexfoundry.org:10004/support-notifications:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:21 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 00:06:21 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 00:06:21 574c71a500a07162c29ac549af62d3136e4ef698 00:06:21 latest 00:06:21 3.2.0-dev.46 00:06:21 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:21 main 00:06:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 00:06:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:06:22 539289ae6219: Preparing 00:06:22 224557a5b60e: Preparing 00:06:22 aa6b1fc3d5ff: Preparing 00:06:22 66cddfbe9fb8: Preparing 00:06:22 88dd5d3d2526: Preparing 00:06:22 18782f3ce659: Preparing 00:06:22 ce7f800efff9: Preparing 00:06:22 18782f3ce659: Waiting 00:06:22 ce7f800efff9: Waiting 00:06:22 aa6b1fc3d5ff: Layer already exists 00:06:22 66cddfbe9fb8: Layer already exists 00:06:22 88dd5d3d2526: Layer already exists 00:06:22 18782f3ce659: Layer already exists 00:06:22 ce7f800efff9: Layer already exists 00:06:22 539289ae6219: Pushed 00:06:25 224557a5b60e: Pushed 00:06:25 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:06:26 539289ae6219: Preparing 00:06:26 224557a5b60e: Preparing 00:06:26 aa6b1fc3d5ff: Preparing 00:06:26 66cddfbe9fb8: Preparing 00:06:26 88dd5d3d2526: Preparing 00:06:26 18782f3ce659: Preparing 00:06:26 ce7f800efff9: Preparing 00:06:26 18782f3ce659: Waiting 00:06:26 ce7f800efff9: Waiting 00:06:26 88dd5d3d2526: Layer already exists 00:06:26 224557a5b60e: Layer already exists 00:06:26 66cddfbe9fb8: Layer already exists 00:06:26 aa6b1fc3d5ff: Layer already exists 00:06:26 539289ae6219: Layer already exists 00:06:26 ce7f800efff9: Layer already exists 00:06:26 18782f3ce659: Layer already exists 00:06:26 latest: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 00:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:06:27 539289ae6219: Preparing 00:06:27 224557a5b60e: Preparing 00:06:27 aa6b1fc3d5ff: Preparing 00:06:27 66cddfbe9fb8: Preparing 00:06:27 88dd5d3d2526: Preparing 00:06:27 18782f3ce659: Preparing 00:06:27 ce7f800efff9: Preparing 00:06:27 ce7f800efff9: Waiting 00:06:27 224557a5b60e: Layer already exists 00:06:27 539289ae6219: Layer already exists 00:06:27 aa6b1fc3d5ff: Layer already exists 00:06:27 88dd5d3d2526: Layer already exists 00:06:27 66cddfbe9fb8: Layer already exists 00:06:27 ce7f800efff9: Layer already exists 00:06:27 18782f3ce659: Layer already exists 00:06:27 3.2.0-dev.46: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:27 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:27 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:06:27 539289ae6219: Preparing 00:06:27 224557a5b60e: Preparing 00:06:27 aa6b1fc3d5ff: Preparing 00:06:27 66cddfbe9fb8: Preparing 00:06:27 88dd5d3d2526: Preparing 00:06:27 18782f3ce659: Preparing 00:06:27 ce7f800efff9: Preparing 00:06:27 18782f3ce659: Waiting 00:06:27 ce7f800efff9: Waiting 00:06:27 66cddfbe9fb8: Layer already exists 00:06:27 aa6b1fc3d5ff: Layer already exists 00:06:27 224557a5b60e: Layer already exists 00:06:27 88dd5d3d2526: Layer already exists 00:06:27 539289ae6219: Layer already exists 00:06:27 18782f3ce659: Layer already exists 00:06:27 ce7f800efff9: Layer already exists 00:06:27 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:06:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 00:06:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:06:28 539289ae6219: Preparing 00:06:28 224557a5b60e: Preparing 00:06:28 aa6b1fc3d5ff: Preparing 00:06:28 66cddfbe9fb8: Preparing 00:06:28 88dd5d3d2526: Preparing 00:06:28 18782f3ce659: Preparing 00:06:28 ce7f800efff9: Preparing 00:06:28 18782f3ce659: Waiting 00:06:28 66cddfbe9fb8: Layer already exists 00:06:28 539289ae6219: Layer already exists 00:06:28 88dd5d3d2526: Layer already exists 00:06:28 aa6b1fc3d5ff: Layer already exists 00:06:28 224557a5b60e: Layer already exists 00:06:28 18782f3ce659: Layer already exists 00:06:28 ce7f800efff9: Layer already exists 00:06:28 main: digest: sha256:73d7ab9f3da135db499cb0c538b3584e1ee8a4c8aecb062dbf672683018ba1ac size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:06:28 ===================================================== [Pipeline] echo 00:06:28 taggedImages: 00:06:28 - nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698 00:06:28 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:06:28 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.46 00:06:28 - nexus3.edgexfoundry.org:10004/support-scheduler:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:06:28 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:22:10 #158 ... 00:22:10 00:22:10 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:22:10 #154 1152.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.46" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:22:10 #154 ... 00:22:10 00:22:10 #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:22:10 #158 DONE 1159.1s 00:22:10 00:22:10 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:22:10 #148 ... 00:22:10 00:22:10 #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 00:22:10 #159 DONE 0.3s 00:22:10 00:22:10 #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 00:22:10 #160 DONE 0.1s 00:22:10 00:22:10 #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 00:22:10 #161 DONE 0.1s 00:22:10 00:22:10 #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 00:22:10 #162 DONE 0.1s 00:22:10 00:22:10 #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:22:11 #163 DONE 0.3s 00:22:11 00:22:11 #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:22:11 #164 DONE 0.1s 00:22:11 00:22:11 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:22:11 #148 ... 00:22:11 00:22:11 #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:22:14 #165 DONE 2.4s 00:22:14 00:22:14 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:22:14 #154 ... 00:22:14 00:22:14 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:22:14 #151 DONE 1162.9s 00:22:14 00:22:14 #107 [security-proxy-setup] exporting to image 00:22:14 #107 exporting layers 00:22:15 #107 ... 00:22:15 00:22:15 #166 [security-bootstrapper stage-1 6/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:22:15 #166 DONE 0.5s 00:22:15 00:22:15 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 00:22:15 #167 ... 00:22:15 00:22:15 #107 [security-proxy-setup] exporting to image 00:22:15 #107 exporting layers 1.8s done 00:22:15 #107 writing image sha256:81335c4394231a41a4db5166d01ea20da6b9b74020f51354e8bbf29953c5d943 0.0s done 00:22:15 #107 naming to docker.io/library/security-proxy-setup-arm64 0.0s done 00:22:15 #107 DONE 5.7s 00:22:15 00:22:15 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:22:17 #148 ... 00:22:17 00:22:17 #167 [security-bootstrapper stage-1 7/17] RUN chmod +x /edgex-init-staging/*.sh 00:22:17 #167 DONE 2.1s 00:22:17 00:22:17 #168 [security-bootstrapper stage-1 8/17] COPY --from=builder /edgex-go/Attribution.txt / 00:22:17 #168 DONE 0.2s 00:22:17 00:22:17 #169 [security-bootstrapper stage-1 9/17] COPY --from=builder /edgex-go/security.txt / 00:22:17 #169 DONE 0.2s 00:22:17 00:22:17 #170 [security-bootstrapper stage-1 10/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:22:18 #170 DONE 0.4s 00:22:18 00:22:18 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:22:18 #154 ... 00:22:18 00:22:18 #171 [security-bootstrapper stage-1 11/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:22:18 #171 DONE 0.2s 00:22:18 00:22:18 #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/ 00:22:18 #172 DONE 0.2s 00:22:18 00:22:18 #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/ 00:22:19 #173 DONE 0.2s 00:22:19 00:22:19 #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/ 00:22:19 #174 DONE 0.2s 00:22:19 00:22:19 #175 [security-bootstrapper stage-1 15/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 00:22:19 #175 DONE 0.3s 00:22:19 00:22:19 #176 [security-bootstrapper stage-1 16/17] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:22:19 #176 DONE 0.2s 00:22:19 00:22:19 #177 [security-bootstrapper stage-1 17/17] RUN chmod +x /entrypoint.sh 00:22:21 #177 DONE 1.9s 00:22:21 00:22:21 #107 [security-bootstrapper] exporting to image 00:22:21 #107 exporting layers 00:22:22 #107 exporting layers 1.3s done 00:22:22 #107 writing image sha256:c9620728a1e89461348bcc70a22639ccc8243241aed5cf3b34537585611bb495 done 00:22:22 #107 naming to docker.io/library/security-bootstrapper-arm64 done 00:22:22 #107 DONE 7.1s 00:22:22 00:22:22 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:22:27 #153 ... 00:22:27 00:22:27 #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:22:27 #154 DONE 1176.3s 00:22:27 00:22:27 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:22:27 #152 ... 00:22:27 00:22:27 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 00:22:28 #178 DONE 0.3s 00:22:28 00:22:28 #179 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 00:22:28 #179 DONE 0.2s 00:22:28 00:22:28 #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 00:22:28 #180 DONE 0.2s 00:22:28 00:22:28 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:22:28 #152 ... 00:22:28 00:22:28 #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 00:22:28 #181 DONE 0.2s 00:22:28 00:22:28 #182 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 00:22:28 #182 DONE 0.3s 00:22:28 00:22:28 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:22:28 #157 ... 00:22:28 00:22:28 #183 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:22:29 #183 DONE 0.2s 00:22:29 00:22:29 #184 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:22:29 #184 DONE 0.4s 00:22:29 00:22:29 #185 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:22:29 #185 DONE 0.1s 00:22:29 00:22:29 #186 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:22:32 #186 DONE 2.4s 00:22:32 00:22:32 #107 [security-secretstore-setup] exporting to image 00:22:32 #107 exporting layers 00:22:33 #107 exporting layers 1.0s done 00:22:33 #107 writing image sha256:44d996d9c84ae6072f2c90e0d41357c3776647196374896188c7aa3c0e8feb71 done 00:22:33 #107 naming to docker.io/library/security-secretstore-setup-arm64 done 00:22:33 #107 DONE 8.1s 00:22:33 00:22:33 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:23:30 #156 ... 00:23:30 00:23:30 #155 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:23:30 #155 DONE 1238.2s 00:23:30 00:23:30 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:23:30 #157 ... 00:23:30 00:23:30 #187 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:23:30 #187 DONE 0.4s 00:23:30 00:23:30 #188 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:23:30 #188 DONE 0.1s 00:23:30 00:23:30 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:23:30 #58 ... 00:23:30 00:23:30 #189 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:23:30 #189 DONE 0.2s 00:23:30 00:23:30 #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 00:23:30 #190 DONE 0.1s 00:23:30 00:23:30 #191 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:23:30 #191 DONE 0.1s 00:23:30 00:23:30 #192 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:23:33 #192 DONE 2.1s 00:23:33 00:23:33 #107 [core-common-config-bootstrapper] exporting to image 00:23:33 #107 exporting layers 00:23:33 #107 exporting layers 0.7s done 00:23:33 #107 writing image sha256:dea9695f5cc8e3d0b143209c4282c5e3e4f5c0455ccc176461bd6ea829b87a1f done 00:23:33 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 00:23:33 #107 DONE 8.8s 00:23:33 00:23:33 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:25:55 #157 ... 00:25:55 00:25:55 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:25:55 #147 DONE 1380.3s 00:25:55 00:25:55 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:25:55 #157 ... 00:25:55 00:25:55 #193 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:25:55 #193 DONE 0.2s 00:25:55 00:25:55 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:25:55 #156 ... 00:25:55 00:25:55 #194 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:25:55 #194 DONE 0.2s 00:25:55 00:25:55 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:25:55 #195 DONE 0.3s 00:25:55 00:25:55 #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 00:25:55 #196 DONE 0.2s 00:25:55 00:25:55 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:25:55 #46 ... 00:25:55 00:25:55 #107 [security-spiffe-token-provider] exporting to image 00:25:55 #107 exporting layers 00:25:55 #107 exporting layers 0.7s done 00:25:55 #107 writing image sha256:b98aa3dc23ad898bfda1549495fba55a141c4d8298d94c2cad67e9aa6d086888 done 00:25:55 #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done 00:25:55 #107 DONE 9.5s 00:25:55 00:25:55 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:34:17 #148 ... 00:34:17 00:34:17 #156 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:34:17 #156 DONE 1876.3s 00:34:17 00:34:17 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:34:17 #46 ... 00:34:17 00:34:17 #197 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:34:17 #197 DONE 0.2s 00:34:17 00:34:17 #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:34:17 #198 DONE 0.1s 00:34:17 00:34:17 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:34:17 #199 DONE 0.4s 00:34:17 00:34:17 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:34:17 #148 ... 00:34:17 00:34:17 #200 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 00:34:17 #200 DONE 0.1s 00:34:17 00:34:17 #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:34:17 #201 DONE 0.1s 00:34:17 00:34:17 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:34:17 #148 ... 00:34:17 00:34:17 #202 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:34:17 #202 DONE 1.8s 00:34:17 00:34:17 #107 [security-proxy-auth] exporting to image 00:34:17 #107 exporting layers 00:34:17 #107 exporting layers 0.8s done 00:34:17 #107 writing image sha256:50dff976c04bbc77ad7933b4bac4867fbb0100ead13c336b7085abeb946a2b6c done 00:34:17 #107 naming to docker.io/library/security-proxy-auth-arm64 done 00:34:17 #107 DONE 10.2s 00:34:17 00:34:17 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:35:13 #149 ... 00:35:13 00:35:13 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:35:13 #148 DONE 1934.1s 00:35:13 00:35:13 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:35:13 #146 ... 00:35:13 00:35:13 #203 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 00:35:13 #203 DONE 0.2s 00:35:13 00:35:13 #204 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 00:35:13 #204 DONE 0.3s 00:35:13 00:35:13 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:35:13 #58 ... 00:35:13 00:35:13 #205 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:35:13 #205 DONE 0.4s 00:35:13 00:35:13 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:35:13 #149 ... 00:35:13 00:35:13 #206 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:35:13 #206 DONE 0.1s 00:35:13 00:35:13 #107 [core-command] exporting to image 00:35:13 #107 exporting layers 00:35:13 #107 exporting layers 0.5s done 00:35:13 #107 writing image sha256:8483389268b19292b314e629d89bad971df8dac9bdcfccb18e4b2de504e207c1 done 00:35:13 #107 naming to docker.io/library/core-command-arm64 done 00:35:13 #107 DONE 10.7s 00:35:13 00:35:13 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:37:20 #149 ... 00:37:20 00:37:20 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:37:20 #146 DONE 2060.1s 00:37:20 00:37:20 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 00:37:20 #152 DONE 2060.1s 00:37:20 00:37:20 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:37:20 #153 DONE 2060.2s 00:37:20 00:37:20 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:37:20 #157 ... 00:37:20 00:37:20 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 00:37:20 #207 DONE 0.5s 00:37:20 00:37:20 #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 00:37:20 #208 DONE 0.4s 00:37:20 00:37:20 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 00:37:20 #209 DONE 0.2s 00:37:20 00:37:20 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:37:20 #46 ... 00:37:20 00:37:20 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:20 #210 ... 00:37:20 00:37:20 #211 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:37:20 #211 DONE 0.4s 00:37:20 00:37:20 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 00:37:20 #212 DONE 0.8s 00:37:20 00:37:20 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 00:37:20 #213 ... 00:37:20 00:37:20 #214 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:37:20 #214 DONE 0.4s 00:37:20 00:37:20 #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:20 #210 DONE 1.0s 00:37:20 00:37:20 #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:37:20 #215 ... 00:37:20 00:37:20 #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 00:37:20 #213 DONE 0.3s 00:37:20 00:37:20 #215 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:37:20 #215 DONE 0.3s 00:37:20 00:37:20 #107 [core-keeper] exporting to image 00:37:20 #107 exporting layers 00:37:20 #107 ... 00:37:20 00:37:20 #216 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:37:20 #216 DONE 0.4s 00:37:20 00:37:20 #107 [core-metadata] exporting to image 00:37:20 #107 ... 00:37:20 00:37:20 #217 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:20 #217 DONE 1.0s 00:37:20 00:37:20 #107 [core-metadata] exporting to image 00:37:20 #107 exporting layers 1.0s done 00:37:20 #107 writing image sha256:a01182ebfc977d19e80c4f3bda838a4336583fccbffbd795ecc40bed08555cd4 done 00:37:20 #107 naming to docker.io/library/core-keeper-arm64 00:37:20 #107 naming to docker.io/library/core-keeper-arm64 done 00:37:20 #107 ... 00:37:20 00:37:20 #218 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:37:20 #218 DONE 0.3s 00:37:20 00:37:20 #107 [core-data] exporting to image 00:37:20 #107 exporting layers 1.0s done 00:37:20 #107 writing image sha256:d6f1a4a472a5e8eaddb6b68951a882e85474ab50d8e7879989508660c96e3103 0.0s done 00:37:20 #107 naming to docker.io/library/core-metadata-arm64 done 00:37:20 #107 exporting layers 0.7s done 00:37:20 #107 writing image sha256:8f888208196d8d9835b3fe5de89666e0d6e8d10b3efac14201f30d6915bca78d done 00:37:20 #107 naming to docker.io/library/core-data-arm64 done 00:37:20 #107 DONE 12.7s 00:37:20 00:37:20 #157 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler 00:37:47 #157 DONE 2094.9s 00:37:47 00:37:47 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:37:47 #58 ... 00:37:47 00:37:47 #219 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:37:47 #219 DONE 0.3s 00:37:47 00:37:47 #58 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 00:37:47 #58 ... 00:37:47 00:37:47 #220 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:37:47 #220 DONE 0.2s 00:37:47 00:37:47 #221 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / 00:37:47 #221 DONE 0.4s 00:37:47 00:37:47 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:37:47 #150 DONE 2096.0s 00:37:47 00:37:47 #222 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res 00:37:47 #222 DONE 0.3s 00:37:47 00:37:47 #223 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:37:47 #223 DONE 0.1s 00:37:47 00:37:47 #107 [support-cron-scheduler] exporting to image 00:37:47 #107 exporting layers 00:37:47 #107 ... 00:37:47 00:37:47 #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:37:47 #149 DONE 2096.8s 00:37:47 00:37:47 #224 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:37:47 #224 DONE 0.2s 00:37:47 00:37:47 #225 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:48 #225 DONE 0.7s 00:37:48 00:37:48 #226 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 00:37:48 #226 CACHED 00:37:48 00:37:48 #227 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 00:37:48 #227 CACHED 00:37:48 00:37:48 #107 [support-cron-scheduler] exporting to image 00:37:48 #107 exporting layers 1.0s done 00:37:48 #107 writing image sha256:38494d26e720c15f668b4a6c72dad4c1807fd78f6a1e7d76fae3a3d13239ac60 done 00:37:48 #107 naming to docker.io/library/support-cron-scheduler-arm64 done 00:37:48 #107 DONE 13.7s 00:37:48 00:37:48 #228 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 00:37:48 #228 DONE 0.1s 00:37:48 00:37:48 #229 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:48 #229 DONE 0.5s 00:37:48 00:37:48 #107 [support-scheduler] exporting to image 00:37:48 #107 ... 00:37:48 00:37:48 #230 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:37:48 #230 DONE 0.1s 00:37:48 00:37:48 #107 [support-notifications] exporting to image 00:37:48 #107 exporting layers 0.5s done 00:37:48 #107 writing image sha256:50bd8296cda49c677dad56943f1cf711eb3014c5db81c730d010448ca1606042 00:37:48 #107 writing image sha256:50bd8296cda49c677dad56943f1cf711eb3014c5db81c730d010448ca1606042 done 00:37:48 #107 naming to docker.io/library/support-scheduler-arm64 done 00:37:49 #107 exporting layers 0.5s done 00:37:49 #107 writing image sha256:11b26ed7dd795c07d942fb5e81f8c337b80860ec341a50c8f59dcd0f9f6d7065 done 00:37:49 #107 naming to docker.io/library/support-notifications-arm64 done 00:37:49 #107 DONE 14.4s 00:37:49 00:37:49 #46 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:37:49 time="2024-08-07T00:00:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 00:37:49 $ docker stop --time=1 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed 00:37:50 $ docker rm -f --volumes 3ba4b2b755751968cdc8295d42062484e61356d9a2eef0c5992b4e9dc882d8ed [Pipeline] // withDockerContainer [Pipeline] sh 00:37:51 + docker images 00:37:51 REPOSITORY TAG IMAGE ID CREATED SIZE 00:37:51 support-scheduler-arm64 latest 50bd8296cda4 3 seconds ago 41.2MB 00:37:51 support-notifications-arm64 latest 11b26ed7dd79 3 seconds ago 41.9MB 00:37:51 support-cron-scheduler-arm64 latest 38494d26e720 5 seconds ago 41.8MB 00:37:51 core-data-arm64 latest 8f888208196d 37 seconds ago 39MB 00:37:51 core-keeper-arm64 latest a01182ebfc97 38 seconds ago 38.9MB 00:37:51 core-metadata-arm64 latest d6f1a4a472a5 38 seconds ago 39.1MB 00:37:51 core-command-arm64 latest 8483389268b1 2 minutes ago 35MB 00:37:51 security-proxy-auth-arm64 latest 50dff976c04b 3 minutes ago 32.6MB 00:37:51 security-spiffe-token-provider-arm64 latest b98aa3dc23ad 11 minutes ago 29MB 00:37:51 core-common-config-bootstrapper-arm64 latest dea9695f5cc8 14 minutes ago 15.3MB 00:37:51 security-secretstore-setup-arm64 latest 44d996d9c84a 15 minutes ago 36.4MB 00:37:51 security-bootstrapper-arm64 latest c9620728a1e8 15 minutes ago 18.9MB 00:37:51 security-proxy-setup-arm64 latest 81335c439423 15 minutes ago 26.1MB 00:37:51 security-spire-agent-arm64 latest 5a6786fdb4a2 36 minutes ago 174MB 00:37:51 security-spire-server-arm64 latest dfa67c77b041 36 minutes ago 116MB 00:37:51 security-spire-config-arm64 latest 3777738f6895 36 minutes ago 115MB 00:37:51 ci-base-image-arm64 latest db2c9688a49a 37 minutes ago 965MB 00:37:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB 00:37:51 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 00:37:51 provisioning config files... 00:37:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/664@tmp/config4285268669106836160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:51 ---> ****-login.sh 00:37:51 nexus3.edgexfoundry.org:10001 00:37:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:37:52 Configure a credential helper to remove this warning. See 00:37:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:37:52 00:37:52 Login Succeeded 00:37:52 nexus3.edgexfoundry.org:10002 00:37:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:37:52 Configure a credential helper to remove this warning. See 00:37:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:37:52 00:37:52 Login Succeeded 00:37:52 nexus3.edgexfoundry.org:10003 00:37:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:37:52 Configure a credential helper to remove this warning. See 00:37:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:37:52 00:37:52 Login Succeeded 00:37:52 nexus3.edgexfoundry.org:10004 00:37:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:37:53 Configure a credential helper to remove this warning. See 00:37:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:37:53 00:37:53 Login Succeeded 00:37:53 ****.io 00:37:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 00:37:53 Configure a credential helper to remove this warning. See 00:37:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 00:37:53 00:37:53 Login Succeeded 00:37:53 ---> ****-login.sh ends [Pipeline] } 00:37:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:37:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 00:37:53 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 00:37:53 574c71a500a07162c29ac549af62d3136e4ef698 00:37:53 latest 00:37:53 3.2.0-dev.46 00:37:53 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:37:53 main 00:37:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:37:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:37:54 432ecf4fcc13: Preparing 00:37:54 fe4a177cb05b: Preparing 00:37:54 d18f20ca5c27: Preparing 00:37:54 d9698c930530: Preparing 00:37:54 81335bd36eed: Preparing 00:37:54 608e50d6963c: Preparing 00:37:54 3c20671a5817: Preparing 00:37:54 608e50d6963c: Waiting 00:37:54 3c20671a5817: Waiting 00:37:54 d18f20ca5c27: Pushed 00:37:54 432ecf4fcc13: Pushed 00:37:54 81335bd36eed: Pushed 00:37:54 d9698c930530: Pushed 00:37:54 3c20671a5817: Layer already exists 00:37:54 608e50d6963c: Pushed 00:38:01 fe4a177cb05b: Pushed 00:38:01 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 00:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:02 432ecf4fcc13: Preparing 00:38:02 fe4a177cb05b: Preparing 00:38:02 d18f20ca5c27: Preparing 00:38:02 d9698c930530: Preparing 00:38:02 81335bd36eed: Preparing 00:38:02 608e50d6963c: Preparing 00:38:02 3c20671a5817: Preparing 00:38:02 608e50d6963c: Waiting 00:38:02 3c20671a5817: Waiting 00:38:02 d18f20ca5c27: Layer already exists 00:38:02 432ecf4fcc13: Layer already exists 00:38:02 81335bd36eed: Layer already exists 00:38:02 d9698c930530: Layer already exists 00:38:02 fe4a177cb05b: Layer already exists 00:38:02 3c20671a5817: Layer already exists 00:38:02 608e50d6963c: Layer already exists 00:38:02 latest: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 00:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:03 432ecf4fcc13: Preparing 00:38:03 fe4a177cb05b: Preparing 00:38:03 d18f20ca5c27: Preparing 00:38:03 d9698c930530: Preparing 00:38:03 81335bd36eed: Preparing 00:38:03 608e50d6963c: Preparing 00:38:03 3c20671a5817: Preparing 00:38:03 608e50d6963c: Waiting 00:38:03 3c20671a5817: Waiting 00:38:03 432ecf4fcc13: Layer already exists 00:38:03 d9698c930530: Layer already exists 00:38:03 d18f20ca5c27: Layer already exists 00:38:03 fe4a177cb05b: Layer already exists 00:38:03 81335bd36eed: Layer already exists 00:38:03 608e50d6963c: Layer already exists 00:38:03 3c20671a5817: Layer already exists 00:38:03 3.2.0-dev.46: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:03 432ecf4fcc13: Preparing 00:38:03 fe4a177cb05b: Preparing 00:38:03 d18f20ca5c27: Preparing 00:38:03 d9698c930530: Preparing 00:38:03 81335bd36eed: Preparing 00:38:03 608e50d6963c: Preparing 00:38:03 3c20671a5817: Preparing 00:38:03 608e50d6963c: Waiting 00:38:03 3c20671a5817: Waiting 00:38:03 d9698c930530: Layer already exists 00:38:03 432ecf4fcc13: Layer already exists 00:38:03 fe4a177cb05b: Layer already exists 00:38:03 d18f20ca5c27: Layer already exists 00:38:03 81335bd36eed: Layer already exists 00:38:03 3c20671a5817: Layer already exists 00:38:03 608e50d6963c: Layer already exists 00:38:04 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 00:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:04 432ecf4fcc13: Preparing 00:38:04 fe4a177cb05b: Preparing 00:38:04 d18f20ca5c27: Preparing 00:38:04 d9698c930530: Preparing 00:38:04 81335bd36eed: Preparing 00:38:04 608e50d6963c: Preparing 00:38:04 3c20671a5817: Preparing 00:38:04 608e50d6963c: Waiting 00:38:04 3c20671a5817: Waiting 00:38:04 d9698c930530: Layer already exists 00:38:04 fe4a177cb05b: Layer already exists 00:38:04 81335bd36eed: Layer already exists 00:38:04 432ecf4fcc13: Layer already exists 00:38:04 d18f20ca5c27: Layer already exists 00:38:04 608e50d6963c: Layer already exists 00:38:04 3c20671a5817: Layer already exists 00:38:05 main: digest: sha256:917ed219e42eced32ee657e8d68d7ef359704d207cac07bd6db4a8f81f18336c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:05 ===================================================== [Pipeline] echo 00:38:05 taggedImages: 00:38:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 00:38:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.46 00:38:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:05 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 00:38:05 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 00:38:05 574c71a500a07162c29ac549af62d3136e4ef698 00:38:05 latest 00:38:05 3.2.0-dev.46 00:38:05 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:05 main 00:38:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:05 9c6a3e8e097c: Preparing 00:38:05 7c4a7dd809ff: Preparing 00:38:05 3fb318808bce: Preparing 00:38:05 16bed0672e42: Preparing 00:38:05 d18f20ca5c27: Preparing 00:38:05 d9698c930530: Preparing 00:38:05 81335bd36eed: Preparing 00:38:05 608e50d6963c: Preparing 00:38:05 3c20671a5817: Preparing 00:38:05 81335bd36eed: Waiting 00:38:05 608e50d6963c: Waiting 00:38:05 3c20671a5817: Waiting 00:38:05 d9698c930530: Waiting 00:38:05 d18f20ca5c27: Layer already exists 00:38:06 d9698c930530: Layer already exists 00:38:06 3fb318808bce: Pushed 00:38:06 81335bd36eed: Layer already exists 00:38:06 7c4a7dd809ff: Pushed 00:38:06 608e50d6963c: Layer already exists 00:38:06 9c6a3e8e097c: Pushed 00:38:06 3c20671a5817: Layer already exists 00:38:08 16bed0672e42: Pushed 00:38:08 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:08 + 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 00:38:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 00:38:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:08 9c6a3e8e097c: Preparing 00:38:08 7c4a7dd809ff: Preparing 00:38:08 3fb318808bce: Preparing 00:38:08 16bed0672e42: Preparing 00:38:08 d18f20ca5c27: Preparing 00:38:08 d9698c930530: Preparing 00:38:08 81335bd36eed: Preparing 00:38:08 608e50d6963c: Preparing 00:38:08 3c20671a5817: Preparing 00:38:08 81335bd36eed: Waiting 00:38:08 608e50d6963c: Waiting 00:38:08 d9698c930530: Waiting 00:38:08 7c4a7dd809ff: Layer already exists 00:38:08 d18f20ca5c27: Layer already exists 00:38:08 3fb318808bce: Layer already exists 00:38:08 9c6a3e8e097c: Layer already exists 00:38:08 16bed0672e42: Layer already exists 00:38:08 81335bd36eed: Layer already exists 00:38:08 d9698c930530: Layer already exists 00:38:08 608e50d6963c: Layer already exists 00:38:08 3c20671a5817: Layer already exists 00:38:09 latest: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:09 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 00:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:09 9c6a3e8e097c: Preparing 00:38:09 7c4a7dd809ff: Preparing 00:38:09 3fb318808bce: Preparing 00:38:09 16bed0672e42: Preparing 00:38:09 d18f20ca5c27: Preparing 00:38:09 d9698c930530: Preparing 00:38:09 81335bd36eed: Preparing 00:38:09 608e50d6963c: Preparing 00:38:09 3c20671a5817: Preparing 00:38:09 d9698c930530: Waiting 00:38:09 81335bd36eed: Waiting 00:38:09 608e50d6963c: Waiting 00:38:09 3c20671a5817: Waiting 00:38:09 d18f20ca5c27: Layer already exists 00:38:09 7c4a7dd809ff: Layer already exists 00:38:09 9c6a3e8e097c: Layer already exists 00:38:09 3fb318808bce: Layer already exists 00:38:09 16bed0672e42: Layer already exists 00:38:09 81335bd36eed: Layer already exists 00:38:09 3c20671a5817: Layer already exists 00:38:09 d9698c930530: Layer already exists 00:38:09 608e50d6963c: Layer already exists 00:38:09 3.2.0-dev.46: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:10 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:10 9c6a3e8e097c: Preparing 00:38:10 7c4a7dd809ff: Preparing 00:38:10 3fb318808bce: Preparing 00:38:10 16bed0672e42: Preparing 00:38:10 d18f20ca5c27: Preparing 00:38:10 d9698c930530: Preparing 00:38:10 81335bd36eed: Preparing 00:38:10 608e50d6963c: Preparing 00:38:10 3c20671a5817: Preparing 00:38:10 d9698c930530: Waiting 00:38:10 81335bd36eed: Waiting 00:38:10 608e50d6963c: Waiting 00:38:10 3c20671a5817: Waiting 00:38:10 d18f20ca5c27: Layer already exists 00:38:10 9c6a3e8e097c: Layer already exists 00:38:10 7c4a7dd809ff: Layer already exists 00:38:10 3fb318808bce: Layer already exists 00:38:10 16bed0672e42: Layer already exists 00:38:10 d9698c930530: Layer already exists 00:38:10 608e50d6963c: Layer already exists 00:38:10 81335bd36eed: Layer already exists 00:38:10 3c20671a5817: Layer already exists 00:38:10 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:11 + 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 00:38:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 00:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:11 9c6a3e8e097c: Preparing 00:38:11 7c4a7dd809ff: Preparing 00:38:11 3fb318808bce: Preparing 00:38:11 16bed0672e42: Preparing 00:38:11 d18f20ca5c27: Preparing 00:38:11 d9698c930530: Preparing 00:38:11 81335bd36eed: Preparing 00:38:11 608e50d6963c: Preparing 00:38:11 3c20671a5817: Preparing 00:38:11 81335bd36eed: Waiting 00:38:11 608e50d6963c: Waiting 00:38:11 3c20671a5817: Waiting 00:38:11 d9698c930530: Waiting 00:38:11 3fb318808bce: Layer already exists 00:38:11 d18f20ca5c27: Layer already exists 00:38:11 16bed0672e42: Layer already exists 00:38:11 9c6a3e8e097c: Layer already exists 00:38:11 7c4a7dd809ff: Layer already exists 00:38:11 608e50d6963c: Layer already exists 00:38:11 81335bd36eed: Layer already exists 00:38:11 3c20671a5817: Layer already exists 00:38:11 d9698c930530: Layer already exists 00:38:11 main: digest: sha256:f77288c3fe8a9d19bf15abfcf9989b5956208f5787382ba770908b6699ae8a18 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:11 ===================================================== [Pipeline] echo 00:38:11 taggedImages: 00:38:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 00:38:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.46 00:38:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:11 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 00:38:11 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 00:38:11 574c71a500a07162c29ac549af62d3136e4ef698 00:38:11 latest 00:38:11 3.2.0-dev.46 00:38:11 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:11 main 00:38:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:12 2870942d1577: Preparing 00:38:12 e46d11ed0496: Preparing 00:38:12 d18f20ca5c27: Preparing 00:38:12 d9698c930530: Preparing 00:38:12 fd012674b196: Preparing 00:38:12 3b61800bc88f: Preparing 00:38:12 3c20671a5817: Preparing 00:38:12 3b61800bc88f: Waiting 00:38:12 3c20671a5817: Waiting 00:38:12 d9698c930530: Layer already exists 00:38:12 d18f20ca5c27: Layer already exists 00:38:13 3c20671a5817: Layer already exists 00:38:13 fd012674b196: Pushed 00:38:13 2870942d1577: Pushed 00:38:13 3b61800bc88f: Pushed 00:38:19 e46d11ed0496: Pushed 00:38:19 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 00:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:20 2870942d1577: Preparing 00:38:20 e46d11ed0496: Preparing 00:38:20 d18f20ca5c27: Preparing 00:38:20 d9698c930530: Preparing 00:38:20 fd012674b196: Preparing 00:38:20 3b61800bc88f: Preparing 00:38:20 3c20671a5817: Preparing 00:38:20 3b61800bc88f: Waiting 00:38:20 3c20671a5817: Waiting 00:38:20 d9698c930530: Layer already exists 00:38:20 2870942d1577: Layer already exists 00:38:20 fd012674b196: Layer already exists 00:38:20 e46d11ed0496: Layer already exists 00:38:20 d18f20ca5c27: Layer already exists 00:38:20 3b61800bc88f: Layer already exists 00:38:20 3c20671a5817: Layer already exists 00:38:20 latest: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:21 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 00:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:21 2870942d1577: Preparing 00:38:21 e46d11ed0496: Preparing 00:38:21 d18f20ca5c27: Preparing 00:38:21 d9698c930530: Preparing 00:38:21 fd012674b196: Preparing 00:38:21 3b61800bc88f: Preparing 00:38:21 3c20671a5817: Preparing 00:38:21 3b61800bc88f: Waiting 00:38:21 3c20671a5817: Waiting 00:38:21 d9698c930530: Layer already exists 00:38:21 fd012674b196: Layer already exists 00:38:21 2870942d1577: Layer already exists 00:38:21 e46d11ed0496: Layer already exists 00:38:21 d18f20ca5c27: Layer already exists 00:38:21 3b61800bc88f: Layer already exists 00:38:21 3c20671a5817: Layer already exists 00:38:21 3.2.0-dev.46: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:21 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:22 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:22 2870942d1577: Preparing 00:38:22 e46d11ed0496: Preparing 00:38:22 d18f20ca5c27: Preparing 00:38:22 d9698c930530: Preparing 00:38:22 fd012674b196: Preparing 00:38:22 3b61800bc88f: Preparing 00:38:22 3c20671a5817: Preparing 00:38:22 3b61800bc88f: Waiting 00:38:22 3c20671a5817: Waiting 00:38:22 d18f20ca5c27: Layer already exists 00:38:22 d9698c930530: Layer already exists 00:38:22 2870942d1577: Layer already exists 00:38:22 e46d11ed0496: Layer already exists 00:38:22 fd012674b196: Layer already exists 00:38:22 3b61800bc88f: Layer already exists 00:38:22 3c20671a5817: Layer already exists 00:38:22 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:22 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:23 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 00:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:23 2870942d1577: Preparing 00:38:23 e46d11ed0496: Preparing 00:38:23 d18f20ca5c27: Preparing 00:38:23 d9698c930530: Preparing 00:38:23 fd012674b196: Preparing 00:38:23 3b61800bc88f: Preparing 00:38:23 3c20671a5817: Preparing 00:38:23 3b61800bc88f: Waiting 00:38:23 3c20671a5817: Waiting 00:38:23 d18f20ca5c27: Layer already exists 00:38:23 d9698c930530: Layer already exists 00:38:23 2870942d1577: Layer already exists 00:38:23 e46d11ed0496: Layer already exists 00:38:23 fd012674b196: Layer already exists 00:38:23 3b61800bc88f: Layer already exists 00:38:23 3c20671a5817: Layer already exists 00:38:23 main: digest: sha256:fe891e605462389aaf91f6a68ced8f00cb2b1d6b9eeafc69967705db48f2118c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:23 ===================================================== [Pipeline] echo 00:38:23 taggedImages: 00:38:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 00:38:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.46 00:38:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:23 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 00:38:23 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 00:38:23 574c71a500a07162c29ac549af62d3136e4ef698 00:38:23 latest 00:38:23 3.2.0-dev.46 00:38:23 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:23 main 00:38:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:24 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 00:38:24 eee2729f3376: Preparing 00:38:24 6cdcf6e6ac05: Preparing 00:38:24 d9698c930530: Preparing 00:38:24 1c9d1eb2a471: Preparing 00:38:24 5ef5b80484db: Preparing 00:38:24 3c20671a5817: Preparing 00:38:24 3c20671a5817: Waiting 00:38:24 d9698c930530: Layer already exists 00:38:24 3c20671a5817: Layer already exists 00:38:24 5ef5b80484db: Pushed 00:38:24 1c9d1eb2a471: Pushed 00:38:24 eee2729f3376: Pushed 00:38:31 6cdcf6e6ac05: Pushed 00:38:31 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:31 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 00:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 00:38:31 eee2729f3376: Preparing 00:38:31 6cdcf6e6ac05: Preparing 00:38:31 d9698c930530: Preparing 00:38:31 1c9d1eb2a471: Preparing 00:38:31 5ef5b80484db: Preparing 00:38:31 3c20671a5817: Preparing 00:38:31 3c20671a5817: Waiting 00:38:31 5ef5b80484db: Layer already exists 00:38:31 1c9d1eb2a471: Layer already exists 00:38:31 6cdcf6e6ac05: Layer already exists 00:38:31 d9698c930530: Layer already exists 00:38:31 eee2729f3376: Layer already exists 00:38:31 3c20671a5817: Layer already exists 00:38:31 latest: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:32 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 00:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 00:38:32 eee2729f3376: Preparing 00:38:32 6cdcf6e6ac05: Preparing 00:38:32 d9698c930530: Preparing 00:38:32 1c9d1eb2a471: Preparing 00:38:32 5ef5b80484db: Preparing 00:38:32 3c20671a5817: Preparing 00:38:32 3c20671a5817: Waiting 00:38:32 5ef5b80484db: Layer already exists 00:38:32 1c9d1eb2a471: Layer already exists 00:38:32 eee2729f3376: Layer already exists 00:38:32 d9698c930530: Layer already exists 00:38:32 6cdcf6e6ac05: Layer already exists 00:38:32 3c20671a5817: Layer already exists 00:38:33 3.2.0-dev.46: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 00:38:33 eee2729f3376: Preparing 00:38:33 6cdcf6e6ac05: Preparing 00:38:33 d9698c930530: Preparing 00:38:33 1c9d1eb2a471: Preparing 00:38:33 5ef5b80484db: Preparing 00:38:33 3c20671a5817: Preparing 00:38:33 3c20671a5817: Waiting 00:38:33 5ef5b80484db: Layer already exists 00:38:33 d9698c930530: Layer already exists 00:38:33 eee2729f3376: Layer already exists 00:38:33 1c9d1eb2a471: Layer already exists 00:38:33 6cdcf6e6ac05: Layer already exists 00:38:33 3c20671a5817: Layer already exists 00:38:34 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:34 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:34 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 00:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 00:38:34 eee2729f3376: Preparing 00:38:34 6cdcf6e6ac05: Preparing 00:38:34 d9698c930530: Preparing 00:38:34 1c9d1eb2a471: Preparing 00:38:34 5ef5b80484db: Preparing 00:38:34 3c20671a5817: Preparing 00:38:34 3c20671a5817: Waiting 00:38:34 eee2729f3376: Layer already exists 00:38:34 d9698c930530: Layer already exists 00:38:34 6cdcf6e6ac05: Layer already exists 00:38:34 5ef5b80484db: Layer already exists 00:38:34 1c9d1eb2a471: Layer already exists 00:38:34 3c20671a5817: Layer already exists 00:38:35 main: digest: sha256:f1f970aae746fbf9bf1ef055011bb9199704a7d6fbc049b3227768c27d199b68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:35 ===================================================== [Pipeline] echo 00:38:35 taggedImages: 00:38:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 00:38:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.46 00:38:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:35 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 00:38:35 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 00:38:35 574c71a500a07162c29ac549af62d3136e4ef698 00:38:35 latest 00:38:35 3.2.0-dev.46 00:38:35 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:35 main 00:38:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:35 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:36 1e7403c6e56b: Preparing 00:38:36 9860fbe26a16: Preparing 00:38:36 54cf635481a8: Preparing 00:38:36 d18f20ca5c27: Preparing 00:38:36 d9698c930530: Preparing 00:38:36 81335bd36eed: Preparing 00:38:36 608e50d6963c: Preparing 00:38:36 3c20671a5817: Preparing 00:38:36 608e50d6963c: Waiting 00:38:36 3c20671a5817: Waiting 00:38:36 d9698c930530: Layer already exists 00:38:36 d18f20ca5c27: Layer already exists 00:38:36 81335bd36eed: Layer already exists 00:38:36 608e50d6963c: Layer already exists 00:38:36 9860fbe26a16: Pushed 00:38:36 1e7403c6e56b: Pushed 00:38:36 3c20671a5817: Layer already exists 00:38:43 54cf635481a8: Pushed 00:38:43 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 00:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:43 1e7403c6e56b: Preparing 00:38:43 9860fbe26a16: Preparing 00:38:43 54cf635481a8: Preparing 00:38:43 d18f20ca5c27: Preparing 00:38:43 d9698c930530: Preparing 00:38:43 81335bd36eed: Preparing 00:38:43 608e50d6963c: Preparing 00:38:43 3c20671a5817: Preparing 00:38:43 81335bd36eed: Waiting 00:38:43 608e50d6963c: Waiting 00:38:43 3c20671a5817: Waiting 00:38:43 1e7403c6e56b: Layer already exists 00:38:43 d18f20ca5c27: Layer already exists 00:38:43 d9698c930530: Layer already exists 00:38:43 9860fbe26a16: Layer already exists 00:38:43 54cf635481a8: Layer already exists 00:38:43 3c20671a5817: Layer already exists 00:38:43 608e50d6963c: Layer already exists 00:38:43 81335bd36eed: Layer already exists 00:38:44 latest: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 00:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:44 1e7403c6e56b: Preparing 00:38:44 9860fbe26a16: Preparing 00:38:44 54cf635481a8: Preparing 00:38:44 d18f20ca5c27: Preparing 00:38:44 d9698c930530: Preparing 00:38:44 81335bd36eed: Preparing 00:38:44 608e50d6963c: Preparing 00:38:44 3c20671a5817: Preparing 00:38:44 81335bd36eed: Waiting 00:38:44 608e50d6963c: Waiting 00:38:44 3c20671a5817: Waiting 00:38:44 d9698c930530: Layer already exists 00:38:44 9860fbe26a16: Layer already exists 00:38:44 1e7403c6e56b: Layer already exists 00:38:44 d18f20ca5c27: Layer already exists 00:38:44 54cf635481a8: Layer already exists 00:38:44 81335bd36eed: Layer already exists 00:38:44 3c20671a5817: Layer already exists 00:38:44 608e50d6963c: Layer already exists 00:38:45 3.2.0-dev.46: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:45 1e7403c6e56b: Preparing 00:38:45 9860fbe26a16: Preparing 00:38:45 54cf635481a8: Preparing 00:38:45 d18f20ca5c27: Preparing 00:38:45 d9698c930530: Preparing 00:38:45 81335bd36eed: Preparing 00:38:45 608e50d6963c: Preparing 00:38:45 3c20671a5817: Preparing 00:38:45 81335bd36eed: Waiting 00:38:45 608e50d6963c: Waiting 00:38:45 3c20671a5817: Waiting 00:38:45 9860fbe26a16: Layer already exists 00:38:45 54cf635481a8: Layer already exists 00:38:45 d9698c930530: Layer already exists 00:38:45 1e7403c6e56b: Layer already exists 00:38:45 d18f20ca5c27: Layer already exists 00:38:45 608e50d6963c: Layer already exists 00:38:45 81335bd36eed: Layer already exists 00:38:45 3c20671a5817: Layer already exists 00:38:45 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 00:38:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:46 1e7403c6e56b: Preparing 00:38:46 9860fbe26a16: Preparing 00:38:46 54cf635481a8: Preparing 00:38:46 d18f20ca5c27: Preparing 00:38:46 d9698c930530: Preparing 00:38:46 81335bd36eed: Preparing 00:38:46 608e50d6963c: Preparing 00:38:46 3c20671a5817: Preparing 00:38:46 81335bd36eed: Waiting 00:38:46 608e50d6963c: Waiting 00:38:46 3c20671a5817: Waiting 00:38:46 54cf635481a8: Layer already exists 00:38:46 d18f20ca5c27: Layer already exists 00:38:46 1e7403c6e56b: Layer already exists 00:38:46 9860fbe26a16: Layer already exists 00:38:46 d9698c930530: Layer already exists 00:38:46 608e50d6963c: Layer already exists 00:38:46 81335bd36eed: Layer already exists 00:38:46 3c20671a5817: Layer already exists 00:38:47 main: digest: sha256:de9250e06096ff876e98946cacd4441a077a32a4a518d3407314010c4feb4369 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:47 ===================================================== [Pipeline] echo 00:38:47 taggedImages: 00:38:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 00:38:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.46 00:38:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:47 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 00:38:47 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 00:38:47 574c71a500a07162c29ac549af62d3136e4ef698 00:38:47 latest 00:38:47 3.2.0-dev.46 00:38:47 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:47 main 00:38:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:47 da1bbdcaa9e1: Preparing 00:38:47 0efd97685a9c: Preparing 00:38:47 8846d2904eea: Preparing 00:38:47 43d3f42ff988: Preparing 00:38:47 144d4467bfa7: Preparing 00:38:47 ef93d3b0718a: Preparing 00:38:47 3d894d691c15: Preparing 00:38:47 e41d2e98654c: Preparing 00:38:47 d18f20ca5c27: Preparing 00:38:47 d9698c930530: Preparing 00:38:47 a91d844fdb41: Preparing 00:38:47 0912da10ebb0: Preparing 00:38:47 5f70bf18a086: Preparing 00:38:47 6aca6d28d0cd: Preparing 00:38:47 83ee38c63bae: Preparing 00:38:47 9090d9da345e: Preparing 00:38:47 3c20671a5817: Preparing 00:38:47 ef93d3b0718a: Waiting 00:38:47 83ee38c63bae: Waiting 00:38:47 3d894d691c15: Waiting 00:38:47 9090d9da345e: Waiting 00:38:47 e41d2e98654c: Waiting 00:38:47 3c20671a5817: Waiting 00:38:47 d18f20ca5c27: Waiting 00:38:47 d9698c930530: Waiting 00:38:47 a91d844fdb41: Waiting 00:38:47 0912da10ebb0: Waiting 00:38:47 6aca6d28d0cd: Waiting 00:38:48 0efd97685a9c: Pushed 00:38:48 43d3f42ff988: Pushed 00:38:48 8846d2904eea: Pushed 00:38:48 da1bbdcaa9e1: Pushed 00:38:48 144d4467bfa7: Pushed 00:38:48 d18f20ca5c27: Layer already exists 00:38:48 d9698c930530: Layer already exists 00:38:48 ef93d3b0718a: Pushed 00:38:48 3d894d691c15: Pushed 00:38:48 5f70bf18a086: Layer already exists 00:38:48 a91d844fdb41: Pushed 00:38:48 0912da10ebb0: Pushed 00:38:48 3c20671a5817: Layer already exists 00:38:48 6aca6d28d0cd: Pushed 00:38:48 83ee38c63bae: Pushed 00:38:48 9090d9da345e: Pushed 00:38:51 e41d2e98654c: Pushed 00:38:51 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 00:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:51 da1bbdcaa9e1: Preparing 00:38:51 0efd97685a9c: Preparing 00:38:51 8846d2904eea: Preparing 00:38:51 43d3f42ff988: Preparing 00:38:51 144d4467bfa7: Preparing 00:38:51 ef93d3b0718a: Preparing 00:38:51 3d894d691c15: Preparing 00:38:51 e41d2e98654c: Preparing 00:38:51 d18f20ca5c27: Preparing 00:38:51 d9698c930530: Preparing 00:38:51 a91d844fdb41: Preparing 00:38:51 0912da10ebb0: Preparing 00:38:51 5f70bf18a086: Preparing 00:38:51 6aca6d28d0cd: Preparing 00:38:51 83ee38c63bae: Preparing 00:38:51 9090d9da345e: Preparing 00:38:51 3c20671a5817: Preparing 00:38:51 a91d844fdb41: Waiting 00:38:51 e41d2e98654c: Waiting 00:38:51 d18f20ca5c27: Waiting 00:38:51 d9698c930530: Waiting 00:38:51 0912da10ebb0: Waiting 00:38:51 83ee38c63bae: Waiting 00:38:51 9090d9da345e: Waiting 00:38:51 3c20671a5817: Waiting 00:38:51 5f70bf18a086: Waiting 00:38:51 6aca6d28d0cd: Waiting 00:38:51 3d894d691c15: Waiting 00:38:51 ef93d3b0718a: Waiting 00:38:51 da1bbdcaa9e1: Layer already exists 00:38:51 144d4467bfa7: Layer already exists 00:38:51 8846d2904eea: Layer already exists 00:38:51 0efd97685a9c: Layer already exists 00:38:51 43d3f42ff988: Layer already exists 00:38:51 e41d2e98654c: Layer already exists 00:38:51 ef93d3b0718a: Layer already exists 00:38:51 3d894d691c15: Layer already exists 00:38:51 d18f20ca5c27: Layer already exists 00:38:51 d9698c930530: Layer already exists 00:38:51 a91d844fdb41: Layer already exists 00:38:51 0912da10ebb0: Layer already exists 00:38:51 5f70bf18a086: Layer already exists 00:38:51 6aca6d28d0cd: Layer already exists 00:38:51 83ee38c63bae: Layer already exists 00:38:51 3c20671a5817: Layer already exists 00:38:51 9090d9da345e: Layer already exists 00:38:52 latest: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 00:38:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:52 da1bbdcaa9e1: Preparing 00:38:52 0efd97685a9c: Preparing 00:38:52 8846d2904eea: Preparing 00:38:52 43d3f42ff988: Preparing 00:38:52 144d4467bfa7: Preparing 00:38:52 ef93d3b0718a: Preparing 00:38:52 3d894d691c15: Preparing 00:38:52 e41d2e98654c: Preparing 00:38:52 d18f20ca5c27: Preparing 00:38:52 d9698c930530: Preparing 00:38:52 a91d844fdb41: Preparing 00:38:52 0912da10ebb0: Preparing 00:38:52 5f70bf18a086: Preparing 00:38:52 6aca6d28d0cd: Preparing 00:38:52 83ee38c63bae: Preparing 00:38:52 9090d9da345e: Preparing 00:38:52 3c20671a5817: Preparing 00:38:52 ef93d3b0718a: Waiting 00:38:52 3d894d691c15: Waiting 00:38:52 e41d2e98654c: Waiting 00:38:52 d18f20ca5c27: Waiting 00:38:52 a91d844fdb41: Waiting 00:38:52 83ee38c63bae: Waiting 00:38:52 0912da10ebb0: Waiting 00:38:52 5f70bf18a086: Waiting 00:38:52 6aca6d28d0cd: Waiting 00:38:52 9090d9da345e: Waiting 00:38:52 3c20671a5817: Waiting 00:38:52 d9698c930530: Waiting 00:38:52 0efd97685a9c: Layer already exists 00:38:52 144d4467bfa7: Layer already exists 00:38:52 43d3f42ff988: Layer already exists 00:38:52 8846d2904eea: Layer already exists 00:38:52 da1bbdcaa9e1: Layer already exists 00:38:52 3d894d691c15: Layer already exists 00:38:52 d9698c930530: Layer already exists 00:38:52 d18f20ca5c27: Layer already exists 00:38:52 e41d2e98654c: Layer already exists 00:38:52 ef93d3b0718a: Layer already exists 00:38:52 a91d844fdb41: Layer already exists 00:38:52 5f70bf18a086: Layer already exists 00:38:52 83ee38c63bae: Layer already exists 00:38:52 0912da10ebb0: Layer already exists 00:38:52 6aca6d28d0cd: Layer already exists 00:38:52 9090d9da345e: Layer already exists 00:38:52 3c20671a5817: Layer already exists 00:38:53 3.2.0-dev.46: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:53 da1bbdcaa9e1: Preparing 00:38:53 0efd97685a9c: Preparing 00:38:53 8846d2904eea: Preparing 00:38:53 43d3f42ff988: Preparing 00:38:53 144d4467bfa7: Preparing 00:38:53 ef93d3b0718a: Preparing 00:38:53 3d894d691c15: Preparing 00:38:53 e41d2e98654c: Preparing 00:38:53 d18f20ca5c27: Preparing 00:38:53 d9698c930530: Preparing 00:38:53 a91d844fdb41: Preparing 00:38:53 0912da10ebb0: Preparing 00:38:53 5f70bf18a086: Preparing 00:38:53 6aca6d28d0cd: Preparing 00:38:53 83ee38c63bae: Preparing 00:38:53 9090d9da345e: Preparing 00:38:53 3c20671a5817: Preparing 00:38:53 d18f20ca5c27: Waiting 00:38:53 d9698c930530: Waiting 00:38:53 a91d844fdb41: Waiting 00:38:53 0912da10ebb0: Waiting 00:38:53 9090d9da345e: Waiting 00:38:53 5f70bf18a086: Waiting 00:38:53 3c20671a5817: Waiting 00:38:53 6aca6d28d0cd: Waiting 00:38:53 ef93d3b0718a: Waiting 00:38:53 3d894d691c15: Waiting 00:38:53 e41d2e98654c: Waiting 00:38:53 43d3f42ff988: Layer already exists 00:38:53 8846d2904eea: Layer already exists 00:38:53 0efd97685a9c: Layer already exists 00:38:53 da1bbdcaa9e1: Layer already exists 00:38:53 144d4467bfa7: Layer already exists 00:38:53 d18f20ca5c27: Layer already exists 00:38:53 e41d2e98654c: Layer already exists 00:38:53 3d894d691c15: Layer already exists 00:38:53 ef93d3b0718a: Layer already exists 00:38:53 d9698c930530: Layer already exists 00:38:53 0912da10ebb0: Layer already exists 00:38:53 5f70bf18a086: Layer already exists 00:38:53 83ee38c63bae: Layer already exists 00:38:53 a91d844fdb41: Layer already exists 00:38:53 6aca6d28d0cd: Layer already exists 00:38:53 3c20671a5817: Layer already exists 00:38:53 9090d9da345e: Layer already exists 00:38:54 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 00:38:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:54 da1bbdcaa9e1: Preparing 00:38:54 0efd97685a9c: Preparing 00:38:54 8846d2904eea: Preparing 00:38:54 43d3f42ff988: Preparing 00:38:54 144d4467bfa7: Preparing 00:38:54 ef93d3b0718a: Preparing 00:38:54 3d894d691c15: Preparing 00:38:54 e41d2e98654c: Preparing 00:38:54 d18f20ca5c27: Preparing 00:38:54 d9698c930530: Preparing 00:38:54 a91d844fdb41: Preparing 00:38:54 0912da10ebb0: Preparing 00:38:54 5f70bf18a086: Preparing 00:38:54 6aca6d28d0cd: Preparing 00:38:54 83ee38c63bae: Preparing 00:38:54 9090d9da345e: Preparing 00:38:54 3c20671a5817: Preparing 00:38:54 d9698c930530: Waiting 00:38:54 a91d844fdb41: Waiting 00:38:54 0912da10ebb0: Waiting 00:38:54 5f70bf18a086: Waiting 00:38:54 6aca6d28d0cd: Waiting 00:38:54 83ee38c63bae: Waiting 00:38:54 9090d9da345e: Waiting 00:38:54 ef93d3b0718a: Waiting 00:38:54 3c20671a5817: Waiting 00:38:54 e41d2e98654c: Waiting 00:38:54 3d894d691c15: Waiting 00:38:54 d18f20ca5c27: Waiting 00:38:54 43d3f42ff988: Layer already exists 00:38:54 144d4467bfa7: Layer already exists 00:38:54 8846d2904eea: Layer already exists 00:38:54 da1bbdcaa9e1: Layer already exists 00:38:54 0efd97685a9c: Layer already exists 00:38:54 3d894d691c15: Layer already exists 00:38:54 ef93d3b0718a: Layer already exists 00:38:54 d9698c930530: Layer already exists 00:38:54 d18f20ca5c27: Layer already exists 00:38:54 e41d2e98654c: Layer already exists 00:38:54 a91d844fdb41: Layer already exists 00:38:54 83ee38c63bae: Layer already exists 00:38:54 0912da10ebb0: Layer already exists 00:38:55 6aca6d28d0cd: Layer already exists 00:38:55 5f70bf18a086: Layer already exists 00:38:55 9090d9da345e: Layer already exists 00:38:55 3c20671a5817: Layer already exists 00:38:55 main: digest: sha256:4740684c91faa3cd4bc9dddcc211fbc999bde50f3679b2bf9d408dbff994a5c5 size: 3852 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:55 ===================================================== [Pipeline] echo 00:38:55 taggedImages: 00:38:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 00:38:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.46 00:38:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:55 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 00:38:55 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 00:38:55 574c71a500a07162c29ac549af62d3136e4ef698 00:38:55 latest 00:38:55 3.2.0-dev.46 00:38:55 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:38:55 main 00:38:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:38:55 ef555d490178: Preparing 00:38:55 f063a3dc9058: Preparing 00:38:55 64921356d25e: Preparing 00:38:55 2db8c0228354: Preparing 00:38:55 d18f20ca5c27: Preparing 00:38:55 d9698c930530: Preparing 00:38:55 81335bd36eed: Preparing 00:38:55 608e50d6963c: Preparing 00:38:55 3c20671a5817: Preparing 00:38:55 81335bd36eed: Waiting 00:38:55 608e50d6963c: Waiting 00:38:55 3c20671a5817: Waiting 00:38:55 d9698c930530: Waiting 00:38:56 64921356d25e: Pushed 00:38:56 f063a3dc9058: Pushed 00:38:56 d18f20ca5c27: Layer already exists 00:38:56 d9698c930530: Layer already exists 00:38:56 81335bd36eed: Layer already exists 00:38:56 608e50d6963c: Layer already exists 00:38:56 3c20671a5817: Layer already exists 00:38:56 ef555d490178: Pushed 00:39:06 2db8c0228354: Pushed 00:39:07 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:07 + 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 00:39:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 00:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:08 ef555d490178: Preparing 00:39:08 f063a3dc9058: Preparing 00:39:08 64921356d25e: Preparing 00:39:08 2db8c0228354: Preparing 00:39:08 d18f20ca5c27: Preparing 00:39:08 d9698c930530: Preparing 00:39:08 81335bd36eed: Preparing 00:39:08 608e50d6963c: Preparing 00:39:08 3c20671a5817: Preparing 00:39:08 d9698c930530: Waiting 00:39:08 81335bd36eed: Waiting 00:39:08 3c20671a5817: Waiting 00:39:08 64921356d25e: Layer already exists 00:39:08 ef555d490178: Layer already exists 00:39:08 f063a3dc9058: Layer already exists 00:39:08 d18f20ca5c27: Layer already exists 00:39:08 2db8c0228354: Layer already exists 00:39:08 d9698c930530: Layer already exists 00:39:08 608e50d6963c: Layer already exists 00:39:08 81335bd36eed: Layer already exists 00:39:08 3c20671a5817: Layer already exists 00:39:08 latest: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 00:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:09 ef555d490178: Preparing 00:39:09 f063a3dc9058: Preparing 00:39:09 64921356d25e: Preparing 00:39:09 2db8c0228354: Preparing 00:39:09 d18f20ca5c27: Preparing 00:39:09 d9698c930530: Preparing 00:39:09 81335bd36eed: Preparing 00:39:09 d9698c930530: Waiting 00:39:09 608e50d6963c: Preparing 00:39:09 81335bd36eed: Waiting 00:39:09 3c20671a5817: Preparing 00:39:09 608e50d6963c: Waiting 00:39:09 3c20671a5817: Waiting 00:39:09 ef555d490178: Layer already exists 00:39:09 64921356d25e: Layer already exists 00:39:09 2db8c0228354: Layer already exists 00:39:09 f063a3dc9058: Layer already exists 00:39:09 d18f20ca5c27: Layer already exists 00:39:09 81335bd36eed: Layer already exists 00:39:09 d9698c930530: Layer already exists 00:39:09 608e50d6963c: Layer already exists 00:39:09 3c20671a5817: Layer already exists 00:39:09 3.2.0-dev.46: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:10 ef555d490178: Preparing 00:39:10 f063a3dc9058: Preparing 00:39:10 64921356d25e: Preparing 00:39:10 2db8c0228354: Preparing 00:39:10 d18f20ca5c27: Preparing 00:39:10 d9698c930530: Preparing 00:39:10 81335bd36eed: Preparing 00:39:10 608e50d6963c: Preparing 00:39:10 3c20671a5817: Preparing 00:39:10 d9698c930530: Waiting 00:39:10 81335bd36eed: Waiting 00:39:10 608e50d6963c: Waiting 00:39:10 3c20671a5817: Waiting 00:39:10 ef555d490178: Layer already exists 00:39:10 64921356d25e: Layer already exists 00:39:10 2db8c0228354: Layer already exists 00:39:10 d18f20ca5c27: Layer already exists 00:39:10 f063a3dc9058: Layer already exists 00:39:10 81335bd36eed: Layer already exists 00:39:10 d9698c930530: Layer already exists 00:39:10 608e50d6963c: Layer already exists 00:39:10 3c20671a5817: Layer already exists 00:39:10 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:10 + 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 00:39:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 00:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:11 ef555d490178: Preparing 00:39:11 f063a3dc9058: Preparing 00:39:11 64921356d25e: Preparing 00:39:11 2db8c0228354: Preparing 00:39:11 d18f20ca5c27: Preparing 00:39:11 d9698c930530: Preparing 00:39:11 81335bd36eed: Preparing 00:39:11 608e50d6963c: Preparing 00:39:11 3c20671a5817: Preparing 00:39:11 d9698c930530: Waiting 00:39:11 81335bd36eed: Waiting 00:39:11 608e50d6963c: Waiting 00:39:11 3c20671a5817: Waiting 00:39:11 f063a3dc9058: Layer already exists 00:39:11 d18f20ca5c27: Layer already exists 00:39:11 64921356d25e: Layer already exists 00:39:11 2db8c0228354: Layer already exists 00:39:11 ef555d490178: Layer already exists 00:39:11 81335bd36eed: Layer already exists 00:39:11 d9698c930530: Layer already exists 00:39:11 608e50d6963c: Layer already exists 00:39:11 3c20671a5817: Layer already exists 00:39:11 main: digest: sha256:6c983d23f213ca50160a46f2dbd323ce9d81029bd988cad0b29430ddf92b1f4f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:11 ===================================================== [Pipeline] echo 00:39:11 taggedImages: 00:39:11 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:11 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 00:39:11 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.46 00:39:11 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:11 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 00:39:11 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 00:39:11 574c71a500a07162c29ac549af62d3136e4ef698 00:39:11 latest 00:39:11 3.2.0-dev.46 00:39:11 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:11 main 00:39:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:12 82485bbe8886: Preparing 00:39:12 06d115e0a3bc: Preparing 00:39:12 0f91140e0a28: Preparing 00:39:12 8eb4d7b5d8ae: Preparing 00:39:12 337652037e14: Preparing 00:39:12 d18f20ca5c27: Preparing 00:39:12 d9698c930530: Preparing 00:39:12 41e84b4d0b0b: Preparing 00:39:12 345be7f7728a: Preparing 00:39:12 fa500e4be905: Preparing 00:39:12 3c20671a5817: Preparing 00:39:12 d9698c930530: Waiting 00:39:12 41e84b4d0b0b: Waiting 00:39:12 345be7f7728a: Waiting 00:39:12 fa500e4be905: Waiting 00:39:12 3c20671a5817: Waiting 00:39:12 d18f20ca5c27: Waiting 00:39:12 8eb4d7b5d8ae: Pushed 00:39:12 06d115e0a3bc: Pushed 00:39:12 82485bbe8886: Pushed 00:39:12 337652037e14: Pushed 00:39:12 d18f20ca5c27: Layer already exists 00:39:12 d9698c930530: Layer already exists 00:39:12 3c20671a5817: Layer already exists 00:39:12 41e84b4d0b0b: Pushed 00:39:12 345be7f7728a: Pushed 00:39:14 0f91140e0a28: Pushed 00:39:15 fa500e4be905: Pushed 00:39:15 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:15 + 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 00:39:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 00:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:15 82485bbe8886: Preparing 00:39:15 06d115e0a3bc: Preparing 00:39:15 0f91140e0a28: Preparing 00:39:15 8eb4d7b5d8ae: Preparing 00:39:15 337652037e14: Preparing 00:39:15 d18f20ca5c27: Preparing 00:39:15 d9698c930530: Preparing 00:39:15 41e84b4d0b0b: Preparing 00:39:15 345be7f7728a: Preparing 00:39:15 fa500e4be905: Preparing 00:39:15 3c20671a5817: Preparing 00:39:15 d18f20ca5c27: Waiting 00:39:15 d9698c930530: Waiting 00:39:15 41e84b4d0b0b: Waiting 00:39:15 345be7f7728a: Waiting 00:39:15 fa500e4be905: Waiting 00:39:15 3c20671a5817: Waiting 00:39:15 337652037e14: Layer already exists 00:39:15 0f91140e0a28: Layer already exists 00:39:15 06d115e0a3bc: Layer already exists 00:39:15 d18f20ca5c27: Layer already exists 00:39:15 82485bbe8886: Layer already exists 00:39:15 8eb4d7b5d8ae: Layer already exists 00:39:15 41e84b4d0b0b: Layer already exists 00:39:15 d9698c930530: Layer already exists 00:39:15 fa500e4be905: Layer already exists 00:39:15 3c20671a5817: Layer already exists 00:39:15 345be7f7728a: Layer already exists 00:39:15 latest: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 00:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:16 82485bbe8886: Preparing 00:39:16 06d115e0a3bc: Preparing 00:39:16 0f91140e0a28: Preparing 00:39:16 8eb4d7b5d8ae: Preparing 00:39:16 337652037e14: Preparing 00:39:16 d18f20ca5c27: Preparing 00:39:16 d9698c930530: Preparing 00:39:16 41e84b4d0b0b: Preparing 00:39:16 345be7f7728a: Preparing 00:39:16 fa500e4be905: Preparing 00:39:16 3c20671a5817: Preparing 00:39:16 d18f20ca5c27: Waiting 00:39:16 d9698c930530: Waiting 00:39:16 fa500e4be905: Waiting 00:39:16 41e84b4d0b0b: Waiting 00:39:16 3c20671a5817: Waiting 00:39:16 345be7f7728a: Waiting 00:39:16 82485bbe8886: Layer already exists 00:39:16 337652037e14: Layer already exists 00:39:16 06d115e0a3bc: Layer already exists 00:39:16 8eb4d7b5d8ae: Layer already exists 00:39:16 0f91140e0a28: Layer already exists 00:39:16 d18f20ca5c27: Layer already exists 00:39:16 d9698c930530: Layer already exists 00:39:16 41e84b4d0b0b: Layer already exists 00:39:16 345be7f7728a: Layer already exists 00:39:16 fa500e4be905: Layer already exists 00:39:16 3c20671a5817: Layer already exists 00:39:16 3.2.0-dev.46: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:17 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:17 82485bbe8886: Preparing 00:39:17 06d115e0a3bc: Preparing 00:39:17 0f91140e0a28: Preparing 00:39:17 8eb4d7b5d8ae: Preparing 00:39:17 337652037e14: Preparing 00:39:17 d18f20ca5c27: Preparing 00:39:17 d9698c930530: Preparing 00:39:17 41e84b4d0b0b: Preparing 00:39:17 345be7f7728a: Preparing 00:39:17 fa500e4be905: Preparing 00:39:17 3c20671a5817: Preparing 00:39:17 d18f20ca5c27: Waiting 00:39:17 d9698c930530: Waiting 00:39:17 41e84b4d0b0b: Waiting 00:39:17 345be7f7728a: Waiting 00:39:17 fa500e4be905: Waiting 00:39:17 337652037e14: Layer already exists 00:39:17 8eb4d7b5d8ae: Layer already exists 00:39:17 06d115e0a3bc: Layer already exists 00:39:17 82485bbe8886: Layer already exists 00:39:17 0f91140e0a28: Layer already exists 00:39:17 41e84b4d0b0b: Layer already exists 00:39:17 d18f20ca5c27: Layer already exists 00:39:17 d9698c930530: Layer already exists 00:39:17 fa500e4be905: Layer already exists 00:39:17 345be7f7728a: Layer already exists 00:39:17 3c20671a5817: Layer already exists 00:39:17 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:18 + 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 00:39:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 00:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:18 82485bbe8886: Preparing 00:39:18 06d115e0a3bc: Preparing 00:39:18 0f91140e0a28: Preparing 00:39:18 8eb4d7b5d8ae: Preparing 00:39:18 337652037e14: Preparing 00:39:18 d18f20ca5c27: Preparing 00:39:18 d9698c930530: Preparing 00:39:18 41e84b4d0b0b: Preparing 00:39:18 345be7f7728a: Preparing 00:39:18 fa500e4be905: Preparing 00:39:18 3c20671a5817: Preparing 00:39:18 d9698c930530: Waiting 00:39:18 41e84b4d0b0b: Waiting 00:39:18 345be7f7728a: Waiting 00:39:18 fa500e4be905: Waiting 00:39:18 3c20671a5817: Waiting 00:39:18 d18f20ca5c27: Waiting 00:39:18 337652037e14: Layer already exists 00:39:18 06d115e0a3bc: Layer already exists 00:39:18 0f91140e0a28: Layer already exists 00:39:18 82485bbe8886: Layer already exists 00:39:18 8eb4d7b5d8ae: Layer already exists 00:39:18 d18f20ca5c27: Layer already exists 00:39:18 d9698c930530: Layer already exists 00:39:18 fa500e4be905: Layer already exists 00:39:18 41e84b4d0b0b: Layer already exists 00:39:18 345be7f7728a: Layer already exists 00:39:18 3c20671a5817: Layer already exists 00:39:18 main: digest: sha256:536de9fb77881f9d7ad37865811c3dc4ae1f9cb50d7e34f5765114ae4cc340a3 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:18 ===================================================== [Pipeline] echo 00:39:18 taggedImages: 00:39:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 00:39:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.46 00:39:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 00:39:18 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 00:39:18 574c71a500a07162c29ac549af62d3136e4ef698 00:39:18 latest 00:39:18 3.2.0-dev.46 00:39:18 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:18 main 00:39:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:19 06c45f579d96: Preparing 00:39:19 ca186b2b922a: Preparing 00:39:19 1a43bb6d8b58: Preparing 00:39:19 8858df2ce1fe: Preparing 00:39:19 c92ed69b6f81: Preparing 00:39:19 aae9b8f69b2d: Preparing 00:39:19 396fdd8b51df: Preparing 00:39:19 d18f20ca5c27: Preparing 00:39:19 d9698c930530: Preparing 00:39:19 7a7556fdcc2e: Preparing 00:39:19 e2ebad52a2ec: Preparing 00:39:19 3c20671a5817: Preparing 00:39:19 d9698c930530: Waiting 00:39:19 aae9b8f69b2d: Waiting 00:39:19 7a7556fdcc2e: Waiting 00:39:19 396fdd8b51df: Waiting 00:39:19 e2ebad52a2ec: Waiting 00:39:19 d18f20ca5c27: Waiting 00:39:19 3c20671a5817: Waiting 00:39:19 ca186b2b922a: Pushed 00:39:19 c92ed69b6f81: Pushed 00:39:19 06c45f579d96: Pushed 00:39:19 d18f20ca5c27: Layer already exists 00:39:19 d9698c930530: Layer already exists 00:39:19 aae9b8f69b2d: Pushed 00:39:20 396fdd8b51df: Pushed 00:39:20 3c20671a5817: Layer already exists 00:39:20 7a7556fdcc2e: Pushed 00:39:22 8858df2ce1fe: Pushed 00:39:22 1a43bb6d8b58: Pushed 00:39:22 e2ebad52a2ec: Pushed 00:39:22 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:23 + 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 00:39:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 00:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:23 06c45f579d96: Preparing 00:39:23 ca186b2b922a: Preparing 00:39:23 1a43bb6d8b58: Preparing 00:39:23 8858df2ce1fe: Preparing 00:39:23 c92ed69b6f81: Preparing 00:39:23 aae9b8f69b2d: Preparing 00:39:23 396fdd8b51df: Preparing 00:39:23 d18f20ca5c27: Preparing 00:39:23 d9698c930530: Preparing 00:39:23 7a7556fdcc2e: Preparing 00:39:23 e2ebad52a2ec: Preparing 00:39:23 3c20671a5817: Preparing 00:39:23 396fdd8b51df: Waiting 00:39:23 d18f20ca5c27: Waiting 00:39:23 d9698c930530: Waiting 00:39:23 7a7556fdcc2e: Waiting 00:39:23 e2ebad52a2ec: Waiting 00:39:23 3c20671a5817: Waiting 00:39:23 aae9b8f69b2d: Waiting 00:39:23 1a43bb6d8b58: Layer already exists 00:39:23 c92ed69b6f81: Layer already exists 00:39:23 06c45f579d96: Layer already exists 00:39:23 ca186b2b922a: Layer already exists 00:39:23 8858df2ce1fe: Layer already exists 00:39:23 d9698c930530: Layer already exists 00:39:23 396fdd8b51df: Layer already exists 00:39:23 d18f20ca5c27: Layer already exists 00:39:23 aae9b8f69b2d: Layer already exists 00:39:23 7a7556fdcc2e: Layer already exists 00:39:23 e2ebad52a2ec: Layer already exists 00:39:23 3c20671a5817: Layer already exists 00:39:23 latest: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:24 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 00:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:24 06c45f579d96: Preparing 00:39:24 ca186b2b922a: Preparing 00:39:24 1a43bb6d8b58: Preparing 00:39:24 8858df2ce1fe: Preparing 00:39:24 c92ed69b6f81: Preparing 00:39:24 aae9b8f69b2d: Preparing 00:39:24 396fdd8b51df: Preparing 00:39:24 d18f20ca5c27: Preparing 00:39:24 d9698c930530: Preparing 00:39:24 7a7556fdcc2e: Preparing 00:39:24 e2ebad52a2ec: Preparing 00:39:24 3c20671a5817: Preparing 00:39:24 396fdd8b51df: Waiting 00:39:24 d18f20ca5c27: Waiting 00:39:24 d9698c930530: Waiting 00:39:24 7a7556fdcc2e: Waiting 00:39:24 e2ebad52a2ec: Waiting 00:39:24 3c20671a5817: Waiting 00:39:24 aae9b8f69b2d: Waiting 00:39:24 8858df2ce1fe: Layer already exists 00:39:24 06c45f579d96: Layer already exists 00:39:24 ca186b2b922a: Layer already exists 00:39:24 c92ed69b6f81: Layer already exists 00:39:24 1a43bb6d8b58: Layer already exists 00:39:24 d18f20ca5c27: Layer already exists 00:39:24 aae9b8f69b2d: Layer already exists 00:39:24 d9698c930530: Layer already exists 00:39:24 7a7556fdcc2e: Layer already exists 00:39:24 396fdd8b51df: Layer already exists 00:39:24 e2ebad52a2ec: Layer already exists 00:39:24 3c20671a5817: Layer already exists 00:39:24 3.2.0-dev.46: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:25 06c45f579d96: Preparing 00:39:25 ca186b2b922a: Preparing 00:39:25 1a43bb6d8b58: Preparing 00:39:25 8858df2ce1fe: Preparing 00:39:25 c92ed69b6f81: Preparing 00:39:25 aae9b8f69b2d: Preparing 00:39:25 396fdd8b51df: Preparing 00:39:25 d18f20ca5c27: Preparing 00:39:25 d9698c930530: Preparing 00:39:25 7a7556fdcc2e: Preparing 00:39:25 e2ebad52a2ec: Preparing 00:39:25 3c20671a5817: Preparing 00:39:25 aae9b8f69b2d: Waiting 00:39:25 396fdd8b51df: Waiting 00:39:25 d18f20ca5c27: Waiting 00:39:25 d9698c930530: Waiting 00:39:25 3c20671a5817: Waiting 00:39:25 7a7556fdcc2e: Waiting 00:39:25 e2ebad52a2ec: Waiting 00:39:25 1a43bb6d8b58: Layer already exists 00:39:25 8858df2ce1fe: Layer already exists 00:39:25 ca186b2b922a: Layer already exists 00:39:25 c92ed69b6f81: Layer already exists 00:39:25 06c45f579d96: Layer already exists 00:39:25 aae9b8f69b2d: Layer already exists 00:39:25 d9698c930530: Layer already exists 00:39:25 7a7556fdcc2e: Layer already exists 00:39:25 d18f20ca5c27: Layer already exists 00:39:25 396fdd8b51df: Layer already exists 00:39:25 e2ebad52a2ec: Layer already exists 00:39:25 3c20671a5817: Layer already exists 00:39:25 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:26 + 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 00:39:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 00:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:26 06c45f579d96: Preparing 00:39:26 ca186b2b922a: Preparing 00:39:26 1a43bb6d8b58: Preparing 00:39:26 8858df2ce1fe: Preparing 00:39:26 c92ed69b6f81: Preparing 00:39:26 aae9b8f69b2d: Preparing 00:39:26 396fdd8b51df: Preparing 00:39:26 aae9b8f69b2d: Waiting 00:39:26 d18f20ca5c27: Preparing 00:39:26 396fdd8b51df: Waiting 00:39:26 d9698c930530: Preparing 00:39:26 d18f20ca5c27: Waiting 00:39:26 d9698c930530: Waiting 00:39:26 7a7556fdcc2e: Preparing 00:39:26 e2ebad52a2ec: Preparing 00:39:26 7a7556fdcc2e: Waiting 00:39:26 3c20671a5817: Preparing 00:39:26 e2ebad52a2ec: Waiting 00:39:26 3c20671a5817: Waiting 00:39:26 1a43bb6d8b58: Layer already exists 00:39:26 8858df2ce1fe: Layer already exists 00:39:26 ca186b2b922a: Layer already exists 00:39:26 c92ed69b6f81: Layer already exists 00:39:26 06c45f579d96: Layer already exists 00:39:26 396fdd8b51df: Layer already exists 00:39:26 d18f20ca5c27: Layer already exists 00:39:26 aae9b8f69b2d: Layer already exists 00:39:26 d9698c930530: Layer already exists 00:39:26 7a7556fdcc2e: Layer already exists 00:39:26 3c20671a5817: Layer already exists 00:39:26 e2ebad52a2ec: Layer already exists 00:39:26 main: digest: sha256:6c94b16abd67aa0b84f37e7e6eb1333d43f55840ba1e2da264877efb0b23ad63 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:26 ===================================================== [Pipeline] echo 00:39:26 taggedImages: 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.46 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 00:39:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 00:39:26 574c71a500a07162c29ac549af62d3136e4ef698 00:39:26 latest 00:39:26 3.2.0-dev.46 00:39:26 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:26 main 00:39:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:27 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:27 acfe41e0f34f: Preparing 00:39:27 6e3d3d7ffa0a: Preparing 00:39:27 d18f20ca5c27: Preparing 00:39:27 d9698c930530: Preparing 00:39:27 063bd763a4a6: Preparing 00:39:27 4b36437bece7: Preparing 00:39:27 3c20671a5817: Preparing 00:39:27 3c20671a5817: Waiting 00:39:27 4b36437bece7: Waiting 00:39:27 d9698c930530: Layer already exists 00:39:27 d18f20ca5c27: Layer already exists 00:39:27 3c20671a5817: Layer already exists 00:39:27 acfe41e0f34f: Pushed 00:39:27 063bd763a4a6: Pushed 00:39:29 4b36437bece7: Pushed 00:39:31 6e3d3d7ffa0a: Pushed 00:39:31 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 00:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:32 acfe41e0f34f: Preparing 00:39:32 6e3d3d7ffa0a: Preparing 00:39:32 d18f20ca5c27: Preparing 00:39:32 d9698c930530: Preparing 00:39:32 063bd763a4a6: Preparing 00:39:32 4b36437bece7: Preparing 00:39:32 3c20671a5817: Preparing 00:39:32 4b36437bece7: Waiting 00:39:32 3c20671a5817: Waiting 00:39:32 d9698c930530: Layer already exists 00:39:32 d18f20ca5c27: Layer already exists 00:39:32 063bd763a4a6: Layer already exists 00:39:32 acfe41e0f34f: Layer already exists 00:39:32 6e3d3d7ffa0a: Layer already exists 00:39:32 4b36437bece7: Layer already exists 00:39:32 3c20671a5817: Layer already exists 00:39:32 latest: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 00:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:33 acfe41e0f34f: Preparing 00:39:33 6e3d3d7ffa0a: Preparing 00:39:33 d18f20ca5c27: Preparing 00:39:33 d9698c930530: Preparing 00:39:33 063bd763a4a6: Preparing 00:39:33 4b36437bece7: Preparing 00:39:33 3c20671a5817: Preparing 00:39:33 4b36437bece7: Waiting 00:39:33 3c20671a5817: Waiting 00:39:33 6e3d3d7ffa0a: Layer already exists 00:39:33 063bd763a4a6: Layer already exists 00:39:33 d9698c930530: Layer already exists 00:39:33 acfe41e0f34f: Layer already exists 00:39:33 d18f20ca5c27: Layer already exists 00:39:33 4b36437bece7: Layer already exists 00:39:33 3c20671a5817: Layer already exists 00:39:33 3.2.0-dev.46: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:34 acfe41e0f34f: Preparing 00:39:34 6e3d3d7ffa0a: Preparing 00:39:34 d18f20ca5c27: Preparing 00:39:34 d9698c930530: Preparing 00:39:34 063bd763a4a6: Preparing 00:39:34 4b36437bece7: Preparing 00:39:34 3c20671a5817: Preparing 00:39:34 4b36437bece7: Waiting 00:39:34 3c20671a5817: Waiting 00:39:34 063bd763a4a6: Layer already exists 00:39:34 6e3d3d7ffa0a: Layer already exists 00:39:34 d18f20ca5c27: Layer already exists 00:39:34 d9698c930530: Layer already exists 00:39:34 acfe41e0f34f: Layer already exists 00:39:34 4b36437bece7: Layer already exists 00:39:34 3c20671a5817: Layer already exists 00:39:34 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:34 + 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 00:39:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 00:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:35 acfe41e0f34f: Preparing 00:39:35 6e3d3d7ffa0a: Preparing 00:39:35 d18f20ca5c27: Preparing 00:39:35 d9698c930530: Preparing 00:39:35 063bd763a4a6: Preparing 00:39:35 4b36437bece7: Preparing 00:39:35 3c20671a5817: Preparing 00:39:35 4b36437bece7: Waiting 00:39:35 3c20671a5817: Waiting 00:39:35 acfe41e0f34f: Layer already exists 00:39:35 d9698c930530: Layer already exists 00:39:35 d18f20ca5c27: Layer already exists 00:39:35 6e3d3d7ffa0a: Layer already exists 00:39:35 063bd763a4a6: Layer already exists 00:39:35 4b36437bece7: Layer already exists 00:39:35 3c20671a5817: Layer already exists 00:39:35 main: digest: sha256:94405158943981d9805d8992a587f59f488730408492bec6e12163a726522ef6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:35 ===================================================== [Pipeline] echo 00:39:35 taggedImages: 00:39:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 00:39:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.46 00:39:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 00:39:35 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 00:39:35 574c71a500a07162c29ac549af62d3136e4ef698 00:39:35 latest 00:39:35 3.2.0-dev.46 00:39:35 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:39:35 main 00:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:39:36 2c853db47bfc: Preparing 00:39:36 a0171018684b: Preparing 00:39:36 935ba178f9ab: Preparing 00:39:36 d18f20ca5c27: Preparing 00:39:36 d9698c930530: Preparing 00:39:36 f83bb592fa11: Preparing 00:39:36 a540919c9a5d: Preparing 00:39:36 acea31d5ee9b: Preparing 00:39:36 f754c8980fe8: Preparing 00:39:36 3c20671a5817: Preparing 00:39:36 a540919c9a5d: Waiting 00:39:36 f754c8980fe8: Waiting 00:39:36 3c20671a5817: Waiting 00:39:36 acea31d5ee9b: Waiting 00:39:36 f83bb592fa11: Waiting 00:39:36 d9698c930530: Layer already exists 00:39:36 d18f20ca5c27: Layer already exists 00:39:36 a0171018684b: Pushed 00:39:36 2c853db47bfc: Pushed 00:39:36 935ba178f9ab: Pushed 00:39:36 3c20671a5817: Layer already exists 00:39:36 acea31d5ee9b: Pushed 00:39:37 f754c8980fe8: Pushed 00:39:49 a540919c9a5d: Pushed 00:40:01 f83bb592fa11: Pushed 00:40:01 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 00:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:40:02 2c853db47bfc: Preparing 00:40:02 a0171018684b: Preparing 00:40:02 935ba178f9ab: Preparing 00:40:02 d18f20ca5c27: Preparing 00:40:02 d9698c930530: Preparing 00:40:02 f83bb592fa11: Preparing 00:40:02 a540919c9a5d: Preparing 00:40:02 acea31d5ee9b: Preparing 00:40:02 f754c8980fe8: Preparing 00:40:02 3c20671a5817: Preparing 00:40:02 acea31d5ee9b: Waiting 00:40:02 f754c8980fe8: Waiting 00:40:02 f83bb592fa11: Waiting 00:40:02 a540919c9a5d: Waiting 00:40:02 3c20671a5817: Waiting 00:40:02 2c853db47bfc: Layer already exists 00:40:02 a0171018684b: Layer already exists 00:40:02 935ba178f9ab: Layer already exists 00:40:02 d18f20ca5c27: Layer already exists 00:40:02 d9698c930530: Layer already exists 00:40:02 acea31d5ee9b: Layer already exists 00:40:02 a540919c9a5d: Layer already exists 00:40:02 f83bb592fa11: Layer already exists 00:40:02 f754c8980fe8: Layer already exists 00:40:02 3c20671a5817: Layer already exists 00:40:02 latest: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 00:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:40:03 2c853db47bfc: Preparing 00:40:03 a0171018684b: Preparing 00:40:03 935ba178f9ab: Preparing 00:40:03 d18f20ca5c27: Preparing 00:40:03 d9698c930530: Preparing 00:40:03 f83bb592fa11: Preparing 00:40:03 a540919c9a5d: Preparing 00:40:03 acea31d5ee9b: Preparing 00:40:03 f754c8980fe8: Preparing 00:40:03 3c20671a5817: Preparing 00:40:03 acea31d5ee9b: Waiting 00:40:03 f754c8980fe8: Waiting 00:40:03 f83bb592fa11: Waiting 00:40:03 a540919c9a5d: Waiting 00:40:03 3c20671a5817: Waiting 00:40:03 935ba178f9ab: Layer already exists 00:40:03 2c853db47bfc: Layer already exists 00:40:03 d18f20ca5c27: Layer already exists 00:40:03 a0171018684b: Layer already exists 00:40:03 d9698c930530: Layer already exists 00:40:03 f83bb592fa11: Layer already exists 00:40:03 a540919c9a5d: Layer already exists 00:40:03 f754c8980fe8: Layer already exists 00:40:03 acea31d5ee9b: Layer already exists 00:40:03 3c20671a5817: Layer already exists 00:40:03 3.2.0-dev.46: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:40:04 2c853db47bfc: Preparing 00:40:04 a0171018684b: Preparing 00:40:04 935ba178f9ab: Preparing 00:40:04 d18f20ca5c27: Preparing 00:40:04 d9698c930530: Preparing 00:40:04 f83bb592fa11: Preparing 00:40:04 a540919c9a5d: Preparing 00:40:04 f83bb592fa11: Waiting 00:40:04 acea31d5ee9b: Preparing 00:40:04 f754c8980fe8: Preparing 00:40:04 3c20671a5817: Preparing 00:40:04 acea31d5ee9b: Waiting 00:40:04 f754c8980fe8: Waiting 00:40:04 3c20671a5817: Waiting 00:40:04 a540919c9a5d: Waiting 00:40:04 d9698c930530: Layer already exists 00:40:04 2c853db47bfc: Layer already exists 00:40:04 a0171018684b: Layer already exists 00:40:04 d18f20ca5c27: Layer already exists 00:40:04 935ba178f9ab: Layer already exists 00:40:04 f83bb592fa11: Layer already exists 00:40:04 acea31d5ee9b: Layer already exists 00:40:04 3c20671a5817: Layer already exists 00:40:04 a540919c9a5d: Layer already exists 00:40:04 f754c8980fe8: Layer already exists 00:40:04 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 00:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:40:04 2c853db47bfc: Preparing 00:40:04 a0171018684b: Preparing 00:40:04 935ba178f9ab: Preparing 00:40:04 d18f20ca5c27: Preparing 00:40:04 d9698c930530: Preparing 00:40:04 f83bb592fa11: Preparing 00:40:04 a540919c9a5d: Preparing 00:40:04 acea31d5ee9b: Preparing 00:40:04 f754c8980fe8: Preparing 00:40:04 3c20671a5817: Preparing 00:40:04 f83bb592fa11: Waiting 00:40:04 acea31d5ee9b: Waiting 00:40:04 f754c8980fe8: Waiting 00:40:04 a540919c9a5d: Waiting 00:40:04 3c20671a5817: Waiting 00:40:04 935ba178f9ab: Layer already exists 00:40:04 d18f20ca5c27: Layer already exists 00:40:04 a0171018684b: Layer already exists 00:40:04 2c853db47bfc: Layer already exists 00:40:04 d9698c930530: Layer already exists 00:40:04 f83bb592fa11: Layer already exists 00:40:04 f754c8980fe8: Layer already exists 00:40:04 a540919c9a5d: Layer already exists 00:40:04 acea31d5ee9b: Layer already exists 00:40:04 3c20671a5817: Layer already exists 00:40:05 main: digest: sha256:4a258c67f85dcf96e6d4cd125aaab17cb9e8ca11c5cca046e1fe4c94949328ed size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:05 ===================================================== [Pipeline] echo 00:40:05 taggedImages: 00:40:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:40:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 00:40:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.46 00:40:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 00:40:05 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 00:40:05 574c71a500a07162c29ac549af62d3136e4ef698 00:40:05 latest 00:40:05 3.2.0-dev.46 00:40:05 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:05 main 00:40:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:40:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:06 c6087f43bb15: Preparing 00:40:06 c2174bb3faf1: Preparing 00:40:06 958bf61f2881: Preparing 00:40:06 d18f20ca5c27: Preparing 00:40:06 d9698c930530: Preparing 00:40:06 2ccd6863c092: Preparing 00:40:06 5de203eea1c1: Preparing 00:40:06 accb18141af0: Preparing 00:40:06 3c20671a5817: Preparing 00:40:06 5de203eea1c1: Waiting 00:40:06 accb18141af0: Waiting 00:40:06 3c20671a5817: Waiting 00:40:06 2ccd6863c092: Waiting 00:40:06 d18f20ca5c27: Layer already exists 00:40:06 d9698c930530: Layer already exists 00:40:06 c2174bb3faf1: Pushed 00:40:06 958bf61f2881: Pushed 00:40:06 c6087f43bb15: Pushed 00:40:06 5de203eea1c1: Pushed 00:40:06 3c20671a5817: Layer already exists 00:40:06 accb18141af0: Pushed 00:40:28 2ccd6863c092: Pushed 00:40:28 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:29 + 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 00:40:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 00:40:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:29 c6087f43bb15: Preparing 00:40:29 c2174bb3faf1: Preparing 00:40:29 958bf61f2881: Preparing 00:40:29 d18f20ca5c27: Preparing 00:40:29 d9698c930530: Preparing 00:40:29 2ccd6863c092: Preparing 00:40:29 5de203eea1c1: Preparing 00:40:29 accb18141af0: Preparing 00:40:29 3c20671a5817: Preparing 00:40:29 2ccd6863c092: Waiting 00:40:29 5de203eea1c1: Waiting 00:40:29 accb18141af0: Waiting 00:40:29 3c20671a5817: Waiting 00:40:29 c6087f43bb15: Layer already exists 00:40:29 c2174bb3faf1: Layer already exists 00:40:29 958bf61f2881: Layer already exists 00:40:29 d9698c930530: Layer already exists 00:40:29 d18f20ca5c27: Layer already exists 00:40:29 5de203eea1c1: Layer already exists 00:40:29 2ccd6863c092: Layer already exists 00:40:29 accb18141af0: Layer already exists 00:40:29 3c20671a5817: Layer already exists 00:40:29 latest: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 00:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:30 c6087f43bb15: Preparing 00:40:30 c2174bb3faf1: Preparing 00:40:30 958bf61f2881: Preparing 00:40:30 d18f20ca5c27: Preparing 00:40:30 d9698c930530: Preparing 00:40:30 2ccd6863c092: Preparing 00:40:30 5de203eea1c1: Preparing 00:40:30 accb18141af0: Preparing 00:40:30 3c20671a5817: Preparing 00:40:30 5de203eea1c1: Waiting 00:40:30 accb18141af0: Waiting 00:40:30 3c20671a5817: Waiting 00:40:30 2ccd6863c092: Waiting 00:40:30 958bf61f2881: Layer already exists 00:40:30 c2174bb3faf1: Layer already exists 00:40:30 d18f20ca5c27: Layer already exists 00:40:30 d9698c930530: Layer already exists 00:40:30 c6087f43bb15: Layer already exists 00:40:30 3c20671a5817: Layer already exists 00:40:30 5de203eea1c1: Layer already exists 00:40:30 2ccd6863c092: Layer already exists 00:40:30 accb18141af0: Layer already exists 00:40:30 3.2.0-dev.46: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:31 c6087f43bb15: Preparing 00:40:31 c2174bb3faf1: Preparing 00:40:31 958bf61f2881: Preparing 00:40:31 d18f20ca5c27: Preparing 00:40:31 d9698c930530: Preparing 00:40:31 2ccd6863c092: Preparing 00:40:31 5de203eea1c1: Preparing 00:40:31 accb18141af0: Preparing 00:40:31 3c20671a5817: Preparing 00:40:31 5de203eea1c1: Waiting 00:40:31 accb18141af0: Waiting 00:40:31 3c20671a5817: Waiting 00:40:31 2ccd6863c092: Waiting 00:40:31 958bf61f2881: Layer already exists 00:40:31 c6087f43bb15: Layer already exists 00:40:31 d9698c930530: Layer already exists 00:40:31 c2174bb3faf1: Layer already exists 00:40:31 d18f20ca5c27: Layer already exists 00:40:31 2ccd6863c092: Layer already exists 00:40:31 5de203eea1c1: Layer already exists 00:40:31 3c20671a5817: Layer already exists 00:40:31 accb18141af0: Layer already exists 00:40:31 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:31 + 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 00:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 00:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:32 c6087f43bb15: Preparing 00:40:32 c2174bb3faf1: Preparing 00:40:32 958bf61f2881: Preparing 00:40:32 d18f20ca5c27: Preparing 00:40:32 d9698c930530: Preparing 00:40:32 2ccd6863c092: Preparing 00:40:32 5de203eea1c1: Preparing 00:40:32 accb18141af0: Preparing 00:40:32 3c20671a5817: Preparing 00:40:32 5de203eea1c1: Waiting 00:40:32 accb18141af0: Waiting 00:40:32 3c20671a5817: Waiting 00:40:32 2ccd6863c092: Waiting 00:40:32 958bf61f2881: Layer already exists 00:40:32 c6087f43bb15: Layer already exists 00:40:32 c2174bb3faf1: Layer already exists 00:40:32 d9698c930530: Layer already exists 00:40:32 d18f20ca5c27: Layer already exists 00:40:32 3c20671a5817: Layer already exists 00:40:32 5de203eea1c1: Layer already exists 00:40:32 2ccd6863c092: Layer already exists 00:40:32 accb18141af0: Layer already exists 00:40:32 main: digest: sha256:74081177cf983266ee3ba67af8c5576d1e1b5f270508a8d0f0e1bd8517fcfa32 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:32 ===================================================== [Pipeline] echo 00:40:32 taggedImages: 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.46 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 00:40:32 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 00:40:32 574c71a500a07162c29ac549af62d3136e4ef698 00:40:32 latest 00:40:32 3.2.0-dev.46 00:40:32 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:32 main 00:40:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:33 2a93c0dc16c5: Preparing 00:40:33 6e68c9f24622: Preparing 00:40:33 83fe6c621574: Preparing 00:40:33 d18f20ca5c27: Preparing 00:40:33 d9698c930530: Preparing 00:40:33 74eb477bca4b: Preparing 00:40:33 acea31d5ee9b: Preparing 00:40:33 f754c8980fe8: Preparing 00:40:33 3c20671a5817: Preparing 00:40:33 74eb477bca4b: Waiting 00:40:33 acea31d5ee9b: Waiting 00:40:33 f754c8980fe8: Waiting 00:40:33 3c20671a5817: Waiting 00:40:33 d9698c930530: Layer already exists 00:40:33 d18f20ca5c27: Layer already exists 00:40:33 acea31d5ee9b: Layer already exists 00:40:33 6e68c9f24622: Pushed 00:40:33 83fe6c621574: Pushed 00:40:33 f754c8980fe8: Layer already exists 00:40:33 2a93c0dc16c5: Pushed 00:40:33 3c20671a5817: Layer already exists 00:40:55 74eb477bca4b: Pushed 00:40:55 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:55 + 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 00:40:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 00:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:56 2a93c0dc16c5: Preparing 00:40:56 6e68c9f24622: Preparing 00:40:56 83fe6c621574: Preparing 00:40:56 d18f20ca5c27: Preparing 00:40:56 d9698c930530: Preparing 00:40:56 74eb477bca4b: Preparing 00:40:56 acea31d5ee9b: Preparing 00:40:56 f754c8980fe8: Preparing 00:40:56 3c20671a5817: Preparing 00:40:56 acea31d5ee9b: Waiting 00:40:56 f754c8980fe8: Waiting 00:40:56 3c20671a5817: Waiting 00:40:56 74eb477bca4b: Waiting 00:40:56 6e68c9f24622: Layer already exists 00:40:56 d9698c930530: Layer already exists 00:40:56 83fe6c621574: Layer already exists 00:40:56 2a93c0dc16c5: Layer already exists 00:40:56 d18f20ca5c27: Layer already exists 00:40:56 3c20671a5817: Layer already exists 00:40:56 74eb477bca4b: Layer already exists 00:40:56 f754c8980fe8: Layer already exists 00:40:56 acea31d5ee9b: Layer already exists 00:40:56 latest: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 00:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:57 2a93c0dc16c5: Preparing 00:40:57 6e68c9f24622: Preparing 00:40:57 83fe6c621574: Preparing 00:40:57 d18f20ca5c27: Preparing 00:40:57 d9698c930530: Preparing 00:40:57 74eb477bca4b: Preparing 00:40:57 acea31d5ee9b: Preparing 00:40:57 f754c8980fe8: Preparing 00:40:57 3c20671a5817: Preparing 00:40:57 3c20671a5817: Waiting 00:40:57 acea31d5ee9b: Waiting 00:40:57 f754c8980fe8: Waiting 00:40:57 74eb477bca4b: Waiting 00:40:57 2a93c0dc16c5: Layer already exists 00:40:57 6e68c9f24622: Layer already exists 00:40:57 83fe6c621574: Layer already exists 00:40:57 d9698c930530: Layer already exists 00:40:57 d18f20ca5c27: Layer already exists 00:40:57 f754c8980fe8: Layer already exists 00:40:57 74eb477bca4b: Layer already exists 00:40:57 acea31d5ee9b: Layer already exists 00:40:57 3c20671a5817: Layer already exists 00:40:57 3.2.0-dev.46: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:58 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:58 2a93c0dc16c5: Preparing 00:40:58 6e68c9f24622: Preparing 00:40:58 83fe6c621574: Preparing 00:40:58 d18f20ca5c27: Preparing 00:40:58 d9698c930530: Preparing 00:40:58 74eb477bca4b: Preparing 00:40:58 acea31d5ee9b: Preparing 00:40:58 f754c8980fe8: Preparing 00:40:58 3c20671a5817: Preparing 00:40:58 74eb477bca4b: Waiting 00:40:58 acea31d5ee9b: Waiting 00:40:58 f754c8980fe8: Waiting 00:40:58 3c20671a5817: Waiting 00:40:58 83fe6c621574: Layer already exists 00:40:58 d9698c930530: Layer already exists 00:40:58 2a93c0dc16c5: Layer already exists 00:40:58 6e68c9f24622: Layer already exists 00:40:58 d18f20ca5c27: Layer already exists 00:40:58 74eb477bca4b: Layer already exists 00:40:58 3c20671a5817: Layer already exists 00:40:58 acea31d5ee9b: Layer already exists 00:40:58 f754c8980fe8: Layer already exists 00:40:58 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:59 + 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 00:40:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 00:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:59 2a93c0dc16c5: Preparing 00:40:59 6e68c9f24622: Preparing 00:40:59 83fe6c621574: Preparing 00:40:59 d18f20ca5c27: Preparing 00:40:59 d9698c930530: Preparing 00:40:59 74eb477bca4b: Preparing 00:40:59 acea31d5ee9b: Preparing 00:40:59 f754c8980fe8: Preparing 00:40:59 3c20671a5817: Preparing 00:40:59 acea31d5ee9b: Waiting 00:40:59 f754c8980fe8: Waiting 00:40:59 3c20671a5817: Waiting 00:40:59 74eb477bca4b: Waiting 00:40:59 d18f20ca5c27: Layer already exists 00:40:59 d9698c930530: Layer already exists 00:40:59 6e68c9f24622: Layer already exists 00:40:59 83fe6c621574: Layer already exists 00:40:59 2a93c0dc16c5: Layer already exists 00:40:59 3c20671a5817: Layer already exists 00:40:59 acea31d5ee9b: Layer already exists 00:40:59 74eb477bca4b: Layer already exists 00:40:59 f754c8980fe8: Layer already exists 00:40:59 main: digest: sha256:4281bf6152ce10a40a07db0d23fc62696a50dc6ec56177b0a523b499b0d1acbc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:59 ===================================================== [Pipeline] echo 00:40:59 taggedImages: 00:40:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:40:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 00:40:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.46 00:40:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 00:40:59 [edgeXDocker.push] Tagging docker image support-cron-scheduler-arm64 with the following tags: 00:40:59 574c71a500a07162c29ac549af62d3136e4ef698 00:40:59 latest 00:40:59 3.2.0-dev.46 00:40:59 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:40:59 main 00:40:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:00 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:00 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 00:41:00 4df3e5bbbe28: Preparing 00:41:00 a11a750c53e1: Preparing 00:41:00 d18f20ca5c27: Preparing 00:41:00 d9698c930530: Preparing 00:41:00 b43bd3d82314: Preparing 00:41:00 5e395aa4d90a: Preparing 00:41:00 3c20671a5817: Preparing 00:41:00 5e395aa4d90a: Waiting 00:41:00 3c20671a5817: Waiting 00:41:00 d9698c930530: Layer already exists 00:41:00 d18f20ca5c27: Layer already exists 00:41:00 3c20671a5817: Layer already exists 00:41:00 4df3e5bbbe28: Pushed 00:41:00 b43bd3d82314: Pushed 00:41:00 5e395aa4d90a: Pushed 00:41:09 a11a750c53e1: Pushed 00:41:09 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:09 + 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 00:41:09 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 00:41:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 00:41:09 4df3e5bbbe28: Preparing 00:41:09 a11a750c53e1: Preparing 00:41:09 d18f20ca5c27: Preparing 00:41:09 d9698c930530: Preparing 00:41:09 b43bd3d82314: Preparing 00:41:09 5e395aa4d90a: Preparing 00:41:09 3c20671a5817: Preparing 00:41:09 5e395aa4d90a: Waiting 00:41:09 3c20671a5817: Waiting 00:41:09 4df3e5bbbe28: Layer already exists 00:41:09 d18f20ca5c27: Layer already exists 00:41:09 b43bd3d82314: Layer already exists 00:41:09 a11a750c53e1: Layer already exists 00:41:09 d9698c930530: Layer already exists 00:41:09 3c20671a5817: Layer already exists 00:41:09 5e395aa4d90a: Layer already exists 00:41:10 latest: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:10 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:10 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 00:41:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 00:41:10 4df3e5bbbe28: Preparing 00:41:10 a11a750c53e1: Preparing 00:41:10 d18f20ca5c27: Preparing 00:41:10 d9698c930530: Preparing 00:41:10 b43bd3d82314: Preparing 00:41:10 5e395aa4d90a: Preparing 00:41:10 3c20671a5817: Preparing 00:41:10 5e395aa4d90a: Waiting 00:41:10 3c20671a5817: Waiting 00:41:10 a11a750c53e1: Layer already exists 00:41:10 d9698c930530: Layer already exists 00:41:10 d18f20ca5c27: Layer already exists 00:41:10 4df3e5bbbe28: Layer already exists 00:41:10 b43bd3d82314: Layer already exists 00:41:10 3c20671a5817: Layer already exists 00:41:10 5e395aa4d90a: Layer already exists 00:41:11 3.2.0-dev.46: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:11 + docker tag support-cron-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:11 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 00:41:11 4df3e5bbbe28: Preparing 00:41:11 a11a750c53e1: Preparing 00:41:11 d18f20ca5c27: Preparing 00:41:11 d9698c930530: Preparing 00:41:11 b43bd3d82314: Preparing 00:41:11 5e395aa4d90a: Preparing 00:41:11 3c20671a5817: Preparing 00:41:11 5e395aa4d90a: Waiting 00:41:11 3c20671a5817: Waiting 00:41:11 b43bd3d82314: Layer already exists 00:41:11 d18f20ca5c27: Layer already exists 00:41:11 4df3e5bbbe28: Layer already exists 00:41:11 a11a750c53e1: Layer already exists 00:41:11 d9698c930530: Layer already exists 00:41:11 5e395aa4d90a: Layer already exists 00:41:11 3c20671a5817: Layer already exists 00:41:12 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:12 + 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 00:41:12 + docker push nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main 00:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64] 00:41:12 4df3e5bbbe28: Preparing 00:41:12 a11a750c53e1: Preparing 00:41:12 d18f20ca5c27: Preparing 00:41:12 d9698c930530: Preparing 00:41:12 b43bd3d82314: Preparing 00:41:12 5e395aa4d90a: Preparing 00:41:12 3c20671a5817: Preparing 00:41:12 5e395aa4d90a: Waiting 00:41:12 3c20671a5817: Waiting 00:41:12 d9698c930530: Layer already exists 00:41:12 4df3e5bbbe28: Layer already exists 00:41:12 b43bd3d82314: Layer already exists 00:41:12 d18f20ca5c27: Layer already exists 00:41:12 a11a750c53e1: Layer already exists 00:41:12 3c20671a5817: Layer already exists 00:41:12 5e395aa4d90a: Layer already exists 00:41:12 main: digest: sha256:7df774f3ad4332a02d80c80d17594528169eb3709e25613521f01c837cc9851d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:41:13 ===================================================== [Pipeline] echo 00:41:13 taggedImages: 00:41:13 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:13 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:latest 00:41:13 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:3.2.0-dev.46 00:41:13 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:13 - nexus3.edgexfoundry.org:10004/support-cron-scheduler-arm64:main [Pipeline] echo 00:41:13 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 00:41:13 574c71a500a07162c29ac549af62d3136e4ef698 00:41:13 latest 00:41:13 3.2.0-dev.46 00:41:13 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:13 main 00:41:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:41:13 b242f0491f64: Preparing 00:41:13 d8e932d9825f: Preparing 00:41:13 d18f20ca5c27: Preparing 00:41:13 d9698c930530: Preparing 00:41:13 b43bd3d82314: Preparing 00:41:13 5e395aa4d90a: Preparing 00:41:13 3c20671a5817: Preparing 00:41:13 5e395aa4d90a: Waiting 00:41:13 3c20671a5817: Waiting 00:41:13 b43bd3d82314: Layer already exists 00:41:13 d9698c930530: Layer already exists 00:41:14 5e395aa4d90a: Layer already exists 00:41:14 d18f20ca5c27: Layer already exists 00:41:14 3c20671a5817: Layer already exists 00:41:14 b242f0491f64: Pushed 00:41:22 d8e932d9825f: Pushed 00:41:22 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 00:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:41:22 b242f0491f64: Preparing 00:41:22 d8e932d9825f: Preparing 00:41:22 d18f20ca5c27: Preparing 00:41:22 d9698c930530: Preparing 00:41:22 b43bd3d82314: Preparing 00:41:22 5e395aa4d90a: Preparing 00:41:22 3c20671a5817: Preparing 00:41:22 5e395aa4d90a: Waiting 00:41:22 3c20671a5817: Waiting 00:41:22 d9698c930530: Layer already exists 00:41:22 d8e932d9825f: Layer already exists 00:41:22 d18f20ca5c27: Layer already exists 00:41:22 b43bd3d82314: Layer already exists 00:41:22 b242f0491f64: Layer already exists 00:41:22 5e395aa4d90a: Layer already exists 00:41:22 3c20671a5817: Layer already exists 00:41:22 latest: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 00:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:41:23 b242f0491f64: Preparing 00:41:23 d8e932d9825f: Preparing 00:41:23 d18f20ca5c27: Preparing 00:41:23 d9698c930530: Preparing 00:41:23 b43bd3d82314: Preparing 00:41:23 5e395aa4d90a: Preparing 00:41:23 3c20671a5817: Preparing 00:41:23 5e395aa4d90a: Waiting 00:41:23 3c20671a5817: Waiting 00:41:23 d9698c930530: Layer already exists 00:41:23 b242f0491f64: Layer already exists 00:41:23 d18f20ca5c27: Layer already exists 00:41:23 d8e932d9825f: Layer already exists 00:41:23 b43bd3d82314: Layer already exists 00:41:23 3c20671a5817: Layer already exists 00:41:23 5e395aa4d90a: Layer already exists 00:41:24 3.2.0-dev.46: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:24 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:41:24 b242f0491f64: Preparing 00:41:24 d8e932d9825f: Preparing 00:41:24 d18f20ca5c27: Preparing 00:41:24 d9698c930530: Preparing 00:41:24 b43bd3d82314: Preparing 00:41:24 5e395aa4d90a: Preparing 00:41:24 3c20671a5817: Preparing 00:41:24 5e395aa4d90a: Waiting 00:41:24 3c20671a5817: Waiting 00:41:24 b43bd3d82314: Layer already exists 00:41:24 d9698c930530: Layer already exists 00:41:24 d18f20ca5c27: Layer already exists 00:41:24 b242f0491f64: Layer already exists 00:41:24 d8e932d9825f: Layer already exists 00:41:24 3c20671a5817: Layer already exists 00:41:24 5e395aa4d90a: Layer already exists 00:41:25 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 00:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:41:25 b242f0491f64: Preparing 00:41:25 d8e932d9825f: Preparing 00:41:25 d18f20ca5c27: Preparing 00:41:25 d9698c930530: Preparing 00:41:25 b43bd3d82314: Preparing 00:41:25 5e395aa4d90a: Preparing 00:41:25 3c20671a5817: Preparing 00:41:25 5e395aa4d90a: Waiting 00:41:25 3c20671a5817: Waiting 00:41:25 b242f0491f64: Layer already exists 00:41:25 b43bd3d82314: Layer already exists 00:41:25 d8e932d9825f: Layer already exists 00:41:25 d9698c930530: Layer already exists 00:41:25 d18f20ca5c27: Layer already exists 00:41:25 3c20671a5817: Layer already exists 00:41:25 5e395aa4d90a: Layer already exists 00:41:26 main: digest: sha256:4ba051dd473ce5cf5fd7797655f4d9f44931b5a4506cd171ffe2112e3c5431e8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:41:26 ===================================================== [Pipeline] echo 00:41:26 taggedImages: 00:41:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 00:41:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.46 00:41:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:26 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 00:41:26 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 00:41:26 574c71a500a07162c29ac549af62d3136e4ef698 00:41:26 latest 00:41:26 3.2.0-dev.46 00:41:26 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:26 main 00:41:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:26 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:26 ab92c36c9913: Preparing 00:41:26 a860cb434ee8: Preparing 00:41:26 d18f20ca5c27: Preparing 00:41:26 d9698c930530: Preparing 00:41:26 81335bd36eed: Preparing 00:41:26 608e50d6963c: Preparing 00:41:26 3c20671a5817: Preparing 00:41:26 608e50d6963c: Waiting 00:41:26 3c20671a5817: Waiting 00:41:26 d18f20ca5c27: Layer already exists 00:41:26 81335bd36eed: Layer already exists 00:41:26 d9698c930530: Layer already exists 00:41:27 608e50d6963c: Layer already exists 00:41:27 3c20671a5817: Layer already exists 00:41:27 ab92c36c9913: Pushed 00:41:35 a860cb434ee8: Pushed 00:41:35 574c71a500a07162c29ac549af62d3136e4ef698: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 00:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:36 ab92c36c9913: Preparing 00:41:36 a860cb434ee8: Preparing 00:41:36 d18f20ca5c27: Preparing 00:41:36 d9698c930530: Preparing 00:41:36 81335bd36eed: Preparing 00:41:36 608e50d6963c: Preparing 00:41:36 3c20671a5817: Preparing 00:41:36 608e50d6963c: Waiting 00:41:36 3c20671a5817: Waiting 00:41:36 d18f20ca5c27: Layer already exists 00:41:36 d9698c930530: Layer already exists 00:41:36 ab92c36c9913: Layer already exists 00:41:36 81335bd36eed: Layer already exists 00:41:36 a860cb434ee8: Layer already exists 00:41:36 608e50d6963c: Layer already exists 00:41:36 3c20671a5817: Layer already exists 00:41:36 latest: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 00:41:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:37 ab92c36c9913: Preparing 00:41:37 a860cb434ee8: Preparing 00:41:37 d18f20ca5c27: Preparing 00:41:37 d9698c930530: Preparing 00:41:37 81335bd36eed: Preparing 00:41:37 608e50d6963c: Preparing 00:41:37 3c20671a5817: Preparing 00:41:37 3c20671a5817: Waiting 00:41:37 81335bd36eed: Layer already exists 00:41:37 a860cb434ee8: Layer already exists 00:41:37 d18f20ca5c27: Layer already exists 00:41:37 d9698c930530: Layer already exists 00:41:37 ab92c36c9913: Layer already exists 00:41:37 608e50d6963c: Layer already exists 00:41:37 3c20671a5817: Layer already exists 00:41:37 3.2.0-dev.46: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:37 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:38 ab92c36c9913: Preparing 00:41:38 a860cb434ee8: Preparing 00:41:38 d18f20ca5c27: Preparing 00:41:38 d9698c930530: Preparing 00:41:38 81335bd36eed: Preparing 00:41:38 608e50d6963c: Preparing 00:41:38 3c20671a5817: Preparing 00:41:38 608e50d6963c: Waiting 00:41:38 3c20671a5817: Waiting 00:41:38 d9698c930530: Layer already exists 00:41:38 ab92c36c9913: Layer already exists 00:41:38 a860cb434ee8: Layer already exists 00:41:38 81335bd36eed: Layer already exists 00:41:38 d18f20ca5c27: Layer already exists 00:41:38 608e50d6963c: Layer already exists 00:41:38 3c20671a5817: Layer already exists 00:41:38 574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 00:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:39 ab92c36c9913: Preparing 00:41:39 a860cb434ee8: Preparing 00:41:39 d18f20ca5c27: Preparing 00:41:39 d9698c930530: Preparing 00:41:39 81335bd36eed: Preparing 00:41:39 608e50d6963c: Preparing 00:41:39 3c20671a5817: Preparing 00:41:39 608e50d6963c: Waiting 00:41:39 3c20671a5817: Waiting 00:41:39 a860cb434ee8: Layer already exists 00:41:39 d9698c930530: Layer already exists 00:41:39 ab92c36c9913: Layer already exists 00:41:39 81335bd36eed: Layer already exists 00:41:39 d18f20ca5c27: Layer already exists 00:41:39 608e50d6963c: Layer already exists 00:41:39 3c20671a5817: Layer already exists 00:41:39 main: digest: sha256:8b52226cb71f28cc003f97f5d44933d4e4e43a670e4223efe6a9d6d144a5564b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:41:39 ===================================================== [Pipeline] echo 00:41:39 taggedImages: 00:41:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698 00:41:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 00:41:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.46 00:41:39 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:574c71a500a07162c29ac549af62d3136e4ef698-3.2.0-dev.46 00:41:39 - 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 00:41:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:39 00:41:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:40 arm64: Pulling from edgex-lftools-log-publisher 00:41:40 8998bd30e6a1: Pulling fs layer 00:41:40 04944245beec: Pulling fs layer 00:41:40 699f458cf7ca: Pulling fs layer 00:41:40 765212b225bb: Pulling fs layer 00:41:40 f23df028b6ca: Pulling fs layer 00:41:40 d65c8cfc05b1: Pulling fs layer 00:41:40 2437ff75d9bd: Pulling fs layer 00:41:40 f23df028b6ca: Waiting 00:41:40 765212b225bb: Waiting 00:41:40 d65c8cfc05b1: Waiting 00:41:40 2437ff75d9bd: Waiting 00:41:40 04944245beec: Verifying Checksum 00:41:40 04944245beec: Download complete 00:41:40 765212b225bb: Verifying Checksum 00:41:40 765212b225bb: Download complete 00:41:40 f23df028b6ca: Verifying Checksum 00:41:40 f23df028b6ca: Download complete 00:41:40 d65c8cfc05b1: Verifying Checksum 00:41:40 d65c8cfc05b1: Download complete 00:41:40 699f458cf7ca: Verifying Checksum 00:41:40 699f458cf7ca: Download complete 00:41:40 8998bd30e6a1: Verifying Checksum 00:41:40 8998bd30e6a1: Download complete 00:41:43 2437ff75d9bd: Verifying Checksum 00:41:43 2437ff75d9bd: Download complete 00:41:45 8998bd30e6a1: Pull complete 00:41:46 04944245beec: Pull complete 00:41:47 699f458cf7ca: Pull complete 00:41:47 765212b225bb: Pull complete 00:41:48 f23df028b6ca: Pull complete 00:41:48 d65c8cfc05b1: Pull complete 00:42:06 2437ff75d9bd: Pull complete 00:42:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:42:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:42:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:07 prd-ubuntu20.04-docker-arm64-4c-16g-7232 does not seem to be running inside a container 00:42:07 $ 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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:42:10 $ docker top b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:10 ---> job-cost.sh 00:42:10 lf-activate-venv: SKIPPING 00:42:10 INFO: No Stack... 00:42:11 INFO: Retrieving Pricing Info for: v3-standard-4 00:42:12 INFO: Archiving Costs [Pipeline] sh 00:42:12 + cat /w/workspace/edgex-go/664/archives/cost.csv 00:42:12 + cut -d, -f6 [Pipeline] lock 00:42:12 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] 00:42:12 Resource [jenkins-edgexfoundry-edgex-go-main-664-stack-cost] did not exist. Created. 00:42:12 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:42:13 + echo total: 0.10999999940395355 [Pipeline] stash 00:42:14 Stashed 1 file(s) [Pipeline] } 00:42:14 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-664-stack-cost] [Pipeline] // lock [Pipeline] } 00:42:14 $ docker stop --time=1 b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef 00:42:15 $ docker rm -f --volumes b9e48c95d1804b4f8146f06bf9cf9bd9117a3aa4b553d81206aa065463945fef [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 00:42:16 provisioning config files... 00:42:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/664@tmp/config16083601439769190013tmp [Pipeline] { [Pipeline] sh 00:42:16 + set +x 00:42:16 + bash -s -- 00:42:16 + curl -s https://codecov.io/bash 00:42:16 00:42:16 _____ _ 00:42:16 / ____| | | 00:42:16 | | ___ __| | ___ ___ _____ __ 00:42:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:42:16 | |___| (_) | (_| | __/ (_| (_) \ V / 00:42:16 \_____\___/ \__,_|\___|\___\___/ \_/ 00:42:16 Bash-1.0.6 00:42:16 00:42:16 00:42:16 ==> git version 2.25.1 found 00:42:16 ==> 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 00:42:16 Release-Date: 2020-01-08 00:42:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:42:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:42:16 ==> Jenkins CI detected. 00:42:16 current dir:  /w/workspace/edgex-go/664 00:42:16 project root: . 00:42:16 --> token set from env 00:42:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:42:16 ==> Running gcov in . (disable via -X gcov) 00:42:16 ==> Python coveragepy not found 00:42:16 ==> Searching for coverage reports in: 00:42:16 + . 00:42:16 -> Found 1 reports 00:42:16 ==> Detecting git/mercurial file structure 00:42:16 ==> Reading reports 00:42:16 + ./coverage.out bytes=504185 00:42:16 ==> Appending adjustments 00:42:16 https://docs.codecov.io/docs/fixing-reports 00:42:18 + Found adjustments 00:42:18 ==> Gzipping contents 00:42:18 64K /tmp/codecov.49fWxL.gz 00:42:18 ==> Uploading reports 00:42:18 url: https://codecov.io 00:42:18 query: branch=main&commit=574c71a500a07162c29ac549af62d3136e4ef698&build=664&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F664%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:42:18 -> Pinging Codecov 00:42:18 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=574c71a500a07162c29ac549af62d3136e4ef698&build=664&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F664%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:42:18 -> Uploading to 00:42:18 https://storage.googleapis.com/codecov/v4/raw/2024-08-07/00271124DB129430A58F1EEE437C3FCB/574c71a500a07162c29ac549af62d3136e4ef698/961aae72-3fdc-48df-a50a-2cc3d70dd2eb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240807%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240807T004217Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=056077f1ed14174598007e1f4ce747f9526eba002ae7093f87d14c122a5dbfce 00:42:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:18 Dload Upload Total Spent Left Speed 00:42:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 64288 0 0 100 64288 0 303k --:--:-- --:--:-- --:--:-- 301k 100 64288 0 0 100 64288 0 212k --:--:-- --:--:-- --:--:-- 211k 00:42:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/574c71a500a07162c29ac549af62d3136e4ef698 [Pipeline] } 00:42:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:42:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:42:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:42:18 00:42:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:42:19 latest: Pulling from edgex-devops/edgex-snyk-go 00:42:19 619be1103602: Already exists 00:42:19 f8ea3408117e: Pulling fs layer 00:42:19 91320369b822: Pulling fs layer 00:42:19 0406650e8295: Pulling fs layer 00:42:19 4f4fb700ef54: Pulling fs layer 00:42:19 96d80e3f36e1: Pulling fs layer 00:42:19 bcf3aedb951c: Pulling fs layer 00:42:19 4f4fb700ef54: Waiting 00:42:19 96d80e3f36e1: Waiting 00:42:19 bcf3aedb951c: Waiting 00:42:19 0406650e8295: Verifying Checksum 00:42:19 0406650e8295: Download complete 00:42:19 f8ea3408117e: Verifying Checksum 00:42:19 4f4fb700ef54: Verifying Checksum 00:42:19 4f4fb700ef54: Download complete 00:42:19 96d80e3f36e1: Verifying Checksum 00:42:19 96d80e3f36e1: Download complete 00:42:19 f8ea3408117e: Pull complete 00:42:19 91320369b822: Download complete 00:42:20 bcf3aedb951c: Verifying Checksum 00:42:20 bcf3aedb951c: Download complete 00:42:22 91320369b822: Pull complete 00:42:23 0406650e8295: Pull complete 00:42:23 4f4fb700ef54: Pull complete 00:42:23 96d80e3f36e1: Pull complete 00:42:26 bcf3aedb951c: Pull complete 00:42:26 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 00:42:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:42:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:26 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:42:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:42:31 $ docker top 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:31 + git config --global --add safe.directory /w/workspace/edgex-go/664 [Pipeline] echo 00:42:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 00:42:32 + set -o pipefail 00:42:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 00:42:42 00:42:42 Monitoring /w/workspace/edgex-go/664 (github.com/edgexfoundry/edgex-go)... 00:42:42 00:42:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/1402dd63-584d-4480-a4f9-64e7434e4d92 00:42:42 00:42:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:42:42 00:42:42 00:42:42 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 00:42:42 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 00:42:42 $ docker stop --time=1 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae 00:42:47 $ docker rm -f --volumes 4e0bfaf87e71fc2f49a39a72cbb05e29612cb40b849a26dbf8152b2732b27eae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 00:42:48 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:42:48 provisioning config files... 00:42:48 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/664@tmp/config1784157698439898560tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:48 --> edgex-publish-swagger.sh 00:42:48 === Publish openapi/v3 API === 00:42:48 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 00:42:48 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/664/openapi/v3/core-command.yaml] 00:42:48 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:48 Dload Upload Total Spent Left Speed 00:42:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 59173 --:--:-- --:--:-- --:--:-- 59066 00:42:49 00:42:49 00:42:49 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/664/openapi/v3/core-data.yaml] 00:42:49 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:49 Dload Upload Total Spent Left Speed 00:42:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 130k --:--:-- --:--:-- --:--:-- 130k 100 72043 0 0 100 72043 0 130k --:--:-- --:--:-- --:--:-- 129k 00:42:49 00:42:49 00:42:49 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/664/openapi/v3/core-keeper.yaml] 00:42:49 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:49 Dload Upload Total Spent Left Speed 00:42:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 213 103k --:--:-- --:--:-- --:--:-- 103k 00:42:49 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 00:42:49 00:42:49 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/664/openapi/v3/core-metadata.yaml] 00:42:49 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:49 Dload Upload Total Spent Left Speed 00:42:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 334 319k --:--:-- --:--:-- --:--:-- 319k 00:42:50 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 00:42:50 00:42:50 [publishToSwagger] Publishing API Name [support-cron-scheduler] [/w/workspace/edgex-go/664/openapi/v3/support-cron-scheduler.yaml] 00:42:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:50 Dload Upload Total Spent Left Speed 00:42:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42910 0 0 100 42910 0 710k --:--:-- --:--:-- --:--:-- 698k 100 42976 100 66 100 42910 204 129k --:--:-- --:--:-- --:--:-- 129k 00:42:50 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 00:42:50 00:42:50 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/664/openapi/v3/support-notifications.yaml] 00:42:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:50 Dload Upload Total Spent Left Speed 00:42:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 326 178k --:--:-- --:--:-- --:--:-- 179k 00:42:51 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 00:42:51 00:42:51 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/664/openapi/v3/support-scheduler.yaml] 00:42:51 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:51 Dload Upload Total Spent Left Speed 00:42:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 337 79987 --:--:-- --:--:-- --:--:-- 80151 100 37110 100 156 100 36954 336 79814 --:--:-- --:--:-- --:--:-- 80151 00:42:51 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 00:42:51 [Pipeline] } 00:42:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 00:42:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:42:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:42:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:52 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:42:52 $ docker top 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d -eo pid,comm 00:42:52 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:42:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:52 [ssh-agent] Looking for ssh-agent implementation... 00:42:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:53 $ docker exec 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d ssh-agent 00:42:53 SSH_AUTH_SOCK=/tmp/ssh-RMc2RoUcgKcT/agent.32 00:42:53 SSH_AGENT_PID=38 00:42:53 Running ssh-add (command line suppressed) 00:42:53 Identity added: /w/workspace/edgex-go/664@tmp/private_key_8418858497188492405.key (/w/workspace/edgex-go/664@tmp/private_key_8418858497188492405.key) 00:42:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:53 + git semver tag 00:42:53 2024-08-07 00:42:53,747 [run_tag] DEBUG tag force:False 00:42:53 2024-08-07 00:42:53,747 [check_head_tag] DEBUG check head tag 00:42:53 2024-08-07 00:42:53,749 [execute] INFO git cat-file --batch-check 00:42:53 2024-08-07 00:42:53,750 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=) 00:42:53 2024-08-07 00:42:53,753 [execute] INFO git cat-file --batch 00:42:53 2024-08-07 00:42:53,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=) 00:42:53 2024-08-07 00:42:53,791 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:42:53 2024-08-07 00:42:53,791 [execute] INFO git tag -a v3.2.0-dev.46 -m v3.2.0-dev.46 00:42:53 2024-08-07 00:42:53,791 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.46', '-m', 'v3.2.0-dev.46'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) 00:42:53 2024-08-07 00:42:53,795 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:42:53 3.2.0-dev.46 [Pipeline] } 00:42:53 $ docker exec --env ******** --env ******** 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d ssh-agent -k 00:42:53 unset SSH_AUTH_SOCK; 00:42:53 unset SSH_AGENT_PID; 00:42:53 echo Agent pid 38 killed; 00:42:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:54 + git semver [Pipeline] } 00:42:54 $ docker stop --time=1 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d 00:42:55 $ docker rm -f --volumes 547bf12189e9b6720f14bc966593478c8cb4ee845e6dcd1fcae00349f7a0ee0d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:42:56 00:42:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:42:56 0.23.1-centos7: Pulling from edgex-lftools 00:42:56 ab5ef0e58194: Pulling fs layer 00:42:56 9712f1f96733: Pulling fs layer 00:42:56 63f879dbbcfc: Pulling fs layer 00:42:56 0d9ebad4ef96: Pulling fs layer 00:42:56 e9a5061849ea: Pulling fs layer 00:42:56 d747dcd14b5f: Pulling fs layer 00:42:56 2de7ff778b66: Pulling fs layer 00:42:56 0d9ebad4ef96: Waiting 00:42:56 d747dcd14b5f: Waiting 00:42:56 e9a5061849ea: Waiting 00:42:56 2de7ff778b66: Waiting 00:42:56 9712f1f96733: Verifying Checksum 00:42:56 9712f1f96733: Download complete 00:42:57 63f879dbbcfc: Verifying Checksum 00:42:57 63f879dbbcfc: Download complete 00:42:57 0d9ebad4ef96: Verifying Checksum 00:42:57 0d9ebad4ef96: Download complete 00:42:57 d747dcd14b5f: Download complete 00:42:57 e9a5061849ea: Verifying Checksum 00:42:57 e9a5061849ea: Download complete 00:42:57 ab5ef0e58194: Verifying Checksum 00:42:57 ab5ef0e58194: Download complete 00:42:57 2de7ff778b66: Verifying Checksum 00:42:57 2de7ff778b66: Download complete 00:42:59 ab5ef0e58194: Pull complete 00:42:59 9712f1f96733: Pull complete 00:43:00 63f879dbbcfc: Pull complete 00:43:04 0d9ebad4ef96: Pull complete 00:43:04 e9a5061849ea: Pull complete 00:43:04 d747dcd14b5f: Pull complete 00:43:06 2de7ff778b66: Pull complete 00:43:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:43:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:43:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:43:06 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:43:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:43:12 $ docker top a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:43:13 provisioning config files... 00:43:13 copy managed file [sigul-config] to file:/w/workspace/edgex-go/664@tmp/config2932646005510988802tmp 00:43:13 copy managed file [sigul-password] to file:/w/workspace/edgex-go/664@tmp/config14623682094056967739tmp 00:43:13 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/664@tmp/config2303664910559107284tmp [Pipeline] { [Pipeline] echo 00:43:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:43:13 ---> sigul-configuration.sh 00:43:13 gpg: directory `/root/.gnupg' created 00:43:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:43:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:43:13 gpg: keyring `/root/.gnupg/secring.gpg' created 00:43:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:43:13 gpg: CAST5 encrypted data 00:43:13 gpg: encrypted with 1 passphrase 00:43:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:43:13 + mkdir /home/jenkins 00:43:13 + mkdir /home/jenkins/sigul [Pipeline] sh 00:43:14 + 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 00:43:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:43:14 ---> sigul-install.sh 00:43:14 Sigul already installed; skipping installation. [Pipeline] sh 00:43:14 + git tag --list 00:43:14 0.6.0 00:43:14 0.6.1 00:43:14 0.7.0 00:43:14 0.7.1 00:43:14 v1.0.0 00:43:14 v1.0.1 00:43:14 v1.1.0 00:43:14 v1.2.0 00:43:14 v1.2.1 00:43:14 v1.3.0 00:43:14 v1.3.1 00:43:14 v2.0.0 00:43:14 v2.1.0 00:43:14 v2.1.1 00:43:14 v2.2.0 00:43:14 v2.3.0 00:43:14 v3.0 00:43:14 v3.0.0 00:43:14 v3.1 00:43:14 v3.1.0 00:43:14 v3.1.0-dev.1 00:43:14 v3.1.0-dev.10 00:43:14 v3.1.0-dev.11 00:43:14 v3.1.0-dev.12 00:43:14 v3.1.0-dev.13 00:43:14 v3.1.0-dev.14 00:43:14 v3.1.0-dev.15 00:43:14 v3.1.0-dev.16 00:43:14 v3.1.0-dev.17 00:43:14 v3.1.0-dev.18 00:43:14 v3.1.0-dev.19 00:43:14 v3.1.0-dev.2 00:43:14 v3.1.0-dev.20 00:43:14 v3.1.0-dev.21 00:43:14 v3.1.0-dev.22 00:43:14 v3.1.0-dev.23 00:43:14 v3.1.0-dev.24 00:43:14 v3.1.0-dev.25 00:43:14 v3.1.0-dev.26 00:43:14 v3.1.0-dev.27 00:43:14 v3.1.0-dev.28 00:43:14 v3.1.0-dev.29 00:43:14 v3.1.0-dev.3 00:43:14 v3.1.0-dev.30 00:43:14 v3.1.0-dev.31 00:43:14 v3.1.0-dev.32 00:43:14 v3.1.0-dev.33 00:43:14 v3.1.0-dev.34 00:43:14 v3.1.0-dev.35 00:43:14 v3.1.0-dev.36 00:43:14 v3.1.0-dev.37 00:43:14 v3.1.0-dev.38 00:43:14 v3.1.0-dev.39 00:43:14 v3.1.0-dev.4 00:43:14 v3.1.0-dev.40 00:43:14 v3.1.0-dev.41 00:43:14 v3.1.0-dev.42 00:43:14 v3.1.0-dev.43 00:43:14 v3.1.0-dev.44 00:43:14 v3.1.0-dev.45 00:43:14 v3.1.0-dev.46 00:43:14 v3.1.0-dev.47 00:43:14 v3.1.0-dev.48 00:43:14 v3.1.0-dev.49 00:43:14 v3.1.0-dev.5 00:43:14 v3.1.0-dev.50 00:43:14 v3.1.0-dev.51 00:43:14 v3.1.0-dev.52 00:43:14 v3.1.0-dev.53 00:43:14 v3.1.0-dev.54 00:43:14 v3.1.0-dev.55 00:43:14 v3.1.0-dev.56 00:43:14 v3.1.0-dev.57 00:43:14 v3.1.0-dev.58 00:43:14 v3.1.0-dev.59 00:43:14 v3.1.0-dev.6 00:43:14 v3.1.0-dev.60 00:43:14 v3.1.0-dev.61 00:43:14 v3.1.0-dev.62 00:43:14 v3.1.0-dev.63 00:43:14 v3.1.0-dev.64 00:43:14 v3.1.0-dev.65 00:43:14 v3.1.0-dev.66 00:43:14 v3.1.0-dev.67 00:43:14 v3.1.0-dev.68 00:43:14 v3.1.0-dev.69 00:43:14 v3.1.0-dev.7 00:43:14 v3.1.0-dev.70 00:43:14 v3.1.0-dev.71 00:43:14 v3.1.0-dev.72 00:43:14 v3.1.0-dev.73 00:43:14 v3.1.0-dev.8 00:43:14 v3.1.0-dev.9 00:43:14 v3.1.1 00:43:14 v3.1.1-dev.1 00:43:14 v3.1.1-dev.2 00:43:14 v3.2.0-dev.1 00:43:14 v3.2.0-dev.10 00:43:14 v3.2.0-dev.11 00:43:14 v3.2.0-dev.12 00:43:14 v3.2.0-dev.13 00:43:14 v3.2.0-dev.14 00:43:14 v3.2.0-dev.15 00:43:14 v3.2.0-dev.16 00:43:14 v3.2.0-dev.17 00:43:14 v3.2.0-dev.18 00:43:14 v3.2.0-dev.19 00:43:14 v3.2.0-dev.2 00:43:14 v3.2.0-dev.20 00:43:14 v3.2.0-dev.21 00:43:14 v3.2.0-dev.22 00:43:14 v3.2.0-dev.23 00:43:14 v3.2.0-dev.24 00:43:14 v3.2.0-dev.25 00:43:14 v3.2.0-dev.26 00:43:14 v3.2.0-dev.27 00:43:14 v3.2.0-dev.28 00:43:14 v3.2.0-dev.29 00:43:14 v3.2.0-dev.3 00:43:14 v3.2.0-dev.30 00:43:14 v3.2.0-dev.31 00:43:14 v3.2.0-dev.32 00:43:14 v3.2.0-dev.33 00:43:14 v3.2.0-dev.34 00:43:14 v3.2.0-dev.35 00:43:14 v3.2.0-dev.36 00:43:14 v3.2.0-dev.37 00:43:14 v3.2.0-dev.38 00:43:14 v3.2.0-dev.39 00:43:14 v3.2.0-dev.4 00:43:14 v3.2.0-dev.40 00:43:14 v3.2.0-dev.41 00:43:14 v3.2.0-dev.42 00:43:14 v3.2.0-dev.43 00:43:14 v3.2.0-dev.44 00:43:14 v3.2.0-dev.45 00:43:14 v3.2.0-dev.46 00:43:14 v3.2.0-dev.5 00:43:14 v3.2.0-dev.6 00:43:14 v3.2.0-dev.7 00:43:14 v3.2.0-dev.8 00:43:14 v3.2.0-dev.9 [Pipeline] sh 00:43:14 + lftools sign git-tag v3.2.0-dev.46 00:43:15 Signing Git tag with Sigul... 00:43:15 Signing v3.2.0-dev.46 [Pipeline] echo 00:43:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:43:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:43:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:43:16 $ docker stop --time=1 a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 00:43:17 $ docker rm -f --volumes a84cba079d3030632bb6916e336890d02973151ab689b4fbf2ba01883eadcc03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:43:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:43:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:43:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:43:18 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:43:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:43:18 $ docker top 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 -eo pid,comm 00:43:18 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). 00:43:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:43:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:43:19 [ssh-agent] Looking for ssh-agent implementation... 00:43:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:43:19 $ docker exec 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 ssh-agent 00:43:19 SSH_AUTH_SOCK=/tmp/ssh-JqyDJKHX0M3K/agent.32 00:43:19 SSH_AGENT_PID=38 00:43:19 Running ssh-add (command line suppressed) 00:43:19 Identity added: /w/workspace/edgex-go/664@tmp/private_key_1320411423322337435.key (/w/workspace/edgex-go/664@tmp/private_key_1320411423322337435.key) 00:43:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:43:19 + git semver bump pre 00:43:19 2024-08-07 00:43:19,777 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:43:19 2024-08-07 00:43:19,777 [bump_version] DEBUG bumping version:3.2.0-dev.46 on axis:pre with prefix:dev 00:43:19 2024-08-07 00:43:19,777 [bump_version] DEBUG bumped version:3.2.0-dev.47 00:43:19 2024-08-07 00:43:19,777 [write_version] DEBUG write version:3.2.0-dev.47 to path:/w/workspace/edgex-go/664/.semver/main with force:True 00:43:19 2024-08-07 00:43:19,777 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:43:19 2024-08-07 00:43:19,777 [write_file] DEBUG write to file:/w/workspace/edgex-go/664/.semver/main 00:43:19 2024-08-07 00:43:19,779 [execute] INFO git cat-file --batch-check 00:43:19 2024-08-07 00:43:19,779 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) 00:43:19 2024-08-07 00:43:19,784 [execute] INFO git cat-file --batch 00:43:19 2024-08-07 00:43:19,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) 00:43:19 2024-08-07 00:43:19,790 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:43:19 3.2.0-dev.47 [Pipeline] } 00:43:19 $ docker exec --env ******** --env ******** 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 ssh-agent -k 00:43:19 unset SSH_AUTH_SOCK; 00:43:19 unset SSH_AGENT_PID; 00:43:19 echo Agent pid 38 killed; 00:43:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:43:20 + git semver [Pipeline] } 00:43:20 $ docker stop --time=1 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 00:43:21 $ docker rm -f --volumes 7f090b0caa3cb8cea1249f389eecc3268e7c28e89cbf4a1007dc0e4526ad9934 [Pipeline] // withDockerContainer [Pipeline] sh 00:43:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:43:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:43:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:43:22 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:43:22 $ docker top 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 -eo pid,comm 00:43:23 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). 00:43:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:43:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:43:23 [ssh-agent] Looking for ssh-agent implementation... 00:43:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:43:23 $ docker exec 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 ssh-agent 00:43:23 SSH_AUTH_SOCK=/tmp/ssh-mzd2MxfgahYe/agent.32 00:43:23 SSH_AGENT_PID=38 00:43:23 Running ssh-add (command line suppressed) 00:43:23 Identity added: /w/workspace/edgex-go/664@tmp/private_key_733055792064474550.key (/w/workspace/edgex-go/664@tmp/private_key_733055792064474550.key) 00:43:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:43:23 + git semver push 00:43:23 2024-08-07 00:43:23,872 [run_push] DEBUG push 00:43:23 2024-08-07 00:43:23,872 [execute] INFO git cat-file --batch-check 00:43:23 2024-08-07 00:43:23,873 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=) 00:43:23 2024-08-07 00:43:23,876 [execute] INFO git rev-list 54bae98a167e355a5ad3bc3ea3336209b4ecf60b -- 00:43:23 2024-08-07 00:43:23,877 [execute] DEBUG Popen(['git', 'rev-list', '54bae98a167e355a5ad3bc3ea3336209b4ecf60b', '--'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=None) 00:43:23 2024-08-07 00:43:23,894 [execute] INFO git fetch -v origin 00:43:23 2024-08-07 00:43:23,894 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=True, shell=None, istream=None) 00:43:24 2024-08-07 00:43:24,346 [run_push] DEBUG no remote changes detected 00:43:24 2024-08-07 00:43:24,347 [execute] INFO git push origin semver 00:43:24 2024-08-07 00:43:24,347 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/664/.semver, universal_newlines=False, shell=None, istream=None) 00:43:25 2024-08-07 00:43:25,188 [run_push] DEBUG push all version tags 00:43:25 2024-08-07 00:43:25,189 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:43:25 2024-08-07 00:43:25,190 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/664, universal_newlines=False, shell=None, istream=None) 00:43:26 2024-08-07 00:43:25,921 [read_version] DEBUG read version from /w/workspace/edgex-go/664/.semver/main 00:43:26 3.2.0-dev.47 [Pipeline] } 00:43:26 $ docker exec --env ******** --env ******** 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 ssh-agent -k 00:43:26 unset SSH_AUTH_SOCK; 00:43:26 unset SSH_AGENT_PID; 00:43:26 echo Agent pid 38 killed; 00:43:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:43:26 + git semver [Pipeline] } 00:43:26 $ docker stop --time=1 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 00:43:28 $ docker rm -f --volumes 4c1e29bd049e13c7030908bf5a09334cb006b1f9051abaf1fe714352c36b11b0 [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 00:43:28 + [ -d /w/workspace/edgex-go/664/archives ] [Pipeline] libraryResource [Pipeline] sh 00:43:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:43:29 ---> package-listing.sh 00:43:29 ++ facter osfamily 00:43:29 ++ tr '[:upper:]' '[:lower:]' 00:43:29 + OS_FAMILY=debian 00:43:29 + workspace=/w/workspace/edgex-go/664 00:43:29 + START_PACKAGES=/tmp/packages_start.txt 00:43:29 + END_PACKAGES=/tmp/packages_end.txt 00:43:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:43:29 + PACKAGES=/tmp/packages_start.txt 00:43:29 + '[' /w/workspace/edgex-go/664 ']' 00:43:29 + PACKAGES=/tmp/packages_end.txt 00:43:29 + case "${OS_FAMILY}" in 00:43:29 + dpkg -l 00:43:29 + grep '^ii' 00:43:29 + '[' -f /tmp/packages_start.txt ']' 00:43:29 + '[' -f /tmp/packages_end.txt ']' 00:43:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:43:29 + '[' /w/workspace/edgex-go/664 ']' 00:43:29 + mkdir -p /w/workspace/edgex-go/664/archives/ 00:43:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/664/archives/ [Pipeline] echo 00:43:29 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/664/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:43:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:43:30 00:43:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:43:31 latest: Pulling from edgex-lftools-log-publisher 00:43:31 5eb5b503b376: Pulling fs layer 00:43:31 5c69ac0246d0: Pulling fs layer 00:43:31 ec43610c2a17: Pulling fs layer 00:43:31 3a2ae6a8a46f: Pulling fs layer 00:43:31 33b1e0a273af: Pulling fs layer 00:43:31 5d3b04190fa2: Pulling fs layer 00:43:31 3a2ae6a8a46f: Waiting 00:43:31 2f39f015ded8: Pulling fs layer 00:43:31 5c69ac0246d0: Verifying Checksum 00:43:31 5c69ac0246d0: Download complete 00:43:31 3a2ae6a8a46f: Verifying Checksum 00:43:31 3a2ae6a8a46f: Download complete 00:43:31 33b1e0a273af: Verifying Checksum 00:43:31 33b1e0a273af: Download complete 00:43:31 5d3b04190fa2: Verifying Checksum 00:43:31 5d3b04190fa2: Download complete 00:43:31 ec43610c2a17: Download complete 00:43:31 5eb5b503b376: Verifying Checksum 00:43:31 5eb5b503b376: Download complete 00:43:31 2f39f015ded8: Download complete 00:43:32 5eb5b503b376: Pull complete 00:43:32 5c69ac0246d0: Pull complete 00:43:33 ec43610c2a17: Pull complete 00:43:33 3a2ae6a8a46f: Pull complete 00:43:33 33b1e0a273af: Pull complete 00:43:33 5d3b04190fa2: Pull complete 00:43:37 2f39f015ded8: Pull complete 00:43:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:43:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:43:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:43:37 prd-ubuntu20.04-docker-8c-8g-7231 does not seem to be running inside a container 00:43:37 $ 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/664/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/664 -v /w/workspace/edgex-go/664:/w/workspace/edgex-go/664:rw,z -v /w/workspace/edgex-go/664@tmp:/w/workspace/edgex-go/664@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 00:43:42 $ docker top 45e918130b02969eec7931dd478b6e0118f0ffd8923c5f6c386513db105cf8aa -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:42 + touch /tmp/pre-build-complete [Pipeline] sh 00:43:42 + mkdir -p /var/log/sysstat [Pipeline] sh 00:43:43 + ls /var/log/sa-host 00:43:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:43:43 provisioning config files... 00:43:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/664@tmp/config5058254033235031041tmp [Pipeline] { [Pipeline] echo 00:43:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:43:43 ---> create-netrc.sh [Pipeline] } 00:43:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:43:43 ---> python-tools-install.sh [Pipeline] echo 00:43:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:43:44 ---> sudo-logs.sh 00:43:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:43:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:43:44 ---> job-cost.sh 00:43:44 lf-activate-venv: SKIPPING 00:43:44 DEBUG: total: 0.10999999940395355 00:43:44 INFO: Retrieving Stack Cost... 00:43:44 INFO: Retrieving Pricing Info for: v3-standard-8 00:43:45 INFO: Archiving Costs [Pipeline] echo 00:43:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:43:45 ---> logs-deploy.sh 00:43:45 lf-activate-venv: SKIPPING 00:43:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/664 00:43:45 INFO: archiving workspace using pattern(s): 00:43:46 Archives upload complete. 00:43:46 INFO: archiving logs to Nexus 00:43:47 ---> uname -a: 00:43:47 Linux prd-ubuntu20-04-docker-8c-8g-7231 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:43:47 00:43:47 00:43:47 ---> lscpu: 00:43:47 Architecture: x86_64 00:43:47 CPU op-mode(s): 32-bit, 64-bit 00:43:47 Byte Order: Little Endian 00:43:47 Address sizes: 40 bits physical, 48 bits virtual 00:43:47 CPU(s): 8 00:43:47 On-line CPU(s) list: 0-7 00:43:47 Thread(s) per core: 1 00:43:47 Core(s) per socket: 1 00:43:47 Socket(s): 8 00:43:47 NUMA node(s): 1 00:43:47 Vendor ID: AuthenticAMD 00:43:47 CPU family: 23 00:43:47 Model: 49 00:43:47 Model name: AMD EPYC-Rome Processor 00:43:47 Stepping: 0 00:43:47 CPU MHz: 2799.998 00:43:47 BogoMIPS: 5599.99 00:43:47 Virtualization: AMD-V 00:43:47 Hypervisor vendor: KVM 00:43:47 Virtualization type: full 00:43:47 L1d cache: 256 KiB 00:43:47 L1i cache: 256 KiB 00:43:47 L2 cache: 4 MiB 00:43:47 L3 cache: 128 MiB 00:43:47 NUMA node0 CPU(s): 0-7 00:43:47 Vulnerability Itlb multihit: Not affected 00:43:47 Vulnerability L1tf: Not affected 00:43:47 Vulnerability Mds: Not affected 00:43:47 Vulnerability Meltdown: Not affected 00:43:47 Vulnerability Mmio stale data: Not affected 00:43:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:43:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:43:47 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:43:47 Vulnerability Srbds: Not affected 00:43:47 Vulnerability Tsx async abort: Not affected 00:43:47 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 00:43:47 00:43:47 00:43:47 ---> nproc: 00:43:47 8 00:43:47 00:43:47 00:43:47 ---> df -h: 00:43:47 Filesystem Size Used Avail Use% Mounted on 00:43:47 overlay 155G 29G 127G 19% / 00:43:47 tmpfs 64M 0 64M 0% /dev 00:43:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:43:47 shm 64M 0 64M 0% /dev/shm 00:43:47 /dev/vda1 155G 29G 127G 19% /facter-os 00:43:47 00:43:47 00:43:47 ---> sar -b -r -n DEV: 00:43:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7231) 08/07/24 _x86_64_ (8 CPU) 00:43:47 00:43:47 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:43:47 00:00:01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:01:01 728.59 13.37 715.21 0.00 4313.52 234802.17 0.00 00:43:47 00:02:01 419.49 0.37 419.12 0.00 4.66 150375.77 0.00 00:43:47 00:03:02 269.42 1.08 268.35 0.00 22.27 87356.18 0.00 00:43:47 00:04:01 335.97 0.05 335.92 0.00 0.41 113389.09 0.00 00:43:47 00:05:01 535.09 0.10 534.99 0.00 11.33 53384.97 0.00 00:43:47 00:06:01 30.44 0.07 30.38 0.00 7.20 844.53 0.00 00:43:47 00:07:01 13.68 0.03 13.65 0.00 3.20 348.74 0.00 00:43:47 00:08:01 1.22 0.00 1.22 0.00 0.00 12.53 0.00 00:43:47 00:09:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 00:43:47 00:10:01 2.20 0.02 2.18 0.00 0.13 24.53 0.00 00:43:47 00:11:01 1.13 0.00 1.13 0.00 0.00 17.60 0.00 00:43:47 00:12:01 1.28 0.00 1.28 0.00 0.00 14.40 0.00 00:43:47 00:13:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 00:43:47 00:14:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 00:43:47 00:15:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 00:43:47 00:16:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 00:43:47 00:17:01 1.57 0.02 1.55 0.00 0.13 17.60 0.00 00:43:47 00:18:01 1.37 0.00 1.37 0.00 0.00 15.60 0.00 00:43:47 00:19:01 1.63 0.00 1.63 0.00 0.00 18.53 0.00 00:43:47 00:20:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 00:43:47 00:21:01 1.70 0.00 1.70 0.00 0.00 19.06 0.00 00:43:47 00:22:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 00:43:47 00:23:01 3.60 1.52 2.08 0.00 35.46 26.93 0.00 00:43:47 00:24:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 00:43:47 00:25:01 1.75 0.00 1.75 0.00 0.00 19.73 0.00 00:43:47 00:26:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 00:43:47 00:27:01 1.62 0.00 1.62 0.00 0.00 19.46 0.00 00:43:47 00:28:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 00:43:47 00:29:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 00:43:47 00:30:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 00:43:47 00:31:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 00:43:47 00:32:03 15.87 0.00 15.87 0.00 0.00 504.08 0.00 00:43:47 00:33:01 9.77 0.00 9.77 0.00 0.00 305.05 0.00 00:43:47 00:34:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 00:43:47 00:35:01 1.50 0.00 1.50 0.00 0.00 18.66 0.00 00:43:47 00:36:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 00:43:47 00:37:01 1.02 0.00 1.02 0.00 0.00 12.53 0.00 00:43:47 00:38:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 00:43:47 00:39:01 0.93 0.00 0.93 0.00 0.00 11.60 0.00 00:43:47 00:40:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 00:43:47 00:41:01 1.10 0.00 1.10 0.00 0.00 13.73 0.00 00:43:47 00:42:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 00:43:47 00:43:01 117.90 0.42 117.48 0.00 10.66 38659.29 0.00 00:43:47 Average: 58.72 0.40 58.32 0.00 103.73 15860.49 0.00 00:43:47 00:43:47 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:43:47 00:00:01 24284604 31264088 1025868 3.12 143964 6887300 2397764 7.07 1871744 6078032 1429868 00:43:47 00:01:01 16980612 31384992 855524 2.60 325468 13710220 2388592 7.04 2747784 12033620 1861180 00:43:47 00:02:01 10138948 28779344 3392016 10.32 376728 17475400 11124704 32.79 5981752 15117768 1317624 00:43:47 00:03:02 6419704 27253924 4919304 14.96 388828 19570508 10768244 31.74 8423332 16316552 1133468 00:43:47 00:04:01 6970876 30564908 1624440 4.94 397908 22267080 4819152 14.20 6180308 17992144 1193732 00:43:47 00:05:01 9872412 31444180 798916 2.43 404108 20449344 2064364 6.08 3356440 18193684 540 00:43:47 00:06:01 9848388 31422436 820316 2.49 405540 20450024 2247816 6.62 3801576 17772380 732 00:43:47 00:07:01 9862848 31437812 804764 2.45 406148 20450200 2086208 6.15 3928836 17631080 164 00:43:47 00:08:01 9863360 31438424 804268 2.45 406152 20450200 2086208 6.15 3927316 17631080 12 00:43:47 00:09:01 9868004 31443080 799572 2.43 406180 20450208 2086208 6.15 3921720 17631084 192 00:43:47 00:10:01 9871248 31446400 797328 2.42 406220 20450208 2139276 6.30 3920516 17631092 8 00:43:47 00:11:01 9878752 31453884 789744 2.40 406256 20450188 2139276 6.30 3911892 17631068 172 00:43:47 00:12:01 9879256 31454456 789156 2.40 406280 20450192 2139276 6.30 3911852 17631076 8 00:43:47 00:13:01 9879424 31454676 789064 2.40 406296 20450256 2139276 6.30 3911852 17631128 176 00:43:47 00:14:01 9879408 31454664 789028 2.40 406316 20450260 2139276 6.30 3911864 17631132 8 00:43:47 00:15:01 9879424 31454684 788976 2.40 406320 20450264 2139276 6.30 3911936 17631136 168 00:43:47 00:16:01 9879880 31455196 788436 2.40 406340 20450264 2139276 6.30 3911452 17631132 8 00:43:47 00:17:01 9880076 31455408 788140 2.40 406380 20450264 2139276 6.30 3911076 17631148 44 00:43:47 00:18:01 9880208 31455544 787940 2.40 406400 20450272 2139276 6.30 3911224 17631148 8 00:43:47 00:19:01 9879932 31455272 788160 2.40 406420 20450272 2123008 6.26 3911144 17631152 4 00:43:47 00:20:01 9880272 31455616 787740 2.40 406440 20450272 2123008 6.26 3911144 17631156 8 00:43:47 00:21:01 9880408 31455932 787612 2.40 406456 20450412 2123008 6.26 3911412 17631276 12 00:43:47 00:22:01 9880400 31455948 787588 2.40 406460 20450416 2123008 6.26 3911244 17631280 8 00:43:47 00:23:01 9870140 31447932 795544 2.42 406504 20451480 2140612 6.31 3923500 17631540 160 00:43:47 00:24:01 9870356 31448192 795440 2.42 406524 20451480 2140612 6.31 3923140 17631540 8 00:43:47 00:25:01 9870104 31447968 795760 2.42 406544 20451484 2140612 6.31 3923504 17631544 32 00:43:47 00:26:01 9870056 31447924 795732 2.42 406564 20451484 2140612 6.31 3923216 17631544 12 00:43:47 00:27:01 9869996 31447876 795920 2.42 406584 20451488 2140612 6.31 3923188 17631552 4 00:43:47 00:28:01 9869972 31447920 795872 2.42 406616 20451496 2140612 6.31 3923312 17631560 28 00:43:47 00:29:01 9869860 31447920 795796 2.42 406624 20451624 2140612 6.31 3923304 17631672 180 00:43:47 00:30:01 9869308 31447404 796264 2.42 406640 20451628 2140612 6.31 3923488 17631672 4 00:43:47 00:31:01 9869520 31447640 795968 2.42 406664 20451628 2140612 6.31 3923368 17631688 188 00:43:47 00:32:03 9867600 31447736 795992 2.42 408548 20451640 2140612 6.31 3925544 17631728 56 00:43:47 00:33:01 9866236 31447340 796244 2.42 409472 20451652 2140612 6.31 3926536 17631736 12 00:43:47 00:34:01 9865840 31447004 796596 2.42 409488 20451652 2140612 6.31 3926576 17631740 8 00:43:47 00:35:01 9865548 31446716 796776 2.42 409500 20451652 2140612 6.31 3926464 17631744 180 00:43:47 00:36:01 9865312 31446508 796964 2.42 409520 20451664 2140612 6.31 3926560 17631720 8 00:43:47 00:37:01 9865264 31446492 796928 2.42 409536 20451668 2156688 6.36 3926536 17631728 188 00:43:47 00:38:01 9865248 31446480 796904 2.42 409556 20451672 2156688 6.36 3926520 17631732 12 00:43:47 00:39:01 9865232 31446464 796888 2.42 409572 20451672 2156688 6.36 3926540 17631732 180 00:43:47 00:40:01 9865408 31446644 796876 2.42 409580 20451676 2156688 6.36 3926540 17631736 8 00:43:47 00:41:01 9865108 31446404 797120 2.42 409600 20451680 2156688 6.36 3926668 17631740 180 00:43:47 00:42:01 9865084 31446380 797060 2.42 409608 20451680 2156688 6.36 3927132 17631740 180 00:43:47 00:43:01 8559068 31379368 862544 2.62 424064 21591516 2465072 7.26 4035064 18738664 516948 00:43:47 Average: 10192016 31265118 974843 2.96 398430 19969037 2617921 7.72 4034912 17203964 169471 00:43:47 00:43:47 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:43:47 00:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:00:01 veth1bd612b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:01:01 veth38112e7 72.27 131.70 7.67 1166.10 0.00 0.00 0.00 0.10 00:43:47 00:01:01 lo 0.92 0.92 0.09 0.09 0.00 0.00 0.00 0.00 00:43:47 00:01:01 veth08ebe2a 73.32 149.23 7.66 1170.64 0.00 0.00 0.00 0.10 00:43:47 00:01:01 vethd02e238 80.41 141.40 8.52 1167.84 0.00 0.00 0.00 0.10 00:43:47 00:01:01 vethcb20b43 85.33 135.52 8.51 1172.08 0.00 0.00 0.00 0.10 00:43:47 00:01:01 veth88d66fb 81.61 153.27 8.25 1182.50 0.00 0.00 0.00 0.10 00:43:47 00:01:01 docker0 444.82 795.57 38.39 6887.63 0.00 0.00 0.00 0.00 00:43:47 00:01:01 ens3 1100.56 647.46 9787.66 243.67 0.00 0.00 0.00 0.00 00:43:47 00:01:01 veth1bd612b 0.08 1.19 0.00 0.05 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth4250885 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth017f67a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth1240410 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth7227245 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 vethebc580e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth25911b7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth53c7f1a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 vethc2328b0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth97372db 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth4393797 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 docker0 0.10 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth203ee01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 ens3 13.65 8.95 11.05 6.14 0.00 0.00 0.00 0.00 00:43:47 00:02:01 vethb76ecd5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth433e17f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:43:47 00:02:01 veth1bd612b 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth4250885 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth017f67a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth1240410 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth7227245 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 vethebc580e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth25911b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth53c7f1a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 00:43:47 00:03:02 vethc2328b0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth97372db 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth4393797 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth203ee01 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 ens3 2.39 1.57 1.92 0.96 0.00 0.00 0.00 0.00 00:43:47 00:03:02 vethb76ecd5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth433e17f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:03:02 veth1bd612b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth4250885 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth017f67a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth1240410 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth7227245 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 vethebc580e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth25911b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth53c7f1a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 vethc2328b0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth97372db 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth4393797 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth203ee01 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 ens3 6.07 3.64 4.69 2.52 0.00 0.00 0.00 0.00 00:43:47 00:04:01 vethb76ecd5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth433e17f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:04:01 veth1bd612b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:05:01 lo 23.33 23.33 2.30 2.30 0.00 0.00 0.00 0.00 00:43:47 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:05:01 ens3 196.05 177.89 130.71 742.28 0.00 0.00 0.00 0.00 00:43:47 00:06:01 lo 43.79 43.79 4.32 4.32 0.00 0.00 0.00 0.00 00:43:47 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:06:01 ens3 457.72 484.34 190.38 2635.78 0.00 0.00 0.00 0.00 00:43:47 00:07:01 lo 16.80 16.80 1.65 1.65 0.00 0.00 0.00 0.00 00:43:47 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:07:01 ens3 148.88 143.69 81.53 741.98 0.00 0.00 0.00 0.00 00:43:47 00:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:09:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:11:01 ens3 0.32 0.23 0.09 0.07 0.00 0.00 0.00 0.00 00:43:47 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:12:01 ens3 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 00:43:47 00:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:13:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:16:01 ens3 0.13 0.10 0.08 0.07 0.00 0.00 0.00 0.00 00:43:47 00:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:18:01 ens3 5.60 3.60 12.21 0.26 0.00 0.00 0.00 0.00 00:43:47 00:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:20:01 ens3 0.38 0.00 0.04 0.00 0.00 0.00 0.00 0.00 00:43:47 00:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:21:01 ens3 0.87 0.63 0.44 0.36 0.00 0.00 0.00 0.00 00:43:47 00:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:22:01 ens3 0.35 0.00 0.04 0.00 0.00 0.00 0.00 0.00 00:43:47 00:23:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 00:43:47 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:23:01 ens3 32.64 40.21 7.50 122.11 0.00 0.00 0.00 0.00 00:43:47 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:24:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:43:47 00:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:25:01 ens3 0.72 0.43 0.36 0.27 0.00 0.00 0.00 0.00 00:43:47 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:26:01 ens3 0.17 0.07 0.08 0.06 0.00 0.00 0.00 0.00 00:43:47 00:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:27:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:29:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:30:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:43:47 00:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:31:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 00:43:47 00:32:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:32:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:32:03 ens3 73.82 47.80 65.54 30.49 0.00 0.00 0.00 0.00 00:43:47 00:33:01 lo 0.21 0.21 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:33:01 ens3 42.70 30.10 48.88 15.94 0.00 0.00 0.00 0.00 00:43:47 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:34:01 ens3 0.58 0.40 0.35 0.28 0.00 0.00 0.00 0.00 00:43:47 00:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:36:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 00:43:47 00:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:37:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:38:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:39:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 00:43:47 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:47 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:41:01 ens3 0.25 0.25 0.08 0.08 0.00 0.00 0.00 0.00 00:43:47 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:42:01 ens3 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 00:43:47 00:43:01 lo 2.60 2.60 0.26 0.26 0.00 0.00 0.00 0.00 00:43:47 00:43:01 docker0 83.70 130.78 7.48 1266.95 0.00 0.00 0.00 0.00 00:43:47 00:43:01 ens3 416.66 264.31 8076.98 142.13 0.00 0.00 0.00 0.00 00:43:47 Average: lo 2.12 2.12 0.21 0.21 0.00 0.00 0.00 0.00 00:43:47 Average: docker0 12.42 21.77 1.08 191.55 0.00 0.00 0.00 0.00 00:43:47 Average: ens3 58.54 43.38 431.10 109.04 0.00 0.00 0.00 0.00 00:43:47 00:43:47 00:43:47 ---> sar -P ALL: 00:43:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7231) 08/07/24 _x86_64_ (8 CPU) 00:43:47 00:43:47 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:43:47 00:00:01 all 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 3 0.00 0.00 0.00 0.00 0.00 0.00 00:43:47 00:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:01:01 all 21.14 0.02 9.12 22.71 0.11 46.90 00:43:47 00:01:01 0 23.01 0.12 9.93 18.01 0.12 48.81 00:43:47 00:01:01 1 22.13 0.00 9.36 29.30 0.14 39.08 00:43:47 00:01:01 2 23.65 0.00 10.53 37.50 0.10 28.22 00:43:47 00:01:01 3 18.62 0.02 8.40 24.38 0.14 48.45 00:43:47 00:01:01 4 21.75 0.00 9.87 19.64 0.10 48.64 00:43:47 00:01:01 5 20.14 0.00 8.94 24.49 0.12 46.32 00:43:47 00:01:01 6 19.64 0.00 7.84 16.05 0.12 56.35 00:43:47 00:01:01 7 20.21 0.00 8.14 12.58 0.08 58.99 00:43:47 00:02:01 all 49.04 0.00 9.38 10.85 0.09 30.64 00:43:47 00:02:01 0 49.18 0.00 10.21 26.14 0.08 14.38 00:43:47 00:02:01 1 48.64 0.00 9.55 7.08 0.08 34.64 00:43:47 00:02:01 2 50.07 0.00 9.74 2.66 0.08 37.45 00:43:47 00:02:01 3 48.72 0.00 9.39 24.01 0.10 17.78 00:43:47 00:02:01 4 49.23 0.00 9.43 3.35 0.17 37.82 00:43:47 00:02:01 5 48.89 0.00 8.96 2.39 0.07 39.69 00:43:47 00:02:01 6 49.05 0.00 9.24 16.68 0.08 24.95 00:43:47 00:02:01 7 48.51 0.00 8.51 4.47 0.08 38.43 00:43:47 00:03:02 all 88.52 0.00 11.36 0.00 0.12 0.00 00:43:47 00:03:02 0 89.34 0.00 10.56 0.00 0.10 0.00 00:43:47 00:03:02 1 87.90 0.00 12.00 0.00 0.10 0.00 00:43:47 00:03:02 2 88.10 0.00 11.74 0.00 0.16 0.00 00:43:47 00:03:02 3 88.88 0.00 11.00 0.00 0.12 0.00 00:43:47 00:03:02 4 89.37 0.00 10.53 0.00 0.10 0.00 00:43:47 00:03:02 5 88.81 0.00 11.06 0.00 0.14 0.00 00:43:47 00:03:02 6 87.15 0.00 12.73 0.00 0.12 0.00 00:43:47 00:03:02 7 88.65 0.00 11.25 0.00 0.10 0.00 00:43:47 00:04:01 all 87.45 0.00 12.28 0.01 0.19 0.06 00:43:47 00:04:01 0 87.16 0.00 12.62 0.00 0.21 0.00 00:43:47 00:04:01 1 87.61 0.00 12.19 0.02 0.14 0.05 00:43:47 00:04:01 2 87.70 0.00 12.06 0.00 0.24 0.00 00:43:47 00:04:01 3 87.60 0.00 12.13 0.02 0.17 0.07 00:43:47 00:04:01 4 87.10 0.00 12.64 0.00 0.25 0.00 00:43:47 00:04:01 5 88.79 0.00 10.88 0.00 0.15 0.17 00:43:47 00:04:01 6 85.42 0.00 14.27 0.07 0.24 0.00 00:43:47 00:04:01 7 88.09 0.00 11.61 0.00 0.14 0.15 00:43:47 00:05:01 all 9.93 0.00 2.78 9.16 0.08 78.05 00:43:47 00:05:01 0 8.66 0.00 2.68 5.96 0.08 82.62 00:43:47 00:05:01 1 13.09 0.00 2.94 2.05 0.08 81.83 00:43:47 00:05:01 2 11.53 0.00 3.39 10.81 0.07 74.21 00:43:47 00:05:01 3 9.63 0.00 2.48 8.25 0.12 79.52 00:43:47 00:05:01 4 8.40 0.00 2.56 9.48 0.07 79.49 00:43:47 00:05:01 5 10.72 0.00 2.81 5.01 0.08 81.38 00:43:47 00:05:01 6 10.03 0.00 2.97 26.29 0.08 60.63 00:43:47 00:05:01 7 7.42 0.00 2.40 5.61 0.07 84.51 00:43:47 00:06:01 all 9.46 0.00 0.94 0.13 0.06 89.40 00:43:47 00:06:01 0 10.04 0.00 0.95 0.13 0.07 88.81 00:43:47 00:06:01 1 9.86 0.00 0.76 0.13 0.07 89.18 00:43:47 00:06:01 2 13.90 0.00 0.97 0.02 0.07 85.05 00:43:47 00:06:01 3 10.38 0.00 0.86 0.08 0.07 88.62 00:43:47 00:06:01 4 7.91 0.00 0.89 0.07 0.07 91.07 00:43:47 00:06:01 5 7.31 0.00 1.00 0.42 0.05 91.21 00:43:47 00:06:01 6 7.53 0.00 1.04 0.18 0.08 91.17 00:43:47 00:06:01 7 8.79 0.00 1.07 0.02 0.05 90.08 00:43:47 00:07:01 all 3.18 0.00 0.41 0.05 0.03 96.33 00:43:47 00:07:01 0 5.33 0.00 0.50 0.05 0.03 94.08 00:43:47 00:07:01 1 1.89 0.00 0.27 0.00 0.03 97.81 00:43:47 00:07:01 2 1.57 0.00 0.37 0.02 0.03 98.01 00:43:47 00:07:01 3 3.51 0.00 0.48 0.25 0.03 95.72 00:43:47 00:07:01 4 4.47 0.00 0.48 0.02 0.03 94.99 00:43:47 00:07:01 5 1.82 0.00 0.37 0.02 0.03 97.76 00:43:47 00:07:01 6 3.59 0.00 0.35 0.02 0.03 96.01 00:43:47 00:07:01 7 3.25 0.00 0.45 0.02 0.03 96.25 00:43:47 00:08:01 all 0.03 0.00 0.02 0.00 0.02 99.92 00:43:47 00:08:01 0 0.02 0.00 0.02 0.02 0.02 99.93 00:43:47 00:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:08:01 2 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:08:01 3 0.05 0.00 0.02 0.02 0.03 99.88 00:43:47 00:08:01 4 0.07 0.00 0.02 0.00 0.05 99.87 00:43:47 00:08:01 5 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:08:01 6 0.05 0.00 0.05 0.00 0.02 99.88 00:43:47 00:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:09:01 all 0.03 0.00 0.01 0.00 0.02 99.93 00:43:47 00:09:01 0 0.02 0.00 0.00 0.02 0.02 99.95 00:43:47 00:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:09:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:09:01 3 0.02 0.00 0.00 0.02 0.02 99.95 00:43:47 00:09:01 4 0.07 0.00 0.02 0.00 0.03 99.88 00:43:47 00:09:01 5 0.03 0.00 0.03 0.00 0.03 99.90 00:43:47 00:09:01 6 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:09:01 7 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:10:01 all 0.03 0.00 0.03 0.00 0.01 99.92 00:43:47 00:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:10:01 2 0.05 0.00 0.07 0.02 0.02 99.85 00:43:47 00:10:01 3 0.03 0.00 0.03 0.02 0.02 99.90 00:43:47 00:10:01 4 0.05 0.00 0.05 0.00 0.03 99.87 00:43:47 00:10:01 5 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:10:01 6 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:10:01 7 0.03 0.00 0.03 0.00 0.00 99.93 00:43:47 00:43:47 00:10:01 CPU %user %nice %system %iowait %steal %idle 00:43:47 00:11:01 all 0.03 0.00 0.01 0.01 0.02 99.93 00:43:47 00:11:01 0 0.02 0.00 0.02 0.02 0.02 99.93 00:43:47 00:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:11:01 3 0.07 0.00 0.00 0.03 0.02 99.88 00:43:47 00:11:01 4 0.07 0.00 0.03 0.00 0.05 99.85 00:43:47 00:11:01 5 0.02 0.00 0.00 0.00 0.03 99.95 00:43:47 00:11:01 6 0.05 0.00 0.03 0.00 0.00 99.92 00:43:47 00:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 00:43:47 00:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:12:01 1 0.00 0.00 0.02 0.00 0.03 99.95 00:43:47 00:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:12:01 3 0.07 0.00 0.05 0.02 0.02 99.85 00:43:47 00:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 00:43:47 00:12:01 5 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:13:01 all 0.02 0.00 0.02 0.00 0.02 99.94 00:43:47 00:13:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:43:47 00:13:01 1 0.00 0.00 0.02 0.00 0.03 99.95 00:43:47 00:13:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:13:01 4 0.03 0.00 0.00 0.00 0.03 99.93 00:43:47 00:13:01 5 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:14:01 all 0.03 0.00 0.01 0.01 0.01 99.94 00:43:47 00:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:14:01 1 0.02 0.00 0.00 0.02 0.03 99.93 00:43:47 00:14:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:43:47 00:14:01 3 0.00 0.00 0.00 0.03 0.02 99.95 00:43:47 00:14:01 4 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:14:01 5 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:14:01 6 0.05 0.00 0.00 0.00 0.00 99.95 00:43:47 00:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:15:01 all 0.04 0.00 0.03 0.00 0.02 99.91 00:43:47 00:15:01 0 0.03 0.00 0.02 0.02 0.02 99.92 00:43:47 00:15:01 1 0.07 0.00 0.03 0.00 0.05 99.85 00:43:47 00:15:01 2 0.02 0.00 0.03 0.00 0.03 99.92 00:43:47 00:15:01 3 0.02 0.00 0.00 0.02 0.00 99.97 00:43:47 00:15:01 4 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:15:01 5 0.02 0.00 0.05 0.00 0.02 99.92 00:43:47 00:15:01 6 0.08 0.00 0.02 0.00 0.00 99.90 00:43:47 00:15:01 7 0.05 0.00 0.05 0.00 0.02 99.88 00:43:47 00:16:01 all 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:16:01 1 0.02 0.00 0.02 0.02 0.03 99.92 00:43:47 00:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:16:01 3 0.03 0.00 0.03 0.02 0.02 99.90 00:43:47 00:16:01 4 0.08 0.00 0.00 0.00 0.02 99.90 00:43:47 00:16:01 5 0.00 0.00 0.03 0.00 0.03 99.93 00:43:47 00:16:01 6 0.00 0.00 0.02 0.00 0.02 99.97 00:43:47 00:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:17:01 all 0.04 0.00 0.02 0.01 0.02 99.91 00:43:47 00:17:01 0 0.05 0.00 0.00 0.00 0.02 99.93 00:43:47 00:17:01 1 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:17:01 2 0.08 0.00 0.05 0.00 0.02 99.85 00:43:47 00:17:01 3 0.02 0.00 0.03 0.05 0.02 99.88 00:43:47 00:17:01 4 0.08 0.00 0.02 0.00 0.02 99.88 00:43:47 00:17:01 5 0.03 0.00 0.02 0.02 0.02 99.92 00:43:47 00:17:01 6 0.03 0.00 0.02 0.00 0.00 99.95 00:43:47 00:17:01 7 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:18:01 all 0.04 0.00 0.01 0.00 0.02 99.93 00:43:47 00:18:01 0 0.02 0.00 0.00 0.02 0.02 99.95 00:43:47 00:18:01 1 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:18:01 2 0.07 0.00 0.03 0.00 0.02 99.88 00:43:47 00:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:43:47 00:18:01 4 0.05 0.00 0.02 0.00 0.02 99.92 00:43:47 00:18:01 5 0.03 0.00 0.03 0.00 0.00 99.93 00:43:47 00:18:01 6 0.07 0.00 0.00 0.00 0.03 99.90 00:43:47 00:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:19:01 all 0.04 0.00 0.01 0.00 0.01 99.94 00:43:47 00:19:01 0 0.03 0.00 0.02 0.02 0.02 99.92 00:43:47 00:19:01 1 0.05 0.00 0.00 0.00 0.03 99.92 00:43:47 00:19:01 2 0.08 0.00 0.05 0.00 0.02 99.85 00:43:47 00:19:01 3 0.02 0.00 0.00 0.02 0.00 99.97 00:43:47 00:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:20:01 all 0.14 0.00 0.01 0.00 0.02 99.83 00:43:47 00:20:01 0 0.00 0.00 0.00 0.02 0.02 99.97 00:43:47 00:20:01 1 0.98 0.00 0.02 0.00 0.03 98.97 00:43:47 00:20:01 2 0.07 0.00 0.02 0.00 0.02 99.90 00:43:47 00:20:01 3 0.00 0.00 0.00 0.02 0.02 99.97 00:43:47 00:20:01 4 0.05 0.00 0.02 0.00 0.02 99.92 00:43:47 00:20:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:20:01 6 0.00 0.00 0.00 0.00 0.03 99.97 00:43:47 00:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:21:01 all 0.24 0.00 0.03 0.00 0.01 99.71 00:43:47 00:21:01 0 0.02 0.00 0.02 0.02 0.02 99.93 00:43:47 00:21:01 1 1.74 0.00 0.03 0.00 0.03 98.19 00:43:47 00:21:01 2 0.05 0.00 0.05 0.00 0.02 99.88 00:43:47 00:21:01 3 0.02 0.00 0.02 0.02 0.00 99.95 00:43:47 00:21:01 4 0.07 0.00 0.03 0.00 0.02 99.88 00:43:47 00:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:21:01 6 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:21:01 7 0.00 0.00 0.05 0.00 0.02 99.93 00:43:47 00:43:47 00:21:01 CPU %user %nice %system %iowait %steal %idle 00:43:47 00:22:01 all 0.24 0.00 0.01 0.00 0.02 99.73 00:43:47 00:22:01 0 0.02 0.00 0.02 0.02 0.02 99.93 00:43:47 00:22:01 1 1.70 0.00 0.02 0.00 0.03 98.25 00:43:47 00:22:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:43:47 00:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:22:01 4 0.08 0.00 0.00 0.00 0.03 99.88 00:43:47 00:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:22:01 6 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:23:01 all 0.38 0.00 0.07 0.04 0.02 99.49 00:43:47 00:23:01 0 0.30 0.00 0.08 0.10 0.02 99.50 00:43:47 00:23:01 1 0.58 0.00 0.08 0.02 0.03 99.28 00:43:47 00:23:01 2 0.32 0.00 0.03 0.00 0.02 99.63 00:43:47 00:23:01 3 0.20 0.00 0.05 0.17 0.00 99.58 00:43:47 00:23:01 4 0.42 0.00 0.08 0.00 0.03 99.47 00:43:47 00:23:01 5 0.17 0.00 0.17 0.00 0.02 99.65 00:43:47 00:23:01 6 0.33 0.00 0.07 0.00 0.03 99.57 00:43:47 00:23:01 7 0.73 0.00 0.02 0.00 0.02 99.23 00:43:47 00:24:01 all 0.04 0.00 0.01 0.01 0.01 99.93 00:43:47 00:24:01 0 0.02 0.00 0.00 0.03 0.02 99.93 00:43:47 00:24:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 00:43:47 00:24:01 3 0.07 0.00 0.00 0.02 0.02 99.90 00:43:47 00:24:01 4 0.08 0.00 0.02 0.00 0.02 99.88 00:43:47 00:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:24:01 6 0.05 0.00 0.03 0.00 0.03 99.88 00:43:47 00:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:25:01 all 0.01 0.00 0.01 0.00 0.01 99.96 00:43:47 00:25:01 0 0.00 0.00 0.00 0.02 0.02 99.97 00:43:47 00:25:01 1 0.00 0.00 0.00 0.00 0.03 99.97 00:43:47 00:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:25:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:43:47 00:25:01 4 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:25:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:25:01 6 0.05 0.00 0.05 0.00 0.00 99.90 00:43:47 00:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:26:01 all 0.04 0.00 0.02 0.01 0.01 99.92 00:43:47 00:26:01 0 0.02 0.00 0.02 0.02 0.00 99.95 00:43:47 00:26:01 1 0.05 0.00 0.03 0.00 0.03 99.88 00:43:47 00:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:26:01 3 0.07 0.00 0.02 0.07 0.02 99.83 00:43:47 00:26:01 4 0.03 0.00 0.02 0.00 0.03 99.92 00:43:47 00:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 00:43:47 00:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:26:01 7 0.03 0.00 0.02 0.00 0.00 99.95 00:43:47 00:27:01 all 0.02 0.00 0.01 0.01 0.01 99.95 00:43:47 00:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:27:01 1 0.00 0.00 0.00 0.02 0.02 99.97 00:43:47 00:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:27:01 3 0.03 0.00 0.03 0.07 0.02 99.85 00:43:47 00:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:27:01 6 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:27:01 7 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:28:01 all 0.03 0.00 0.01 0.00 0.01 99.95 00:43:47 00:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:28:01 1 0.00 0.00 0.03 0.00 0.02 99.95 00:43:47 00:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 00:43:47 00:28:01 3 0.08 0.00 0.00 0.02 0.00 99.90 00:43:47 00:28:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:28:01 6 0.03 0.00 0.00 0.00 0.03 99.93 00:43:47 00:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:29:01 all 0.04 0.00 0.02 0.01 0.01 99.91 00:43:47 00:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:29:01 1 0.02 0.00 0.02 0.02 0.03 99.92 00:43:47 00:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:29:01 3 0.00 0.00 0.00 0.07 0.02 99.92 00:43:47 00:29:01 4 0.30 0.00 0.07 0.00 0.03 99.60 00:43:47 00:29:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:29:01 6 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:30:01 all 0.12 0.00 0.01 0.01 0.02 99.84 00:43:47 00:30:01 0 0.03 0.00 0.00 0.02 0.02 99.93 00:43:47 00:30:01 1 0.02 0.00 0.02 0.00 0.03 99.93 00:43:47 00:30:01 2 0.00 0.00 0.02 0.00 0.02 99.97 00:43:47 00:30:01 3 0.00 0.00 0.02 0.05 0.00 99.93 00:43:47 00:30:01 4 0.86 0.00 0.02 0.00 0.05 99.07 00:43:47 00:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:30:01 6 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 00:43:47 00:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:31:01 1 0.02 0.00 0.00 0.00 0.03 99.95 00:43:47 00:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:31:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:43:47 00:31:01 4 0.03 0.00 0.05 0.00 0.02 99.90 00:43:47 00:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:31:01 6 0.03 0.00 0.03 0.00 0.03 99.90 00:43:47 00:31:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:47 00:32:03 all 0.20 0.00 0.08 1.53 0.02 98.16 00:43:47 00:32:03 0 0.03 0.00 0.00 0.34 0.00 99.63 00:43:47 00:32:03 1 0.23 0.00 0.08 0.00 0.03 99.66 00:43:47 00:32:03 2 0.05 0.00 0.00 0.00 0.02 99.94 00:43:47 00:32:03 3 0.19 0.00 0.16 9.60 0.02 90.03 00:43:47 00:32:03 4 0.42 0.00 0.15 0.13 0.05 99.26 00:43:47 00:32:03 5 0.00 0.00 0.02 2.00 0.00 97.99 00:43:47 00:32:03 6 0.23 0.00 0.03 0.00 0.03 99.71 00:43:47 00:32:03 7 0.47 0.00 0.21 0.21 0.03 99.08 00:43:47 00:43:47 00:32:03 CPU %user %nice %system %iowait %steal %idle 00:43:47 00:33:01 all 0.10 0.00 0.07 1.25 0.02 98.56 00:43:47 00:33:01 0 0.00 0.00 0.02 0.17 0.02 99.79 00:43:47 00:33:01 1 0.21 0.00 0.12 0.00 0.03 99.64 00:43:47 00:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:33:01 3 0.10 0.00 0.19 8.66 0.05 90.99 00:43:47 00:33:01 4 0.09 0.00 0.02 0.00 0.02 99.88 00:43:47 00:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:33:01 6 0.05 0.00 0.02 0.00 0.00 99.93 00:43:47 00:33:01 7 0.34 0.00 0.19 1.17 0.00 98.29 00:43:47 00:34:01 all 0.03 0.00 0.01 0.00 0.02 99.94 00:43:47 00:34:01 0 0.03 0.00 0.00 0.02 0.02 99.93 00:43:47 00:34:01 1 0.02 0.00 0.03 0.00 0.03 99.92 00:43:47 00:34:01 2 0.08 0.00 0.03 0.00 0.02 99.87 00:43:47 00:34:01 3 0.07 0.00 0.05 0.00 0.03 99.85 00:43:47 00:34:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 00:43:47 00:35:01 all 0.04 0.00 0.02 0.00 0.01 99.94 00:43:47 00:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:43:47 00:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 00:43:47 00:35:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:43:47 00:35:01 3 0.05 0.00 0.00 0.02 0.02 99.92 00:43:47 00:35:01 4 0.13 0.00 0.02 0.00 0.00 99.85 00:43:47 00:35:01 5 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:35:01 6 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:36:01 all 0.02 0.00 0.02 0.00 0.02 99.94 00:43:47 00:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:36:01 1 0.02 0.00 0.00 0.00 0.03 99.95 00:43:47 00:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:36:01 3 0.03 0.00 0.05 0.02 0.03 99.87 00:43:47 00:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:36:01 5 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:36:01 6 0.02 0.00 0.03 0.00 0.02 99.93 00:43:47 00:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:37:01 all 0.13 0.00 0.01 0.00 0.01 99.84 00:43:47 00:37:01 0 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:37:01 1 0.03 0.00 0.03 0.02 0.03 99.88 00:43:47 00:37:01 2 0.03 0.00 0.00 0.00 0.00 99.97 00:43:47 00:37:01 3 0.02 0.00 0.00 0.02 0.00 99.97 00:43:47 00:37:01 4 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:37:01 5 0.84 0.00 0.02 0.00 0.00 99.14 00:43:47 00:37:01 6 0.07 0.00 0.05 0.00 0.03 99.85 00:43:47 00:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:38:01 all 0.27 0.00 0.02 0.00 0.01 99.69 00:43:47 00:38:01 0 0.02 0.00 0.02 0.02 0.00 99.95 00:43:47 00:38:01 1 0.02 0.00 0.03 0.00 0.03 99.92 00:43:47 00:38:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:43:47 00:38:01 3 0.00 0.00 0.02 0.02 0.00 99.97 00:43:47 00:38:01 4 0.05 0.00 0.00 0.00 0.02 99.93 00:43:47 00:38:01 5 1.98 0.00 0.00 0.00 0.02 98.00 00:43:47 00:38:01 6 0.05 0.00 0.05 0.00 0.02 99.88 00:43:47 00:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:39:01 all 0.05 0.00 0.01 0.00 0.02 99.92 00:43:47 00:39:01 0 0.02 0.00 0.00 0.02 0.02 99.95 00:43:47 00:39:01 1 0.03 0.00 0.00 0.00 0.03 99.93 00:43:47 00:39:01 2 0.07 0.00 0.02 0.00 0.02 99.90 00:43:47 00:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:39:01 4 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:39:01 5 0.18 0.00 0.02 0.00 0.00 99.80 00:43:47 00:39:01 6 0.08 0.00 0.00 0.00 0.03 99.88 00:43:47 00:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 00:43:47 00:40:01 all 0.01 0.00 0.02 0.00 0.01 99.95 00:43:47 00:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:40:01 1 0.02 0.00 0.02 0.02 0.03 99.92 00:43:47 00:40:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:43:47 00:40:01 3 0.00 0.00 0.00 0.02 0.00 99.98 00:43:47 00:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:40:01 5 0.00 0.00 0.02 0.00 0.02 99.97 00:43:47 00:40:01 6 0.02 0.00 0.05 0.00 0.03 99.90 00:43:47 00:40:01 7 0.03 0.00 0.02 0.00 0.00 99.95 00:43:47 00:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 00:43:47 00:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 00:43:47 00:41:01 1 0.03 0.00 0.00 0.02 0.02 99.93 00:43:47 00:41:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:43:47 00:41:01 3 0.02 0.00 0.00 0.02 0.00 99.97 00:43:47 00:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 00:43:47 00:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:41:01 6 0.05 0.00 0.07 0.00 0.03 99.85 00:43:47 00:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:47 00:42:01 all 0.02 0.00 0.01 0.00 0.02 99.96 00:43:47 00:42:01 0 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:42:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:47 00:42:01 2 0.03 0.00 0.00 0.00 0.02 99.95 00:43:47 00:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:47 00:42:01 4 0.00 0.00 0.00 0.00 0.03 99.97 00:43:47 00:42:01 5 0.00 0.00 0.02 0.00 0.00 99.98 00:43:47 00:42:01 6 0.05 0.00 0.03 0.00 0.03 99.88 00:43:47 00:42:01 7 0.02 0.00 0.02 0.00 0.02 99.95 00:43:47 00:43:01 all 7.54 0.00 3.43 1.72 0.05 87.25 00:43:47 00:43:01 0 7.50 0.00 3.34 0.17 0.05 88.94 00:43:47 00:43:01 1 8.46 0.00 3.81 6.29 0.05 81.39 00:43:47 00:43:01 2 6.97 0.00 3.51 0.10 0.03 89.38 00:43:47 00:43:01 3 9.02 0.00 3.50 6.70 0.05 80.73 00:43:47 00:43:01 4 7.43 0.00 4.02 0.49 0.05 88.01 00:43:47 00:43:01 5 6.49 0.00 2.09 0.02 0.05 91.35 00:43:47 00:43:01 6 7.61 0.00 3.33 0.03 0.03 89.00 00:43:47 00:43:01 7 6.88 0.00 3.84 0.02 0.07 89.20 00:43:47 00:43:47 Average: CPU %user %nice %system %iowait %steal %idle 00:43:47 Average: all 6.34 0.00 1.15 1.09 0.03 91.39 00:43:47 Average: 0 6.40 0.00 1.17 1.18 0.03 91.22 00:43:47 Average: 1 6.58 0.00 1.19 1.03 0.04 91.16 00:43:47 Average: 2 6.35 0.00 1.19 1.16 0.03 91.26 00:43:47 Average: 3 6.34 0.00 1.12 1.91 0.03 90.60 00:43:47 Average: 4 6.28 0.00 1.16 0.76 0.04 91.77 00:43:47 Average: 5 6.30 0.00 1.07 0.79 0.02 91.82 00:43:47 Average: 6 6.14 0.00 1.19 1.36 0.03 91.27 00:43:47 Average: 7 6.30 0.00 1.11 0.55 0.02 92.02 00:43:47 00:43:47 00:43:47