Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b6a792cc14dceb412227bc035c2b58c27f836273 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-ssh14632932966883013607.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-ssh15462986809111146327.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-ssh1461388889932221953.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-ssh16694193751073708374.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-ssh4358498244368292659.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5838 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/654 [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/654 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b6a792cc14dceb412227bc035c2b58c27f836273 (main) Commit message: "Merge pull request #4827 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.44" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b6a792cc14dceb412227bc035c2b58c27f836273 # timeout=10 > git rev-list --no-walk 5162257f8dee1b2a6e96c0426af9cd51831dbfdc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:00:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:00:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:00:42 ========================================================= 05:00:42 EdgeX Global Pipelines Version Info 05:00:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:00:43 ------------------- 05:00:43 stable info: 05:00:43 ------------------- 05:00:43 Commited By: Ginny Guan ginny@iotechsys.com 05:00:43 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 05:00:43 Message: update stable to v1.0.260 05:00:43 ------------------- 05:00:43 experimental info: 05:00:43 ------------------- 05:00:43 Commited By: Ginny Guan ginny@iotechsys.com 05:00:43 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 05:00:43 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:00:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:00:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:00:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:00:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:00:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6a792c [Pipeline] echo 05:00:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:00:44 provisioning config files... 05:00:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config9576037364925145366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:00:45 ---> ****-login.sh 05:00:45 nexus3.edgexfoundry.org:10001 05:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:00:45 Configure a credential helper to remove this warning. See 05:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:00:45 05:00:45 Login Succeeded 05:00:45 nexus3.edgexfoundry.org:10002 05:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:00:45 Configure a credential helper to remove this warning. See 05:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:00:45 05:00:45 Login Succeeded 05:00:45 nexus3.edgexfoundry.org:10003 05:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:00:45 Configure a credential helper to remove this warning. See 05:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:00:45 05:00:45 Login Succeeded 05:00:45 nexus3.edgexfoundry.org:10004 05:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:00:45 Configure a credential helper to remove this warning. See 05:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:00:45 05:00:45 Login Succeeded 05:00:45 ****.io 05:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:00:45 Configure a credential helper to remove this warning. See 05:00:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:00:45 05:00:45 Login Succeeded 05:00:45 ---> ****-login.sh ends [Pipeline] } 05:00:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:00:46 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 05:00:46 + + cutdirname -d/ cmd/core-command/Dockerfile -f2 05:00:46 05:00:46 + echo core-command,cmd/core-command/Dockerfile 05:00:46 + dirname cmd/core-common-config-bootstrapper/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 05:00:46 + dirname cmd/core-data/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo core-data,cmd/core-data/Dockerfile 05:00:46 + dirname cmd/core-keeper/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo core-keeper,cmd/core-keeper/Dockerfile 05:00:46 + dirname cmd/core-metadata/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo core-metadata,cmd/core-metadata/Dockerfile 05:00:46 + dirname cmd/security-bootstrapper/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 05:00:46 + dirname cmd/security-proxy-auth/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 05:00:46 + dirname cmd/security-proxy-setup/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:00:46 + dirname cmd/security-secretstore-setup/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:00:46 + dirname cmd/security-spiffe-token-provider/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 05:00:46 + dirname cmd/security-spire-agent/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 05:00:46 + dirname cmd/security-spire-config/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-spire-config,cmd/security-spire-config/Dockerfile 05:00:46 + dirname cmd/security-spire-server/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo security-spire-server,cmd/security-spire-server/Dockerfile 05:00:46 + dirname cmd/support-notifications/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo support-notifications,cmd/support-notifications/Dockerfile 05:00:46 + dirname cmd/support-scheduler/Dockerfile 05:00:46 + cut -d/ -f2 05:00:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 05:00:46 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:00:46 + git rev-list -1 --merges b6a792cc14dceb412227bc035c2b58c27f836273~1..b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo 05:00:46 -----------> git rev-list -1 --merges b6a792cc14dceb412227bc035c2b58c27f836273~1..b6a792cc14dceb412227bc035c2b58c27f836273 b6a792cc14dceb412227bc035c2b58c27f836273 05:00:46 b6a792cc14dceb412227bc035c2b58c27f836273 [false] [Pipeline] sh 05:00:46 + git log --format=format:%s -1 b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] echo 05:00:46 ========================================================= 05:00:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:00:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 05:00:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:00:47 + grep -v github /etc/ssh/ssh_known_hosts 05:00:47 + [ -e /tmp/ssh_known_hosts ] 05:00:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:00:47 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:00:47 sudo tee -a /etc/ssh/ssh_known_hosts 05:00:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:47 05:00:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:47 0.1.4: Pulling from edgex-devops/py-git-semver 05:00:47 b85a868b505f: Pulling fs layer 05:00:47 e2be974225ed: Pulling fs layer 05:00:47 339a4e72a1f5: Pulling fs layer 05:00:47 988bab9f4d93: Pulling fs layer 05:00:47 1469e6f7b9e6: Pulling fs layer 05:00:47 eaf3925da568: Pulling fs layer 05:00:47 bab4dde63d76: Pulling fs layer 05:00:47 bde34c3a00c8: Pulling fs layer 05:00:47 b352a97aabf1: Pulling fs layer 05:00:47 4872d77fe225: Pulling fs layer 05:00:47 5851b861e8e6: Pulling fs layer 05:00:47 1469e6f7b9e6: Waiting 05:00:47 eaf3925da568: Waiting 05:00:47 988bab9f4d93: Waiting 05:00:47 bab4dde63d76: Waiting 05:00:47 4872d77fe225: Waiting 05:00:47 5851b861e8e6: Waiting 05:00:47 b352a97aabf1: Waiting 05:00:47 bde34c3a00c8: Waiting 05:00:47 e2be974225ed: Verifying Checksum 05:00:47 988bab9f4d93: Verifying Checksum 05:00:47 988bab9f4d93: Download complete 05:00:48 1469e6f7b9e6: Verifying Checksum 05:00:48 1469e6f7b9e6: Download complete 05:00:48 eaf3925da568: Verifying Checksum 05:00:48 eaf3925da568: Download complete 05:00:48 339a4e72a1f5: Download complete 05:00:48 bde34c3a00c8: Verifying Checksum 05:00:48 bde34c3a00c8: Download complete 05:00:48 b352a97aabf1: Download complete 05:00:48 4872d77fe225: Verifying Checksum 05:00:48 4872d77fe225: Download complete 05:00:48 5851b861e8e6: Verifying Checksum 05:00:48 5851b861e8e6: Download complete 05:00:48 b85a868b505f: Verifying Checksum 05:00:48 b85a868b505f: Download complete 05:00:48 bab4dde63d76: Verifying Checksum 05:00:48 bab4dde63d76: Download complete 05:00:49 b85a868b505f: Pull complete 05:00:49 e2be974225ed: Pull complete 05:00:50 339a4e72a1f5: Pull complete 05:00:50 988bab9f4d93: Pull complete 05:00:50 1469e6f7b9e6: Pull complete 05:00:50 eaf3925da568: Pull complete 05:00:52 bab4dde63d76: Pull complete 05:00:52 bde34c3a00c8: Pull complete 05:00:52 b352a97aabf1: Pull complete 05:00:52 4872d77fe225: Pull complete 05:00:52 5851b861e8e6: Pull complete 05:00:52 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:00:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:00:52 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:52 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:00:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:00:55 $ docker top 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 -eo pid,comm 05:00:55 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:00:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:00:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:55 [ssh-agent] Looking for ssh-agent implementation... 05:00:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:56 $ docker exec 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent 05:00:56 SSH_AUTH_SOCK=/tmp/ssh-M3VVXFEC8OfB/agent.33 05:00:56 SSH_AGENT_PID=39 05:00:56 Running ssh-add (command line suppressed) 05:00:56 Identity added: /w/workspace/edgex-go/654@tmp/private_key_16404005656366221640.key (/w/workspace/edgex-go/654@tmp/private_key_16404005656366221640.key) 05:00:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:56 + git tag --points-at HEAD [Pipeline] } 05:00:56 $ docker exec --env ******** --env ******** 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent -k 05:00:56 unset SSH_AUTH_SOCK; 05:00:56 unset SSH_AGENT_PID; 05:00:56 echo Agent pid 39 killed; 05:00:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:00:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:00:56 [ssh-agent] Looking for ssh-agent implementation... 05:00:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:00:56 $ docker exec 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent 05:00:57 SSH_AUTH_SOCK=/tmp/ssh-TQX7fy05v8eq/agent.72 05:00:57 SSH_AGENT_PID=78 05:00:57 Running ssh-add (command line suppressed) 05:00:57 Identity added: /w/workspace/edgex-go/654@tmp/private_key_2788908317128643456.key (/w/workspace/edgex-go/654@tmp/private_key_2788908317128643456.key) 05:00:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:00:57 + git semver init 05:00:57 2024-07-18 05:00:57,598 [run_init] DEBUG init version:0.0.0 force:False 05:00:57 2024-07-18 05:00:57,599 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/654/.semver 05:00:57 2024-07-18 05:00:57,599 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/654/.semver 05:00:57 2024-07-18 05:00:57,600 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/654/.semver'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) 05:01:02 2024-07-18 05:01:02,651 [append_file] DEBUG append to file:/w/workspace/edgex-go/654/.git/info/exclude 05:01:02 2024-07-18 05:01:02,652 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/654/.semver/main with force:False 05:01:02 2024-07-18 05:01:02,652 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:01:02 2024-07-18 05:01:02,652 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:01:02 3.2.0-dev.36 [Pipeline] } 05:01:02 $ docker exec --env ******** --env ******** 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 ssh-agent -k 05:01:03 unset SSH_AUTH_SOCK; 05:01:03 unset SSH_AGENT_PID; 05:01:03 echo Agent pid 78 killed; 05:01:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:01:03 + git semver [Pipeline] } 05:01:03 $ docker stop --time=1 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 05:01:04 $ docker rm -f --volumes 29e2b00450fe9d9588931a5d74687b5cbae6d6c795c050a46415b1cb471b49e4 [Pipeline] // withDockerContainer [Pipeline] sh 05:01:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:01:05 Stashed 1 file(s) [Pipeline] echo 05:01:05 [edgeXSemver]: initialized semver on version 3.2.0-dev.36 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:01:05 + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo 05:01:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:01:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:01:06 ========================================================= 05:01:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 05:01:06 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:01:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:01:06 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 05:01:06 619be1103602: Pulling fs layer 05:01:06 7862e08f4a3e: Pulling fs layer 05:01:06 5df492c9dc93: Pulling fs layer 05:01:06 7629e6793208: Pulling fs layer 05:01:06 4f4fb700ef54: Pulling fs layer 05:01:06 4f4fb700ef54: Waiting 05:01:06 7629e6793208: Waiting 05:01:06 fb5054dd5b73: Pulling fs layer 05:01:06 eeca6798cff9: Pulling fs layer 05:01:06 aa269ceb94a6: Pulling fs layer 05:01:06 fb5054dd5b73: Waiting 05:01:06 eeca6798cff9: Waiting 05:01:06 ada007ff1a6a: Pulling fs layer 05:01:06 aa269ceb94a6: Waiting 05:01:06 ada007ff1a6a: Waiting 05:01:06 7862e08f4a3e: Verifying Checksum 05:01:06 7862e08f4a3e: Download complete 05:01:06 7629e6793208: Verifying Checksum 05:01:06 7629e6793208: Download complete 05:01:06 4f4fb700ef54: Verifying Checksum 05:01:06 4f4fb700ef54: Download complete 05:01:06 fb5054dd5b73: Verifying Checksum 05:01:06 fb5054dd5b73: Download complete 05:01:06 619be1103602: Download complete 05:01:06 eeca6798cff9: Verifying Checksum 05:01:06 eeca6798cff9: Download complete 05:01:06 619be1103602: Pull complete 05:01:06 ada007ff1a6a: Verifying Checksum 05:01:06 ada007ff1a6a: Download complete 05:01:06 7862e08f4a3e: Pull complete 05:01:06 5df492c9dc93: Download complete 05:01:07 aa269ceb94a6: Verifying Checksum 05:01:07 aa269ceb94a6: Download complete 05:01:10 5df492c9dc93: Pull complete 05:01:10 7629e6793208: Pull complete 05:01:10 4f4fb700ef54: Pull complete 05:01:10 fb5054dd5b73: Pull complete 05:01:10 eeca6798cff9: Pull complete 05:01:12 aa269ceb94a6: Pull complete 05:01:13 ada007ff1a6a: Pull complete 05:01:13 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 05:01:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:01:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh 05:01:13 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:01:13 WORKDIR /edgex 05:01:13 COPY go.mod . 05:01:13 RUN go mod download 05:01:13 docker build -t ci-base-image-x86_64 -f - . 05:01:14 Sending build context to Docker daemon 178.6MB 05:01:14 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 05:01:14 ---> f489d0715acc 05:01:14 Step 2/4 : WORKDIR /edgex 05:01:19 ---> Running in 7f75d2cb7d66 05:01:19 Removing intermediate container 7f75d2cb7d66 05:01:19 ---> 648f77977d9b 05:01:19 Step 3/4 : COPY go.mod . 05:01:19 ---> cd1bac9967ef 05:01:19 Step 4/4 : RUN go mod download 05:01:19 ---> Running in 5a85d98ef509 05:01:20 Still waiting to schedule task 05:01:20 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 05:01:45 Removing intermediate container 5a85d98ef509 05:01:45 ---> 9d92cceac4c9 05:01:45 Successfully built 9d92cceac4c9 05:01:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:46 + docker inspect -f . ci-base-image-x86_64 05:01:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:46 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:01:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:01:46 $ docker top 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:01:47 + go version 05:01:47 go version go1.21.9 linux/amd64 [Pipeline] } 05:01:47 $ docker stop --time=1 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 05:01:48 $ docker rm -f --volumes 69bf7998612ffd0e786a706a1d3741ac3170d36c18d6e07339c8f2fcc81d7eb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:48 + docker inspect -f . ci-base-image-x86_64 05:01:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:01:48 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:01:48 $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:01:49 $ docker top 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa -eo pid,comm [Pipeline] { [Pipeline] echo 05:01:49 ========================================================= 05:01:49 [edgeXBuildGoParallel] Running Tests and Build... 05:01:49 ========================================================= [Pipeline] sh 05:01:49 + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] fileExists [Pipeline] sh 05:01:49 + make test 05:01:49 go test -race -coverprofile=coverage.out ./... 05:01:58 ? github.com/edgexfoundry/edgex-go [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 28.7% of statements 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 05:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] 05:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 05:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] 05:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] 05:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] 05:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 05:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.2% of statements 05:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements 05:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.467s coverage: 93.4% of statements 05:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 91.7% of statements 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.035s coverage: 6.5% of statements 05:02:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.307s coverage: 95.8% of statements 05:02:41 ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements 05:02:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 05:02:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 32.2% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.023s coverage: 41.7% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.018s coverage: 77.8% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.027s coverage: 94.1% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements 05:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.023s coverage: 87.5% of statements 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 05:02:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:02:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:02:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:02:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 05:02:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:02:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:02:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:02:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 05:02:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 05:02:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 05:02:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 05:02:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 05:02:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 05:02:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:02:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.026s coverage: 94.4% of statements 05:02:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 05:02:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 05:02:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 05:02:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 05:02:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:02:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:02:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 05:02:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.247s coverage: 79.9% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.046s coverage: 92.9% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.019s coverage: 64.4% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 20.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.015s coverage: 89.4% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.011s coverage: 100.0% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 38.4% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 89.5% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.032s coverage: 84.8% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.039s coverage: 19.9% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.095s coverage: 95.7% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.029s coverage: 61.8% of statements 05:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 98.9% of statements 05:03:08 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 05:03:08 running golangci-lint 05:03:08 golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z 05:03:08 go version go1.21.9 linux/amd64 05:03:09 level=info msg="[config_reader] Used config file .golangci.yml" 05:03:09 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 05:03:31 level=info msg="[loader] Go packages loading at mode 575 (imports|name|deps|exports_file|files|compiled_files|types_sizes) took 20.470520658s" 05:03:31 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.48191ms" 05:03:41 level=info msg="[linters_context/goanalysis] analyzers took 1m22.955889618s with top 10 stages: buildir: 45.657162503s, gosec: 6.704704854s, inspect: 2.768589363s, fact_deprecated: 2.015511211s, printf: 1.478706069s, ctrlflow: 1.385767869s, fact_purity: 1.087124407s, nilness: 1.044703053s, S1038: 827.492193ms, SA1012: 571.268429ms" 05:03:41 level=info msg="[runner] Issues before processing: 209, after processing: 0" 05:03:41 level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 209/209, exclude: 209/209, exclude-rules: 21/209, nolint: 0/21, filename_unadjuster: 209/209, path_prettifier: 209/209, skip_dirs: 209/209, cgo: 209/209, skip_files: 209/209, identifier_marker: 209/209" 05:03:41 level=info msg="[runner] processing took 15.680135ms with stages: nolint: 6.386361ms, identifier_marker: 4.706995ms, exclude-rules: 1.612394ms, autogenerated_exclude: 1.241554ms, path_prettifier: 1.114928ms, skip_dirs: 569.67µs, cgo: 34.362µs, filename_unadjuster: 9.791µs, max_same_issues: 780ns, fixer: 750ns, uniq_by_line: 360ns, skip_files: 330ns, exclude: 310ns, diff: 290ns, source_code: 250ns, severity-rules: 240ns, sort_results: 240ns, max_from_linter: 170ns, path_shortener: 120ns, path_prefixer: 120ns, max_per_file_from_linter: 120ns" 05:03:41 level=info msg="[runner] linters took 9.987423551s with stages: goanalysis_metalinter: 9.971636622s" 05:03:41 level=info msg="File cache stats: 0 entries of total size 0B" 05:03:41 level=info msg="Memory: 305 samples, avg is 276.0MB, max is 1369.7MB" 05:03:41 level=info msg="Execution took 30.507394216s" 05:03:41 go vet ./... 05:03:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:03:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:03:45 ./bin/test-attribution-txt.sh [Pipeline] echo 05:03:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh 05:03:46 + ls -al . 05:03:46 total 840 05:03:46 drwxrwxr-x 11 1001 1001 4096 Jul 18 05:01 . 05:03:46 drwxr-xr-x 4 root root 4096 Jul 18 05:01 .. 05:03:46 drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 .blubracket 05:03:46 -rw-rw-r-- 1 1001 1001 10 Jul 18 05:00 .dockerignore 05:03:46 drwxrwxr-x 8 1001 1001 4096 Jul 18 05:03 .git 05:03:46 drwxrwxr-x 3 1001 1001 4096 Jul 18 05:00 .github 05:03:46 -rw-rw-r-- 1 1001 1001 1102 Jul 18 05:00 .gitignore 05:03:46 -rw-rw-r-- 1 1001 1001 42 Jul 18 05:00 .golangci.yml 05:03:46 -rw-rw-r-- 1 1001 1001 100 Jul 18 05:00 .hadolint.yml 05:03:46 drwxr-xr-x 3 1001 1001 4096 Jul 18 05:01 .semver 05:03:46 -rw-rw-r-- 1 1001 1001 155 Jul 18 05:00 .sonarcloud.properties 05:03:46 -rw-rw-r-- 1 1001 1001 1171 Jul 18 05:00 ADOPTERS.md 05:03:46 -rw-rw-r-- 1 1001 1001 20361 Jul 18 05:00 Attribution.txt 05:03:46 -rw-rw-r-- 1 1001 1001 100284 Jul 18 05:00 CHANGELOG.md 05:03:46 -rw-rw-r-- 1 1001 1001 3804 Jul 18 05:00 CONTRIBUTING.md 05:03:46 -rw-rw-r-- 1 1001 1001 677 Jul 18 05:00 GOVERNANCE.md 05:03:46 -rw-rw-r-- 1 1001 1001 861 Jul 18 05:00 Jenkinsfile 05:03:46 -rw-rw-r-- 1 1001 1001 10775 Jul 18 05:00 LICENSE 05:03:46 -rw-rw-r-- 1 1001 1001 16051 Jul 18 05:00 Makefile 05:03:46 -rw-rw-r-- 1 1001 1001 582 Jul 18 05:00 OWNERS.md 05:03:46 -rw-rw-r-- 1 1001 1001 9528 Jul 18 05:00 README.md 05:03:46 -rw-rw-r-- 1 1001 1001 789 Jul 18 05:00 SECURITY.md 05:03:46 -rw-rw-r-- 1 1001 1001 12 Jul 18 05:01 VERSION 05:03:46 drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 bin 05:03:46 drwxrwxr-x 19 1001 1001 4096 Jul 18 05:00 cmd 05:03:46 -rw-r--r-- 1 root root 481596 Jul 18 05:03 coverage.out 05:03:46 drwxrwxr-x 2 1001 1001 4096 Jul 18 05:00 fuzz_test 05:03:46 -rw-rw-r-- 1 1001 1001 6911 Jul 18 05:00 go.mod 05:03:46 -rw-rw-r-- 1 1001 1001 101537 Jul 18 05:00 go.sum 05:03:46 drwxrwxr-x 7 1001 1001 4096 Jul 18 05:00 internal 05:03:46 drwxrwxr-x 3 1001 1001 4096 Jul 18 05:00 openapi 05:03:46 -rw-rw-r-- 1 1001 1001 584 Jul 18 05:00 security.txt 05:03:46 -rw-rw-r-- 1 1001 1001 204 Jul 18 05:00 version.go [Pipeline] sh 05:03:46 + '[' -e coverage.out ] 05:03:46 + chown 1001:1001 coverage.out [Pipeline] stash 05:03:46 Stashed 1 file(s) [Pipeline] sh 05:03:46 + make build 05:03:46 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:04:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:04:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:04:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:04:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:04:13 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:04:17 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:04:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:04:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:04:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:04:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:04:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5841 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 05:04:22 Running in /w/workspace/edgex-go/654 [Pipeline] { [Pipeline] checkout 05:04:22 The recommended git tool is: git 05:04:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:04:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 05:04:24 $ docker stop --time=1 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa 05:04:30 $ docker rm -f --volumes 73ef47d01c555210222e78e03eb9d03c0437d320fd3104a17d814b709bf18efa [Pipeline] // withDockerContainer 05:04:30 using credential edgex-jenkins-ssh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 05:04:30 Cloning the remote Git repository [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:04:31 05:04:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:04:30 > git init /w/workspace/edgex-go/654 # timeout=10 05:04:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:04:31 > git --version # timeout=10 05:04:31 > git --version # 'git version 2.25.1' 05:04:31 using GIT_SSH to set credentials SSH Credentials for GitHub 05:04:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:04:31 latest: Pulling from edgex-devops/edgex-compose 05:04:31 91d30c5bc195: Pulling fs layer 05:04:31 2e9b0aa3be6d: Pulling fs layer 05:04:31 9c61dcf015f6: Pulling fs layer 05:04:31 4698f68db338: Pulling fs layer 05:04:31 2a2f49069b9e: Pulling fs layer 05:04:31 e0025b399a48: Pulling fs layer 05:04:31 2a2f49069b9e: Waiting 05:04:31 e0025b399a48: Waiting 05:04:31 4698f68db338: Waiting 05:04:31 91d30c5bc195: Download complete 05:04:31 4698f68db338: Verifying Checksum 05:04:31 4698f68db338: Download complete 05:04:31 2e9b0aa3be6d: Verifying Checksum 05:04:31 2e9b0aa3be6d: Download complete 05:04:31 e0025b399a48: Verifying Checksum 05:04:31 e0025b399a48: Download complete 05:04:31 91d30c5bc195: Pull complete 05:04:32 2a2f49069b9e: Verifying Checksum 05:04:32 2a2f49069b9e: Download complete 05:04:32 2e9b0aa3be6d: Pull complete 05:04:32 9c61dcf015f6: Download complete 05:04:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:04:35 9c61dcf015f6: Pull complete 05:04:35 4698f68db338: Pull complete 05:04:35 2a2f49069b9e: Pull complete 05:04:35 e0025b399a48: Pull complete 05:04:35 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 05:04:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:04:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:35 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:04:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:04:39 $ docker top bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:39 + docker compose -f ./docker-compose-build.yml build --parallel 05:04:42 #1 [core-metadata internal] load build definition from Dockerfile 05:04:42 #1 transferring dockerfile: 2.06kB done 05:04:42 #1 DONE 0.0s 05:04:42 05:04:42 #2 [security-spire-agent internal] load build definition from Dockerfile 05:04:42 #2 transferring dockerfile: 1.81kB done 05:04:42 #2 DONE 0.0s 05:04:42 05:04:42 #3 [core-data internal] load build definition from Dockerfile 05:04:42 #3 transferring dockerfile: 2.01kB done 05:04:42 #3 DONE 0.0s 05:04:42 05:04:42 #4 [core-command internal] load build definition from Dockerfile 05:04:42 #4 transferring dockerfile: 1.93kB done 05:04:42 #4 DONE 0.0s 05:04:42 05:04:42 #5 [security-spire-server internal] load build definition from Dockerfile 05:04:42 #5 transferring dockerfile: 1.70kB done 05:04:42 #5 DONE 0.0s 05:04:42 05:04:42 #6 [security-proxy-setup internal] load build definition from Dockerfile 05:04:42 #6 transferring dockerfile: 2.50kB done 05:04:42 #6 DONE 0.0s 05:04:42 05:04:42 #7 [support-scheduler internal] load build definition from Dockerfile 05:04:42 #7 transferring dockerfile: 1.93kB done 05:04:42 #7 DONE 0.0s 05:04:42 05:04:42 #8 [security-proxy-auth internal] load build definition from Dockerfile 05:04:42 #8 transferring dockerfile: 2.15kB done 05:04:42 #8 DONE 0.0s 05:04:42 05:04:42 #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:04:42 #9 transferring dockerfile: 2.23kB done 05:04:42 #9 DONE 0.0s 05:04:42 05:04:42 #10 [security-bootstrapper internal] load build definition from Dockerfile 05:04:42 #10 transferring dockerfile: 2.93kB done 05:04:42 #10 DONE 0.0s 05:04:42 05:04:42 #11 [support-notifications internal] load build definition from Dockerfile 05:04:42 #11 transferring dockerfile: 1.95kB done 05:04:42 #11 DONE 0.0s 05:04:42 05:04:42 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:04:42 #12 transferring dockerfile: 1.89kB done 05:04:42 #12 DONE 0.1s 05:04:42 05:04:42 #13 [security-spire-config internal] load build definition from Dockerfile 05:04:42 #13 transferring dockerfile: 1.69kB done 05:04:42 #13 DONE 0.1s 05:04:42 05:04:42 #14 [security-secretstore-setup internal] load build definition from Dockerfile 05:04:42 #14 transferring dockerfile: 2.49kB done 05:04:42 #14 DONE 0.0s 05:04:42 05:04:42 #15 [core-keeper internal] load build definition from Dockerfile 05:04:42 #15 transferring dockerfile: 2.01kB done 05:04:42 #15 DONE 0.1s 05:04:42 05:04:42 #16 [core-metadata internal] load .dockerignore 05:04:42 #16 transferring context: 50B done 05:04:42 #16 DONE 0.1s 05:04:42 05:04:42 #17 [security-spire-agent internal] load .dockerignore 05:04:42 #17 transferring context: 50B done 05:04:42 #17 DONE 0.0s 05:04:42 05:04:42 #18 [core-data internal] load .dockerignore 05:04:42 #18 transferring context: 50B done 05:04:42 #18 DONE 0.0s 05:04:42 05:04:42 #19 [core-command internal] load .dockerignore 05:04:42 #19 transferring context: 50B done 05:04:42 #19 DONE 0.0s 05:04:42 05:04:42 #20 [security-spire-server internal] load .dockerignore 05:04:42 #20 transferring context: 50B done 05:04:42 #20 DONE 0.0s 05:04:42 05:04:42 #21 [security-proxy-setup internal] load .dockerignore 05:04:42 #21 transferring context: 50B done 05:04:42 #21 DONE 0.0s 05:04:42 05:04:42 #22 [support-scheduler internal] load .dockerignore 05:04:42 #22 transferring context: 50B done 05:04:42 #22 DONE 0.0s 05:04:42 05:04:42 #23 [security-bootstrapper internal] load .dockerignore 05:04:42 #23 transferring context: 50B done 05:04:42 #23 DONE 0.0s 05:04:42 05:04:42 #24 [security-proxy-auth internal] load .dockerignore 05:04:42 #24 transferring context: 50B done 05:04:42 #24 DONE 0.0s 05:04:42 05:04:42 #25 [core-common-config-bootstrapper internal] load .dockerignore 05:04:42 #25 transferring context: 50B done 05:04:42 #25 DONE 0.0s 05:04:42 05:04:42 #26 [support-notifications internal] load .dockerignore 05:04:42 #26 transferring context: 50B done 05:04:42 #26 DONE 0.0s 05:04:42 05:04:42 #27 [security-spiffe-token-provider internal] load .dockerignore 05:04:42 #27 transferring context: 50B done 05:04:42 #27 DONE 0.0s 05:04:42 05:04:42 #28 [security-spire-config internal] load .dockerignore 05:04:42 #28 transferring context: 50B done 05:04:42 #28 DONE 0.0s 05:04:42 05:04:42 #29 [core-keeper internal] load .dockerignore 05:04:42 #29 transferring context: 50B done 05:04:42 #29 DONE 0.0s 05:04:42 05:04:42 #30 [security-secretstore-setup internal] load .dockerignore 05:04:42 #30 transferring context: 50B done 05:04:42 #30 DONE 0.0s 05:04:42 05:04:42 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 05:04:42 #32 DONE 0.1s 05:04:42 05:04:42 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:42 #33 ... 05:04:42 05:04:42 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 05:04:42 #32 DONE 0.1s 05:04:42 05:04:42 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s 05:04:42 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:42 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:42 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:42 #33 ... 05:04:42 05:04:42 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:42 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done 05:04:42 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:42 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:42 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:42 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 05:04:42 #33 ... 05:04:42 05:04:42 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:42 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done 05:04:42 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:42 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:42 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:42 #33 ... 05:04:42 05:04:42 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 ... 05:04:42 05:04:42 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:42 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done 05:04:42 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:42 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:42 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:42 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done 05:04:42 #33 ... 05:04:42 05:04:42 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 05:04:42 #31 DONE 0.0s 05:04:42 05:04:42 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 05:04:42 #32 DONE 0.5s 05:04:42 05:04:42 #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 05:04:42 #34 DONE 0.8s 05:04:42 05:04:42 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:42 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:42 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done 05:04:42 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:42 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:42 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:42 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done 05:04:43 #33 ... 05:04:43 05:04:43 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:04:43 #35 DONE 0.7s 05:04:43 05:04:43 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:04:43 #36 DONE 0.7s 05:04:43 05:04:43 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:04:43 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:04:43 #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done 05:04:43 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:04:43 #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done 05:04:43 #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done 05:04:43 #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done 05:04:43 #33 DONE 1.2s 05:04:43 05:04:43 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:04:43 #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.2s done 05:04:43 #37 ... 05:04:43 05:04:43 #38 [security-spire-config internal] load build context 05:04:43 #38 transferring context: 25.04kB 0.0s done 05:04:43 #38 DONE 0.3s 05:04:43 05:04:43 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:04:43 #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:04:43 #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done 05:04:43 #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done 05:04:49 #37 ... 05:04:49 05:04:49 #39 [core-metadata internal] load build context 05:04:49 #39 transferring context: 143.60MB 5.7s 05:04:49 #39 ... 05:04:49 05:04:49 #40 [security-proxy-setup internal] load build context 05:04:49 #40 ... 05:04:49 05:04:49 #39 [core-metadata internal] load build context 05:04:49 #39 ... 05:04:49 05:04:49 #41 [security-spire-agent internal] load build context 05:04:49 #41 transferring context: 26.32kB done 05:04:49 #41 DONE 6.2s 05:04:49 05:04:49 #39 [core-metadata internal] load build context 05:04:49 #39 transferring context: 150.25MB 7.0s 05:04:50 Avoid second fetch 05:04:50 Checking out Revision b6a792cc14dceb412227bc035c2b58c27f836273 (main) 05:04:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:04:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:04:50 > git config core.sparsecheckout # timeout=10 05:04:51 > git checkout -f b6a792cc14dceb412227bc035c2b58c27f836273 # timeout=10 05:04:51 Commit message: "Merge pull request #4827 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v3-3.2.0-dev.44" 05:04:52 #39 ... 05:04:52 05:04:52 #42 [security-proxy-auth internal] load build context 05:04:52 #42 ... 05:04:52 05:04:52 #43 [core-command internal] load build context 05:04:52 #43 ... 05:04:52 05:04:52 #44 [security-bootstrapper internal] load build context 05:04:52 #44 ... 05:04:52 05:04:52 #45 [support-scheduler internal] load build context 05:04:53 #45 transferring context: 439.82MB 10.3s done 05:04:53 #45 ... 05:04:53 05:04:53 #46 [core-data internal] load build context 05:04:53 #46 transferring context: 439.82MB 9.2s done 05:04:53 #46 ... 05:04:53 05:04:53 #47 [security-spire-server internal] load build context 05:04:53 #47 transferring context: 26.79kB done 05:04:53 #47 ... 05:04:53 05:04:53 #48 [core-data builder 2/7] WORKDIR /edgex-go 05:04:53 #48 ... 05:04:53 05:04:53 #49 [support-notifications internal] load build context 05:04:53 #49 transferring context: 439.82MB 8.9s done 05:04:53 #49 ... 05:04:53 05:04:53 #50 [core-common-config-bootstrapper internal] load build context 05:04:53 #50 transferring context: 439.82MB 8.8s done 05:04:53 #50 ... 05:04:53 05:04:53 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:04:53 #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.2s done 05:04:53 #51 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done 05:04:53 #51 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done 05:04:53 #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:04:53 #51 ... 05:04:53 05:04:53 #52 [security-spiffe-token-provider internal] load build context 05:04:53 #52 transferring context: 439.82MB 9.5s done 05:04:53 #52 ... 05:04:53 05:04:53 #53 [security-secretstore-setup internal] load build context 05:04:53 #53 transferring context: 439.82MB 8.8s done 05:04:53 #53 ... 05:04:53 05:04:53 #54 [core-keeper internal] load build context 05:04:53 #54 transferring context: 439.82MB 8.3s done 05:04:54 #54 ... 05:04:54 05:04:54 #39 [core-metadata internal] load build context [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 05:04:55 #39 transferring context: 439.82MB 12.0s done [Pipeline] script [Pipeline] { [Pipeline] sh 05:04:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:04:56 % Total % Received % Xferd Average Speed Time Time Time Current 05:04:56 Dload Upload Total Spent Left Speed 05:04:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 250k 0 --:--:-- --:--:-- --:--:-- 250k [Pipeline] sh 05:04:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:04:57 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 05:04:57 /etc/docker/daemon.json 05:04:57 { 05:04:57 "registry-mirrors": [ 05:04:57 "https://nexus3.edgexfoundry.org:10001" 05:04:57 ], 05:04:57 "bip": "10.250.0.254/24", 05:04:57 "hosts": [ 05:04:57 "tcp://0.0.0.0:5555", 05:04:57 "unix:///var/run/docker.sock" 05:04:57 ], 05:04:57 "mtu": 1458, 05:04:57 "selinux-enabled": true, 05:04:57 "seccomp-profile": "/etc/docker/seccomp.json" 05:04:57 } [Pipeline] sh 05:04:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:04:57 + sudo service docker restart 05:04:59 #39 ... 05:04:59 05:04:59 #40 [security-proxy-setup internal] load build context 05:04:59 #40 transferring context: 439.82MB 8.4s done 05:04:59 #40 ... 05:04:59 05:04:59 #43 [core-command internal] load build context 05:04:59 #43 transferring context: 439.82MB 11.1s done 05:05:01 #43 ... 05:05:01 05:05:01 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:05:03 #55 ... 05:05:03 05:05:03 #42 [security-proxy-auth internal] load build context 05:05:03 #42 transferring context: 439.82MB 10.1s done 05:05:03 #42 ... 05:05:03 05:05:03 #44 [security-bootstrapper internal] load build context 05:05:03 #44 transferring context: 439.82MB 10.8s done 05:05:04 #44 ... 05:05:04 05:05:04 #56 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:05:10 #56 ... 05:05:10 05:05:10 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:05:10 #57 ... 05:05:10 05:05:10 #47 [security-spire-server internal] load build context 05:05:10 #47 DONE 26.7s 05:05:10 05:05:10 #54 [core-keeper internal] load build context 05:05:10 #54 DONE 26.9s 05:05:10 05:05:10 #40 [security-proxy-setup internal] load build context 05:05:10 #40 DONE 27.4s 05:05:10 05:05:10 #50 [core-common-config-bootstrapper internal] load build context 05:05:10 #50 DONE 27.1s 05:05:10 05:05:10 #46 [core-data internal] load build context 05:05:10 #46 DONE 27.4s 05:05:10 05:05:10 #48 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 05:05:10 #48 DONE 27.1s 05:05:10 05:05:10 #49 [support-notifications internal] load build context 05:05:10 #49 DONE 27.2s 05:05:10 05:05:10 #53 [security-secretstore-setup internal] load build context 05:05:10 #53 DONE 27.1s 05:05:10 05:05:10 #52 [security-spiffe-token-provider internal] load build context 05:05:10 #52 DONE 27.3s 05:05:10 05:05:10 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:05:10 #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 26.5s done 05:05:10 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.5s 05:05:10 #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:05:10 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 26.5s 05:05:10 #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:05:10 #37 ... 05:05:10 05:05:10 #42 [security-proxy-auth internal] load build context 05:05:10 #42 DONE 27.5s 05:05:10 05:05:10 #45 [support-scheduler internal] load build context 05:05:10 #45 DONE 27.5s 05:05:10 05:05:10 #44 [security-bootstrapper internal] load build context 05:05:10 #44 DONE 27.3s 05:05:10 05:05:10 #43 [core-command internal] load build context 05:05:10 #43 DONE 27.5s 05:05:10 05:05:10 #39 [core-metadata internal] load build context 05:05:10 #39 DONE 27.7s 05:05:10 05:05:10 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:05:10 #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.5s done 05:05:10 #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 26.6s done 05:05:10 #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done 05:05:10 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 26.6s 05:05:10 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 15.52MB / 30.73MB 26.8s 05:05:10 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 26.9s 05:05:10 #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 27.2s done 05:05:10 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.1s 05:05:13 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.5s done 05:05:13 #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.5s done 05:05:14 #37 ... 05:05:14 05:05:14 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:05:16 provisioning config files... 05:05:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config8338984572018813246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:05:16 #58 ... 05:05:16 05:05:16 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:05:16 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 26.5s done 05:05:16 #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 26.5s done 05:05:16 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done 05:05:16 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.6s done 05:05:16 #51 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done 05:05:16 #51 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 27.1s done 05:05:16 #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done 05:05:16 #51 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.7s done 05:05:16 ---> ****-login.sh 05:05:16 nexus3.edgexfoundry.org:10001 05:05:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:05:17 Configure a credential helper to remove this warning. See 05:05:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:05:17 05:05:17 Login Succeeded 05:05:17 nexus3.edgexfoundry.org:10002 05:05:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:05:17 Configure a credential helper to remove this warning. See 05:05:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:05:17 05:05:17 Login Succeeded 05:05:17 nexus3.edgexfoundry.org:10003 05:05:17 #51 ... 05:05:17 05:05:17 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:05:17 #59 ... 05:05:17 05:05:17 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:05:17 #0 2.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:17 #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:17 #0 2.779 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:05:17 #0 2.779 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:05:17 #0 2.779 OK: 20072 distinct packages available 05:05:17 #0 2.823 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:17 #0 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:17 #0 3.148 (1/11) Installing ca-certificates (20240226-r0) 05:05:17 #0 3.200 (2/11) Installing brotli-libs (1.0.9-r14) 05:05:17 #0 3.221 (3/11) Installing libunistring (1.1-r1) 05:05:17 #0 3.237 (4/11) Installing libidn2 (2.3.4-r1) 05:05:17 #0 3.242 (5/11) Installing nghttp2-libs (1.57.0-r0) 05:05:17 #0 3.247 (6/11) Installing libcurl (8.5.0-r0) 05:05:17 #0 3.256 (7/11) Installing curl (8.5.0-r0) 05:05:17 #0 3.262 (8/11) Installing dumb-init (1.2.5-r2) 05:05:17 #0 3.265 (9/11) Installing musl-obstack (1.2.3-r2) 05:05:17 #0 3.269 (10/11) Installing libucontext (1.2-r2) 05:05:17 #0 3.273 (11/11) Installing gcompat (1.1.0-r1) 05:05:17 #0 3.277 Executing busybox-1.36.1-r7.trigger 05:05:17 #0 3.282 Executing ca-certificates-20240226-r0.trigger 05:05:17 #0 3.323 OK: 12 MiB in 26 packages 05:05:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:17 #60 DONE 9.4s 05:05:17 05:05:17 #61 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:05:17 #61 DONE 7.9s 05:05:17 05:05:17 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:05:17 #57 4.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:17 #57 4.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:17 #57 4.417 (1/2) Installing dumb-init (1.2.5-r2) 05:05:17 #57 4.431 (2/2) Installing su-exec (0.2-r3) 05:05:17 #57 4.435 Executing busybox-1.36.1-r7.trigger 05:05:17 #57 4.440 OK: 7 MiB in 17 packages 05:05:17 #57 DONE 8.4s 05:05:17 05:05:17 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:05:17 #0 6.777 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:17 #0 6.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:17 #0 7.135 (1/2) Installing ca-certificates (20240226-r0) 05:05:17 #0 7.281 (2/2) Installing dumb-init (1.2.5-r2) 05:05:17 #0 7.287 Executing busybox-1.36.1-r7.trigger 05:05:17 #0 7.291 Executing ca-certificates-20240226-r0.trigger 05:05:17 #0 7.335 OK: 8 MiB in 17 packages 05:05:17 #62 DONE 8.0s 05:05:17 05:05:17 #63 [core-data builder 3/7] RUN apk add --update --no-cache make git 05:05:17 #0 0.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:17 #0 1.065 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:17 #0 1.316 OK: 264 MiB in 52 packages 05:05:17 #63 DONE 8.1s 05:05:17 05:05:17 #64 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:05:17 #64 ... 05:05:17 05:05:17 #65 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:05:17 #65 DONE 0.1s 05:05:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:05:17 Configure a credential helper to remove this warning. See 05:05:17 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:05:17 05:05:17 Login Succeeded 05:05:17 nexus3.edgexfoundry.org:10004 05:05:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:18 05:05:18 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:05:18 Configure a credential helper to remove this warning. See 05:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:05:18 05:05:18 Login Succeeded 05:05:18 ****.io 05:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:05:18 Configure a credential helper to remove this warning. See 05:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:05:18 05:05:18 Login Succeeded 05:05:18 ---> ****-login.sh ends [Pipeline] } 05:05:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 05:05:19 + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo 05:05:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:05:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:05:19 ========================================================= 05:05:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 05:05:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 05:05:19 #37 ... 05:05:19 05:05:19 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:05:19 #0 8.716 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:19 #0 8.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:19 #0 9.028 (1/4) Installing ca-certificates (20240226-r0) 05:05:19 #0 9.045 (2/4) Installing dumb-init (1.2.5-r2) 05:05:19 #0 9.049 (3/4) Installing su-exec (0.2-r3) 05:05:19 #0 9.053 (4/4) Installing yq (4.33.3-r5) 05:05:19 #0 9.267 Executing busybox-1.36.1-r7.trigger 05:05:19 #0 9.272 Executing ca-certificates-20240226-r0.trigger 05:05:19 #0 9.317 OK: 17 MiB in 19 packages 05:05:19 #66 DONE 9.6s 05:05:19 05:05:19 #55 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:05:19 #55 17.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:19 #55 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:19 #55 17.30 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:05:19 #55 17.30 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:05:19 #55 17.30 OK: 20072 distinct packages available 05:05:19 #55 17.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:19 #55 17.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:19 #55 17.69 (1/4) Installing dumb-init (1.2.5-r2) 05:05:19 #55 17.69 (2/4) Installing musl-obstack (1.2.3-r2) 05:05:19 #55 17.69 (3/4) Installing libucontext (1.2-r2) 05:05:19 #55 17.70 (4/4) Installing gcompat (1.1.0-r1) 05:05:19 #55 17.70 Executing busybox-1.36.1-r7.trigger 05:05:19 #55 17.71 OK: 8 MiB in 19 packages 05:05:19 #55 DONE 17.9s 05:05:19 05:05:19 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:05:19 #58 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:19 #58 14.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:19 #58 14.93 (1/1) Installing dumb-init (1.2.5-r2) 05:05:19 #58 14.94 Executing busybox-1.36.1-r7.trigger 05:05:19 #58 14.95 OK: 7 MiB in 16 packages 05:05:19 #58 DONE 15.2s 05:05:19 05:05:19 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:05:19 #67 DONE 9.7s 05:05:19 05:05:19 #56 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:05:19 #56 15.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:19 #56 15.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:19 #56 15.64 (1/1) Installing dumb-init (1.2.5-r2) 05:05:19 #56 15.64 Executing busybox-1.36.1-r7.trigger 05:05:19 #56 15.64 OK: 7 MiB in 16 packages 05:05:19 #56 DONE 15.9s 05:05:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:05:19 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:05:19 c6b39de5b339: Pulling fs layer 05:05:19 a69c41024577: Pulling fs layer 05:05:19 d6de4b400683: Pulling fs layer 05:05:19 35cb2a7552d0: Pulling fs layer 05:05:19 4f4fb700ef54: Pulling fs layer 05:05:19 464afbd9ba4c: Pulling fs layer 05:05:19 00f215d4a9da: Pulling fs layer 05:05:19 d496ad576159: Pulling fs layer 05:05:19 35cb2a7552d0: Waiting 05:05:19 464afbd9ba4c: Waiting 05:05:19 00f215d4a9da: Waiting 05:05:19 4f4fb700ef54: Waiting 05:05:19 d496ad576159: Waiting 05:05:19 05:05:19 #68 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade 05:05:20 #68 ... 05:05:20 05:05:20 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:05:20 #0 9.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:20 #0 9.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:20 #0 9.718 OK: 264 MiB in 52 packages 05:05:20 #69 DONE 10.0s 05:05:20 05:05:20 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:05:20 #70 ... 05:05:20 05:05:20 #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:05:20 a69c41024577: Verifying Checksum 05:05:20 a69c41024577: Download complete 05:05:20 35cb2a7552d0: Verifying Checksum 05:05:20 35cb2a7552d0: Download complete 05:05:20 4f4fb700ef54: Verifying Checksum 05:05:20 4f4fb700ef54: Download complete 05:05:20 464afbd9ba4c: Verifying Checksum 05:05:20 464afbd9ba4c: Download complete 05:05:20 c6b39de5b339: Verifying Checksum 05:05:20 c6b39de5b339: Download complete 05:05:20 #71 ... 05:05:20 05:05:20 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:05:20 #0 9.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:20 #0 9.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:20 #0 9.972 OK: 264 MiB in 52 packages 05:05:20 #72 DONE 10.2s 05:05:20 05:05:20 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:05:20 #59 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:20 #59 12.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:20 #59 12.29 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:20 #59 12.35 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:20 #59 12.37 (3/6) Installing dumb-init (1.2.5-r2) 05:05:20 #59 12.37 (4/6) Installing openssl (3.1.6-r0) 05:05:20 #59 12.43 (5/6) Installing su-exec (0.2-r3) 05:05:20 #59 12.43 (6/6) Installing yq (4.33.3-r5) 05:05:20 #59 12.55 Executing busybox-1.36.1-r7.trigger 05:05:20 #59 12.55 OK: 17 MiB in 19 packages 05:05:20 #59 DONE 12.7s 05:05:20 05:05:20 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:05:20 #73 DONE 0.3s 05:05:20 05:05:20 #74 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:05:20 #74 DONE 0.1s 05:05:20 05:05:20 #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:20 d496ad576159: Verifying Checksum 05:05:20 d496ad576159: Download complete 05:05:20 c6b39de5b339: Pull complete 05:05:21 #75 ... 05:05:21 05:05:21 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:05:21 #0 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:21 #0 2.804 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:21 #0 2.982 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:21 #0 3.020 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:21 #0 3.027 OK: 7 MiB in 17 packages 05:05:21 #76 DONE 3.2s 05:05:21 05:05:21 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:05:21 #70 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:21 #70 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:21 #70 10.88 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:05:21 #70 10.88 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:05:21 #70 10.88 OK: 20075 distinct packages available 05:05:21 #70 10.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:21 #70 11.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:21 #70 11.19 OK: 264 MiB in 52 packages 05:05:21 #70 DONE 11.3s 05:05:21 05:05:21 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:05:21 #77 DONE 0.1s 05:05:21 05:05:21 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:21 a69c41024577: Pull complete 05:05:21 d6de4b400683: Download complete 05:05:21 #78 ... 05:05:21 05:05:21 #64 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:05:21 #64 3.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:21 #64 3.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:21 #64 3.713 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:21 #64 3.751 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:21 #64 3.759 Executing ca-certificates-20240226-r0.trigger 05:05:21 #64 3.822 OK: 8 MiB in 17 packages 05:05:21 #64 DONE 4.0s 05:05:22 05:05:22 #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:05:22 #71 10.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #71 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #71 11.77 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:05:22 #71 11.77 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:05:22 #71 11.77 OK: 20072 distinct packages available 05:05:22 #71 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #71 11.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #71 12.12 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #71 12.16 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #71 12.16 (3/7) Installing dumb-init (1.2.5-r2) 05:05:22 #71 12.17 (4/7) Installing musl-obstack (1.2.3-r2) 05:05:22 #71 12.17 (5/7) Installing libucontext (1.2-r2) 05:05:22 #71 12.18 (6/7) Installing gcompat (1.1.0-r1) 05:05:22 #71 12.19 (7/7) Installing openssl (3.1.6-r0) 05:05:22 #71 12.20 Executing busybox-1.36.1-r7.trigger 05:05:22 #71 12.20 OK: 8 MiB in 20 packages 05:05:22 #71 DONE 12.6s 05:05:22 05:05:22 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:05:22 #0 3.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #0 3.745 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #0 3.937 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 4.033 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 4.046 Executing ca-certificates-20240226-r0.trigger 05:05:22 #0 4.085 OK: 12 MiB in 26 packages 05:05:22 #79 DONE 4.6s 05:05:22 05:05:22 #80 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:05:22 #0 2.882 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #0 3.476 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #0 4.201 OK: 264 MiB in 52 packages 05:05:22 #80 DONE 4.6s 05:05:22 05:05:22 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:05:22 #0 2.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #0 2.770 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 2.803 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 2.811 OK: 8 MiB in 19 packages 05:05:22 #81 DONE 3.0s 05:05:22 05:05:22 #82 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:05:22 #0 2.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:22 #0 2.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:22 #0 2.692 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 2.749 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:22 #0 2.757 Executing ca-certificates-20240226-r0.trigger 05:05:22 #0 2.825 OK: 17 MiB in 19 packages 05:05:22 #82 DONE 3.0s 05:05:22 05:05:22 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:05:23 00f215d4a9da: Verifying Checksum 05:05:23 00f215d4a9da: Download complete 05:05:23 #83 ... 05:05:23 05:05:23 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:05:23 #84 DONE 0.8s 05:05:23 05:05:23 #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:05:23 #0 2.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:23 #0 3.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:23 #0 3.285 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:23 #0 3.611 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:23 #0 3.619 OK: 7 MiB in 16 packages 05:05:23 #85 DONE 3.8s 05:05:23 05:05:23 #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:05:23 #86 DONE 0.8s 05:05:23 05:05:23 #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:05:23 #87 DONE 0.0s 05:05:23 05:05:23 #68 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 05:05:23 #68 3.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:23 #68 3.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:23 #68 3.456 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:05:23 #68 3.815 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:05:23 #68 3.827 OK: 7 MiB in 16 packages 05:05:23 #68 DONE 4.0s 05:05:23 05:05:23 #88 [security-spire-config stage-2 6/10] COPY security.txt / 05:05:23 #88 DONE 0.1s 05:05:23 05:05:23 #89 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:05:23 #89 DONE 0.0s 05:05:23 05:05:23 #90 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:05:23 #90 DONE 0.0s 05:05:23 05:05:23 #91 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:05:23 #0 2.187 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:23 #0 2.691 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:23 #0 3.329 (1/1) Installing dumb-init (1.2.5-r2) 05:05:23 #0 3.714 Executing busybox-1.36.1-r7.trigger 05:05:23 #0 3.720 OK: 7 MiB in 16 packages 05:05:23 #91 DONE 3.9s 05:05:23 05:05:23 #92 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:05:23 #0 2.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:23 #0 3.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:23 #0 3.242 OK: 17 MiB in 19 packages 05:05:23 #92 DONE 3.3s 05:05:23 05:05:23 #93 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:05:23 #93 DONE 0.0s 05:05:23 05:05:23 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:05:23 #94 DONE 0.0s 05:05:23 05:05:23 #95 [security-spire-config] exporting to image 05:05:23 #95 exporting layers 05:05:24 #95 exporting layers 0.6s done 05:05:24 #95 writing image sha256:b6be221a5ef6eb2e06e25ffc26a78ce6c268916e861306b36a53479ded994bbf done 05:05:24 #95 naming to docker.io/library/security-spire-config done 05:05:24 #95 DONE 0.6s 05:05:24 05:05:24 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:24 #96 ... 05:05:24 05:05:24 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:05:24 #97 DONE 3.2s 05:05:24 05:05:24 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:05:24 #98 DONE 0.0s 05:05:24 05:05:24 #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:25 #99 ... 05:05:25 05:05:25 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:05:25 #83 2.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 05:05:25 #83 2.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 05:05:25 #83 2.853 OK: 8 MiB in 20 packages 05:05:25 #83 DONE 3.0s 05:05:25 05:05:25 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:05:26 #100 DONE 1.4s 05:05:26 05:05:26 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:05:26 #101 DONE 1.4s 05:05:26 05:05:26 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:05:27 #102 DONE 0.7s 05:05:27 05:05:27 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:05:27 #103 DONE 0.8s 05:05:27 05:05:27 #104 [security-spire-server stage-2 6/9] COPY security.txt / 05:05:27 #104 DONE 0.0s 05:05:27 05:05:27 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:05:27 #105 DONE 0.0s 05:05:27 05:05:27 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:05:27 #106 DONE 0.0s 05:05:27 05:05:27 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 05:05:27 #107 DONE 0.0s 05:05:27 05:05:27 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:05:27 #108 DONE 0.0s 05:05:27 05:05:27 #109 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:05:27 #109 DONE 0.0s 05:05:27 05:05:27 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:05:27 #110 DONE 0.0s 05:05:27 05:05:27 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:05:27 #111 DONE 0.0s 05:05:27 05:05:27 #95 [security-spire-server] exporting to image 05:05:28 #95 ... 05:05:28 05:05:28 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:05:28 #112 DONE 0.1s 05:05:28 05:05:28 #95 [security-spire-agent] exporting to image 05:05:28 #95 ... 05:05:28 05:05:28 #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:28 #113 ... 05:05:28 05:05:28 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:05:28 #51 ... 05:05:28 05:05:28 #95 [security-spire-server] exporting to image 05:05:28 #95 exporting layers 0.7s done 05:05:28 #95 writing image sha256:67db8ca8cb58f4e923741f0d568a85bd43615d10d76ce60debaccdfa4678537e done 05:05:28 #95 naming to docker.io/library/security-spire-server done 05:05:28 #95 writing image sha256:eb1ea463c709083b58aa6c5fceb0bfcd9ed5a63d254f0b4caceddbe3603e06a3 done 05:05:28 #95 naming to docker.io/library/security-spire-agent done 05:05:28 #95 DONE 1.4s 05:05:28 05:05:28 #78 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:05:35 d6de4b400683: Pull complete 05:05:35 35cb2a7552d0: Pull complete 05:05:35 4f4fb700ef54: Pull complete 05:05:35 464afbd9ba4c: Pull complete 05:05:45 00f215d4a9da: Pull complete 05:05:47 d496ad576159: Pull complete 05:05:47 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 05:05:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:05:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh 05:05:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:05:47 WORKDIR /edgex 05:05:47 COPY go.mod . 05:05:47 RUN go mod download 05:05:47 + docker build -t ci-base-image-arm64 -f - . 05:05:48 Sending build context to Docker daemon 3.185MB 05:05:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 05:05:48 ---> f246e2811388 05:05:48 Step 2/4 : WORKDIR /edgex 05:05:49 ---> Running in cf01e66e00be 05:05:50 Removing intermediate container cf01e66e00be 05:05:50 ---> 2bb16c5f8285 05:05:50 Step 3/4 : COPY go.mod . 05:05:50 ---> 0559b7026951 05:05:50 Step 4/4 : RUN go mod download 05:05:50 ---> Running in b2b73de9dc71 05:06:07 #78 DONE 41.1s 05:06:07 05:06:07 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:07 #96 DONE 39.0s 05:06:07 05:06:07 #99 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:07 #99 DONE 42.1s 05:06:07 05:06:07 #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:07 #75 DONE 42.1s 05:06:07 05:06:07 #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:07 #113 DONE 44.4s 05:06:07 05:06:07 #114 [core-metadata builder 6/7] COPY . . 05:06:12 #114 ... 05:06:12 05:06:12 #115 [security-spiffe-token-provider builder 6/7] COPY . . 05:06:12 #115 DONE 9.5s 05:06:12 05:06:12 #116 [support-notifications builder 6/7] COPY . . 05:06:12 #116 DONE 9.6s 05:06:12 05:06:12 #117 [core-keeper builder 7/8] COPY . . 05:06:12 #117 DONE 9.6s 05:06:12 05:06:12 #118 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:06:12 #118 CACHED 05:06:12 05:06:12 #119 [security-secretstore-setup builder 6/7] COPY . . 05:06:12 #119 CACHED 05:06:12 05:06:12 #120 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #120 CACHED 05:06:12 05:06:12 #121 [security-bootstrapper builder 6/7] COPY . . 05:06:12 #121 CACHED 05:06:12 05:06:12 #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #122 CACHED 05:06:12 05:06:12 #123 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:06:12 #123 CACHED 05:06:12 05:06:12 #124 [security-proxy-setup builder 6/7] COPY . . 05:06:12 #124 DONE 9.6s 05:06:12 05:06:12 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:06:12 #125 CACHED 05:06:12 05:06:12 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #126 CACHED 05:06:12 05:06:12 #127 [core-common-config-bootstrapper builder 6/7] COPY . . 05:06:12 #127 CACHED 05:06:12 05:06:12 #128 [security-proxy-auth builder 6/7] COPY . . 05:06:12 #128 CACHED 05:06:12 05:06:12 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:06:12 #129 CACHED 05:06:12 05:06:12 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #130 CACHED 05:06:12 05:06:12 #131 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:06:12 #131 CACHED 05:06:12 05:06:12 #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #132 CACHED 05:06:12 05:06:12 #133 [support-scheduler builder 6/7] COPY . . 05:06:12 #133 CACHED 05:06:12 05:06:12 #134 [core-data builder 6/7] COPY . . 05:06:12 #134 CACHED 05:06:12 05:06:12 #135 [core-data builder 4/7] COPY go.mod vendor* ./ 05:06:12 #135 CACHED 05:06:12 05:06:12 #136 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #136 CACHED 05:06:12 05:06:12 #137 [core-command builder 6/7] COPY . . 05:06:12 #137 CACHED 05:06:12 05:06:12 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:06:12 #138 CACHED 05:06:12 05:06:12 #139 [core-command builder 4/7] COPY go.mod vendor* ./ 05:06:12 #139 CACHED 05:06:12 05:06:12 #114 [core-metadata builder 6/7] COPY . . 05:06:12 #114 DONE 9.5s 05:06:12 05:06:12 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:06:13 #140 1.317 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:06:23 #140 ... 05:06:23 05:06:23 #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:06:23 #0 0.937 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:06:23 #141 ... 05:06:23 05:06:23 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:06:23 #0 0.409 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:06:23 #142 ... 05:06:23 05:06:23 #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:06:23 #0 1.325 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:06:23 #143 ... 05:06:23 05:06:23 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:06:23 #0 0.811 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:06:23 #144 ... 05:06:23 05:06:23 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:06:23 #0 0.707 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:06:23 #145 ... 05:06:23 05:06:23 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:06:23 #0 1.216 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:06:23 #146 ... 05:06:23 05:06:23 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:06:23 #0 1.130 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:06:23 #147 ... 05:06:23 05:06:23 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:06:23 #0 0.822 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:06:23 #148 ... 05:06:23 05:06:23 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:06:23 #0 1.360 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:06:23 #149 ... 05:06:23 05:06:23 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:06:23 #0 0.640 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:06:24 #150 ... 05:06:24 05:06:24 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:06:24 #0 0.992 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:06:58 Removing intermediate container b2b73de9dc71 05:06:58 ---> 75061d3bc05e 05:06:58 Successfully built 75061d3bc05e 05:06:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:06:59 + docker inspect -f . ci-base-image-arm64 05:06:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:06:59 prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container 05:06:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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 ******** ci-base-image-arm64 cat 05:07:00 $ docker top 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d -eo pid,comm [Pipeline] { [Pipeline] sh 05:07:01 + go version 05:07:01 go version go1.21.9 linux/arm64 [Pipeline] } 05:07:01 $ docker stop --time=1 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d 05:07:03 $ docker rm -f --volumes 03edacc32cf9594ba898cc52bcf8efc73065f52e843dc3e59aefd42d4efa839d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:07:04 05:07:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:07:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:07:04 latest: Pulling from edgex-devops/edgex-compose-arm64 05:07:04 547446be3368: Pulling fs layer 05:07:04 d125d8839a47: Pulling fs layer 05:07:04 3e85d5ac6304: Pulling fs layer 05:07:04 c3105a71a48b: Pulling fs layer 05:07:04 0f093f025ec4: Pulling fs layer 05:07:04 c3106fc0e877: Pulling fs layer 05:07:04 c3105a71a48b: Waiting 05:07:04 0f093f025ec4: Waiting 05:07:04 c3106fc0e877: Waiting 05:07:04 547446be3368: Download complete 05:07:04 c3105a71a48b: Verifying Checksum 05:07:04 c3105a71a48b: Download complete 05:07:04 d125d8839a47: Verifying Checksum 05:07:04 d125d8839a47: Download complete 05:07:05 c3106fc0e877: Verifying Checksum 05:07:05 c3106fc0e877: Download complete 05:07:05 0f093f025ec4: Verifying Checksum 05:07:05 0f093f025ec4: Download complete 05:07:05 547446be3368: Pull complete 05:07:06 d125d8839a47: Pull complete 05:07:07 3e85d5ac6304: Verifying Checksum 05:07:07 3e85d5ac6304: Download complete 05:07:17 3e85d5ac6304: Pull complete 05:07:17 c3105a71a48b: Pull complete 05:07:18 0f093f025ec4: Pull complete 05:07:18 c3106fc0e877: Pull complete 05:07:18 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 05:07:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 05:07:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:07:18 prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container 05:07:18 $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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-compose-arm64:latest cat 05:07:20 $ docker top 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 -eo pid,comm [Pipeline] { [Pipeline] sh 05:07:21 + docker compose -f ./docker-compose-build.yml build --parallel 05:07:31 #1 [security-spiffe-token-provider internal] load build definition from Dockerfile 05:07:31 #1 transferring dockerfile: 05:07:31 #1 transferring dockerfile: 1.89kB done 05:07:31 #1 DONE 0.1s 05:07:31 05:07:31 #2 [security-proxy-auth internal] load build definition from Dockerfile 05:07:31 #2 transferring dockerfile: 2.15kB done 05:07:31 #2 DONE 0.0s 05:07:31 05:07:31 #3 [security-spire-config internal] load build definition from Dockerfile 05:07:31 #3 transferring dockerfile: 1.69kB done 05:07:31 #3 DONE 0.1s 05:07:31 05:07:31 #4 [support-scheduler internal] load build definition from Dockerfile 05:07:31 #4 transferring dockerfile: 1.93kB 0.0s done 05:07:31 #4 DONE 0.1s 05:07:31 05:07:31 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 05:07:31 #5 transferring dockerfile: 2.23kB done 05:07:31 #5 DONE 0.1s 05:07:31 05:07:31 #6 [security-spire-server internal] load build definition from Dockerfile 05:07:32 #6 transferring dockerfile: 1.70kB 0.0s done 05:07:32 #6 DONE 0.1s 05:07:32 05:07:32 #7 [security-spire-agent internal] load build definition from Dockerfile 05:07:32 #7 transferring dockerfile: 1.81kB 0.0s done 05:07:32 #7 DONE 0.1s 05:07:32 05:07:32 #8 [security-bootstrapper internal] load build definition from Dockerfile 05:07:32 #8 transferring dockerfile: 2.93kB 0.0s done 05:07:32 #8 DONE 0.1s 05:07:32 05:07:32 #9 [core-command internal] load build definition from Dockerfile 05:07:32 #9 transferring dockerfile: 1.93kB 0.0s done 05:07:32 #9 DONE 0.1s 05:07:32 05:07:32 #10 [core-keeper internal] load build definition from Dockerfile 05:07:32 #10 transferring dockerfile: 2.01kB done 05:07:32 #10 DONE 0.1s 05:07:32 05:07:32 #11 [security-proxy-setup internal] load build definition from Dockerfile 05:07:32 #11 transferring dockerfile: 2.50kB 0.0s done 05:07:32 #11 DONE 0.1s 05:07:32 05:07:32 #12 [support-notifications internal] load build definition from Dockerfile 05:07:32 #12 transferring dockerfile: 1.95kB 0.0s done 05:07:32 #12 DONE 0.1s 05:07:32 05:07:32 #13 [core-metadata internal] load build definition from Dockerfile 05:07:32 #13 transferring dockerfile: 2.06kB 0.0s done 05:07:32 #13 DONE 0.1s 05:07:32 05:07:32 #14 [core-data internal] load build definition from Dockerfile 05:07:32 #14 transferring dockerfile: 2.01kB done 05:07:32 #14 DONE 0.1s 05:07:32 05:07:32 #15 [security-secretstore-setup internal] load build definition from Dockerfile 05:07:32 #15 transferring dockerfile: 2.49kB done 05:07:32 #15 DONE 0.1s 05:07:32 05:07:32 #16 [security-spiffe-token-provider internal] load .dockerignore 05:07:32 #16 transferring context: 50B done 05:07:32 #16 DONE 0.1s 05:07:33 05:07:33 #17 [security-proxy-auth internal] load .dockerignore 05:07:33 #17 transferring context: 50B 0.0s done 05:07:33 #17 DONE 0.0s 05:07:33 05:07:33 #18 [security-spire-config internal] load .dockerignore 05:07:33 #18 transferring context: 50B 0.0s done 05:07:33 #18 DONE 0.1s 05:07:33 05:07:33 #19 [support-scheduler internal] load .dockerignore 05:07:33 #19 transferring context: 50B 0.0s done 05:07:33 #19 DONE 0.1s 05:07:33 05:07:33 #20 [core-common-config-bootstrapper internal] load .dockerignore 05:07:33 #20 transferring context: 50B done 05:07:33 #20 DONE 0.1s 05:07:33 05:07:33 #21 [security-spire-server internal] load .dockerignore 05:07:33 #21 transferring context: 50B done 05:07:33 #21 DONE 0.1s 05:07:33 05:07:33 #22 [security-spire-agent internal] load .dockerignore 05:07:33 #22 transferring context: 50B done 05:07:33 #22 DONE 0.1s 05:07:33 05:07:33 #23 [security-bootstrapper internal] load .dockerignore 05:07:33 #23 transferring context: 50B 0.0s done 05:07:33 #23 DONE 0.1s 05:07:33 05:07:33 #24 [core-command internal] load .dockerignore 05:07:33 #24 transferring context: 50B done 05:07:33 #24 DONE 0.1s 05:07:33 05:07:33 #25 [core-keeper internal] load .dockerignore 05:07:33 #25 transferring context: 50B done 05:07:33 #25 DONE 0.1s 05:07:33 05:07:33 #26 [security-proxy-setup internal] load .dockerignore 05:07:34 #26 transferring context: 50B 0.0s done 05:07:34 #26 DONE 0.1s 05:07:34 05:07:34 #27 [support-notifications internal] load .dockerignore 05:07:34 #27 transferring context: 50B done 05:07:34 #27 DONE 0.1s 05:07:34 05:07:34 #28 [core-data internal] load .dockerignore 05:07:34 #28 transferring context: 50B done 05:07:34 #28 DONE 0.1s 05:07:34 05:07:34 #29 [core-metadata internal] load .dockerignore 05:07:34 #29 transferring context: 50B done 05:07:34 #29 DONE 0.1s 05:07:34 05:07:34 #30 [security-secretstore-setup internal] load .dockerignore 05:07:34 #30 transferring context: 50B done 05:07:34 #30 DONE 0.1s 05:07:34 05:07:34 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:34 #31 DONE 0.0s 05:07:34 05:07:34 #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 05:07:34 #32 DONE 0.2s 05:07:34 05:07:34 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:34 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:34 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:34 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.1s 05:07:34 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:34 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:35 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s 05:07:35 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:35 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 05:07:35 #33 ... 05:07:35 05:07:35 #34 [security-spiffe-token-provider internal] load build context 05:07:35 #34 transferring context: 2.80MB 0.6s done 05:07:35 #34 DONE 0.8s 05:07:35 05:07:35 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:35 #33 ... 05:07:35 05:07:35 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:35 #31 DONE 0.0s 05:07:35 05:07:35 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:35 #35 DONE 1.0s 05:07:35 05:07:35 #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:35 #33 ... 05:07:35 05:07:35 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:35 #31 DONE 0.0s 05:07:35 05:07:35 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:35 #35 DONE 1.7s 05:07:35 05:07:35 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:35 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:35 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:35 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:35 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:35 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:35 #33 ... 05:07:36 05:07:36 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:36 #31 DONE 0.0s 05:07:36 05:07:36 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 05:07:36 #32 DONE 0.4s 05:07:36 05:07:36 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:36 #35 DONE 1.8s 05:07:36 05:07:36 #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 05:07:36 #36 DONE 0.6s 05:07:36 05:07:36 #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:36 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:36 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:36 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:36 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:36 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:36 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:36 #33 ... 05:07:36 05:07:36 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:36 #35 DONE 1.8s 05:07:36 05:07:36 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 05:07:36 #36 DONE 0.6s 05:07:36 05:07:36 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:36 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:36 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:36 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:36 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:36 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:36 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:36 #33 ... 05:07:36 05:07:36 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 05:07:36 #32 DONE 0.6s 05:07:36 05:07:36 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:07:36 #37 ... 05:07:36 05:07:36 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:36 #31 DONE 0.0s 05:07:36 05:07:36 #38 [security-proxy-auth internal] load build context 05:07:36 #38 ... 05:07:36 05:07:36 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:36 #35 DONE 1.8s 05:07:36 05:07:36 #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 05:07:36 #36 DONE 0.6s 05:07:36 05:07:36 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:36 #31 DONE 0.0s 05:07:36 05:07:36 #38 [security-proxy-auth internal] load build context 05:07:36 #38 transferring context: 2.80MB 1.0s done 05:07:36 #38 DONE 1.3s 05:07:36 05:07:36 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:36 #31 DONE 0.0s 05:07:36 05:07:36 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:36 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:36 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:36 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:36 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:36 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:36 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:37 #33 ... 05:07:37 05:07:37 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:37 #31 DONE 0.0s 05:07:37 05:07:37 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:37 #31 DONE 0.0s 05:07:37 05:07:37 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:37 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:37 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:37 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:37 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:37 #33 DONE 3.5s 05:07:37 05:07:37 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:37 #35 DONE 1.9s 05:07:37 05:07:37 #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 05:07:37 #36 DONE 0.7s 05:07:37 05:07:37 #39 [support-notifications internal] load build context 05:07:37 #39 DONE 0.0s 05:07:37 05:07:37 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 05:07:37 #32 DONE 1.5s 05:07:37 05:07:37 #40 [core-command internal] load build context 05:07:37 #40 DONE 0.0s 05:07:37 05:07:37 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 05:07:37 #41 DONE 1.6s 05:07:37 05:07:37 #42 [support-scheduler internal] load build context 05:07:37 #42 transferring context: 2.80MB 0.9s done 05:07:37 #42 DONE 1.4s 05:07:37 05:07:37 #43 [core-common-config-bootstrapper internal] load build context 05:07:37 #43 transferring context: 2.80MB 1.3s done 05:07:37 #43 DONE 1.6s 05:07:37 05:07:37 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:37 #31 DONE 0.0s 05:07:37 05:07:37 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:37 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:37 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:37 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:37 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:37 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:37 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:37 #33 DONE 3.5s 05:07:37 05:07:37 #44 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:37 #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:37 #44 ... 05:07:37 05:07:37 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:37 #31 DONE 0.0s 05:07:37 05:07:37 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 05:07:37 #31 DONE 0.1s 05:07:37 05:07:37 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 05:07:37 #37 DONE 1.4s 05:07:37 05:07:37 #45 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:07:38 #45 ... 05:07:38 05:07:38 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:38 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:38 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:38 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:38 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:38 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:38 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:38 #33 DONE 3.5s 05:07:38 05:07:38 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:07:39 #46 ... 05:07:39 05:07:39 #47 [security-spire-server internal] load build context 05:07:39 #47 transferring context: 26.79kB 0.2s done 05:07:39 #47 DONE 1.5s 05:07:39 05:07:39 #48 [security-bootstrapper internal] load build context 05:07:39 #48 transferring context: 2.80MB 1.3s done 05:07:39 #48 DONE 2.5s 05:07:39 05:07:39 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:39 #44 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.8s done 05:07:39 #44 ... 05:07:39 05:07:39 #49 [security-spire-config internal] load build context 05:07:39 #49 transferring context: 25.04kB 0.2s done 05:07:39 #49 DONE 2.3s 05:07:39 05:07:39 #39 [support-notifications internal] load build context 05:07:40 #39 ... 05:07:40 05:07:40 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 05:07:40 #32 DONE 4.1s 05:07:40 05:07:40 #50 [security-spire-agent internal] load build context 05:07:40 #50 transferring context: 26.32kB 0.3s done 05:07:40 #50 DONE 2.3s 05:07:40 05:07:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:40 #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:07:40 #44 ... 05:07:40 05:07:40 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:40 #35 DONE 2.0s 05:07:40 05:07:40 #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 05:07:40 #36 DONE 0.8s 05:07:40 05:07:40 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:40 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:40 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:40 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:40 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:40 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:40 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:40 #33 DONE 3.6s 05:07:40 05:07:40 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:40 #44 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done 05:07:40 #44 ... 05:07:40 05:07:40 #35 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 05:07:40 #35 DONE 2.0s 05:07:40 05:07:40 #36 [core-data builder 2/7] WORKDIR /edgex-go 05:07:40 #36 DONE 0.8s 05:07:40 05:07:40 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 05:07:40 #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done 05:07:40 #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done 05:07:40 #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done 05:07:40 #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done 05:07:40 #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done 05:07:40 #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0.9s done 05:07:40 #33 DONE 3.6s 05:07:40 05:07:40 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:07:40 #51 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.6s done 05:07:40 #51 DONE 2.6s 05:07:40 05:07:40 #52 [core-metadata internal] load build context 05:07:42 #52 ... 05:07:42 05:07:42 #39 [support-notifications internal] load build context 05:07:42 #39 transferring context: 2.80MB 3.1s done 05:07:42 #39 DONE 4.7s 05:07:42 05:07:42 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:42 #44 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done 05:07:42 #44 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done 05:07:42 #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.9s 05:07:42 #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.9s 05:07:42 #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.9s 05:07:42 #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.4s 05:07:43 #44 ... 05:07:43 05:07:43 #53 [security-proxy-setup internal] load build context 05:07:43 #53 transferring context: 2.80MB 3.8s done 05:07:43 #53 DONE 5.6s 05:07:43 05:07:43 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:43 #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 1.6s 05:07:43 #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 05:07:43 #44 ... 05:07:43 05:07:43 #40 [core-command internal] load build context 05:07:43 #40 transferring context: 2.80MB 3.5s done 05:07:43 #40 DONE 5.9s 05:07:43 05:07:43 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:43 #44 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.6s done 05:07:43 #44 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.8s done 05:07:43 #44 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done 05:07:43 #44 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.0s done 05:07:44 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 2.5s 05:07:44 #44 ... 05:07:44 05:07:44 #54 [core-keeper internal] load build context 05:07:44 #54 transferring context: 2.80MB 5.1s done 05:07:44 #54 DONE 6.8s 05:07:44 05:07:44 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:45 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.47MB / 28.04MB 3.7s 05:07:45 #44 ... 05:07:45 05:07:45 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:45 #55 DONE 8.2s 05:07:45 05:07:45 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:45 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 4.12MB / 28.04MB 4.3s 05:07:45 #44 ... 05:07:45 05:07:45 #56 [core-data builder 3/7] RUN apk add --update --no-cache make git 05:07:45 #0 8.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:45 #0 9.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:46 #56 ... 05:07:46 05:07:46 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:07:46 #0 7.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:46 #0 8.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:46 #57 ... 05:07:46 05:07:46 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:47 #44 ... 05:07:47 05:07:47 #58 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 05:07:47 #0 6.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:47 #0 6.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:47 #0 10.14 OK: 266 MiB in 52 packages 05:07:47 #58 ... 05:07:47 05:07:47 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:47 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.84MB / 28.04MB 5.7s 05:07:47 #44 ... 05:07:47 05:07:47 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:07:47 #0 8.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:47 #0 9.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:47 #59 ... 05:07:47 05:07:47 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:07:47 #60 ... 05:07:47 05:07:47 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:47 #44 ... 05:07:47 05:07:47 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:07:47 #61 ... 05:07:47 05:07:47 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:07:48 #62 ... 05:07:48 05:07:48 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:07:48 #63 ... 05:07:48 05:07:48 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:48 #64 ... 05:07:48 05:07:48 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:07:48 #65 ... 05:07:48 05:07:48 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:48 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 6.6s 05:07:49 #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 05:07:49 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 7.6s 05:07:49 #44 ... 05:07:49 05:07:49 #58 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 05:07:49 #58 DONE 12.1s 05:07:49 05:07:49 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:49 #44 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.7s done 05:07:49 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.29MB / 28.04MB 8.3s 05:07:50 #44 ... 05:07:50 05:07:50 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 05:07:50 #59 11.92 OK: 266 MiB in 52 packages 05:07:50 #59 DONE 12.8s 05:07:50 05:07:50 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:50 #44 ... 05:07:50 05:07:50 #56 [core-command builder 3/7] RUN apk add --update --no-cache make git 05:07:50 #56 12.89 OK: 266 MiB in 52 packages 05:07:50 #56 DONE 14.6s 05:07:50 05:07:50 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:50 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.78MB / 28.04MB 8.8s 05:07:50 #44 ... 05:07:50 05:07:50 #66 [security-secretstore-setup internal] load build context 05:07:50 #66 transferring context: 1.24MB 8.2s 05:07:50 #66 ... 05:07:50 05:07:50 #45 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:07:50 #45 ... 05:07:50 05:07:50 #52 [core-metadata internal] load build context 05:07:50 #52 transferring context: 2.80MB 7.8s done 05:07:50 #52 DONE 10.2s 05:07:50 05:07:50 #67 [core-data internal] load build context 05:07:50 #67 transferring context: 2.80MB 8.2s done 05:07:50 #67 ... 05:07:50 05:07:50 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:07:50 #51 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done 05:07:50 #51 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done 05:07:50 #51 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done 05:07:50 #51 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done 05:07:50 #51 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.6s done 05:07:50 #51 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.2s done 05:07:50 #51 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.5s done 05:07:50 #51 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 12.58MB / 18.32MB 7.9s 05:07:50 #51 ... 05:07:50 05:07:50 #67 [core-data internal] load build context 05:07:50 #67 DONE 10.5s 05:07:50 05:07:50 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:07:50 #51 ... 05:07:50 05:07:50 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:50 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 9.5s 05:07:51 #44 ... 05:07:51 05:07:51 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:07:51 #68 ... 05:07:51 05:07:51 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:51 #44 ... 05:07:51 05:07:51 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:07:51 #69 ... 05:07:51 05:07:51 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:51 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 10.2s 05:07:52 #44 ... 05:07:52 05:07:52 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 05:07:52 #64 DONE 14.0s 05:07:52 05:07:52 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:52 #44 ... 05:07:52 05:07:52 #70 [support-notifications builder 4/7] COPY go.mod vendor* ./ 05:07:52 #70 DONE 2.4s 05:07:52 05:07:52 #71 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 05:07:52 #71 DONE 2.4s 05:07:52 05:07:52 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:53 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.34MB / 28.04MB 11.3s 05:07:53 #44 ... 05:07:53 05:07:53 #72 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:07:53 #72 DONE 3.6s 05:07:53 05:07:53 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:53 #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 05:07:53 #44 ... 05:07:53 05:07:53 #66 [security-secretstore-setup internal] load build context 05:07:53 #66 transferring context: 2.80MB 10.4s done 05:07:53 #66 DONE 12.6s 05:07:53 05:07:53 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:53 #44 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done 05:07:53 #44 ... 05:07:53 05:07:53 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 05:07:53 #57 12.76 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:07:53 #57 12.76 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:07:53 #57 12.76 OK: 19951 distinct packages available 05:07:53 #57 13.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:53 #57 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:53 #57 16.63 OK: 266 MiB in 52 packages 05:07:53 #57 DONE 17.8s 05:07:53 05:07:53 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:54 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 19.90MB / 28.04MB 12.6s 05:07:54 #44 ... 05:07:54 05:07:54 #73 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 05:07:54 #73 DONE 1.2s 05:07:54 05:07:54 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:55 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 21.61MB / 28.04MB 14.0s 05:07:55 #44 ... 05:07:55 05:07:55 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:07:56 #74 ... 05:07:56 05:07:56 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:07:56 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.02MB / 28.04MB 14.5s 05:07:56 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 15.2s 05:07:56 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.50MB / 28.04MB 15.4s 05:07:57 #44 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 16.2s done 05:07:58 #44 ... 05:07:58 05:07:58 #45 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init 05:07:58 #45 14.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:58 #45 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:58 #45 19.28 (1/1) Installing dumb-init (1.2.5-r2) 05:07:58 #45 19.30 Executing busybox-1.36.1-r7.trigger 05:07:58 #45 19.50 OK: 8 MiB in 16 packages 05:07:58 #45 DONE 21.3s 05:07:58 05:07:58 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 05:07:59 #75 ... 05:07:59 05:07:59 #60 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 05:07:59 #60 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:59 #60 15.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:59 #60 19.48 (1/2) Installing dumb-init (1.2.5-r2) 05:07:59 #60 19.52 (2/2) Installing su-exec (0.2-r3) 05:07:59 #60 19.55 Executing busybox-1.36.1-r7.trigger 05:07:59 #60 19.71 OK: 8 MiB in 17 packages 05:07:59 #60 DONE 21.6s 05:07:59 05:07:59 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:07:59 #76 ... 05:07:59 05:07:59 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:07:59 #61 11.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:59 #61 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:59 #61 14.74 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:07:59 #61 14.74 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:07:59 #61 14.74 OK: 19948 distinct packages available 05:07:59 #61 15.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:07:59 #61 16.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:07:59 #61 ... 05:07:59 05:07:59 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:07:59 #51 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.7s done 05:07:59 #51 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done 05:07:59 #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 05:08:00 #51 ... 05:08:00 05:08:00 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:08:00 #61 21.97 (1/11) Installing ca-certificates (20240226-r0) 05:08:00 #61 22.39 (2/11) Installing brotli-libs (1.0.9-r14) 05:08:00 #61 22.48 (3/11) Installing libunistring (1.1-r1) 05:08:00 #61 22.82 (4/11) Installing libidn2 (2.3.4-r1) 05:08:00 #61 22.89 (5/11) Installing nghttp2-libs (1.57.0-r0) 05:08:01 #61 22.97 (6/11) Installing libcurl (8.5.0-r0) 05:08:01 #61 23.16 (7/11) Installing curl (8.5.0-r0) 05:08:01 #61 23.23 (8/11) Installing dumb-init (1.2.5-r2) 05:08:01 #61 23.26 (9/11) Installing musl-obstack (1.2.3-r2) 05:08:01 #61 23.28 (10/11) Installing libucontext (1.2-r2) 05:08:01 #61 23.34 (11/11) Installing gcompat (1.1.0-r1) 05:08:01 #61 23.38 Executing busybox-1.36.1-r7.trigger 05:08:01 #61 23.71 Executing ca-certificates-20240226-r0.trigger 05:08:01 #151 ... 05:08:01 05:08:01 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:08:01 #144 95.50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:08:02 #61 ... 05:08:02 05:08:02 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:08:02 #0 9.093 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:02 #77 ... 05:08:02 05:08:02 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:02 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0.8s 05:08:02 #44 ... 05:08:02 05:08:02 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:02 #78 ... 05:08:02 05:08:02 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:03 #79 ... 05:08:03 05:08:03 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:08:03 #46 14.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:03 #46 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:03 #46 20.03 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:08:03 #46 20.03 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:08:03 #46 20.03 OK: 19948 distinct packages available 05:08:03 #46 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:03 #46 22.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:03 #46 ... 05:08:03 05:08:03 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:03 #80 ... 05:08:03 05:08:03 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:05 #44 ... 05:08:05 05:08:05 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:05 #81 ... 05:08:05 05:08:05 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:08:05 #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 7.1s 05:08:05 #51 ... 05:08:05 05:08:05 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:08:05 #63 17.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:05 #63 19.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:05 #63 25.11 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:05 #63 25.84 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:05 #63 25.91 (3/6) Installing dumb-init (1.2.5-r2) 05:08:05 #63 25.97 (4/6) Installing openssl (3.1.6-r0) 05:08:05 #63 26.20 (5/6) Installing su-exec (0.2-r3) 05:08:05 #63 26.23 (6/6) Installing yq (4.33.3-r5) 05:08:05 #63 ... 05:08:05 05:08:05 #61 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 05:08:05 #61 25.56 OK: 13 MiB in 26 packages 05:08:05 #61 DONE 28.0s 05:08:05 05:08:05 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:08:05 #65 17.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:05 #65 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:05 #65 26.72 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] 05:08:05 #65 26.72 v3.18.7-41-gda3e699c6fb [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] 05:08:05 #65 26.72 OK: 19948 distinct packages available 05:08:06 #65 ... 05:08:06 05:08:06 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:06 #44 ... 05:08:06 05:08:06 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:08:06 #62 18.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:06 #62 20.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:06 #62 25.12 (1/2) Installing ca-certificates (20240226-r0) 05:08:06 #62 25.88 (2/2) Installing dumb-init (1.2.5-r2) 05:08:06 #62 25.92 Executing busybox-1.36.1-r7.trigger 05:08:06 #62 26.16 Executing ca-certificates-20240226-r0.trigger 05:08:06 #62 27.77 OK: 9 MiB in 17 packages 05:08:06 #62 ... 05:08:06 05:08:06 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:06 #44 ... 05:08:06 05:08:06 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:08:06 #69 15.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:06 #69 17.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:06 #69 24.61 (1/1) Installing dumb-init (1.2.5-r2) 05:08:06 #69 24.69 Executing busybox-1.36.1-r7.trigger 05:08:06 #69 24.94 OK: 8 MiB in 16 packages 05:08:06 #69 ... 05:08:06 05:08:06 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:07 #44 ... 05:08:07 05:08:07 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:08:07 #68 15.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:07 #68 17.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:07 #68 24.94 (1/4) Installing ca-certificates (20240226-r0) 05:08:07 #68 25.69 (2/4) Installing dumb-init (1.2.5-r2) 05:08:07 #68 25.73 (3/4) Installing su-exec (0.2-r3) 05:08:07 #68 25.75 (4/4) Installing yq (4.33.3-r5) 05:08:07 #68 ... 05:08:07 05:08:07 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:07 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.9s 05:08:08 #44 ... 05:08:08 05:08:08 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 05:08:08 #62 DONE 30.1s 05:08:08 05:08:08 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:08:08 #46 30.27 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:08 #46 ... 05:08:08 05:08:08 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:08 #74 12.90 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:08 #74 14.83 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:08 #74 ... 05:08:08 05:08:08 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:08:08 #68 27.66 Executing busybox-1.36.1-r7.trigger 05:08:08 #68 27.75 Executing ca-certificates-20240226-r0.trigger 05:08:09 #68 ... 05:08:09 05:08:09 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 05:08:09 #69 DONE 27.9s 05:08:09 05:08:09 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:08:09 #82 ... 05:08:09 05:08:09 #51 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 05:08:09 #51 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 10.5s done 05:08:09 #51 DONE 31.7s 05:08:09 05:08:09 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 05:08:09 #63 27.86 Executing busybox-1.36.1-r7.trigger 05:08:09 #63 28.26 OK: 18 MiB in 19 packages 05:08:09 #63 DONE 31.6s 05:08:09 05:08:09 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:08:12 #83 ... 05:08:12 05:08:12 #46 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 05:08:12 #46 31.10 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:12 #46 31.30 (3/7) Installing dumb-init (1.2.5-r2) 05:08:12 #46 31.35 (4/7) Installing musl-obstack (1.2.3-r2) 05:08:12 #46 31.44 (5/7) Installing libucontext (1.2-r2) 05:08:12 #46 31.49 (6/7) Installing gcompat (1.1.0-r1) 05:08:12 #46 31.51 (7/7) Installing openssl (3.1.6-r0) 05:08:12 #46 31.77 Executing busybox-1.36.1-r7.trigger 05:08:12 #46 32.00 OK: 9 MiB in 20 packages 05:08:12 #46 DONE 34.2s 05:08:12 05:08:12 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:12 #44 ... 05:08:12 05:08:12 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 05:08:12 #74 25.29 OK: 266 MiB in 52 packages 05:08:12 #74 DONE 26.9s 05:08:12 05:08:12 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:08:12 #84 ... 05:08:12 05:08:12 #68 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 05:08:12 #68 29.47 OK: 18 MiB in 19 packages 05:08:12 #68 DONE 31.7s 05:08:13 05:08:13 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:13 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.5s 05:08:14 #44 ... 05:08:14 05:08:14 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:08:14 #77 12.15 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:14 #77 22.17 (1/1) Installing dumb-init (1.2.5-r2) 05:08:14 #77 ... 05:08:14 05:08:14 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 05:08:14 #84 DONE 1.6s 05:08:14 05:08:14 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:08:14 #85 ... 05:08:14 05:08:14 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:08:14 #76 5.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:14 #76 7.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:14 #76 ... 05:08:14 05:08:14 #75 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 05:08:14 #75 6.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:14 #75 8.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:14 #75 16.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:14 #75 ... 05:08:14 05:08:14 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:16 #44 ... 05:08:16 05:08:16 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:16 #0 7.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:16 #0 9.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:16 #86 ... 05:08:16 05:08:16 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:16 #44 ... 05:08:16 05:08:16 #75 [core-command stage-1 3/9] RUN apk --no-cache upgrade 05:08:16 #75 16.86 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:16 #75 16.95 OK: 8 MiB in 16 packages 05:08:16 #75 DONE 18.3s 05:08:16 05:08:16 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:17 #44 ... 05:08:17 05:08:17 #77 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 05:08:17 #77 23.09 Executing busybox-1.36.1-r7.trigger 05:08:17 #77 23.31 OK: 8 MiB in 16 packages 05:08:17 #77 DONE 25.2s 05:08:17 05:08:17 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:08:17 #83 7.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:17 #83 ... 05:08:17 05:08:17 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 05:08:17 #76 16.01 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:17 #76 16.87 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:17 #76 16.95 OK: 8 MiB in 17 packages 05:08:17 #76 DONE 18.3s 05:08:17 05:08:17 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:17 #44 ... 05:08:17 05:08:17 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:08:17 #65 29.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:17 #65 32.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:18 #65 39.83 (1/4) Installing dumb-init (1.2.5-r2) 05:08:18 #65 39.84 (2/4) Installing musl-obstack (1.2.3-r2) 05:08:18 #65 39.86 (3/4) Installing libucontext (1.2-r2) 05:08:18 #65 39.89 (4/4) Installing gcompat (1.1.0-r1) 05:08:18 #65 39.90 Executing busybox-1.36.1-r7.trigger 05:08:18 #65 ... 05:08:18 05:08:18 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:08:18 #0 7.657 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:18 #0 9.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:18 #87 ... 05:08:18 05:08:18 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:18 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.7s 05:08:19 #44 ... 05:08:19 05:08:19 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 05:08:19 #65 40.04 OK: 8 MiB in 19 packages 05:08:19 #65 DONE 41.3s 05:08:19 05:08:19 #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:19 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.5s done 05:08:20 #44 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.5s done 05:08:20 #44 DONE 43.0s 05:08:20 05:08:20 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:22 #88 ... 05:08:22 05:08:22 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 05:08:22 #89 DONE 4.6s 05:08:22 05:08:22 #90 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 05:08:22 #90 DONE 0.4s 05:08:22 05:08:22 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:22 #86 15.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:22 #86 15.76 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:22 #86 15.85 Executing ca-certificates-20240226-r0.trigger 05:08:22 #86 ... 05:08:22 05:08:22 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 05:08:22 #82 7.426 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:22 #82 8.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:22 #82 11.68 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:22 #82 12.10 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:22 #82 12.20 OK: 8 MiB in 16 packages 05:08:22 #82 DONE 13.2s 05:08:22 05:08:22 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:08:22 #85 8.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:22 #85 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:23 #85 ... 05:08:23 05:08:23 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:08:23 #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:23 #0 8.895 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:23 #91 ... 05:08:23 05:08:23 #86 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 05:08:23 #86 17.20 OK: 13 MiB in 26 packages 05:08:24 #86 DONE 18.0s 05:08:24 05:08:24 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:24 #88 4.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 05:08:24 #88 ... 05:08:24 05:08:24 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:24 #92 ... 05:08:24 05:08:24 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 05:08:24 #83 9.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:24 #83 13.74 OK: 18 MiB in 19 packages 05:08:24 #83 DONE 14.7s 05:08:24 05:08:24 #93 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 05:08:24 #93 DONE 0.2s 05:08:24 05:08:24 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 05:08:24 #87 14.96 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:24 #87 15.34 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:24 #87 15.41 Executing ca-certificates-20240226-r0.trigger 05:08:24 #87 16.40 OK: 9 MiB in 17 packages 05:08:25 #87 DONE 17.5s 05:08:25 05:08:25 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:25 #88 5.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 05:08:26 #88 ... 05:08:26 05:08:26 #85 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 05:08:26 #85 13.42 OK: 9 MiB in 20 packages 05:08:26 #85 DONE 14.3s 05:08:26 05:08:26 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:08:27 #94 ... 05:08:27 05:08:27 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 05:08:27 #91 12.84 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:27 #91 13.06 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:27 #91 13.09 Executing ca-certificates-20240226-r0.trigger 05:08:27 #91 14.04 OK: 18 MiB in 19 packages 05:08:27 #91 DONE 14.9s 05:08:28 05:08:28 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 05:08:28 #94 DONE 1.5s 05:08:28 05:08:28 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:28 #95 ... 05:08:28 05:08:28 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:28 #96 DONE 1.9s 05:08:28 05:08:28 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 05:08:28 #97 DONE 0.1s 05:08:28 05:08:28 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:28 #88 8.394 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 05:08:28 #88 8.649 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 05:08:28 #88 8.729 OK: 8 MiB in 19 packages 05:08:28 #88 ... 05:08:28 05:08:28 #98 [security-spire-server stage-2 6/9] COPY security.txt / 05:08:28 #98 DONE 0.2s 05:08:28 05:08:28 #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:08:28 #99 ... 05:08:28 05:08:28 #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 05:08:28 #88 DONE 9.6s 05:08:29 05:08:29 #99 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 05:08:29 #99 DONE 0.3s 05:08:29 05:08:29 #100 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 05:08:29 #100 DONE 0.4s 05:08:29 05:08:29 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:30 #101 ... 05:08:30 05:08:30 #102 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 05:08:30 #102 DONE 0.3s 05:08:30 05:08:30 #103 [security-spire-server] exporting to image 05:08:30 #103 exporting layers 05:08:30 #103 ... 05:08:30 05:08:30 #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:30 #95 DONE 2.4s 05:08:30 05:08:30 #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 05:08:30 #104 DONE 0.2s 05:08:30 05:08:30 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 05:08:30 #105 DONE 0.2s 05:08:30 05:08:30 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:08:30 #106 ... 05:08:30 05:08:30 #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 05:08:30 #101 DONE 1.8s 05:08:31 05:08:31 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 05:08:31 #106 DONE 0.3s 05:08:31 05:08:31 #107 [security-spire-config stage-2 5/10] COPY Attribution.txt / 05:08:31 #107 DONE 0.2s 05:08:31 05:08:31 #108 [security-spire-config stage-2 6/10] COPY security.txt / 05:08:31 #108 ... 05:08:31 05:08:31 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 05:08:31 #109 DONE 0.2s 05:08:31 05:08:31 #108 [security-spire-config stage-2 6/10] COPY security.txt / 05:08:31 #108 DONE 0.2s 05:08:31 05:08:31 #110 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 05:08:31 #110 DONE 0.2s 05:08:31 05:08:31 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 05:08:31 #111 DONE 0.3s 05:08:31 05:08:31 #103 [security-spire-agent] exporting to image 05:08:31 #103 ... 05:08:31 05:08:31 #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 05:08:31 #112 DONE 0.2s 05:08:31 05:08:31 #113 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 05:08:32 #113 DONE 0.3s 05:08:32 05:08:32 #103 [security-spire-config] exporting to image 05:08:32 #103 exporting layers 3.1s done 05:08:32 #103 writing image sha256:55b333b6d5fa42fe85604e807875926874bcd057778cd13fb84bb40d470e2fc8 0.0s done 05:08:32 #103 naming to docker.io/library/security-spire-server-arm64 0.0s done 05:08:34 #103 exporting layers 2.6s done 05:08:34 #103 writing image sha256:fee37176eff7bee138503b25cab565debff93c3dd401b568a65845c0b34f5eaf done 05:08:34 #103 naming to docker.io/library/security-spire-agent-arm64 done 05:08:34 #103 exporting layers 2.4s done 05:08:34 #103 writing image sha256:45accd9f062b8477bb15ff4c7d45bd6d7e40f51d142f1bb11d8f12b32de50549 done 05:08:34 #103 naming to docker.io/library/security-spire-config-arm64 done 05:08:34 #103 DONE 5.0s 05:08:34 05:08:34 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:08:40 #144 ... 05:08:40 05:08:40 #143 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:08:40 #143 DONE 143.5s 05:08:40 05:08:40 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:08:40 #142 DONE 143.6s 05:08:40 05:08:40 #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:08:40 #141 DONE 143.5s 05:08:40 05:08:40 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:08:40 #147 DONE 143.5s 05:08:40 05:08:40 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:08:40 #151 DONE 143.6s 05:08:40 05:08:40 #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:08:40 #145 DONE 143.6s 05:08:40 05:08:40 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:08:40 #152 ... 05:08:40 05:08:40 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:08:40 #144 DONE 143.8s 05:08:40 05:08:40 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:08:40 #148 DONE 143.8s 05:08:40 05:08:40 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:08:40 #146 DONE 143.9s 05:08:40 05:08:40 #140 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:08:40 #140 DONE 143.9s 05:08:40 05:08:40 #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #153 ... 05:08:40 05:08:40 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:08:40 #149 DONE 144.1s 05:08:40 05:08:40 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:08:40 #150 DONE 144.1s 05:08:40 05:08:40 #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #154 ... 05:08:40 05:08:40 #155 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #155 DONE 0.8s 05:08:40 05:08:40 #156 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #156 DONE 0.9s 05:08:40 05:08:40 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:08:40 #152 DONE 0.8s 05:08:40 05:08:40 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #157 DONE 1.0s 05:08:40 05:08:40 #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #153 DONE 0.7s 05:08:40 05:08:40 #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #154 DONE 0.7s 05:08:40 05:08:40 #158 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:08:40 #158 ... 05:08:40 05:08:40 #159 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #159 DONE 0.4s 05:08:40 05:08:40 #160 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:08:40 #160 DONE 0.3s 05:08:40 05:08:40 #161 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:08:40 #161 DONE 0.4s 05:08:40 05:08:40 #162 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #162 DONE 0.4s 05:08:40 05:08:40 #158 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:08:40 #158 DONE 0.3s 05:08:40 05:08:40 #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:08:40 #163 DONE 0.3s 05:08:40 05:08:40 #164 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:08:40 #164 CACHED 05:08:40 05:08:40 #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #165 CACHED 05:08:40 05:08:40 #166 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:08:40 #166 CACHED 05:08:40 05:08:40 #167 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #167 CACHED 05:08:40 05:08:40 #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #168 CACHED 05:08:40 05:08:40 #169 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:08:40 #169 CACHED 05:08:40 05:08:40 #170 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:08:40 #170 DONE 0.3s 05:08:40 05:08:40 #171 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #171 CACHED 05:08:40 05:08:40 #172 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:08:40 #172 CACHED 05:08:40 05:08:40 #173 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:08:40 #173 ... 05:08:40 05:08:40 #174 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:08:40 #174 DONE 1.0s 05:08:40 05:08:40 #175 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:08:40 #175 ... 05:08:40 05:08:40 #176 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:08:40 #176 DONE 1.8s 05:08:40 05:08:40 #177 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:08:40 #177 DONE 1.9s 05:08:40 05:08:40 #178 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:08:40 #178 DONE 1.9s 05:08:40 05:08:40 #179 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:08:40 #179 DONE 1.9s 05:08:40 05:08:40 #180 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:08:40 #180 DONE 1.9s 05:08:40 05:08:40 #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:08:40 #181 DONE 1.9s 05:08:40 05:08:40 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:08:40 #182 DONE 1.9s 05:08:40 05:08:40 #183 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:08:40 #183 DONE 1.9s 05:08:40 05:08:40 #173 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:08:40 #173 DONE 1.9s 05:08:40 05:08:40 #184 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:08:40 #184 DONE 1.9s 05:08:40 05:08:40 #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:08:40 #185 ... 05:08:40 05:08:40 #175 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:08:40 #175 DONE 1.4s 05:08:40 05:08:40 #186 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:08:40 #186 DONE 0.5s 05:08:40 05:08:40 #187 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:08:40 #187 DONE 0.5s 05:08:40 05:08:40 #188 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:08:40 #188 DONE 0.5s 05:08:40 05:08:40 #189 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 05:08:40 #189 DONE 0.6s 05:08:40 05:08:40 #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:08:40 #190 DONE 0.5s 05:08:40 05:08:40 #95 [core-command] exporting to image 05:08:40 #95 exporting layers 05:08:40 #95 ... 05:08:40 05:08:40 #191 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:08:40 #191 DONE 0.6s 05:08:40 05:08:40 #185 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:08:40 #185 DONE 0.5s 05:08:40 05:08:40 #192 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:08:40 #192 DONE 0.6s 05:08:40 05:08:40 #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:08:40 #193 DONE 0.7s 05:08:40 05:08:40 #194 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:08:40 #194 DONE 0.6s 05:08:40 05:08:40 #95 [support-scheduler] exporting to image 05:08:40 #95 ... 05:08:40 05:08:40 #195 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:08:40 #195 DONE 3.1s 05:08:40 05:08:40 #95 [support-scheduler] exporting to image 05:08:40 #95 exporting layers 0.3s done 05:08:40 #95 ... 05:08:40 05:08:40 #196 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:08:40 #196 DONE 0.6s 05:08:40 05:08:40 #197 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:08:40 #197 DONE 0.4s 05:08:40 05:08:40 #95 [support-notifications] exporting to image 05:08:40 #95 writing image sha256:e852a274d3959faeae177427ba1fbc2892173862bbea1ec006cf9769a3ba6867 05:08:40 #95 writing image sha256:65fd2c29e6afc88c799498aaddd7bef1573f619a8aa622bc29c154101d7950df 05:08:40 #95 ... 05:08:40 05:08:40 #198 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:08:40 #198 DONE 0.4s 05:08:40 05:08:40 #199 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:08:40 #199 DONE 0.4s 05:08:40 05:08:40 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:08:40 #200 DONE 0.4s 05:08:40 05:08:40 #201 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:08:40 #201 DONE 0.3s 05:08:40 05:08:40 #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:08:40 #202 DONE 0.4s 05:08:40 05:08:40 #95 [core-metadata] exporting to image 05:08:40 #95 writing image sha256:e852a274d3959faeae177427ba1fbc2892173862bbea1ec006cf9769a3ba6867 0.1s done 05:08:40 #95 writing image sha256:65fd2c29e6afc88c799498aaddd7bef1573f619a8aa622bc29c154101d7950df 0.1s done 05:08:40 #95 naming to docker.io/library/core-data done 05:08:40 #95 naming to docker.io/library/core-keeper done 05:08:40 #95 exporting layers 0.2s done 05:08:40 #95 writing image sha256:7db700cf180fabb06d7090b290c2eb568be92f229d6a5497853b873ff7df735d done 05:08:40 #95 naming to docker.io/library/support-scheduler done 05:08:40 #95 writing image sha256:89eae6ac61650c35fe5838098ea9184ef747f8c540ea50da2b262aedddb1f633 done 05:08:40 #95 naming to docker.io/library/security-spiffe-token-provider done 05:08:40 #95 writing image sha256:018adc8b57f221248d6fccfef21a4ef779a544c2cd19cbde77d15fef63cf99c5 0.0s done 05:08:40 #95 naming to docker.io/library/core-command 05:08:40 #95 naming to docker.io/library/core-command 0.0s done 05:08:40 #95 writing image sha256:dfbb3f19fa7944d2746371bf94aa5ea2b7d63bc98789ef9e65f4a299d6f9e1a8 05:08:40 #95 exporting layers 0.4s done 05:08:40 #95 writing image sha256:dfbb3f19fa7944d2746371bf94aa5ea2b7d63bc98789ef9e65f4a299d6f9e1a8 done 05:08:40 #95 naming to docker.io/library/support-notifications done 05:08:40 #95 writing image sha256:79b5449738c54ebf74f70f18722eae461b8c559285299ddcc458bdda2cad00be done 05:08:40 #95 naming to docker.io/library/core-metadata done 05:08:40 #95 DONE 2.6s 05:08:40 05:08:40 #203 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:08:40 #203 DONE 0.5s 05:08:40 05:08:40 #204 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:08:40 #204 DONE 0.5s 05:08:40 05:08:40 #205 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:08:40 #205 DONE 0.4s 05:08:40 05:08:40 #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:08:40 #206 DONE 0.4s 05:08:40 05:08:40 #207 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:08:40 #207 DONE 0.4s 05:08:40 05:08:40 #208 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:08:40 #208 DONE 0.0s 05:08:40 05:08:40 #209 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:08:40 #209 DONE 0.1s 05:08:40 05:08:40 #210 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:08:40 #210 ... 05:08:40 05:08:40 #211 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 05:08:40 #211 DONE 0.1s 05:08:40 05:08:40 #212 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:08:40 #212 DONE 1.1s 05:08:40 05:08:40 #213 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:08:40 #213 DONE 1.0s 05:08:40 05:08:40 #214 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:08:40 #214 DONE 0.1s 05:08:41 05:08:41 #215 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:08:41 #215 DONE 0.1s 05:08:41 05:08:41 #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:08:41 #216 DONE 0.0s 05:08:41 05:08:41 #217 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:08:41 #217 DONE 0.8s 05:08:41 05:08:41 #95 [core-common-config-bootstrapper] exporting to image 05:08:41 #95 exporting layers 0.4s done 05:08:41 #95 exporting layers 0.2s done 05:08:41 #95 writing image sha256:758ab571644faaabc0b809d751dca9088af35d9e63133b057b0099ce173a015f 0.0s done 05:08:41 #95 writing image sha256:7a4abaa719babe7d3ff4fd70395b66a4ef7c50b04e40bcedb1991212702a7ff0 done 05:08:41 #95 naming to docker.io/library/core-common-config-bootstrapper done 05:08:41 #95 naming to docker.io/library/security-proxy-auth done 05:08:41 #95 writing image sha256:32a4dfb6f3c63fdf2a950faf0c494860460c7df5b0b36d9cc562d45d83a62194 05:08:41 #95 ... 05:08:41 05:08:41 #210 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:08:41 #210 DONE 0.7s 05:08:41 05:08:41 #95 [security-secretstore-setup] exporting to image 05:08:41 #95 writing image sha256:32a4dfb6f3c63fdf2a950faf0c494860460c7df5b0b36d9cc562d45d83a62194 done 05:08:41 #95 naming to docker.io/library/security-proxy-setup done 05:08:41 #95 ... 05:08:41 05:08:41 #218 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:08:41 #218 DONE 0.6s 05:08:41 05:08:41 #95 [security-bootstrapper] exporting to image 05:08:41 #95 exporting layers 0.3s done 05:08:41 #95 exporting layers 0.2s done 05:08:41 #95 writing image sha256:d3a2944a7edf725a90cfd9f0e82689be535caa41cf0f186433c4a1a86b719701 done 05:08:41 #95 naming to docker.io/library/security-secretstore-setup done 05:08:41 #95 writing image sha256:0ec8ffa5f384d59503b6603e5ccd3535b0c3a2996527e3c8151f188f94ae163b done 05:08:41 #95 naming to docker.io/library/security-bootstrapper done 05:08:41 #95 DONE 3.6s 05:08:41 05:08:41 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:08:41 time="2024-07-18T05:04:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:08:41 $ docker stop --time=1 bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 05:08:42 $ docker rm -f --volumes bfda3b06225dd621964cef8f2c74fbd1bbccb93383a3fe0f4aafe2a2ba24a288 [Pipeline] // withDockerContainer [Pipeline] sh 05:08:43 + docker images 05:08:43 REPOSITORY TAG IMAGE ID CREATED SIZE 05:08:43 security-secretstore-setup latest d3a2944a7edf 2 seconds ago 42.2MB 05:08:43 security-bootstrapper latest 0ec8ffa5f384 2 seconds ago 24MB 05:08:43 security-proxy-setup latest 32a4dfb6f3c6 3 seconds ago 31.2MB 05:08:43 core-common-config-bootstrapper latest 758ab571644f 3 seconds ago 20.3MB 05:08:43 security-proxy-auth latest 7a4abaa719ba 3 seconds ago 38MB 05:08:43 support-scheduler latest 7db700cf180f 4 seconds ago 43.1MB 05:08:43 core-keeper latest 65fd2c29e6af 4 seconds ago 35.6MB 05:08:43 core-command latest 018adc8b57f2 4 seconds ago 40.4MB 05:08:43 support-notifications latest dfbb3f19fa79 4 seconds ago 43.9MB 05:08:43 core-metadata latest 79b5449738c5 4 seconds ago 41MB 05:08:43 core-data latest e852a274d395 4 seconds ago 40.8MB 05:08:43 security-spiffe-token-provider latest 89eae6ac6165 5 seconds ago 34MB 05:08:43 security-spire-agent latest eb1ea463c709 3 minutes ago 187MB 05:08:43 security-spire-server latest 67db8ca8cb58 3 minutes ago 126MB 05:08:43 security-spire-config latest b6be221a5ef6 3 minutes ago 125MB 05:08:43 ci-base-image-x86_64 latest 9d92cceac4c9 7 minutes ago 966MB 05:08:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB 05:08:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB 05:08:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:08:43 provisioning config files... 05:08:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config10895492369064153616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:43 ---> ****-login.sh 05:08:43 nexus3.edgexfoundry.org:10001 05:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:08:43 Configure a credential helper to remove this warning. See 05:08:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:08:43 05:08:43 Login Succeeded 05:08:43 nexus3.edgexfoundry.org:10002 05:08:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:08:43 Configure a credential helper to remove this warning. See 05:08:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:08:43 05:08:43 Login Succeeded 05:08:43 nexus3.edgexfoundry.org:10003 05:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:08:44 Configure a credential helper to remove this warning. See 05:08:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:08:44 05:08:44 Login Succeeded 05:08:44 nexus3.edgexfoundry.org:10004 05:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:08:44 Configure a credential helper to remove this warning. See 05:08:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:08:44 05:08:44 Login Succeeded 05:08:44 ****.io 05:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:08:44 Configure a credential helper to remove this warning. See 05:08:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:08:44 05:08:44 Login Succeeded 05:08:44 ---> ****-login.sh ends [Pipeline] } 05:08:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:08:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:08:44 [edgeXDocker.push] Tagging docker image core-command with the following tags: 05:08:44 b6a792cc14dceb412227bc035c2b58c27f836273 05:08:44 latest 05:08:44 3.2.0-dev.36 05:08:44 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:44 main 05:08:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:45 + docker push nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 05:08:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:08:45 cfe755c496b3: Preparing 05:08:45 0eb5774abe2e: Preparing 05:08:45 d1fe129ad72f: Preparing 05:08:45 54f31580bba2: Preparing 05:08:45 b02f40cecb54: Preparing 05:08:45 c0908ee048d9: Preparing 05:08:45 63ec0bd56cf3: Preparing 05:08:45 c0908ee048d9: Waiting 05:08:45 63ec0bd56cf3: Waiting 05:08:45 cfe755c496b3: Pushed 05:08:45 d1fe129ad72f: Pushed 05:08:45 54f31580bba2: Pushed 05:08:45 63ec0bd56cf3: Layer already exists 05:08:45 c0908ee048d9: Pushed 05:08:45 b02f40cecb54: Pushed 05:08:48 0eb5774abe2e: Pushed 05:08:48 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:48 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:48 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 05:08:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:08:48 cfe755c496b3: Preparing 05:08:48 0eb5774abe2e: Preparing 05:08:48 d1fe129ad72f: Preparing 05:08:48 54f31580bba2: Preparing 05:08:48 b02f40cecb54: Preparing 05:08:48 c0908ee048d9: Preparing 05:08:48 63ec0bd56cf3: Preparing 05:08:48 c0908ee048d9: Waiting 05:08:48 63ec0bd56cf3: Waiting 05:08:48 cfe755c496b3: Layer already exists 05:08:48 54f31580bba2: Layer already exists 05:08:48 b02f40cecb54: Layer already exists 05:08:48 0eb5774abe2e: Layer already exists 05:08:48 d1fe129ad72f: Layer already exists 05:08:48 c0908ee048d9: Layer already exists 05:08:48 63ec0bd56cf3: Layer already exists 05:08:48 latest: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:49 + docker push nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 05:08:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:08:49 cfe755c496b3: Preparing 05:08:49 0eb5774abe2e: Preparing 05:08:49 d1fe129ad72f: Preparing 05:08:49 54f31580bba2: Preparing 05:08:49 b02f40cecb54: Preparing 05:08:49 c0908ee048d9: Preparing 05:08:49 63ec0bd56cf3: Preparing 05:08:49 c0908ee048d9: Waiting 05:08:49 63ec0bd56cf3: Waiting 05:08:49 cfe755c496b3: Layer already exists 05:08:49 b02f40cecb54: Layer already exists 05:08:49 d1fe129ad72f: Layer already exists 05:08:49 54f31580bba2: Layer already exists 05:08:49 0eb5774abe2e: Layer already exists 05:08:49 c0908ee048d9: Layer already exists 05:08:49 63ec0bd56cf3: Layer already exists 05:08:49 3.2.0-dev.36: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:49 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:50 + docker push nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:08:50 cfe755c496b3: Preparing 05:08:50 0eb5774abe2e: Preparing 05:08:50 d1fe129ad72f: Preparing 05:08:50 54f31580bba2: Preparing 05:08:50 b02f40cecb54: Preparing 05:08:50 c0908ee048d9: Preparing 05:08:50 63ec0bd56cf3: Preparing 05:08:50 63ec0bd56cf3: Waiting 05:08:50 c0908ee048d9: Waiting 05:08:50 b02f40cecb54: Layer already exists 05:08:50 0eb5774abe2e: Layer already exists 05:08:50 cfe755c496b3: Layer already exists 05:08:50 54f31580bba2: Layer already exists 05:08:50 d1fe129ad72f: Layer already exists 05:08:50 c0908ee048d9: Layer already exists 05:08:50 63ec0bd56cf3: Layer already exists 05:08:50 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:50 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:50 + docker push nexus3.edgexfoundry.org:10004/core-command:main 05:08:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 05:08:50 cfe755c496b3: Preparing 05:08:50 0eb5774abe2e: Preparing 05:08:50 d1fe129ad72f: Preparing 05:08:50 54f31580bba2: Preparing 05:08:50 b02f40cecb54: Preparing 05:08:50 c0908ee048d9: Preparing 05:08:50 63ec0bd56cf3: Preparing 05:08:50 c0908ee048d9: Waiting 05:08:50 63ec0bd56cf3: Waiting 05:08:50 b02f40cecb54: Layer already exists 05:08:50 cfe755c496b3: Layer already exists 05:08:50 54f31580bba2: Layer already exists 05:08:50 d1fe129ad72f: Layer already exists 05:08:50 0eb5774abe2e: Layer already exists 05:08:50 c0908ee048d9: Layer already exists 05:08:50 63ec0bd56cf3: Layer already exists 05:08:50 main: digest: sha256:3d2475ae96426b074d363912b068017c3bfb7f7b876f20bfd63600a26723268e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:08:50 ===================================================== [Pipeline] echo 05:08:50 taggedImages: 05:08:50 - nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273 05:08:50 - nexus3.edgexfoundry.org:10004/core-command:latest 05:08:50 - nexus3.edgexfoundry.org:10004/core-command:3.2.0-dev.36 05:08:50 - nexus3.edgexfoundry.org:10004/core-command:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:50 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 05:08:50 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 05:08:50 b6a792cc14dceb412227bc035c2b58c27f836273 05:08:50 latest 05:08:50 3.2.0-dev.36 05:08:50 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:50 main 05:08:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 05:08:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:08:51 ffd09b6bd726: Preparing 05:08:51 efa62ebad409: Preparing 05:08:51 63062f40718f: Preparing 05:08:51 7c023591738d: Preparing 05:08:51 d1fe129ad72f: Preparing 05:08:51 54f31580bba2: Preparing 05:08:51 b02f40cecb54: Preparing 05:08:51 c0908ee048d9: Preparing 05:08:51 63ec0bd56cf3: Preparing 05:08:51 b02f40cecb54: Waiting 05:08:51 63ec0bd56cf3: Waiting 05:08:51 c0908ee048d9: Waiting 05:08:51 54f31580bba2: Waiting 05:08:51 d1fe129ad72f: Layer already exists 05:08:51 54f31580bba2: Layer already exists 05:08:51 b02f40cecb54: Layer already exists 05:08:51 c0908ee048d9: Layer already exists 05:08:51 63ec0bd56cf3: Layer already exists 05:08:51 ffd09b6bd726: Pushed 05:08:51 63062f40718f: Pushed 05:08:51 efa62ebad409: Pushed 05:08:52 7c023591738d: Pushed 05:08:52 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:08:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:08:53 ffd09b6bd726: Preparing 05:08:53 efa62ebad409: Preparing 05:08:53 63062f40718f: Preparing 05:08:53 7c023591738d: Preparing 05:08:53 d1fe129ad72f: Preparing 05:08:53 54f31580bba2: Preparing 05:08:53 b02f40cecb54: Preparing 05:08:53 c0908ee048d9: Preparing 05:08:53 63ec0bd56cf3: Preparing 05:08:53 b02f40cecb54: Waiting 05:08:53 54f31580bba2: Waiting 05:08:53 63ec0bd56cf3: Waiting 05:08:53 63062f40718f: Layer already exists 05:08:53 7c023591738d: Layer already exists 05:08:53 efa62ebad409: Layer already exists 05:08:53 d1fe129ad72f: Layer already exists 05:08:53 ffd09b6bd726: Layer already exists 05:08:53 b02f40cecb54: Layer already exists 05:08:53 54f31580bba2: Layer already exists 05:08:53 c0908ee048d9: Layer already exists 05:08:53 63ec0bd56cf3: Layer already exists 05:08:53 latest: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 05:08:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:08:54 ffd09b6bd726: Preparing 05:08:54 efa62ebad409: Preparing 05:08:54 63062f40718f: Preparing 05:08:54 7c023591738d: Preparing 05:08:54 d1fe129ad72f: Preparing 05:08:54 54f31580bba2: Preparing 05:08:54 b02f40cecb54: Preparing 05:08:54 c0908ee048d9: Preparing 05:08:54 63ec0bd56cf3: Preparing 05:08:54 b02f40cecb54: Waiting 05:08:54 c0908ee048d9: Waiting 05:08:54 63ec0bd56cf3: Waiting 05:08:54 54f31580bba2: Waiting 05:08:54 7c023591738d: Layer already exists 05:08:54 ffd09b6bd726: Layer already exists 05:08:54 d1fe129ad72f: Layer already exists 05:08:54 efa62ebad409: Layer already exists 05:08:54 63062f40718f: Layer already exists 05:08:54 c0908ee048d9: Layer already exists 05:08:54 54f31580bba2: Layer already exists 05:08:54 b02f40cecb54: Layer already exists 05:08:54 63ec0bd56cf3: Layer already exists 05:08:54 3.2.0-dev.36: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:54 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:08:54 ffd09b6bd726: Preparing 05:08:54 efa62ebad409: Preparing 05:08:54 63062f40718f: Preparing 05:08:54 7c023591738d: Preparing 05:08:54 d1fe129ad72f: Preparing 05:08:54 54f31580bba2: Preparing 05:08:54 b02f40cecb54: Preparing 05:08:54 c0908ee048d9: Preparing 05:08:54 63ec0bd56cf3: Preparing 05:08:54 54f31580bba2: Waiting 05:08:54 b02f40cecb54: Waiting 05:08:54 c0908ee048d9: Waiting 05:08:54 63ec0bd56cf3: Waiting 05:08:54 63062f40718f: Layer already exists 05:08:54 7c023591738d: Layer already exists 05:08:54 ffd09b6bd726: Layer already exists 05:08:54 efa62ebad409: Layer already exists 05:08:54 d1fe129ad72f: Layer already exists 05:08:54 54f31580bba2: Layer already exists 05:08:54 c0908ee048d9: Layer already exists 05:08:54 b02f40cecb54: Layer already exists 05:08:54 63ec0bd56cf3: Layer already exists 05:08:55 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:55 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 05:08:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 05:08:56 ffd09b6bd726: Preparing 05:08:56 efa62ebad409: Preparing 05:08:56 63062f40718f: Preparing 05:08:56 7c023591738d: Preparing 05:08:56 d1fe129ad72f: Preparing 05:08:56 54f31580bba2: Preparing 05:08:56 b02f40cecb54: Preparing 05:08:56 c0908ee048d9: Preparing 05:08:56 63ec0bd56cf3: Preparing 05:08:56 b02f40cecb54: Waiting 05:08:56 54f31580bba2: Waiting 05:08:56 63ec0bd56cf3: Waiting 05:08:56 efa62ebad409: Layer already exists 05:08:56 7c023591738d: Layer already exists 05:08:56 63062f40718f: Layer already exists 05:08:56 d1fe129ad72f: Layer already exists 05:08:56 ffd09b6bd726: Layer already exists 05:08:56 b02f40cecb54: Layer already exists 05:08:56 63ec0bd56cf3: Layer already exists 05:08:56 c0908ee048d9: Layer already exists 05:08:56 54f31580bba2: Layer already exists 05:08:56 main: digest: sha256:b4e89ba1ce0a1df05ca10c566e8d912ae9dffb7a3cd6c7ed2d8f0882a6549a08 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:08:56 ===================================================== [Pipeline] echo 05:08:56 taggedImages: 05:08:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 05:08:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 05:08:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.2.0-dev.36 05:08:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 05:08:57 [edgeXDocker.push] Tagging docker image core-data with the following tags: 05:08:57 b6a792cc14dceb412227bc035c2b58c27f836273 05:08:57 latest 05:08:57 3.2.0-dev.36 05:08:57 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:08:57 main 05:08:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:08:57 + docker push nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 05:08:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:08:57 9ffa29b101c9: Preparing 05:08:57 23541cae19d1: Preparing 05:08:57 d1fe129ad72f: Preparing 05:08:57 54f31580bba2: Preparing 05:08:57 b02f40cecb54: Preparing 05:08:57 c0908ee048d9: Preparing 05:08:57 63ec0bd56cf3: Preparing 05:08:57 c0908ee048d9: Waiting 05:08:57 63ec0bd56cf3: Waiting 05:08:57 d1fe129ad72f: Layer already exists 05:08:57 b02f40cecb54: Layer already exists 05:08:57 54f31580bba2: Layer already exists 05:08:57 c0908ee048d9: Layer already exists 05:08:57 63ec0bd56cf3: Layer already exists 05:08:57 9ffa29b101c9: Pushed 05:09:00 23541cae19d1: Pushed 05:09:00 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:01 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 05:09:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:09:01 9ffa29b101c9: Preparing 05:09:01 23541cae19d1: Preparing 05:09:01 d1fe129ad72f: Preparing 05:09:01 54f31580bba2: Preparing 05:09:01 b02f40cecb54: Preparing 05:09:01 c0908ee048d9: Preparing 05:09:01 63ec0bd56cf3: Preparing 05:09:01 c0908ee048d9: Waiting 05:09:01 54f31580bba2: Layer already exists 05:09:01 23541cae19d1: Layer already exists 05:09:01 9ffa29b101c9: Layer already exists 05:09:01 d1fe129ad72f: Layer already exists 05:09:01 b02f40cecb54: Layer already exists 05:09:01 c0908ee048d9: Layer already exists 05:09:01 63ec0bd56cf3: Layer already exists 05:09:01 latest: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:02 + docker push nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 05:09:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:09:02 9ffa29b101c9: Preparing 05:09:02 23541cae19d1: Preparing 05:09:02 d1fe129ad72f: Preparing 05:09:02 54f31580bba2: Preparing 05:09:02 b02f40cecb54: Preparing 05:09:02 c0908ee048d9: Preparing 05:09:02 63ec0bd56cf3: Preparing 05:09:02 c0908ee048d9: Waiting 05:09:02 23541cae19d1: Layer already exists 05:09:02 b02f40cecb54: Layer already exists 05:09:02 54f31580bba2: Layer already exists 05:09:02 d1fe129ad72f: Layer already exists 05:09:02 9ffa29b101c9: Layer already exists 05:09:02 c0908ee048d9: Layer already exists 05:09:02 63ec0bd56cf3: Layer already exists 05:09:02 3.2.0-dev.36: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:02 + docker push nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:09:02 9ffa29b101c9: Preparing 05:09:02 23541cae19d1: Preparing 05:09:02 d1fe129ad72f: Preparing 05:09:02 54f31580bba2: Preparing 05:09:02 b02f40cecb54: Preparing 05:09:02 c0908ee048d9: Preparing 05:09:02 63ec0bd56cf3: Preparing 05:09:02 c0908ee048d9: Waiting 05:09:02 63ec0bd56cf3: Waiting 05:09:02 23541cae19d1: Layer already exists 05:09:02 d1fe129ad72f: Layer already exists 05:09:02 b02f40cecb54: Layer already exists 05:09:02 54f31580bba2: Layer already exists 05:09:02 9ffa29b101c9: Layer already exists 05:09:02 63ec0bd56cf3: Layer already exists 05:09:02 c0908ee048d9: Layer already exists 05:09:02 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:03 + docker push nexus3.edgexfoundry.org:10004/core-data:main 05:09:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 05:09:03 9ffa29b101c9: Preparing 05:09:03 23541cae19d1: Preparing 05:09:03 d1fe129ad72f: Preparing 05:09:03 54f31580bba2: Preparing 05:09:03 b02f40cecb54: Preparing 05:09:03 c0908ee048d9: Preparing 05:09:03 63ec0bd56cf3: Preparing 05:09:03 c0908ee048d9: Waiting 05:09:03 63ec0bd56cf3: Waiting 05:09:03 b02f40cecb54: Layer already exists 05:09:03 54f31580bba2: Layer already exists 05:09:03 d1fe129ad72f: Layer already exists 05:09:03 23541cae19d1: Layer already exists 05:09:03 9ffa29b101c9: Layer already exists 05:09:03 c0908ee048d9: Layer already exists 05:09:03 63ec0bd56cf3: Layer already exists 05:09:03 main: digest: sha256:a77f8d235d6cb66fd30e09b81517ce6c053f04c297b7ef25c2c9f0adf21b9a5c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:03 ===================================================== [Pipeline] echo 05:09:03 taggedImages: 05:09:03 - nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:03 - nexus3.edgexfoundry.org:10004/core-data:latest 05:09:03 - nexus3.edgexfoundry.org:10004/core-data:3.2.0-dev.36 05:09:03 - nexus3.edgexfoundry.org:10004/core-data:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:03 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 05:09:03 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 05:09:03 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:03 latest 05:09:03 3.2.0-dev.36 05:09:03 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:03 main 05:09:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:09:04 fbfccdc36087: Preparing 05:09:04 0907ea0782a5: Preparing 05:09:04 54f31580bba2: Preparing 05:09:04 ab5588c0497d: Preparing 05:09:04 dc8d402606dd: Preparing 05:09:04 63ec0bd56cf3: Preparing 05:09:04 63ec0bd56cf3: Waiting 05:09:04 54f31580bba2: Layer already exists 05:09:04 63ec0bd56cf3: Layer already exists 05:09:04 dc8d402606dd: Pushed 05:09:04 ab5588c0497d: Pushed 05:09:04 fbfccdc36087: Pushed 05:09:06 0907ea0782a5: Pushed 05:09:06 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:07 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 05:09:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:09:07 fbfccdc36087: Preparing 05:09:07 0907ea0782a5: Preparing 05:09:07 54f31580bba2: Preparing 05:09:07 ab5588c0497d: Preparing 05:09:07 dc8d402606dd: Preparing 05:09:07 63ec0bd56cf3: Preparing 05:09:07 63ec0bd56cf3: Waiting 05:09:07 fbfccdc36087: Layer already exists 05:09:07 54f31580bba2: Layer already exists 05:09:07 0907ea0782a5: Layer already exists 05:09:07 dc8d402606dd: Layer already exists 05:09:07 ab5588c0497d: Layer already exists 05:09:07 63ec0bd56cf3: Layer already exists 05:09:07 latest: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:07 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 05:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:09:08 fbfccdc36087: Preparing 05:09:08 0907ea0782a5: Preparing 05:09:08 54f31580bba2: Preparing 05:09:08 ab5588c0497d: Preparing 05:09:08 dc8d402606dd: Preparing 05:09:08 63ec0bd56cf3: Preparing 05:09:08 63ec0bd56cf3: Waiting 05:09:08 0907ea0782a5: Layer already exists 05:09:08 dc8d402606dd: Layer already exists 05:09:08 fbfccdc36087: Layer already exists 05:09:08 ab5588c0497d: Layer already exists 05:09:08 54f31580bba2: Layer already exists 05:09:08 63ec0bd56cf3: Layer already exists 05:09:08 3.2.0-dev.36: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:08 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:08 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:09:08 fbfccdc36087: Preparing 05:09:08 0907ea0782a5: Preparing 05:09:08 54f31580bba2: Preparing 05:09:08 ab5588c0497d: Preparing 05:09:08 dc8d402606dd: Preparing 05:09:08 63ec0bd56cf3: Preparing 05:09:08 63ec0bd56cf3: Waiting 05:09:08 0907ea0782a5: Layer already exists 05:09:08 54f31580bba2: Layer already exists 05:09:08 fbfccdc36087: Layer already exists 05:09:08 dc8d402606dd: Layer already exists 05:09:08 ab5588c0497d: Layer already exists 05:09:08 63ec0bd56cf3: Layer already exists 05:09:08 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 05:09:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 05:09:09 fbfccdc36087: Preparing 05:09:09 0907ea0782a5: Preparing 05:09:09 54f31580bba2: Preparing 05:09:09 ab5588c0497d: Preparing 05:09:09 dc8d402606dd: Preparing 05:09:09 63ec0bd56cf3: Preparing 05:09:09 63ec0bd56cf3: Waiting 05:09:09 0907ea0782a5: Layer already exists 05:09:09 ab5588c0497d: Layer already exists 05:09:09 fbfccdc36087: Layer already exists 05:09:09 54f31580bba2: Layer already exists 05:09:09 dc8d402606dd: Layer already exists 05:09:09 63ec0bd56cf3: Layer already exists 05:09:09 main: digest: sha256:24dbdb735d413678e946eac5cb7b4788ce854d9dd868c7b684b5a547d8442938 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:09 ===================================================== [Pipeline] echo 05:09:09 taggedImages: 05:09:09 - nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:09 - nexus3.edgexfoundry.org:10004/core-keeper:latest 05:09:09 - nexus3.edgexfoundry.org:10004/core-keeper:3.2.0-dev.36 05:09:09 - nexus3.edgexfoundry.org:10004/core-keeper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:09 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 05:09:09 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 05:09:09 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:09 latest 05:09:09 3.2.0-dev.36 05:09:09 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:09 main 05:09:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:09:10 1d2e5ec64de9: Preparing 05:09:10 7c54b2df3313: Preparing 05:09:10 aa0c0d352d3d: Preparing 05:09:10 d1fe129ad72f: Preparing 05:09:10 54f31580bba2: Preparing 05:09:10 b02f40cecb54: Preparing 05:09:10 c0908ee048d9: Preparing 05:09:10 63ec0bd56cf3: Preparing 05:09:10 c0908ee048d9: Waiting 05:09:10 b02f40cecb54: Waiting 05:09:10 63ec0bd56cf3: Waiting 05:09:10 d1fe129ad72f: Layer already exists 05:09:10 54f31580bba2: Layer already exists 05:09:10 b02f40cecb54: Layer already exists 05:09:10 c0908ee048d9: Layer already exists 05:09:10 63ec0bd56cf3: Layer already exists 05:09:10 7c54b2df3313: Pushed 05:09:10 1d2e5ec64de9: Pushed 05:09:13 aa0c0d352d3d: Pushed 05:09:13 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 05:09:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:09:14 1d2e5ec64de9: Preparing 05:09:14 7c54b2df3313: Preparing 05:09:14 aa0c0d352d3d: Preparing 05:09:14 d1fe129ad72f: Preparing 05:09:14 54f31580bba2: Preparing 05:09:14 b02f40cecb54: Preparing 05:09:14 c0908ee048d9: Preparing 05:09:14 63ec0bd56cf3: Preparing 05:09:14 b02f40cecb54: Waiting 05:09:14 c0908ee048d9: Waiting 05:09:14 63ec0bd56cf3: Waiting 05:09:14 1d2e5ec64de9: Layer already exists 05:09:14 d1fe129ad72f: Layer already exists 05:09:14 7c54b2df3313: Layer already exists 05:09:14 aa0c0d352d3d: Layer already exists 05:09:14 54f31580bba2: Layer already exists 05:09:14 c0908ee048d9: Layer already exists 05:09:14 b02f40cecb54: Layer already exists 05:09:14 63ec0bd56cf3: Layer already exists 05:09:14 latest: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 05:09:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:09:14 1d2e5ec64de9: Preparing 05:09:14 7c54b2df3313: Preparing 05:09:14 aa0c0d352d3d: Preparing 05:09:14 d1fe129ad72f: Preparing 05:09:14 54f31580bba2: Preparing 05:09:14 b02f40cecb54: Preparing 05:09:14 c0908ee048d9: Preparing 05:09:14 63ec0bd56cf3: Preparing 05:09:14 c0908ee048d9: Waiting 05:09:14 63ec0bd56cf3: Waiting 05:09:14 b02f40cecb54: Waiting 05:09:14 aa0c0d352d3d: Layer already exists 05:09:14 d1fe129ad72f: Layer already exists 05:09:14 7c54b2df3313: Layer already exists 05:09:14 1d2e5ec64de9: Layer already exists 05:09:14 c0908ee048d9: Layer already exists 05:09:14 b02f40cecb54: Layer already exists 05:09:14 63ec0bd56cf3: Layer already exists 05:09:14 54f31580bba2: Layer already exists 05:09:14 3.2.0-dev.36: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:09:15 1d2e5ec64de9: Preparing 05:09:15 7c54b2df3313: Preparing 05:09:15 aa0c0d352d3d: Preparing 05:09:15 d1fe129ad72f: Preparing 05:09:15 54f31580bba2: Preparing 05:09:15 b02f40cecb54: Preparing 05:09:15 c0908ee048d9: Preparing 05:09:15 63ec0bd56cf3: Preparing 05:09:15 63ec0bd56cf3: Waiting 05:09:15 b02f40cecb54: Waiting 05:09:15 c0908ee048d9: Waiting 05:09:15 54f31580bba2: Layer already exists 05:09:15 1d2e5ec64de9: Layer already exists 05:09:15 aa0c0d352d3d: Layer already exists 05:09:15 7c54b2df3313: Layer already exists 05:09:15 d1fe129ad72f: Layer already exists 05:09:15 b02f40cecb54: Layer already exists 05:09:15 c0908ee048d9: Layer already exists 05:09:15 63ec0bd56cf3: Layer already exists 05:09:15 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 05:09:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 05:09:16 1d2e5ec64de9: Preparing 05:09:16 7c54b2df3313: Preparing 05:09:16 aa0c0d352d3d: Preparing 05:09:16 d1fe129ad72f: Preparing 05:09:16 54f31580bba2: Preparing 05:09:16 b02f40cecb54: Preparing 05:09:16 c0908ee048d9: Preparing 05:09:16 63ec0bd56cf3: Preparing 05:09:16 c0908ee048d9: Waiting 05:09:16 b02f40cecb54: Waiting 05:09:16 63ec0bd56cf3: Waiting 05:09:16 7c54b2df3313: Layer already exists 05:09:16 1d2e5ec64de9: Layer already exists 05:09:16 d1fe129ad72f: Layer already exists 05:09:16 54f31580bba2: Layer already exists 05:09:16 b02f40cecb54: Layer already exists 05:09:16 63ec0bd56cf3: Layer already exists 05:09:16 c0908ee048d9: Layer already exists 05:09:16 aa0c0d352d3d: Layer already exists 05:09:16 main: digest: sha256:7d73740cc7e4429bf5f4cf22cff74b9fe3f99983e57aa6e75d27eb5f06d7a706 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:16 ===================================================== [Pipeline] echo 05:09:16 taggedImages: 05:09:16 - nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:16 - nexus3.edgexfoundry.org:10004/core-metadata:latest 05:09:16 - nexus3.edgexfoundry.org:10004/core-metadata:3.2.0-dev.36 05:09:16 - nexus3.edgexfoundry.org:10004/core-metadata:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:16 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 05:09:16 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 05:09:16 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:16 latest 05:09:16 3.2.0-dev.36 05:09:16 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:16 main 05:09:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:09:17 23e49a62c829: Preparing 05:09:17 069d3aa07cef: Preparing 05:09:17 358b6d13cf59: Preparing 05:09:17 cf17b32ae050: Preparing 05:09:17 d536eedc96df: Preparing 05:09:17 16d697c350e1: Preparing 05:09:17 075aa601ffbe: Preparing 05:09:17 d1fe129ad72f: Preparing 05:09:17 54f31580bba2: Preparing 05:09:17 de8646a20f4d: Preparing 05:09:17 9eeb2aef9e86: Preparing 05:09:17 5f70bf18a086: Preparing 05:09:17 824541543ab1: Preparing 05:09:17 83ac3b94a926: Preparing 05:09:17 c4fefaf2e52c: Preparing 05:09:17 63ec0bd56cf3: Preparing 05:09:17 16d697c350e1: Waiting 05:09:17 075aa601ffbe: Waiting 05:09:17 d1fe129ad72f: Waiting 05:09:17 54f31580bba2: Waiting 05:09:17 de8646a20f4d: Waiting 05:09:17 9eeb2aef9e86: Waiting 05:09:17 5f70bf18a086: Waiting 05:09:17 824541543ab1: Waiting 05:09:17 63ec0bd56cf3: Waiting 05:09:17 83ac3b94a926: Waiting 05:09:17 c4fefaf2e52c: Waiting 05:09:17 069d3aa07cef: Pushed 05:09:17 d536eedc96df: Pushed 05:09:17 358b6d13cf59: Pushed 05:09:17 23e49a62c829: Pushed 05:09:17 cf17b32ae050: Pushed 05:09:17 d1fe129ad72f: Layer already exists 05:09:17 54f31580bba2: Layer already exists 05:09:17 16d697c350e1: Pushed 05:09:17 5f70bf18a086: Layer already exists 05:09:17 de8646a20f4d: Pushed 05:09:17 824541543ab1: Pushed 05:09:17 9eeb2aef9e86: Pushed 05:09:17 63ec0bd56cf3: Layer already exists 05:09:17 c4fefaf2e52c: Pushed 05:09:17 83ac3b94a926: Pushed 05:09:18 075aa601ffbe: Pushed 05:09:18 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:09:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:09:19 23e49a62c829: Preparing 05:09:19 069d3aa07cef: Preparing 05:09:19 358b6d13cf59: Preparing 05:09:19 cf17b32ae050: Preparing 05:09:19 d536eedc96df: Preparing 05:09:19 16d697c350e1: Preparing 05:09:19 075aa601ffbe: Preparing 05:09:19 d1fe129ad72f: Preparing 05:09:19 54f31580bba2: Preparing 05:09:19 de8646a20f4d: Preparing 05:09:19 9eeb2aef9e86: Preparing 05:09:19 5f70bf18a086: Preparing 05:09:19 824541543ab1: Preparing 05:09:19 83ac3b94a926: Preparing 05:09:19 c4fefaf2e52c: Preparing 05:09:19 63ec0bd56cf3: Preparing 05:09:19 de8646a20f4d: Waiting 05:09:19 9eeb2aef9e86: Waiting 05:09:19 5f70bf18a086: Waiting 05:09:19 824541543ab1: Waiting 05:09:19 83ac3b94a926: Waiting 05:09:19 c4fefaf2e52c: Waiting 05:09:19 63ec0bd56cf3: Waiting 05:09:19 16d697c350e1: Waiting 05:09:19 075aa601ffbe: Waiting 05:09:19 d1fe129ad72f: Waiting 05:09:19 54f31580bba2: Waiting 05:09:19 d536eedc96df: Layer already exists 05:09:19 23e49a62c829: Layer already exists 05:09:19 075aa601ffbe: Layer already exists 05:09:19 069d3aa07cef: Layer already exists 05:09:19 cf17b32ae050: Layer already exists 05:09:19 358b6d13cf59: Layer already exists 05:09:19 16d697c350e1: Layer already exists 05:09:19 d1fe129ad72f: Layer already exists 05:09:19 54f31580bba2: Layer already exists 05:09:19 de8646a20f4d: Layer already exists 05:09:19 9eeb2aef9e86: Layer already exists 05:09:19 5f70bf18a086: Layer already exists 05:09:19 824541543ab1: Layer already exists 05:09:19 c4fefaf2e52c: Layer already exists 05:09:19 83ac3b94a926: Layer already exists 05:09:19 63ec0bd56cf3: Layer already exists 05:09:19 latest: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 05:09:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:09:20 23e49a62c829: Preparing 05:09:20 069d3aa07cef: Preparing 05:09:20 358b6d13cf59: Preparing 05:09:20 cf17b32ae050: Preparing 05:09:20 d536eedc96df: Preparing 05:09:20 16d697c350e1: Preparing 05:09:20 075aa601ffbe: Preparing 05:09:20 d1fe129ad72f: Preparing 05:09:20 54f31580bba2: Preparing 05:09:20 de8646a20f4d: Preparing 05:09:20 9eeb2aef9e86: Preparing 05:09:20 5f70bf18a086: Preparing 05:09:20 824541543ab1: Preparing 05:09:20 83ac3b94a926: Preparing 05:09:20 c4fefaf2e52c: Preparing 05:09:20 63ec0bd56cf3: Preparing 05:09:20 16d697c350e1: Waiting 05:09:20 d1fe129ad72f: Waiting 05:09:20 54f31580bba2: Waiting 05:09:20 075aa601ffbe: Waiting 05:09:20 de8646a20f4d: Waiting 05:09:20 9eeb2aef9e86: Waiting 05:09:20 83ac3b94a926: Waiting 05:09:20 5f70bf18a086: Waiting 05:09:20 824541543ab1: Waiting 05:09:20 63ec0bd56cf3: Waiting 05:09:20 c4fefaf2e52c: Waiting 05:09:20 cf17b32ae050: Layer already exists 05:09:20 d536eedc96df: Layer already exists 05:09:20 23e49a62c829: Layer already exists 05:09:20 358b6d13cf59: Layer already exists 05:09:20 069d3aa07cef: Layer already exists 05:09:20 d1fe129ad72f: Layer already exists 05:09:20 16d697c350e1: Layer already exists 05:09:20 075aa601ffbe: Layer already exists 05:09:20 de8646a20f4d: Layer already exists 05:09:20 54f31580bba2: Layer already exists 05:09:20 9eeb2aef9e86: Layer already exists 05:09:20 5f70bf18a086: Layer already exists 05:09:20 824541543ab1: Layer already exists 05:09:20 83ac3b94a926: Layer already exists 05:09:20 c4fefaf2e52c: Layer already exists 05:09:20 63ec0bd56cf3: Layer already exists 05:09:20 3.2.0-dev.36: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:09:20 23e49a62c829: Preparing 05:09:20 069d3aa07cef: Preparing 05:09:20 358b6d13cf59: Preparing 05:09:20 cf17b32ae050: Preparing 05:09:20 d536eedc96df: Preparing 05:09:20 16d697c350e1: Preparing 05:09:20 075aa601ffbe: Preparing 05:09:20 d1fe129ad72f: Preparing 05:09:20 54f31580bba2: Preparing 05:09:20 de8646a20f4d: Preparing 05:09:20 9eeb2aef9e86: Preparing 05:09:20 5f70bf18a086: Preparing 05:09:20 824541543ab1: Preparing 05:09:20 83ac3b94a926: Preparing 05:09:20 c4fefaf2e52c: Preparing 05:09:20 63ec0bd56cf3: Preparing 05:09:20 de8646a20f4d: Waiting 05:09:20 16d697c350e1: Waiting 05:09:20 9eeb2aef9e86: Waiting 05:09:20 5f70bf18a086: Waiting 05:09:20 d1fe129ad72f: Waiting 05:09:20 54f31580bba2: Waiting 05:09:20 075aa601ffbe: Waiting 05:09:20 824541543ab1: Waiting 05:09:20 c4fefaf2e52c: Waiting 05:09:20 83ac3b94a926: Waiting 05:09:20 63ec0bd56cf3: Waiting 05:09:20 d536eedc96df: Layer already exists 05:09:20 069d3aa07cef: Layer already exists 05:09:20 cf17b32ae050: Layer already exists 05:09:20 23e49a62c829: Layer already exists 05:09:20 358b6d13cf59: Layer already exists 05:09:20 075aa601ffbe: Layer already exists 05:09:20 54f31580bba2: Layer already exists 05:09:20 16d697c350e1: Layer already exists 05:09:20 d1fe129ad72f: Layer already exists 05:09:20 de8646a20f4d: Layer already exists 05:09:20 9eeb2aef9e86: Layer already exists 05:09:20 5f70bf18a086: Layer already exists 05:09:20 c4fefaf2e52c: Layer already exists 05:09:20 824541543ab1: Layer already exists 05:09:20 83ac3b94a926: Layer already exists 05:09:20 63ec0bd56cf3: Layer already exists 05:09:20 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:20 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 05:09:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 05:09:21 23e49a62c829: Preparing 05:09:21 069d3aa07cef: Preparing 05:09:21 358b6d13cf59: Preparing 05:09:21 cf17b32ae050: Preparing 05:09:21 d536eedc96df: Preparing 05:09:21 16d697c350e1: Preparing 05:09:21 075aa601ffbe: Preparing 05:09:21 d1fe129ad72f: Preparing 05:09:21 54f31580bba2: Preparing 05:09:21 de8646a20f4d: Preparing 05:09:21 9eeb2aef9e86: Preparing 05:09:21 5f70bf18a086: Preparing 05:09:21 824541543ab1: Preparing 05:09:21 83ac3b94a926: Preparing 05:09:21 c4fefaf2e52c: Preparing 05:09:21 63ec0bd56cf3: Preparing 05:09:21 83ac3b94a926: Waiting 05:09:21 63ec0bd56cf3: Waiting 05:09:21 c4fefaf2e52c: Waiting 05:09:21 075aa601ffbe: Waiting 05:09:21 d1fe129ad72f: Waiting 05:09:21 16d697c350e1: Waiting 05:09:21 5f70bf18a086: Waiting 05:09:21 824541543ab1: Waiting 05:09:21 54f31580bba2: Waiting 05:09:21 de8646a20f4d: Waiting 05:09:21 d536eedc96df: Layer already exists 05:09:21 23e49a62c829: Layer already exists 05:09:21 069d3aa07cef: Layer already exists 05:09:21 cf17b32ae050: Layer already exists 05:09:21 358b6d13cf59: Layer already exists 05:09:21 16d697c350e1: Layer already exists 05:09:21 d1fe129ad72f: Layer already exists 05:09:21 075aa601ffbe: Layer already exists 05:09:21 54f31580bba2: Layer already exists 05:09:21 de8646a20f4d: Layer already exists 05:09:21 83ac3b94a926: Layer already exists 05:09:21 9eeb2aef9e86: Layer already exists 05:09:21 5f70bf18a086: Layer already exists 05:09:21 824541543ab1: Layer already exists 05:09:21 c4fefaf2e52c: Layer already exists 05:09:21 63ec0bd56cf3: Layer already exists 05:09:21 main: digest: sha256:9539746d4eade5aff73c7dcda9c38c9f02401c337c8d11b9dca89a157e86dc84 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:21 ===================================================== [Pipeline] echo 05:09:21 taggedImages: 05:09:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 05:09:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.2.0-dev.36 05:09:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:21 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 05:09:21 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 05:09:21 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:21 latest 05:09:21 3.2.0-dev.36 05:09:21 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:21 main 05:09:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:21 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:09:22 ffd09b6bd726: Preparing 05:09:22 efa62ebad409: Preparing 05:09:22 deb80a39f1c5: Preparing 05:09:22 11a8da2912a1: Preparing 05:09:22 d1fe129ad72f: Preparing 05:09:22 54f31580bba2: Preparing 05:09:22 b02f40cecb54: Preparing 05:09:22 c0908ee048d9: Preparing 05:09:22 63ec0bd56cf3: Preparing 05:09:22 54f31580bba2: Waiting 05:09:22 63ec0bd56cf3: Waiting 05:09:22 d1fe129ad72f: Layer already exists 05:09:22 ffd09b6bd726: Layer already exists 05:09:22 efa62ebad409: Layer already exists 05:09:22 b02f40cecb54: Layer already exists 05:09:22 54f31580bba2: Layer already exists 05:09:22 c0908ee048d9: Layer already exists 05:09:22 63ec0bd56cf3: Layer already exists 05:09:22 deb80a39f1c5: Pushed 05:09:24 11a8da2912a1: Pushed 05:09:24 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:09:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:09:25 ffd09b6bd726: Preparing 05:09:25 efa62ebad409: Preparing 05:09:25 deb80a39f1c5: Preparing 05:09:25 11a8da2912a1: Preparing 05:09:25 d1fe129ad72f: Preparing 05:09:25 54f31580bba2: Preparing 05:09:25 b02f40cecb54: Preparing 05:09:25 c0908ee048d9: Preparing 05:09:25 63ec0bd56cf3: Preparing 05:09:25 54f31580bba2: Waiting 05:09:25 b02f40cecb54: Waiting 05:09:25 c0908ee048d9: Waiting 05:09:25 63ec0bd56cf3: Waiting 05:09:25 d1fe129ad72f: Layer already exists 05:09:25 ffd09b6bd726: Layer already exists 05:09:25 11a8da2912a1: Layer already exists 05:09:25 deb80a39f1c5: Layer already exists 05:09:25 efa62ebad409: Layer already exists 05:09:25 54f31580bba2: Layer already exists 05:09:25 b02f40cecb54: Layer already exists 05:09:25 63ec0bd56cf3: Layer already exists 05:09:25 c0908ee048d9: Layer already exists 05:09:25 latest: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 05:09:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:09:25 ffd09b6bd726: Preparing 05:09:25 efa62ebad409: Preparing 05:09:25 deb80a39f1c5: Preparing 05:09:25 11a8da2912a1: Preparing 05:09:25 d1fe129ad72f: Preparing 05:09:25 54f31580bba2: Preparing 05:09:25 b02f40cecb54: Preparing 05:09:25 c0908ee048d9: Preparing 05:09:25 63ec0bd56cf3: Preparing 05:09:25 54f31580bba2: Waiting 05:09:25 b02f40cecb54: Waiting 05:09:25 c0908ee048d9: Waiting 05:09:25 63ec0bd56cf3: Waiting 05:09:25 d1fe129ad72f: Layer already exists 05:09:25 ffd09b6bd726: Layer already exists 05:09:25 11a8da2912a1: Layer already exists 05:09:25 efa62ebad409: Layer already exists 05:09:25 deb80a39f1c5: Layer already exists 05:09:25 54f31580bba2: Layer already exists 05:09:25 b02f40cecb54: Layer already exists 05:09:25 63ec0bd56cf3: Layer already exists 05:09:25 c0908ee048d9: Layer already exists 05:09:25 3.2.0-dev.36: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:09:26 ffd09b6bd726: Preparing 05:09:26 efa62ebad409: Preparing 05:09:26 deb80a39f1c5: Preparing 05:09:26 11a8da2912a1: Preparing 05:09:26 d1fe129ad72f: Preparing 05:09:26 54f31580bba2: Preparing 05:09:26 b02f40cecb54: Preparing 05:09:26 c0908ee048d9: Preparing 05:09:26 63ec0bd56cf3: Preparing 05:09:26 54f31580bba2: Waiting 05:09:26 b02f40cecb54: Waiting 05:09:26 c0908ee048d9: Waiting 05:09:26 63ec0bd56cf3: Waiting 05:09:26 deb80a39f1c5: Layer already exists 05:09:26 efa62ebad409: Layer already exists 05:09:26 ffd09b6bd726: Layer already exists 05:09:26 d1fe129ad72f: Layer already exists 05:09:26 11a8da2912a1: Layer already exists 05:09:26 c0908ee048d9: Layer already exists 05:09:26 54f31580bba2: Layer already exists 05:09:26 b02f40cecb54: Layer already exists 05:09:26 63ec0bd56cf3: Layer already exists 05:09:26 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 05:09:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 05:09:27 ffd09b6bd726: Preparing 05:09:27 efa62ebad409: Preparing 05:09:27 deb80a39f1c5: Preparing 05:09:27 11a8da2912a1: Preparing 05:09:27 d1fe129ad72f: Preparing 05:09:27 54f31580bba2: Preparing 05:09:27 b02f40cecb54: Preparing 05:09:27 c0908ee048d9: Preparing 05:09:27 63ec0bd56cf3: Preparing 05:09:27 b02f40cecb54: Waiting 05:09:27 c0908ee048d9: Waiting 05:09:27 54f31580bba2: Waiting 05:09:27 63ec0bd56cf3: Waiting 05:09:27 d1fe129ad72f: Layer already exists 05:09:27 efa62ebad409: Layer already exists 05:09:27 deb80a39f1c5: Layer already exists 05:09:27 11a8da2912a1: Layer already exists 05:09:27 ffd09b6bd726: Layer already exists 05:09:27 54f31580bba2: Layer already exists 05:09:27 c0908ee048d9: Layer already exists 05:09:27 b02f40cecb54: Layer already exists 05:09:27 63ec0bd56cf3: Layer already exists 05:09:27 main: digest: sha256:fbd12ae20fd00dd458921bc4df9b32df5afcd21627c7d26d4c4da8b805821ebe size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:27 ===================================================== [Pipeline] echo 05:09:27 taggedImages: 05:09:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 05:09:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.2.0-dev.36 05:09:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 05:09:27 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 05:09:27 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:27 latest 05:09:27 3.2.0-dev.36 05:09:27 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:27 main 05:09:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:09:28 b76d72638dc9: Preparing 05:09:28 b3d237acc9b9: Preparing 05:09:28 d75105299a6c: Preparing 05:09:28 e87d1103ec2c: Preparing 05:09:28 5223baf010ad: Preparing 05:09:28 d1fe129ad72f: Preparing 05:09:28 54f31580bba2: Preparing 05:09:28 fa1bad413404: Preparing 05:09:28 aba3ddc4898a: Preparing 05:09:28 edf67282f750: Preparing 05:09:28 63ec0bd56cf3: Preparing 05:09:28 d1fe129ad72f: Waiting 05:09:28 54f31580bba2: Waiting 05:09:28 aba3ddc4898a: Waiting 05:09:28 fa1bad413404: Waiting 05:09:28 edf67282f750: Waiting 05:09:28 63ec0bd56cf3: Waiting 05:09:28 e87d1103ec2c: Pushed 05:09:28 d1fe129ad72f: Layer already exists 05:09:28 54f31580bba2: Layer already exists 05:09:28 b3d237acc9b9: Pushed 05:09:28 5223baf010ad: Pushed 05:09:28 b76d72638dc9: Pushed 05:09:28 63ec0bd56cf3: Layer already exists 05:09:28 fa1bad413404: Pushed 05:09:28 aba3ddc4898a: Pushed 05:09:29 d75105299a6c: Pushed 05:09:29 edf67282f750: Pushed 05:09:29 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:09:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:09:30 b76d72638dc9: Preparing 05:09:30 b3d237acc9b9: Preparing 05:09:30 d75105299a6c: Preparing 05:09:30 e87d1103ec2c: Preparing 05:09:30 5223baf010ad: Preparing 05:09:30 d1fe129ad72f: Preparing 05:09:30 54f31580bba2: Preparing 05:09:30 fa1bad413404: Preparing 05:09:30 aba3ddc4898a: Preparing 05:09:30 edf67282f750: Preparing 05:09:30 63ec0bd56cf3: Preparing 05:09:30 aba3ddc4898a: Waiting 05:09:30 d1fe129ad72f: Waiting 05:09:30 fa1bad413404: Waiting 05:09:30 edf67282f750: Waiting 05:09:30 5223baf010ad: Layer already exists 05:09:30 b76d72638dc9: Layer already exists 05:09:30 b3d237acc9b9: Layer already exists 05:09:30 e87d1103ec2c: Layer already exists 05:09:30 d75105299a6c: Layer already exists 05:09:30 d1fe129ad72f: Layer already exists 05:09:30 aba3ddc4898a: Layer already exists 05:09:30 fa1bad413404: Layer already exists 05:09:30 54f31580bba2: Layer already exists 05:09:30 edf67282f750: Layer already exists 05:09:30 63ec0bd56cf3: Layer already exists 05:09:30 latest: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 05:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:09:31 b76d72638dc9: Preparing 05:09:31 b3d237acc9b9: Preparing 05:09:31 d75105299a6c: Preparing 05:09:31 e87d1103ec2c: Preparing 05:09:31 5223baf010ad: Preparing 05:09:31 d1fe129ad72f: Preparing 05:09:31 54f31580bba2: Preparing 05:09:31 fa1bad413404: Preparing 05:09:31 aba3ddc4898a: Preparing 05:09:31 edf67282f750: Preparing 05:09:31 63ec0bd56cf3: Preparing 05:09:31 d1fe129ad72f: Waiting 05:09:31 edf67282f750: Waiting 05:09:31 54f31580bba2: Waiting 05:09:31 63ec0bd56cf3: Waiting 05:09:31 fa1bad413404: Waiting 05:09:31 aba3ddc4898a: Waiting 05:09:31 d75105299a6c: Layer already exists 05:09:31 b76d72638dc9: Layer already exists 05:09:31 e87d1103ec2c: Layer already exists 05:09:31 b3d237acc9b9: Layer already exists 05:09:31 5223baf010ad: Layer already exists 05:09:31 54f31580bba2: Layer already exists 05:09:31 d1fe129ad72f: Layer already exists 05:09:31 aba3ddc4898a: Layer already exists 05:09:31 fa1bad413404: Layer already exists 05:09:31 edf67282f750: Layer already exists 05:09:31 63ec0bd56cf3: Layer already exists 05:09:31 3.2.0-dev.36: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:09:31 b76d72638dc9: Preparing 05:09:31 b3d237acc9b9: Preparing 05:09:31 d75105299a6c: Preparing 05:09:31 e87d1103ec2c: Preparing 05:09:31 5223baf010ad: Preparing 05:09:31 d1fe129ad72f: Preparing 05:09:31 54f31580bba2: Preparing 05:09:31 fa1bad413404: Preparing 05:09:31 aba3ddc4898a: Preparing 05:09:31 edf67282f750: Preparing 05:09:31 63ec0bd56cf3: Preparing 05:09:31 54f31580bba2: Waiting 05:09:31 d1fe129ad72f: Waiting 05:09:31 aba3ddc4898a: Waiting 05:09:31 fa1bad413404: Waiting 05:09:31 edf67282f750: Waiting 05:09:31 63ec0bd56cf3: Waiting 05:09:31 e87d1103ec2c: Layer already exists 05:09:31 5223baf010ad: Layer already exists 05:09:31 d75105299a6c: Layer already exists 05:09:31 b3d237acc9b9: Layer already exists 05:09:31 b76d72638dc9: Layer already exists 05:09:31 54f31580bba2: Layer already exists 05:09:31 fa1bad413404: Layer already exists 05:09:31 aba3ddc4898a: Layer already exists 05:09:31 edf67282f750: Layer already exists 05:09:31 d1fe129ad72f: Layer already exists 05:09:31 63ec0bd56cf3: Layer already exists 05:09:32 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 05:09:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 05:09:32 b76d72638dc9: Preparing 05:09:32 b3d237acc9b9: Preparing 05:09:32 d75105299a6c: Preparing 05:09:32 e87d1103ec2c: Preparing 05:09:32 5223baf010ad: Preparing 05:09:32 d1fe129ad72f: Preparing 05:09:32 54f31580bba2: Preparing 05:09:32 fa1bad413404: Preparing 05:09:32 aba3ddc4898a: Preparing 05:09:32 edf67282f750: Preparing 05:09:32 63ec0bd56cf3: Preparing 05:09:32 54f31580bba2: Waiting 05:09:32 fa1bad413404: Waiting 05:09:32 aba3ddc4898a: Waiting 05:09:32 d1fe129ad72f: Waiting 05:09:32 edf67282f750: Waiting 05:09:32 63ec0bd56cf3: Waiting 05:09:32 b3d237acc9b9: Layer already exists 05:09:32 d75105299a6c: Layer already exists 05:09:32 b76d72638dc9: Layer already exists 05:09:32 5223baf010ad: Layer already exists 05:09:32 e87d1103ec2c: Layer already exists 05:09:32 54f31580bba2: Layer already exists 05:09:32 aba3ddc4898a: Layer already exists 05:09:32 edf67282f750: Layer already exists 05:09:32 63ec0bd56cf3: Layer already exists 05:09:32 fa1bad413404: Layer already exists 05:09:32 d1fe129ad72f: Layer already exists 05:09:32 main: digest: sha256:da9d98086625206a79b8e234652050674d0e080c016fab68fda652c0be503c97 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:32 ===================================================== [Pipeline] echo 05:09:32 taggedImages: 05:09:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 05:09:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.2.0-dev.36 05:09:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 05:09:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 05:09:32 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:32 latest 05:09:32 3.2.0-dev.36 05:09:32 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:32 main 05:09:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:09:33 106f8962969b: Preparing 05:09:33 b5d283de221b: Preparing 05:09:33 d39e7d3176ee: Preparing 05:09:33 e97e3cf1fe43: Preparing 05:09:33 09bee5a09b48: Preparing 05:09:33 dbd6763fb349: Preparing 05:09:33 bac9d13318be: Preparing 05:09:33 d1fe129ad72f: Preparing 05:09:33 54f31580bba2: Preparing 05:09:33 187d96773567: Preparing 05:09:33 11ebe988b6d0: Preparing 05:09:33 63ec0bd56cf3: Preparing 05:09:33 54f31580bba2: Waiting 05:09:33 bac9d13318be: Waiting 05:09:33 187d96773567: Waiting 05:09:33 11ebe988b6d0: Waiting 05:09:33 dbd6763fb349: Waiting 05:09:33 63ec0bd56cf3: Waiting 05:09:33 d1fe129ad72f: Waiting 05:09:33 b5d283de221b: Pushed 05:09:33 106f8962969b: Pushed 05:09:33 09bee5a09b48: Pushed 05:09:33 d1fe129ad72f: Layer already exists 05:09:33 54f31580bba2: Layer already exists 05:09:33 dbd6763fb349: Pushed 05:09:33 bac9d13318be: Pushed 05:09:33 63ec0bd56cf3: Layer already exists 05:09:34 187d96773567: Pushed 05:09:34 e97e3cf1fe43: Pushed 05:09:34 d39e7d3176ee: Pushed 05:09:34 11ebe988b6d0: Pushed 05:09:34 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:09:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:09:35 106f8962969b: Preparing 05:09:35 b5d283de221b: Preparing 05:09:35 d39e7d3176ee: Preparing 05:09:35 e97e3cf1fe43: Preparing 05:09:35 09bee5a09b48: Preparing 05:09:35 dbd6763fb349: Preparing 05:09:35 bac9d13318be: Preparing 05:09:35 d1fe129ad72f: Preparing 05:09:35 54f31580bba2: Preparing 05:09:35 187d96773567: Preparing 05:09:35 11ebe988b6d0: Preparing 05:09:35 63ec0bd56cf3: Preparing 05:09:35 187d96773567: Waiting 05:09:35 d1fe129ad72f: Waiting 05:09:35 54f31580bba2: Waiting 05:09:35 11ebe988b6d0: Waiting 05:09:35 dbd6763fb349: Waiting 05:09:35 63ec0bd56cf3: Waiting 05:09:35 bac9d13318be: Waiting 05:09:35 e97e3cf1fe43: Layer already exists 05:09:35 09bee5a09b48: Layer already exists 05:09:35 b5d283de221b: Layer already exists 05:09:35 106f8962969b: Layer already exists 05:09:35 d39e7d3176ee: Layer already exists 05:09:35 bac9d13318be: Layer already exists 05:09:35 d1fe129ad72f: Layer already exists 05:09:35 dbd6763fb349: Layer already exists 05:09:35 54f31580bba2: Layer already exists 05:09:35 187d96773567: Layer already exists 05:09:35 63ec0bd56cf3: Layer already exists 05:09:35 11ebe988b6d0: Layer already exists 05:09:35 latest: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 05:09:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:09:36 106f8962969b: Preparing 05:09:36 b5d283de221b: Preparing 05:09:36 d39e7d3176ee: Preparing 05:09:36 e97e3cf1fe43: Preparing 05:09:36 09bee5a09b48: Preparing 05:09:36 dbd6763fb349: Preparing 05:09:36 bac9d13318be: Preparing 05:09:36 d1fe129ad72f: Preparing 05:09:36 54f31580bba2: Preparing 05:09:36 dbd6763fb349: Waiting 05:09:36 bac9d13318be: Waiting 05:09:36 d1fe129ad72f: Waiting 05:09:36 187d96773567: Preparing 05:09:36 11ebe988b6d0: Preparing 05:09:36 63ec0bd56cf3: Preparing 05:09:36 63ec0bd56cf3: Waiting 05:09:36 187d96773567: Waiting 05:09:36 11ebe988b6d0: Waiting 05:09:36 54f31580bba2: Waiting 05:09:36 106f8962969b: Layer already exists 05:09:36 b5d283de221b: Layer already exists 05:09:36 e97e3cf1fe43: Layer already exists 05:09:36 d39e7d3176ee: Layer already exists 05:09:36 09bee5a09b48: Layer already exists 05:09:36 bac9d13318be: Layer already exists 05:09:36 dbd6763fb349: Layer already exists 05:09:36 54f31580bba2: Layer already exists 05:09:36 187d96773567: Layer already exists 05:09:36 d1fe129ad72f: Layer already exists 05:09:36 11ebe988b6d0: Layer already exists 05:09:36 63ec0bd56cf3: Layer already exists 05:09:36 3.2.0-dev.36: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:09:37 106f8962969b: Preparing 05:09:37 b5d283de221b: Preparing 05:09:37 d39e7d3176ee: Preparing 05:09:37 e97e3cf1fe43: Preparing 05:09:37 09bee5a09b48: Preparing 05:09:37 dbd6763fb349: Preparing 05:09:37 bac9d13318be: Preparing 05:09:37 d1fe129ad72f: Preparing 05:09:37 54f31580bba2: Preparing 05:09:37 187d96773567: Preparing 05:09:37 11ebe988b6d0: Preparing 05:09:37 63ec0bd56cf3: Preparing 05:09:37 187d96773567: Waiting 05:09:37 d1fe129ad72f: Waiting 05:09:37 11ebe988b6d0: Waiting 05:09:37 54f31580bba2: Waiting 05:09:37 dbd6763fb349: Waiting 05:09:37 bac9d13318be: Waiting 05:09:37 63ec0bd56cf3: Waiting 05:09:37 e97e3cf1fe43: Layer already exists 05:09:37 106f8962969b: Layer already exists 05:09:37 d39e7d3176ee: Layer already exists 05:09:37 09bee5a09b48: Layer already exists 05:09:37 b5d283de221b: Layer already exists 05:09:37 dbd6763fb349: Layer already exists 05:09:37 187d96773567: Layer already exists 05:09:37 d1fe129ad72f: Layer already exists 05:09:37 bac9d13318be: Layer already exists 05:09:37 54f31580bba2: Layer already exists 05:09:37 11ebe988b6d0: Layer already exists 05:09:37 63ec0bd56cf3: Layer already exists 05:09:37 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 05:09:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 05:09:37 106f8962969b: Preparing 05:09:37 b5d283de221b: Preparing 05:09:37 d39e7d3176ee: Preparing 05:09:37 e97e3cf1fe43: Preparing 05:09:37 09bee5a09b48: Preparing 05:09:37 dbd6763fb349: Preparing 05:09:37 bac9d13318be: Preparing 05:09:37 d1fe129ad72f: Preparing 05:09:37 54f31580bba2: Preparing 05:09:37 187d96773567: Preparing 05:09:37 11ebe988b6d0: Preparing 05:09:37 63ec0bd56cf3: Preparing 05:09:37 dbd6763fb349: Waiting 05:09:37 bac9d13318be: Waiting 05:09:37 11ebe988b6d0: Waiting 05:09:37 63ec0bd56cf3: Waiting 05:09:37 d1fe129ad72f: Waiting 05:09:37 54f31580bba2: Waiting 05:09:37 187d96773567: Waiting 05:09:37 b5d283de221b: Layer already exists 05:09:37 e97e3cf1fe43: Layer already exists 05:09:37 09bee5a09b48: Layer already exists 05:09:37 106f8962969b: Layer already exists 05:09:37 d39e7d3176ee: Layer already exists 05:09:37 d1fe129ad72f: Layer already exists 05:09:37 dbd6763fb349: Layer already exists 05:09:37 54f31580bba2: Layer already exists 05:09:37 187d96773567: Layer already exists 05:09:37 bac9d13318be: Layer already exists 05:09:37 63ec0bd56cf3: Layer already exists 05:09:37 11ebe988b6d0: Layer already exists 05:09:37 main: digest: sha256:9bed681b619db24db57a07bdb672decf5f4d6f39af87854e5ae56659c749c841 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:37 ===================================================== [Pipeline] echo 05:09:37 taggedImages: 05:09:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 05:09:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.2.0-dev.36 05:09:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 05:09:37 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 05:09:37 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:37 latest 05:09:37 3.2.0-dev.36 05:09:37 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:37 main 05:09:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:09:38 53a2a2d3df8e: Preparing 05:09:38 3779202f4d8b: Preparing 05:09:38 d1fe129ad72f: Preparing 05:09:38 54f31580bba2: Preparing 05:09:38 301e583f6580: Preparing 05:09:38 b356758e9977: Preparing 05:09:38 63ec0bd56cf3: Preparing 05:09:38 63ec0bd56cf3: Waiting 05:09:38 d1fe129ad72f: Layer already exists 05:09:38 54f31580bba2: Layer already exists 05:09:38 63ec0bd56cf3: Layer already exists 05:09:38 53a2a2d3df8e: Pushed 05:09:39 301e583f6580: Pushed 05:09:39 b356758e9977: Pushed 05:09:40 3779202f4d8b: Pushed 05:09:40 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:09:41 53a2a2d3df8e: Preparing 05:09:41 3779202f4d8b: Preparing 05:09:41 d1fe129ad72f: Preparing 05:09:41 54f31580bba2: Preparing 05:09:41 301e583f6580: Preparing 05:09:41 b356758e9977: Preparing 05:09:41 63ec0bd56cf3: Preparing 05:09:41 b356758e9977: Waiting 05:09:41 63ec0bd56cf3: Waiting 05:09:41 53a2a2d3df8e: Layer already exists 05:09:41 301e583f6580: Layer already exists 05:09:41 3779202f4d8b: Layer already exists 05:09:41 54f31580bba2: Layer already exists 05:09:41 d1fe129ad72f: Layer already exists 05:09:41 63ec0bd56cf3: Layer already exists 05:09:41 b356758e9977: Layer already exists 05:09:41 latest: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:41 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 05:09:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:09:41 53a2a2d3df8e: Preparing 05:09:41 3779202f4d8b: Preparing 05:09:41 d1fe129ad72f: Preparing 05:09:41 54f31580bba2: Preparing 05:09:41 301e583f6580: Preparing 05:09:41 b356758e9977: Preparing 05:09:41 63ec0bd56cf3: Preparing 05:09:41 63ec0bd56cf3: Waiting 05:09:41 b356758e9977: Waiting 05:09:41 301e583f6580: Layer already exists 05:09:41 3779202f4d8b: Layer already exists 05:09:41 d1fe129ad72f: Layer already exists 05:09:41 54f31580bba2: Layer already exists 05:09:41 53a2a2d3df8e: Layer already exists 05:09:41 b356758e9977: Layer already exists 05:09:41 63ec0bd56cf3: Layer already exists 05:09:41 3.2.0-dev.36: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:09:42 53a2a2d3df8e: Preparing 05:09:42 3779202f4d8b: Preparing 05:09:42 d1fe129ad72f: Preparing 05:09:42 54f31580bba2: Preparing 05:09:42 301e583f6580: Preparing 05:09:42 b356758e9977: Preparing 05:09:42 63ec0bd56cf3: Preparing 05:09:42 b356758e9977: Waiting 05:09:42 63ec0bd56cf3: Waiting 05:09:42 53a2a2d3df8e: Layer already exists 05:09:42 54f31580bba2: Layer already exists 05:09:42 301e583f6580: Layer already exists 05:09:42 3779202f4d8b: Layer already exists 05:09:42 63ec0bd56cf3: Layer already exists 05:09:42 b356758e9977: Layer already exists 05:09:42 d1fe129ad72f: Layer already exists 05:09:42 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:42 #78 ... 05:09:42 05:09:42 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #92 DONE 83.4s 05:09:42 05:09:42 #78 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #78 DONE 105.1s 05:09:42 05:09:42 #80 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #80 DONE 104.7s 05:09:42 05:09:42 #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #79 DONE 105.1s 05:09:42 05:09:42 #81 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #81 DONE 102.8s 05:09:42 05:09:42 #114 [security-proxy-auth builder 6/7] COPY . . 05:09:42 #114 DONE 1.4s 05:09:42 05:09:42 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #115 CACHED 05:09:42 05:09:42 #116 [core-metadata builder 6/7] COPY . . 05:09:42 #116 CACHED 05:09:42 05:09:42 #117 [core-metadata builder 4/7] COPY go.mod vendor* ./ 05:09:42 #117 CACHED 05:09:42 05:09:42 #118 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 05:09:42 #118 CACHED 05:09:42 05:09:42 #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #119 CACHED 05:09:42 05:09:42 #120 [security-secretstore-setup builder 6/7] COPY . . 05:09:42 #120 CACHED 05:09:42 05:09:42 #121 [core-data builder 6/7] COPY . . 05:09:42 #121 CACHED 05:09:42 05:09:42 #122 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #122 CACHED 05:09:42 05:09:42 #123 [core-data builder 4/7] COPY go.mod vendor* ./ 05:09:42 #123 CACHED 05:09:42 05:09:42 #124 [core-keeper builder 7/8] COPY . . 05:09:42 #124 DONE 1.5s 05:09:42 05:09:42 #125 [security-proxy-setup builder 6/7] COPY . . 05:09:42 #125 CACHED 05:09:42 05:09:42 #126 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #126 CACHED 05:09:42 05:09:42 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 05:09:42 #127 CACHED 05:09:42 05:09:42 #128 [core-command builder 6/7] COPY . . 05:09:42 #128 CACHED 05:09:42 05:09:42 #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #129 CACHED 05:09:42 05:09:42 #130 [core-command builder 4/7] COPY go.mod vendor* ./ 05:09:42 #130 CACHED 05:09:42 05:09:42 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #131 CACHED 05:09:42 05:09:42 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 05:09:42 #132 CACHED 05:09:42 05:09:42 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 05:09:42 #133 CACHED 05:09:42 05:09:42 #134 [security-bootstrapper builder 6/7] COPY . . 05:09:42 #134 DONE 1.5s 05:09:42 05:09:42 #135 [support-scheduler builder 6/7] COPY . . 05:09:42 #135 CACHED 05:09:42 05:09:42 #136 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:09:42 #136 CACHED 05:09:42 05:09:42 #137 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 05:09:42 #137 CACHED 05:09:42 05:09:42 #138 [security-spiffe-token-provider builder 6/7] COPY . . 05:09:42 #138 DONE 1.5s 05:09:42 05:09:42 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:09:42 #139 ... 05:09:42 05:09:42 #140 [support-notifications builder 6/7] COPY . . 05:09:42 #140 DONE 1.5s 05:09:42 05:09:42 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:09:42 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 05:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 05:09:43 53a2a2d3df8e: Preparing 05:09:43 3779202f4d8b: Preparing 05:09:43 d1fe129ad72f: Preparing 05:09:43 54f31580bba2: Preparing 05:09:43 301e583f6580: Preparing 05:09:43 b356758e9977: Preparing 05:09:43 63ec0bd56cf3: Preparing 05:09:43 b356758e9977: Waiting 05:09:43 63ec0bd56cf3: Waiting 05:09:43 d1fe129ad72f: Layer already exists 05:09:43 3779202f4d8b: Layer already exists 05:09:43 301e583f6580: Layer already exists 05:09:43 54f31580bba2: Layer already exists 05:09:43 53a2a2d3df8e: Layer already exists 05:09:43 63ec0bd56cf3: Layer already exists 05:09:43 b356758e9977: Layer already exists 05:09:43 main: digest: sha256:4f595bf6e4202789d6dc157fb848b45cef9aaedb877e218965877b7b26e16e39 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:43 ===================================================== [Pipeline] echo 05:09:43 taggedImages: 05:09:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 05:09:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.2.0-dev.36 05:09:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:43 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 05:09:43 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 05:09:43 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:43 latest 05:09:43 3.2.0-dev.36 05:09:43 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:43 main 05:09:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:09:43 e8af1ef6b28a: Preparing 05:09:43 8b7ccc0035d2: Preparing 05:09:43 32981d61dda8: Preparing 05:09:43 d1fe129ad72f: Preparing 05:09:43 54f31580bba2: Preparing 05:09:43 9bcf0bff072b: Preparing 05:09:43 a6a7e73256c8: Preparing 05:09:43 c73c1a433b47: Preparing 05:09:43 a6105f4e9afd: Preparing 05:09:43 63ec0bd56cf3: Preparing 05:09:43 a6a7e73256c8: Waiting 05:09:43 c73c1a433b47: Waiting 05:09:43 a6105f4e9afd: Waiting 05:09:43 63ec0bd56cf3: Waiting 05:09:43 9bcf0bff072b: Waiting 05:09:43 54f31580bba2: Layer already exists 05:09:43 d1fe129ad72f: Layer already exists 05:09:43 e8af1ef6b28a: Pushed 05:09:43 8b7ccc0035d2: Pushed 05:09:43 32981d61dda8: Pushed 05:09:43 63ec0bd56cf3: Layer already exists 05:09:43 c73c1a433b47: Pushed 05:09:44 #141 ... 05:09:44 05:09:44 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:09:44 #0 5.343 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:09:44 a6105f4e9afd: Pushed 05:09:44 #142 ... 05:09:44 05:09:44 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:09:44 #0 5.576 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper 05:09:45 #143 ... 05:09:45 05:09:45 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:09:45 #139 5.921 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 05:09:49 #139 ... 05:09:49 05:09:49 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:09:49 #0 4.138 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 05:09:49 #144 ... 05:09:49 05:09:49 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:09:49 #0 6.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:09:49 #145 ... 05:09:49 05:09:49 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:09:49 #0 6.025 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 05:09:49 #146 ... 05:09:49 05:09:49 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:09:49 #0 4.693 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:09:50 #147 ... 05:09:50 05:09:50 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:09:50 #0 6.168 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 05:09:50 #148 ... 05:09:50 05:09:50 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:09:50 #0 4.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 05:09:50 a6a7e73256c8: Pushed 05:09:50 #149 ... 05:09:50 05:09:50 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:09:50 #0 6.262 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 05:09:50 #150 ... 05:09:50 05:09:50 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:09:50 #0 5.485 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 05:09:50 #151 ... 05:09:50 05:09:50 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:09:50 #141 6.110 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 05:09:53 9bcf0bff072b: Pushed 05:09:53 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:09:54 e8af1ef6b28a: Preparing 05:09:54 8b7ccc0035d2: Preparing 05:09:54 32981d61dda8: Preparing 05:09:54 d1fe129ad72f: Preparing 05:09:54 54f31580bba2: Preparing 05:09:54 9bcf0bff072b: Preparing 05:09:54 a6a7e73256c8: Preparing 05:09:54 c73c1a433b47: Preparing 05:09:54 a6105f4e9afd: Preparing 05:09:54 63ec0bd56cf3: Preparing 05:09:54 a6a7e73256c8: Waiting 05:09:54 c73c1a433b47: Waiting 05:09:54 9bcf0bff072b: Waiting 05:09:54 63ec0bd56cf3: Waiting 05:09:54 a6105f4e9afd: Waiting 05:09:54 8b7ccc0035d2: Layer already exists 05:09:54 d1fe129ad72f: Layer already exists 05:09:54 32981d61dda8: Layer already exists 05:09:54 54f31580bba2: Layer already exists 05:09:54 9bcf0bff072b: Layer already exists 05:09:54 a6a7e73256c8: Layer already exists 05:09:54 c73c1a433b47: Layer already exists 05:09:54 63ec0bd56cf3: Layer already exists 05:09:54 a6105f4e9afd: Layer already exists 05:09:54 e8af1ef6b28a: Layer already exists 05:09:54 latest: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 05:09:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:09:55 e8af1ef6b28a: Preparing 05:09:55 8b7ccc0035d2: Preparing 05:09:55 32981d61dda8: Preparing 05:09:55 d1fe129ad72f: Preparing 05:09:55 54f31580bba2: Preparing 05:09:55 9bcf0bff072b: Preparing 05:09:55 a6a7e73256c8: Preparing 05:09:55 c73c1a433b47: Preparing 05:09:55 a6105f4e9afd: Preparing 05:09:55 63ec0bd56cf3: Preparing 05:09:55 9bcf0bff072b: Waiting 05:09:55 a6a7e73256c8: Waiting 05:09:55 c73c1a433b47: Waiting 05:09:55 a6105f4e9afd: Waiting 05:09:55 63ec0bd56cf3: Waiting 05:09:55 d1fe129ad72f: Layer already exists 05:09:55 32981d61dda8: Layer already exists 05:09:55 54f31580bba2: Layer already exists 05:09:55 e8af1ef6b28a: Layer already exists 05:09:55 8b7ccc0035d2: Layer already exists 05:09:55 a6a7e73256c8: Layer already exists 05:09:55 9bcf0bff072b: Layer already exists 05:09:55 a6105f4e9afd: Layer already exists 05:09:55 c73c1a433b47: Layer already exists 05:09:55 63ec0bd56cf3: Layer already exists 05:09:55 3.2.0-dev.36: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:09:55 e8af1ef6b28a: Preparing 05:09:55 8b7ccc0035d2: Preparing 05:09:55 32981d61dda8: Preparing 05:09:55 d1fe129ad72f: Preparing 05:09:55 54f31580bba2: Preparing 05:09:55 9bcf0bff072b: Preparing 05:09:55 a6a7e73256c8: Preparing 05:09:55 c73c1a433b47: Preparing 05:09:55 a6105f4e9afd: Preparing 05:09:55 63ec0bd56cf3: Preparing 05:09:55 c73c1a433b47: Waiting 05:09:55 a6105f4e9afd: Waiting 05:09:55 63ec0bd56cf3: Waiting 05:09:55 9bcf0bff072b: Waiting 05:09:55 a6a7e73256c8: Waiting 05:09:55 32981d61dda8: Layer already exists 05:09:55 d1fe129ad72f: Layer already exists 05:09:55 8b7ccc0035d2: Layer already exists 05:09:55 54f31580bba2: Layer already exists 05:09:55 e8af1ef6b28a: Layer already exists 05:09:55 a6a7e73256c8: Layer already exists 05:09:55 c73c1a433b47: Layer already exists 05:09:55 9bcf0bff072b: Layer already exists 05:09:55 a6105f4e9afd: Layer already exists 05:09:55 63ec0bd56cf3: Layer already exists 05:09:55 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:56 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 05:09:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 05:09:56 e8af1ef6b28a: Preparing 05:09:56 8b7ccc0035d2: Preparing 05:09:56 32981d61dda8: Preparing 05:09:56 d1fe129ad72f: Preparing 05:09:56 54f31580bba2: Preparing 05:09:56 9bcf0bff072b: Preparing 05:09:56 a6a7e73256c8: Preparing 05:09:56 c73c1a433b47: Preparing 05:09:56 a6105f4e9afd: Preparing 05:09:56 63ec0bd56cf3: Preparing 05:09:56 9bcf0bff072b: Waiting 05:09:56 a6a7e73256c8: Waiting 05:09:56 c73c1a433b47: Waiting 05:09:56 a6105f4e9afd: Waiting 05:09:56 63ec0bd56cf3: Waiting 05:09:56 54f31580bba2: Layer already exists 05:09:56 8b7ccc0035d2: Layer already exists 05:09:56 e8af1ef6b28a: Layer already exists 05:09:56 d1fe129ad72f: Layer already exists 05:09:56 32981d61dda8: Layer already exists 05:09:56 c73c1a433b47: Layer already exists 05:09:56 9bcf0bff072b: Layer already exists 05:09:56 a6a7e73256c8: Layer already exists 05:09:56 a6105f4e9afd: Layer already exists 05:09:56 63ec0bd56cf3: Layer already exists 05:09:56 main: digest: sha256:53f63ed0eba800e4ce249f333158a0d8ab0d2569eafdf9b867f3852ece031872 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:09:56 ===================================================== [Pipeline] echo 05:09:56 taggedImages: 05:09:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 05:09:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.2.0-dev.36 05:09:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 05:09:56 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 05:09:56 b6a792cc14dceb412227bc035c2b58c27f836273 05:09:56 latest 05:09:56 3.2.0-dev.36 05:09:56 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:09:56 main 05:09:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:09:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 05:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:09:57 e3061987f314: Preparing 05:09:57 c878d845ed78: Preparing 05:09:57 6680797ba29f: Preparing 05:09:57 d1fe129ad72f: Preparing 05:09:57 54f31580bba2: Preparing 05:09:57 c7846f806dc0: Preparing 05:09:57 259beb148a63: Preparing 05:09:57 c2d1683180e4: Preparing 05:09:57 63ec0bd56cf3: Preparing 05:09:57 259beb148a63: Waiting 05:09:57 63ec0bd56cf3: Waiting 05:09:57 c2d1683180e4: Waiting 05:09:57 c7846f806dc0: Waiting 05:09:57 d1fe129ad72f: Layer already exists 05:09:57 54f31580bba2: Layer already exists 05:09:57 6680797ba29f: Pushed 05:09:57 e3061987f314: Pushed 05:09:57 c878d845ed78: Pushed 05:09:57 63ec0bd56cf3: Layer already exists 05:09:57 c2d1683180e4: Pushed 05:09:57 259beb148a63: Pushed 05:10:07 c7846f806dc0: Pushed 05:10:07 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:10:08 e3061987f314: Preparing 05:10:08 c878d845ed78: Preparing 05:10:08 6680797ba29f: Preparing 05:10:08 d1fe129ad72f: Preparing 05:10:08 54f31580bba2: Preparing 05:10:08 c7846f806dc0: Preparing 05:10:08 259beb148a63: Preparing 05:10:08 c2d1683180e4: Preparing 05:10:08 63ec0bd56cf3: Preparing 05:10:08 c7846f806dc0: Waiting 05:10:08 259beb148a63: Waiting 05:10:08 c2d1683180e4: Waiting 05:10:08 63ec0bd56cf3: Waiting 05:10:08 d1fe129ad72f: Layer already exists 05:10:08 6680797ba29f: Layer already exists 05:10:08 54f31580bba2: Layer already exists 05:10:08 e3061987f314: Layer already exists 05:10:08 c878d845ed78: Layer already exists 05:10:08 259beb148a63: Layer already exists 05:10:08 c2d1683180e4: Layer already exists 05:10:08 c7846f806dc0: Layer already exists 05:10:08 63ec0bd56cf3: Layer already exists 05:10:08 latest: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 05:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:10:08 e3061987f314: Preparing 05:10:08 c878d845ed78: Preparing 05:10:08 6680797ba29f: Preparing 05:10:08 d1fe129ad72f: Preparing 05:10:08 54f31580bba2: Preparing 05:10:08 c7846f806dc0: Preparing 05:10:08 259beb148a63: Preparing 05:10:08 c2d1683180e4: Preparing 05:10:08 63ec0bd56cf3: Preparing 05:10:08 c7846f806dc0: Waiting 05:10:08 259beb148a63: Waiting 05:10:08 c2d1683180e4: Waiting 05:10:08 63ec0bd56cf3: Waiting 05:10:08 c878d845ed78: Layer already exists 05:10:08 e3061987f314: Layer already exists 05:10:08 54f31580bba2: Layer already exists 05:10:08 6680797ba29f: Layer already exists 05:10:08 d1fe129ad72f: Layer already exists 05:10:08 259beb148a63: Layer already exists 05:10:08 c7846f806dc0: Layer already exists 05:10:08 c2d1683180e4: Layer already exists 05:10:08 63ec0bd56cf3: Layer already exists 05:10:08 3.2.0-dev.36: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:10:09 e3061987f314: Preparing 05:10:09 c878d845ed78: Preparing 05:10:09 6680797ba29f: Preparing 05:10:09 d1fe129ad72f: Preparing 05:10:09 54f31580bba2: Preparing 05:10:09 c7846f806dc0: Preparing 05:10:09 259beb148a63: Preparing 05:10:09 c2d1683180e4: Preparing 05:10:09 63ec0bd56cf3: Preparing 05:10:09 c2d1683180e4: Waiting 05:10:09 259beb148a63: Waiting 05:10:09 63ec0bd56cf3: Waiting 05:10:09 d1fe129ad72f: Layer already exists 05:10:09 54f31580bba2: Layer already exists 05:10:09 c878d845ed78: Layer already exists 05:10:09 e3061987f314: Layer already exists 05:10:09 6680797ba29f: Layer already exists 05:10:09 259beb148a63: Layer already exists 05:10:09 c7846f806dc0: Layer already exists 05:10:09 c2d1683180e4: Layer already exists 05:10:09 63ec0bd56cf3: Layer already exists 05:10:09 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 05:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 05:10:10 e3061987f314: Preparing 05:10:10 c878d845ed78: Preparing 05:10:10 6680797ba29f: Preparing 05:10:10 d1fe129ad72f: Preparing 05:10:10 54f31580bba2: Preparing 05:10:10 c7846f806dc0: Preparing 05:10:10 259beb148a63: Preparing 05:10:10 c2d1683180e4: Preparing 05:10:10 63ec0bd56cf3: Preparing 05:10:10 c7846f806dc0: Waiting 05:10:10 259beb148a63: Waiting 05:10:10 c2d1683180e4: Waiting 05:10:10 63ec0bd56cf3: Waiting 05:10:10 54f31580bba2: Layer already exists 05:10:10 6680797ba29f: Layer already exists 05:10:10 c878d845ed78: Layer already exists 05:10:10 d1fe129ad72f: Layer already exists 05:10:10 e3061987f314: Layer already exists 05:10:10 c7846f806dc0: Layer already exists 05:10:10 259beb148a63: Layer already exists 05:10:10 63ec0bd56cf3: Layer already exists 05:10:10 c2d1683180e4: Layer already exists 05:10:10 main: digest: sha256:ac1a2afb97799fe960deb559968bde2a035a33f7230b505fd962853a8ba6b103 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:10 ===================================================== [Pipeline] echo 05:10:10 taggedImages: 05:10:10 - nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:10 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 05:10:10 - nexus3.edgexfoundry.org:10004/security-spire-config:3.2.0-dev.36 05:10:10 - nexus3.edgexfoundry.org:10004/security-spire-config:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:10 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 05:10:10 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 05:10:10 b6a792cc14dceb412227bc035c2b58c27f836273 05:10:10 latest 05:10:10 3.2.0-dev.36 05:10:10 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:10 main 05:10:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:10:11 e8af1ef6b28a: Preparing 05:10:11 f4496100b14d: Preparing 05:10:11 a30751bc628e: Preparing 05:10:11 d1fe129ad72f: Preparing 05:10:11 54f31580bba2: Preparing 05:10:11 8d9ae0191f0c: Preparing 05:10:11 c73c1a433b47: Preparing 05:10:11 a6105f4e9afd: Preparing 05:10:11 63ec0bd56cf3: Preparing 05:10:11 8d9ae0191f0c: Waiting 05:10:11 a6105f4e9afd: Waiting 05:10:11 c73c1a433b47: Waiting 05:10:11 63ec0bd56cf3: Waiting 05:10:11 54f31580bba2: Layer already exists 05:10:11 d1fe129ad72f: Layer already exists 05:10:11 e8af1ef6b28a: Layer already exists 05:10:11 a6105f4e9afd: Layer already exists 05:10:11 c73c1a433b47: Layer already exists 05:10:11 63ec0bd56cf3: Layer already exists 05:10:11 a30751bc628e: Pushed 05:10:11 f4496100b14d: Pushed 05:10:21 8d9ae0191f0c: Pushed 05:10:21 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:10:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:10:21 e8af1ef6b28a: Preparing 05:10:21 f4496100b14d: Preparing 05:10:21 a30751bc628e: Preparing 05:10:21 d1fe129ad72f: Preparing 05:10:21 54f31580bba2: Preparing 05:10:21 8d9ae0191f0c: Preparing 05:10:21 c73c1a433b47: Preparing 05:10:21 a6105f4e9afd: Preparing 05:10:21 63ec0bd56cf3: Preparing 05:10:21 63ec0bd56cf3: Waiting 05:10:21 c73c1a433b47: Waiting 05:10:21 8d9ae0191f0c: Waiting 05:10:21 e8af1ef6b28a: Layer already exists 05:10:21 a30751bc628e: Layer already exists 05:10:21 d1fe129ad72f: Layer already exists 05:10:21 54f31580bba2: Layer already exists 05:10:21 f4496100b14d: Layer already exists 05:10:21 8d9ae0191f0c: Layer already exists 05:10:21 c73c1a433b47: Layer already exists 05:10:21 a6105f4e9afd: Layer already exists 05:10:21 63ec0bd56cf3: Layer already exists 05:10:21 latest: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 05:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:10:22 e8af1ef6b28a: Preparing 05:10:22 f4496100b14d: Preparing 05:10:22 a30751bc628e: Preparing 05:10:22 d1fe129ad72f: Preparing 05:10:22 54f31580bba2: Preparing 05:10:22 8d9ae0191f0c: Preparing 05:10:22 c73c1a433b47: Preparing 05:10:22 a6105f4e9afd: Preparing 05:10:22 63ec0bd56cf3: Preparing 05:10:22 a6105f4e9afd: Waiting 05:10:22 8d9ae0191f0c: Waiting 05:10:22 63ec0bd56cf3: Waiting 05:10:22 e8af1ef6b28a: Layer already exists 05:10:22 d1fe129ad72f: Layer already exists 05:10:22 a30751bc628e: Layer already exists 05:10:22 54f31580bba2: Layer already exists 05:10:22 c73c1a433b47: Layer already exists 05:10:22 8d9ae0191f0c: Layer already exists 05:10:22 f4496100b14d: Layer already exists 05:10:22 a6105f4e9afd: Layer already exists 05:10:22 63ec0bd56cf3: Layer already exists 05:10:22 3.2.0-dev.36: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:10:22 e8af1ef6b28a: Preparing 05:10:22 f4496100b14d: Preparing 05:10:22 a30751bc628e: Preparing 05:10:22 d1fe129ad72f: Preparing 05:10:22 54f31580bba2: Preparing 05:10:22 8d9ae0191f0c: Preparing 05:10:22 c73c1a433b47: Preparing 05:10:22 a6105f4e9afd: Preparing 05:10:22 63ec0bd56cf3: Preparing 05:10:22 8d9ae0191f0c: Waiting 05:10:22 c73c1a433b47: Waiting 05:10:22 a6105f4e9afd: Waiting 05:10:22 63ec0bd56cf3: Waiting 05:10:22 f4496100b14d: Layer already exists 05:10:22 e8af1ef6b28a: Layer already exists 05:10:22 a30751bc628e: Layer already exists 05:10:22 54f31580bba2: Layer already exists 05:10:22 8d9ae0191f0c: Layer already exists 05:10:22 d1fe129ad72f: Layer already exists 05:10:22 c73c1a433b47: Layer already exists 05:10:22 a6105f4e9afd: Layer already exists 05:10:22 63ec0bd56cf3: Layer already exists 05:10:22 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 05:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 05:10:23 e8af1ef6b28a: Preparing 05:10:23 f4496100b14d: Preparing 05:10:23 a30751bc628e: Preparing 05:10:23 d1fe129ad72f: Preparing 05:10:23 54f31580bba2: Preparing 05:10:23 8d9ae0191f0c: Preparing 05:10:23 c73c1a433b47: Preparing 05:10:23 a6105f4e9afd: Preparing 05:10:23 63ec0bd56cf3: Preparing 05:10:23 8d9ae0191f0c: Waiting 05:10:23 63ec0bd56cf3: Waiting 05:10:23 c73c1a433b47: Waiting 05:10:23 a6105f4e9afd: Waiting 05:10:23 54f31580bba2: Layer already exists 05:10:23 d1fe129ad72f: Layer already exists 05:10:23 a30751bc628e: Layer already exists 05:10:23 f4496100b14d: Layer already exists 05:10:23 e8af1ef6b28a: Layer already exists 05:10:23 c73c1a433b47: Layer already exists 05:10:23 8d9ae0191f0c: Layer already exists 05:10:23 a6105f4e9afd: Layer already exists 05:10:23 63ec0bd56cf3: Layer already exists 05:10:23 main: digest: sha256:f132c83c8423c8758c0e412d075e4c72072eb4f7fc60ba0f5c2b56e10ae3b294 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:23 ===================================================== [Pipeline] echo 05:10:23 taggedImages: 05:10:23 - nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:23 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 05:10:23 - nexus3.edgexfoundry.org:10004/security-spire-server:3.2.0-dev.36 05:10:23 - nexus3.edgexfoundry.org:10004/security-spire-server:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:23 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 05:10:23 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 05:10:23 b6a792cc14dceb412227bc035c2b58c27f836273 05:10:23 latest 05:10:23 3.2.0-dev.36 05:10:23 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:23 main 05:10:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:10:24 7bcf1f8e1b5e: Preparing 05:10:24 80c3c47cbdb8: Preparing 05:10:24 d1fe129ad72f: Preparing 05:10:24 54f31580bba2: Preparing 05:10:24 2f91fbf874a5: Preparing 05:10:24 1dfae40ad4f5: Preparing 05:10:24 63ec0bd56cf3: Preparing 05:10:24 63ec0bd56cf3: Waiting 05:10:24 1dfae40ad4f5: Waiting 05:10:24 54f31580bba2: Layer already exists 05:10:24 d1fe129ad72f: Layer already exists 05:10:24 63ec0bd56cf3: Layer already exists 05:10:24 7bcf1f8e1b5e: Pushed 05:10:24 1dfae40ad4f5: Pushed 05:10:24 2f91fbf874a5: Pushed 05:10:28 80c3c47cbdb8: Pushed 05:10:28 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 05:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:10:29 7bcf1f8e1b5e: Preparing 05:10:29 80c3c47cbdb8: Preparing 05:10:29 d1fe129ad72f: Preparing 05:10:29 54f31580bba2: Preparing 05:10:29 2f91fbf874a5: Preparing 05:10:29 1dfae40ad4f5: Preparing 05:10:29 63ec0bd56cf3: Preparing 05:10:29 1dfae40ad4f5: Waiting 05:10:29 63ec0bd56cf3: Waiting 05:10:29 7bcf1f8e1b5e: Layer already exists 05:10:29 80c3c47cbdb8: Layer already exists 05:10:29 d1fe129ad72f: Layer already exists 05:10:29 54f31580bba2: Layer already exists 05:10:29 2f91fbf874a5: Layer already exists 05:10:29 63ec0bd56cf3: Layer already exists 05:10:29 1dfae40ad4f5: Layer already exists 05:10:29 latest: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 05:10:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:10:29 7bcf1f8e1b5e: Preparing 05:10:29 80c3c47cbdb8: Preparing 05:10:29 d1fe129ad72f: Preparing 05:10:29 54f31580bba2: Preparing 05:10:29 2f91fbf874a5: Preparing 05:10:29 1dfae40ad4f5: Preparing 05:10:29 63ec0bd56cf3: Preparing 05:10:29 63ec0bd56cf3: Waiting 05:10:29 1dfae40ad4f5: Waiting 05:10:29 7bcf1f8e1b5e: Layer already exists 05:10:29 d1fe129ad72f: Layer already exists 05:10:29 54f31580bba2: Layer already exists 05:10:29 80c3c47cbdb8: Layer already exists 05:10:29 2f91fbf874a5: Layer already exists 05:10:29 1dfae40ad4f5: Layer already exists 05:10:29 63ec0bd56cf3: Layer already exists 05:10:29 3.2.0-dev.36: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:10:30 7bcf1f8e1b5e: Preparing 05:10:30 80c3c47cbdb8: Preparing 05:10:30 d1fe129ad72f: Preparing 05:10:30 54f31580bba2: Preparing 05:10:30 2f91fbf874a5: Preparing 05:10:30 1dfae40ad4f5: Preparing 05:10:30 63ec0bd56cf3: Preparing 05:10:30 1dfae40ad4f5: Waiting 05:10:30 63ec0bd56cf3: Waiting 05:10:30 80c3c47cbdb8: Layer already exists 05:10:30 54f31580bba2: Layer already exists 05:10:30 d1fe129ad72f: Layer already exists 05:10:30 7bcf1f8e1b5e: Layer already exists 05:10:30 2f91fbf874a5: Layer already exists 05:10:30 63ec0bd56cf3: Layer already exists 05:10:30 1dfae40ad4f5: Layer already exists 05:10:30 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 05:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 05:10:32 7bcf1f8e1b5e: Preparing 05:10:32 80c3c47cbdb8: Preparing 05:10:32 d1fe129ad72f: Preparing 05:10:32 54f31580bba2: Preparing 05:10:32 2f91fbf874a5: Preparing 05:10:32 1dfae40ad4f5: Preparing 05:10:32 63ec0bd56cf3: Preparing 05:10:32 1dfae40ad4f5: Waiting 05:10:32 63ec0bd56cf3: Waiting 05:10:32 80c3c47cbdb8: Layer already exists 05:10:32 54f31580bba2: Layer already exists 05:10:32 2f91fbf874a5: Layer already exists 05:10:32 7bcf1f8e1b5e: Layer already exists 05:10:32 d1fe129ad72f: Layer already exists 05:10:32 1dfae40ad4f5: Layer already exists 05:10:32 63ec0bd56cf3: Layer already exists 05:10:32 main: digest: sha256:3d317e79cf6f1c1edd3747f9eef5ab400e0fa26d873722006a83f843d7579749 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:32 ===================================================== [Pipeline] echo 05:10:32 taggedImages: 05:10:32 - nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:32 - nexus3.edgexfoundry.org:10004/support-notifications:latest 05:10:32 - nexus3.edgexfoundry.org:10004/support-notifications:3.2.0-dev.36 05:10:32 - nexus3.edgexfoundry.org:10004/support-notifications:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:32 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 05:10:32 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 05:10:32 b6a792cc14dceb412227bc035c2b58c27f836273 05:10:32 latest 05:10:32 3.2.0-dev.36 05:10:32 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:32 main 05:10:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:10:32 e3efa2b13513: Preparing 05:10:32 cf7a28174187: Preparing 05:10:32 d1fe129ad72f: Preparing 05:10:32 54f31580bba2: Preparing 05:10:32 b02f40cecb54: Preparing 05:10:32 c0908ee048d9: Preparing 05:10:32 63ec0bd56cf3: Preparing 05:10:32 c0908ee048d9: Waiting 05:10:32 63ec0bd56cf3: Waiting 05:10:32 54f31580bba2: Layer already exists 05:10:32 b02f40cecb54: Layer already exists 05:10:32 d1fe129ad72f: Layer already exists 05:10:32 c0908ee048d9: Layer already exists 05:10:32 63ec0bd56cf3: Layer already exists 05:10:32 e3efa2b13513: Pushed 05:10:36 cf7a28174187: Pushed 05:10:36 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:10:36 e3efa2b13513: Preparing 05:10:36 cf7a28174187: Preparing 05:10:36 d1fe129ad72f: Preparing 05:10:36 54f31580bba2: Preparing 05:10:36 b02f40cecb54: Preparing 05:10:36 c0908ee048d9: Preparing 05:10:36 63ec0bd56cf3: Preparing 05:10:36 c0908ee048d9: Waiting 05:10:36 63ec0bd56cf3: Waiting 05:10:36 54f31580bba2: Layer already exists 05:10:36 e3efa2b13513: Layer already exists 05:10:36 b02f40cecb54: Layer already exists 05:10:36 cf7a28174187: Layer already exists 05:10:36 d1fe129ad72f: Layer already exists 05:10:36 c0908ee048d9: Layer already exists 05:10:36 63ec0bd56cf3: Layer already exists 05:10:36 latest: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 05:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:10:37 e3efa2b13513: Preparing 05:10:37 cf7a28174187: Preparing 05:10:37 d1fe129ad72f: Preparing 05:10:37 54f31580bba2: Preparing 05:10:37 b02f40cecb54: Preparing 05:10:37 c0908ee048d9: Preparing 05:10:37 63ec0bd56cf3: Preparing 05:10:37 c0908ee048d9: Waiting 05:10:37 63ec0bd56cf3: Waiting 05:10:37 e3efa2b13513: Layer already exists 05:10:37 54f31580bba2: Layer already exists 05:10:37 b02f40cecb54: Layer already exists 05:10:37 cf7a28174187: Layer already exists 05:10:37 d1fe129ad72f: Layer already exists 05:10:37 c0908ee048d9: Layer already exists 05:10:37 63ec0bd56cf3: Layer already exists 05:10:37 3.2.0-dev.36: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:10:38 e3efa2b13513: Preparing 05:10:38 cf7a28174187: Preparing 05:10:38 d1fe129ad72f: Preparing 05:10:38 54f31580bba2: Preparing 05:10:38 b02f40cecb54: Preparing 05:10:38 c0908ee048d9: Preparing 05:10:38 63ec0bd56cf3: Preparing 05:10:38 63ec0bd56cf3: Waiting 05:10:38 c0908ee048d9: Waiting 05:10:38 cf7a28174187: Layer already exists 05:10:38 e3efa2b13513: Layer already exists 05:10:38 54f31580bba2: Layer already exists 05:10:38 b02f40cecb54: Layer already exists 05:10:38 d1fe129ad72f: Layer already exists 05:10:38 c0908ee048d9: Layer already exists 05:10:38 63ec0bd56cf3: Layer already exists 05:10:38 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:10:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 05:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 05:10:38 e3efa2b13513: Preparing 05:10:38 cf7a28174187: Preparing 05:10:38 d1fe129ad72f: Preparing 05:10:38 54f31580bba2: Preparing 05:10:38 b02f40cecb54: Preparing 05:10:38 c0908ee048d9: Preparing 05:10:38 63ec0bd56cf3: Preparing 05:10:38 c0908ee048d9: Waiting 05:10:38 63ec0bd56cf3: Waiting 05:10:38 e3efa2b13513: Layer already exists 05:10:38 d1fe129ad72f: Layer already exists 05:10:38 b02f40cecb54: Layer already exists 05:10:38 cf7a28174187: Layer already exists 05:10:38 54f31580bba2: Layer already exists 05:10:38 c0908ee048d9: Layer already exists 05:10:38 63ec0bd56cf3: Layer already exists 05:10:38 main: digest: sha256:67c29d79b76ce9d4d002f5d10f2236a35a6d5134586935bf66926dd221a71eb4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:10:38 ===================================================== [Pipeline] echo 05:10:38 taggedImages: 05:10:38 - nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273 05:10:38 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 05:10:38 - nexus3.edgexfoundry.org:10004/support-scheduler:3.2.0-dev.36 05:10:38 - nexus3.edgexfoundry.org:10004/support-scheduler:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:10:38 - 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] } 05:28:59 #141 ... 05:28:59 05:28:59 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:28:59 #145 1148.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=3.2.0-dev.36" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 05:28:59 #145 ... 05:28:59 05:28:59 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 05:28:59 #146 DONE 1156.3s 05:28:59 05:28:59 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:28:59 #141 ... 05:28:59 05:28:59 #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 05:28:59 #152 DONE 0.3s 05:28:59 05:28:59 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:28:59 #148 ... 05:28:59 05:28:59 #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 05:28:59 #153 DONE 2.1s 05:28:59 05:28:59 #154 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 05:28:59 #154 DONE 0.2s 05:28:59 05:28:59 #155 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 05:28:59 #155 DONE 0.3s 05:28:59 05:28:59 #156 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 05:28:59 #156 DONE 0.2s 05:28:59 05:28:59 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:28:59 #150 ... 05:28:59 05:28:59 #157 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 05:28:59 #157 DONE 0.1s 05:28:59 05:28:59 #158 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 05:28:59 #158 DONE 0.2s 05:28:59 05:28:59 #159 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 05:28:59 #159 DONE 0.1s 05:28:59 05:28:59 #160 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 05:28:59 #160 DONE 0.1s 05:28:59 05:28:59 #161 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 05:28:59 #161 DONE 0.1s 05:28:59 05:28:59 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:28:59 #143 ... 05:28:59 05:28:59 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:29:00 #162 ... 05:29:00 05:29:00 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 05:29:00 #148 DONE 1161.3s 05:29:00 05:29:00 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:29:01 #144 ... 05:29:01 05:29:01 #163 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 05:29:01 #163 DONE 0.4s 05:29:01 05:29:01 #164 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 05:29:02 #164 DONE 0.5s 05:29:02 05:29:02 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:29:02 #143 ... 05:29:02 05:29:02 #165 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 05:29:02 #165 DONE 0.2s 05:29:02 05:29:02 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:29:02 #147 ... 05:29:02 05:29:02 #166 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 05:29:02 #166 DONE 0.2s 05:29:02 05:29:02 #167 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:29:02 #167 DONE 0.3s 05:29:02 05:29:02 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:29:02 #150 ... 05:29:02 05:29:02 #168 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 05:29:03 #168 DONE 0.3s 05:29:03 05:29:03 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:29:03 #139 ... 05:29:03 05:29:03 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:29:03 #169 ... 05:29:03 05:29:03 #162 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 05:29:03 #162 DONE 3.4s 05:29:03 05:29:03 #103 [security-bootstrapper] exporting to image 05:29:03 #103 exporting layers 05:29:04 #103 exporting layers 1.6s done 05:29:04 #103 writing image sha256:588821e6afa57a963f464da15bc19e68b4ed84ac26146a7d50c77728d1854282 0.0s done 05:29:04 #103 naming to docker.io/library/security-bootstrapper-arm64 05:29:04 #103 naming to docker.io/library/security-bootstrapper-arm64 done 05:29:04 #103 DONE 6.6s 05:29:04 05:29:04 #169 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:29:06 #169 DONE 2.9s 05:29:06 05:29:06 #103 [security-proxy-setup] exporting to image 05:29:07 #103 exporting layers 1.0s done 05:29:07 #103 writing image sha256:bb212df23a34d5383ec43ea97f80c3f47de2d69e659d729bbe9cdabd9ecb3012 done 05:29:07 #103 naming to docker.io/library/security-proxy-setup-arm64 done 05:29:07 #103 DONE 7.6s 05:29:07 05:29:07 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:29:11 #150 ... 05:29:11 05:29:11 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:29:11 #145 DONE 1171.7s 05:29:11 05:29:11 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:29:11 #143 ... 05:29:11 05:29:11 #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 05:29:11 #170 DONE 0.2s 05:29:11 05:29:11 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:29:11 #143 ... 05:29:11 05:29:11 #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 05:29:11 #171 DONE 0.2s 05:29:11 05:29:11 #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:29:12 #172 DONE 0.1s 05:29:12 05:29:12 #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 05:29:12 #173 DONE 0.2s 05:29:12 05:29:12 #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 05:29:12 #174 DONE 0.1s 05:29:12 05:29:12 #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:29:12 #175 DONE 0.3s 05:29:12 05:29:12 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:29:12 #150 ... 05:29:12 05:29:12 #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:29:12 #176 DONE 0.3s 05:29:12 05:29:12 #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:29:12 #177 DONE 0.1s 05:29:12 05:29:12 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:29:13 #151 ... 05:29:13 05:29:13 #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:29:15 #178 DONE 2.1s 05:29:15 05:29:15 #103 [security-secretstore-setup] exporting to image 05:29:15 #103 exporting layers 05:29:16 #103 exporting layers 1.2s done 05:29:16 #103 writing image sha256:63c860c65947719d945d84c552d67bd97fe9f6f9b514507563707f054f2c041b 0.0s done 05:29:16 #103 naming to docker.io/library/security-secretstore-setup-arm64 done 05:29:16 #103 DONE 8.8s 05:29:16 05:29:16 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:30:14 #142 ... 05:30:14 05:30:14 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 05:30:14 #144 DONE 1227.8s 05:30:14 05:30:14 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:30:14 #143 ... 05:30:14 05:30:14 #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:30:14 #179 DONE 0.4s 05:30:14 05:30:14 #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:30:14 #180 DONE 0.1s 05:30:14 05:30:14 #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 05:30:14 #181 DONE 0.3s 05:30:14 05:30:14 #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 05:30:14 #182 DONE 0.2s 05:30:14 05:30:14 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:30:14 #141 ... 05:30:14 05:30:14 #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 05:30:14 #183 DONE 0.2s 05:30:14 05:30:14 #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:30:14 #184 DONE 2.1s 05:30:14 05:30:14 #103 [core-common-config-bootstrapper] exporting to image 05:30:14 #103 exporting layers 05:30:14 #103 exporting layers 0.8s done 05:30:14 #103 writing image sha256:131cdf5636af43b3b242036fc2799e15bbec9ce69d535744baa93d6bef1986c2 done 05:30:14 #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 05:30:14 #103 DONE 9.6s 05:30:14 05:30:14 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:31:50 #143 ... 05:31:50 05:31:50 #139 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 05:31:50 #139 DONE 1331.1s 05:31:50 05:31:50 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:31:50 #141 ... 05:31:50 05:31:50 #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:31:51 #185 DONE 0.1s 05:31:51 05:31:51 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:31:51 #151 ... 05:31:51 05:31:51 #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:31:51 #186 DONE 0.1s 05:31:51 05:31:51 #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 05:31:51 #187 DONE 0.3s 05:31:51 05:31:51 #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 05:31:51 #188 DONE 0.1s 05:31:51 05:31:51 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:31:51 #143 ... 05:31:51 05:31:51 #103 [security-spiffe-token-provider] exporting to image 05:31:51 #103 exporting layers 05:31:52 #103 exporting layers 0.8s done 05:31:52 #103 writing image sha256:7413e25f903c388ad2477d272bf6052e2584997609d4b6fb6d4049571e0f92d7 done 05:31:52 #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done 05:31:52 #103 DONE 10.4s 05:31:52 05:31:52 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:38:44 #142 ... 05:38:44 05:38:44 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 05:38:44 #150 DONE 1739.8s 05:38:44 05:38:44 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:38:44 #141 ... 05:38:44 05:38:44 #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:38:44 #189 DONE 0.2s 05:38:44 05:38:44 #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:38:44 #190 DONE 0.2s 05:38:44 05:38:44 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:38:44 #151 ... 05:38:44 05:38:44 #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 05:38:44 #191 DONE 0.5s 05:38:44 05:38:44 #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 05:38:44 #192 DONE 0.1s 05:38:44 05:38:44 #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 05:38:44 #193 DONE 0.2s 05:38:44 05:38:44 #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:38:44 #194 DONE 2.1s 05:38:44 05:38:44 #103 [security-proxy-auth] exporting to image 05:38:44 #103 exporting layers 05:38:44 #103 exporting layers 0.7s done 05:38:44 #103 writing image sha256:3e6f435bb53146c3f27a48d106cb32ade56aded304a0ed8485e27f633cdd8159 0.0s done 05:38:44 #103 naming to docker.io/library/security-proxy-auth-arm64 05:38:44 #103 naming to docker.io/library/security-proxy-auth-arm64 done 05:38:44 #103 DONE 11.1s 05:38:44 05:38:44 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:31 #142 ... 05:39:31 05:39:31 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 05:39:31 #149 DONE 1791.1s 05:39:31 05:39:31 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:31 #142 ... 05:39:31 05:39:31 #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 05:39:31 #195 DONE 0.2s 05:39:31 05:39:31 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:31 #142 ... 05:39:31 05:39:31 #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 05:39:31 #196 DONE 0.1s 05:39:31 05:39:31 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:39:31 #197 DONE 0.4s 05:39:31 05:39:31 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 05:39:31 #198 DONE 0.1s 05:39:31 05:39:31 #103 [core-command] exporting to image 05:39:31 #103 exporting layers 05:39:31 #103 exporting layers 0.4s done 05:39:32 #103 writing image sha256:8b119351f8fd0eb7656b8e4f712715268a40a54e07ae4b9efe80e32eee624448 done 05:39:32 #103 naming to docker.io/library/core-command-arm64 done 05:39:32 #103 DONE 11.5s 05:39:32 05:39:32 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:44 #142 ... 05:39:44 05:39:44 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 05:39:44 #151 DONE 1804.1s 05:39:44 05:39:44 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:39:44 #143 ... 05:39:44 05:39:44 #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:39:44 #199 DONE 0.3s 05:39:44 05:39:44 #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:39:44 #200 DONE 0.1s 05:39:44 05:39:44 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:44 #142 ... 05:39:44 05:39:44 #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:39:44 #201 DONE 0.5s 05:39:44 05:39:44 #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 05:39:44 #202 DONE 0.2s 05:39:44 05:39:44 #103 [core-data] exporting to image 05:39:44 #103 exporting layers 05:39:45 #103 exporting layers 0.6s done 05:39:45 #103 writing image sha256:cfca28d4fd3587b8b8d3f41544b1a84cc8ec8517a716ca1cf68485d14df68a00 0.0s done 05:39:45 #103 naming to docker.io/library/core-data-arm64 done 05:39:45 #103 DONE 12.1s 05:39:45 05:39:45 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:39:47 #143 ... 05:39:47 05:39:47 #142 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 05:39:47 #142 DONE 1807.9s 05:39:47 05:39:47 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:39:47 #141 ... 05:39:47 05:39:47 #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 05:39:47 #203 DONE 0.2s 05:39:47 05:39:47 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:39:47 #143 ... 05:39:47 05:39:47 #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 05:39:48 #204 DONE 0.2s 05:39:48 05:39:48 #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:39:48 #205 DONE 0.5s 05:39:48 05:39:48 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:39:48 #206 ... 05:39:48 05:39:48 #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 05:39:48 #143 DONE 1809.4s 05:39:48 05:39:48 #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 05:39:48 #206 DONE 0.3s 05:39:48 05:39:48 #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 05:39:49 #207 DONE 0.4s 05:39:49 05:39:49 #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 05:39:49 #208 DONE 0.4s 05:39:49 05:39:49 #103 [core-metadata] exporting to image 05:39:50 #103 exporting layers 0.8s done 05:39:50 #103 writing image sha256:6cef1bb48da398a2d030eda55477b0d3b40e6f05501929947bf640f36fc4ab1e done 05:39:50 #103 naming to docker.io/library/core-metadata-arm64 done 05:39:50 #103 DONE 13.0s 05:39:50 05:39:50 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 05:39:50 #209 DONE 0.6s 05:39:50 05:39:50 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:39:50 #141 ... 05:39:50 05:39:50 #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 05:39:50 #210 DONE 0.1s 05:39:50 05:39:50 #103 [core-keeper] exporting to image 05:39:50 #103 exporting layers 0.4s done 05:39:50 #103 writing image sha256:9941b02fc0d7c34cc4c2bb08d7566fc670b376ec15a8fc753aec4d3f5c30857a done 05:39:50 #103 naming to docker.io/library/core-keeper-arm64 done 05:39:50 #103 DONE 13.4s 05:39:50 05:39:50 #141 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 05:40:17 #141 DONE 1835.1s 05:40:17 05:40:17 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 05:40:17 #147 DONE 1835.3s 05:40:17 05:40:17 #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:40:17 #211 ... 05:40:17 05:40:17 #212 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:40:17 #212 DONE 0.1s 05:40:17 05:40:17 #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 05:40:17 #211 DONE 0.2s 05:40:17 05:40:17 #213 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:40:17 #213 DONE 0.1s 05:40:17 05:40:17 #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:40:17 #214 ... 05:40:17 05:40:17 #215 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 05:40:17 #215 DONE 0.1s 05:40:17 05:40:17 #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:40:17 #216 DONE 0.4s 05:40:17 05:40:17 #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:40:17 #214 DONE 0.5s 05:40:17 05:40:17 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 05:40:17 #217 DONE 0.1s 05:40:17 05:40:17 #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 05:40:17 #218 DONE 0.1s 05:40:17 05:40:17 #103 [support-notifications] exporting to image 05:40:17 #103 exporting layers 05:40:17 #103 exporting layers 0.4s done 05:40:17 #103 exporting layers 0.5s done 05:40:17 #103 writing image sha256:7cd25531f88d59b93d074a6a7ee8f5d12683fa7a512beaeffa322d6686c9bace 0.0s done 05:40:17 #103 naming to docker.io/library/support-scheduler-arm64 done 05:40:17 #103 writing image sha256:0c4ce5206b46eaeafa02cf874a440057fd964dfa0db17ffc6618c12990044d4f done 05:40:17 #103 naming to docker.io/library/support-notifications-arm64 done 05:40:17 #103 DONE 14.0s 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 05:40:17 time="2024-07-18T05:07:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 05:40:17 $ docker stop --time=1 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 05:40:19 $ docker rm -f --volumes 47dfd7a763d74d3e7fbe52815e64ad1c4537c89f3f2b7bcdccefd37cdfa64d62 [Pipeline] // withDockerContainer [Pipeline] sh 05:40:19 + docker images 05:40:19 REPOSITORY TAG IMAGE ID CREATED SIZE 05:40:19 support-scheduler-arm64 latest 7cd25531f88d 4 seconds ago 42.4MB 05:40:19 support-notifications-arm64 latest 0c4ce5206b46 4 seconds ago 43.3MB 05:40:19 core-keeper-arm64 latest 9941b02fc0d7 29 seconds ago 35.2MB 05:40:19 core-metadata-arm64 latest 6cef1bb48da3 31 seconds ago 40.4MB 05:40:19 core-data-arm64 latest cfca28d4fd35 35 seconds ago 40.3MB 05:40:19 core-command-arm64 latest 8b119351f8fd 48 seconds ago 39.9MB 05:40:19 security-proxy-auth-arm64 latest 3e6f435bb531 About a minute ago 37.4MB 05:40:19 security-spiffe-token-provider-arm64 latest 7413e25f903c 8 minutes ago 34.1MB 05:40:19 core-common-config-bootstrapper-arm64 latest 131cdf5636af 10 minutes ago 20.1MB 05:40:19 security-secretstore-setup-arm64 latest 63c860c65947 11 minutes ago 41.5MB 05:40:19 security-proxy-setup-arm64 latest bb212df23a34 11 minutes ago 31MB 05:40:19 security-bootstrapper-arm64 latest 588821e6afa5 11 minutes ago 23.7MB 05:40:19 security-spire-agent-arm64 latest fee37176eff7 31 minutes ago 179MB 05:40:19 security-spire-config-arm64 latest 45accd9f062b 31 minutes ago 120MB 05:40:19 security-spire-server-arm64 latest 55b333b6d5fa 31 minutes ago 121MB 05:40:19 ci-base-image-arm64 latest 75061d3bc05e 33 minutes ago 962MB 05:40:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB 05:40:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:40:19 provisioning config files... 05:40:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/654@tmp/config4227507417094365201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:40:20 ---> ****-login.sh 05:40:20 nexus3.edgexfoundry.org:10001 05:40:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:40:20 Configure a credential helper to remove this warning. See 05:40:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:40:20 05:40:20 Login Succeeded 05:40:20 nexus3.edgexfoundry.org:10002 05:40:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:40:21 Configure a credential helper to remove this warning. See 05:40:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:40:21 05:40:21 Login Succeeded 05:40:21 nexus3.edgexfoundry.org:10003 05:40:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:40:21 Configure a credential helper to remove this warning. See 05:40:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:40:21 05:40:21 Login Succeeded 05:40:21 nexus3.edgexfoundry.org:10004 05:40:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:40:21 Configure a credential helper to remove this warning. See 05:40:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:40:21 05:40:21 Login Succeeded 05:40:21 ****.io 05:40:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 05:40:22 Configure a credential helper to remove this warning. See 05:40:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 05:40:22 05:40:22 Login Succeeded 05:40:22 ---> ****-login.sh ends [Pipeline] } 05:40:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 05:40:22 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 05:40:22 b6a792cc14dceb412227bc035c2b58c27f836273 05:40:22 latest 05:40:22 3.2.0-dev.36 05:40:22 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:22 main 05:40:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:40:22 4a7efc284284: Preparing 05:40:22 dfef27caa72b: Preparing 05:40:22 2b533126b0ab: Preparing 05:40:22 d829cd4d1316: Preparing 05:40:22 eac56a261e76: Preparing 05:40:22 f03a5da3f349: Preparing 05:40:22 da707bb00cb8: Preparing 05:40:22 f03a5da3f349: Waiting 05:40:22 da707bb00cb8: Waiting 05:40:23 d829cd4d1316: Pushed 05:40:23 2b533126b0ab: Pushed 05:40:23 4a7efc284284: Pushed 05:40:23 da707bb00cb8: Layer already exists 05:40:23 f03a5da3f349: Pushed 05:40:24 eac56a261e76: Pushed 05:40:29 dfef27caa72b: Pushed 05:40:29 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:40:30 4a7efc284284: Preparing 05:40:30 dfef27caa72b: Preparing 05:40:30 2b533126b0ab: Preparing 05:40:30 d829cd4d1316: Preparing 05:40:30 eac56a261e76: Preparing 05:40:30 f03a5da3f349: Preparing 05:40:30 da707bb00cb8: Preparing 05:40:30 f03a5da3f349: Waiting 05:40:30 da707bb00cb8: Waiting 05:40:30 eac56a261e76: Layer already exists 05:40:30 dfef27caa72b: Layer already exists 05:40:30 4a7efc284284: Layer already exists 05:40:30 2b533126b0ab: Layer already exists 05:40:30 d829cd4d1316: Layer already exists 05:40:30 f03a5da3f349: Layer already exists 05:40:30 da707bb00cb8: Layer already exists 05:40:30 latest: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 05:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:40:31 4a7efc284284: Preparing 05:40:31 dfef27caa72b: Preparing 05:40:31 2b533126b0ab: Preparing 05:40:31 d829cd4d1316: Preparing 05:40:31 eac56a261e76: Preparing 05:40:31 f03a5da3f349: Preparing 05:40:31 da707bb00cb8: Preparing 05:40:31 f03a5da3f349: Waiting 05:40:31 da707bb00cb8: Waiting 05:40:31 4a7efc284284: Layer already exists 05:40:31 d829cd4d1316: Layer already exists 05:40:31 dfef27caa72b: Layer already exists 05:40:31 2b533126b0ab: Layer already exists 05:40:31 eac56a261e76: Layer already exists 05:40:31 f03a5da3f349: Layer already exists 05:40:31 da707bb00cb8: Layer already exists 05:40:31 3.2.0-dev.36: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:40:32 4a7efc284284: Preparing 05:40:32 dfef27caa72b: Preparing 05:40:32 2b533126b0ab: Preparing 05:40:32 d829cd4d1316: Preparing 05:40:32 eac56a261e76: Preparing 05:40:32 f03a5da3f349: Preparing 05:40:32 da707bb00cb8: Preparing 05:40:32 f03a5da3f349: Waiting 05:40:32 da707bb00cb8: Waiting 05:40:32 4a7efc284284: Layer already exists 05:40:32 dfef27caa72b: Layer already exists 05:40:32 d829cd4d1316: Layer already exists 05:40:32 eac56a261e76: Layer already exists 05:40:32 2b533126b0ab: Layer already exists 05:40:32 da707bb00cb8: Layer already exists 05:40:32 f03a5da3f349: Layer already exists 05:40:32 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:33 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:33 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 05:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 05:40:33 4a7efc284284: Preparing 05:40:33 dfef27caa72b: Preparing 05:40:33 2b533126b0ab: Preparing 05:40:33 d829cd4d1316: Preparing 05:40:33 eac56a261e76: Preparing 05:40:33 f03a5da3f349: Preparing 05:40:33 da707bb00cb8: Preparing 05:40:33 f03a5da3f349: Waiting 05:40:33 da707bb00cb8: Waiting 05:40:33 2b533126b0ab: Layer already exists 05:40:33 dfef27caa72b: Layer already exists 05:40:33 4a7efc284284: Layer already exists 05:40:33 d829cd4d1316: Layer already exists 05:40:33 eac56a261e76: Layer already exists 05:40:33 f03a5da3f349: Layer already exists 05:40:33 da707bb00cb8: Layer already exists 05:40:33 main: digest: sha256:3e7f7a33976edeebc8d87d664aa35a7017b67d7afff8d90b4041d709ca17cd5b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:33 ===================================================== [Pipeline] echo 05:40:33 taggedImages: 05:40:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:40:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 05:40:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.2.0-dev.36 05:40:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 05:40:33 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 05:40:33 b6a792cc14dceb412227bc035c2b58c27f836273 05:40:33 latest 05:40:33 3.2.0-dev.36 05:40:33 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:33 main 05:40:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:40:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:40:34 94e547c0738b: Preparing 05:40:34 e48f5314373c: Preparing 05:40:34 f2a8849701a4: Preparing 05:40:34 35872352ef00: Preparing 05:40:34 2b533126b0ab: Preparing 05:40:34 d829cd4d1316: Preparing 05:40:34 eac56a261e76: Preparing 05:40:34 f03a5da3f349: Preparing 05:40:34 da707bb00cb8: Preparing 05:40:34 eac56a261e76: Waiting 05:40:34 f03a5da3f349: Waiting 05:40:34 da707bb00cb8: Waiting 05:40:34 d829cd4d1316: Waiting 05:40:34 f2a8849701a4: Pushed 05:40:34 e48f5314373c: Pushed 05:40:34 2b533126b0ab: Layer already exists 05:40:34 d829cd4d1316: Layer already exists 05:40:34 eac56a261e76: Layer already exists 05:40:34 f03a5da3f349: Layer already exists 05:40:34 da707bb00cb8: Layer already exists 05:40:34 94e547c0738b: Pushed 05:40:36 35872352ef00: Pushed 05:40:36 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:40:37 94e547c0738b: Preparing 05:40:37 e48f5314373c: Preparing 05:40:37 f2a8849701a4: Preparing 05:40:37 35872352ef00: Preparing 05:40:37 2b533126b0ab: Preparing 05:40:37 d829cd4d1316: Preparing 05:40:37 eac56a261e76: Preparing 05:40:37 f03a5da3f349: Preparing 05:40:37 da707bb00cb8: Preparing 05:40:37 eac56a261e76: Waiting 05:40:37 f03a5da3f349: Waiting 05:40:37 da707bb00cb8: Waiting 05:40:37 d829cd4d1316: Waiting 05:40:37 2b533126b0ab: Layer already exists 05:40:37 f2a8849701a4: Layer already exists 05:40:37 e48f5314373c: Layer already exists 05:40:37 35872352ef00: Layer already exists 05:40:37 94e547c0738b: Layer already exists 05:40:37 da707bb00cb8: Layer already exists 05:40:37 d829cd4d1316: Layer already exists 05:40:37 eac56a261e76: Layer already exists 05:40:37 f03a5da3f349: Layer already exists 05:40:37 latest: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 05:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:40:38 94e547c0738b: Preparing 05:40:38 e48f5314373c: Preparing 05:40:38 f2a8849701a4: Preparing 05:40:38 35872352ef00: Preparing 05:40:38 2b533126b0ab: Preparing 05:40:38 d829cd4d1316: Preparing 05:40:38 eac56a261e76: Preparing 05:40:38 f03a5da3f349: Preparing 05:40:38 da707bb00cb8: Preparing 05:40:38 d829cd4d1316: Waiting 05:40:38 eac56a261e76: Waiting 05:40:38 f03a5da3f349: Waiting 05:40:38 f2a8849701a4: Layer already exists 05:40:38 e48f5314373c: Layer already exists 05:40:38 2b533126b0ab: Layer already exists 05:40:38 94e547c0738b: Layer already exists 05:40:38 35872352ef00: Layer already exists 05:40:38 f03a5da3f349: Layer already exists 05:40:38 d829cd4d1316: Layer already exists 05:40:38 da707bb00cb8: Layer already exists 05:40:38 eac56a261e76: Layer already exists 05:40:38 3.2.0-dev.36: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:40:39 94e547c0738b: Preparing 05:40:39 e48f5314373c: Preparing 05:40:39 f2a8849701a4: Preparing 05:40:39 35872352ef00: Preparing 05:40:39 2b533126b0ab: Preparing 05:40:39 d829cd4d1316: Preparing 05:40:39 eac56a261e76: Preparing 05:40:39 f03a5da3f349: Preparing 05:40:39 da707bb00cb8: Preparing 05:40:39 eac56a261e76: Waiting 05:40:39 f03a5da3f349: Waiting 05:40:39 da707bb00cb8: Waiting 05:40:39 d829cd4d1316: Waiting 05:40:39 f2a8849701a4: Layer already exists 05:40:39 35872352ef00: Layer already exists 05:40:39 94e547c0738b: Layer already exists 05:40:39 e48f5314373c: Layer already exists 05:40:39 2b533126b0ab: Layer already exists 05:40:39 eac56a261e76: Layer already exists 05:40:39 f03a5da3f349: Layer already exists 05:40:39 da707bb00cb8: Layer already exists 05:40:39 d829cd4d1316: Layer already exists 05:40:39 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:40 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 05:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 05:40:40 94e547c0738b: Preparing 05:40:40 e48f5314373c: Preparing 05:40:40 f2a8849701a4: Preparing 05:40:40 35872352ef00: Preparing 05:40:40 2b533126b0ab: Preparing 05:40:40 d829cd4d1316: Preparing 05:40:40 eac56a261e76: Preparing 05:40:40 f03a5da3f349: Preparing 05:40:40 da707bb00cb8: Preparing 05:40:40 d829cd4d1316: Waiting 05:40:40 eac56a261e76: Waiting 05:40:40 f03a5da3f349: Waiting 05:40:40 da707bb00cb8: Waiting 05:40:40 35872352ef00: Layer already exists 05:40:40 f2a8849701a4: Layer already exists 05:40:40 e48f5314373c: Layer already exists 05:40:40 2b533126b0ab: Layer already exists 05:40:40 94e547c0738b: Layer already exists 05:40:40 f03a5da3f349: Layer already exists 05:40:40 da707bb00cb8: Layer already exists 05:40:40 d829cd4d1316: Layer already exists 05:40:40 eac56a261e76: Layer already exists 05:40:40 main: digest: sha256:1a6540d9e46d664d54e20fffdfecbd64b438eb9fc38c3d4639e36f6aa430f1f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:40:40 ===================================================== [Pipeline] echo 05:40:40 taggedImages: 05:40:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:40:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 05:40:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.2.0-dev.36 05:40:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 05:40:40 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 05:40:40 b6a792cc14dceb412227bc035c2b58c27f836273 05:40:40 latest 05:40:40 3.2.0-dev.36 05:40:40 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:40:40 main 05:40:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:40:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:41:04 1ed43c4e14ae: Preparing 05:41:04 712f76b7cd37: Preparing 05:41:04 2b533126b0ab: Preparing 05:41:04 d829cd4d1316: Preparing 05:41:04 c16e576741ad: Preparing 05:41:04 9b8518a260cf: Preparing 05:41:04 da707bb00cb8: Preparing 05:41:04 9b8518a260cf: Waiting 05:41:04 da707bb00cb8: Waiting 05:41:04 d829cd4d1316: Layer already exists 05:41:04 2b533126b0ab: Layer already exists 05:41:04 da707bb00cb8: Layer already exists 05:41:04 1ed43c4e14ae: Pushed 05:41:04 9b8518a260cf: Pushed 05:41:05 c16e576741ad: Pushed 05:41:10 712f76b7cd37: Pushed 05:41:10 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:11 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:11 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:41:11 1ed43c4e14ae: Preparing 05:41:11 712f76b7cd37: Preparing 05:41:11 2b533126b0ab: Preparing 05:41:11 d829cd4d1316: Preparing 05:41:11 c16e576741ad: Preparing 05:41:11 9b8518a260cf: Preparing 05:41:11 9b8518a260cf: Waiting 05:41:11 da707bb00cb8: Preparing 05:41:11 da707bb00cb8: Waiting 05:41:11 d829cd4d1316: Layer already exists 05:41:11 712f76b7cd37: Layer already exists 05:41:11 2b533126b0ab: Layer already exists 05:41:11 1ed43c4e14ae: Layer already exists 05:41:11 c16e576741ad: Layer already exists 05:41:11 da707bb00cb8: Layer already exists 05:41:11 9b8518a260cf: Layer already exists 05:41:11 latest: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 05:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:41:12 1ed43c4e14ae: Preparing 05:41:12 712f76b7cd37: Preparing 05:41:12 2b533126b0ab: Preparing 05:41:12 d829cd4d1316: Preparing 05:41:12 c16e576741ad: Preparing 05:41:12 9b8518a260cf: Preparing 05:41:12 da707bb00cb8: Preparing 05:41:12 9b8518a260cf: Waiting 05:41:12 da707bb00cb8: Waiting 05:41:12 d829cd4d1316: Layer already exists 05:41:12 1ed43c4e14ae: Layer already exists 05:41:12 c16e576741ad: Layer already exists 05:41:12 712f76b7cd37: Layer already exists 05:41:12 2b533126b0ab: Layer already exists 05:41:12 da707bb00cb8: Layer already exists 05:41:12 9b8518a260cf: Layer already exists 05:41:12 3.2.0-dev.36: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:41:13 1ed43c4e14ae: Preparing 05:41:13 712f76b7cd37: Preparing 05:41:13 2b533126b0ab: Preparing 05:41:13 d829cd4d1316: Preparing 05:41:13 c16e576741ad: Preparing 05:41:13 9b8518a260cf: Preparing 05:41:13 da707bb00cb8: Preparing 05:41:13 9b8518a260cf: Waiting 05:41:13 da707bb00cb8: Waiting 05:41:13 d829cd4d1316: Layer already exists 05:41:13 c16e576741ad: Layer already exists 05:41:13 1ed43c4e14ae: Layer already exists 05:41:13 712f76b7cd37: Layer already exists 05:41:13 2b533126b0ab: Layer already exists 05:41:13 9b8518a260cf: Layer already exists 05:41:13 da707bb00cb8: Layer already exists 05:41:13 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 05:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 05:41:32 1ed43c4e14ae: Preparing 05:41:32 712f76b7cd37: Preparing 05:41:32 2b533126b0ab: Preparing 05:41:32 d829cd4d1316: Preparing 05:41:32 c16e576741ad: Preparing 05:41:32 9b8518a260cf: Preparing 05:41:32 da707bb00cb8: Preparing 05:41:32 9b8518a260cf: Waiting 05:41:32 da707bb00cb8: Waiting 05:41:32 c16e576741ad: Layer already exists 05:41:32 1ed43c4e14ae: Layer already exists 05:41:32 d829cd4d1316: Layer already exists 05:41:32 712f76b7cd37: Layer already exists 05:41:32 2b533126b0ab: Layer already exists 05:41:32 9b8518a260cf: Layer already exists 05:41:32 da707bb00cb8: Layer already exists 05:41:32 main: digest: sha256:746cf135ba67b80b27293b9cd3da6cebd8251afd838b04b35c72a27b167e269c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:33 ===================================================== [Pipeline] echo 05:41:33 taggedImages: 05:41:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 05:41:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.2.0-dev.36 05:41:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:33 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 05:41:33 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 05:41:33 b6a792cc14dceb412227bc035c2b58c27f836273 05:41:33 latest 05:41:33 3.2.0-dev.36 05:41:33 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:33 main 05:41:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:41:33 5778a078a27e: Preparing 05:41:33 3e257b24804e: Preparing 05:41:33 d829cd4d1316: Preparing 05:41:33 901e4d1abccb: Preparing 05:41:33 98d66af71991: Preparing 05:41:33 da707bb00cb8: Preparing 05:41:33 da707bb00cb8: Waiting 05:41:33 d829cd4d1316: Layer already exists 05:41:34 da707bb00cb8: Layer already exists 05:41:34 98d66af71991: Pushed 05:41:34 901e4d1abccb: Pushed 05:41:34 5778a078a27e: Pushed 05:41:40 3e257b24804e: Pushed 05:41:40 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:41:41 5778a078a27e: Preparing 05:41:41 3e257b24804e: Preparing 05:41:41 d829cd4d1316: Preparing 05:41:41 901e4d1abccb: Preparing 05:41:41 98d66af71991: Preparing 05:41:41 da707bb00cb8: Preparing 05:41:41 da707bb00cb8: Waiting 05:41:41 5778a078a27e: Layer already exists 05:41:41 98d66af71991: Layer already exists 05:41:41 3e257b24804e: Layer already exists 05:41:41 901e4d1abccb: Layer already exists 05:41:41 da707bb00cb8: Layer already exists 05:41:41 d829cd4d1316: Layer already exists 05:41:41 latest: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:41 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 05:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:41:42 5778a078a27e: Preparing 05:41:42 3e257b24804e: Preparing 05:41:42 d829cd4d1316: Preparing 05:41:42 901e4d1abccb: Preparing 05:41:42 98d66af71991: Preparing 05:41:42 da707bb00cb8: Preparing 05:41:42 da707bb00cb8: Waiting 05:41:42 3e257b24804e: Layer already exists 05:41:42 d829cd4d1316: Layer already exists 05:41:42 901e4d1abccb: Layer already exists 05:41:42 98d66af71991: Layer already exists 05:41:42 5778a078a27e: Layer already exists 05:41:42 da707bb00cb8: Layer already exists 05:41:42 3.2.0-dev.36: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:42 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:41:43 5778a078a27e: Preparing 05:41:43 3e257b24804e: Preparing 05:41:43 d829cd4d1316: Preparing 05:41:43 901e4d1abccb: Preparing 05:41:43 98d66af71991: Preparing 05:41:43 da707bb00cb8: Preparing 05:41:43 da707bb00cb8: Waiting 05:41:43 3e257b24804e: Layer already exists 05:41:43 5778a078a27e: Layer already exists 05:41:43 901e4d1abccb: Layer already exists 05:41:43 98d66af71991: Layer already exists 05:41:43 d829cd4d1316: Layer already exists 05:41:43 da707bb00cb8: Layer already exists 05:41:43 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:43 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 05:41:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 05:41:44 5778a078a27e: Preparing 05:41:44 3e257b24804e: Preparing 05:41:44 d829cd4d1316: Preparing 05:41:44 901e4d1abccb: Preparing 05:41:44 98d66af71991: Preparing 05:41:44 da707bb00cb8: Preparing 05:41:44 da707bb00cb8: Waiting 05:41:44 3e257b24804e: Layer already exists 05:41:44 98d66af71991: Layer already exists 05:41:44 d829cd4d1316: Layer already exists 05:41:44 901e4d1abccb: Layer already exists 05:41:44 5778a078a27e: Layer already exists 05:41:44 da707bb00cb8: Layer already exists 05:41:44 main: digest: sha256:6561683851a8a046179a4c9d05e2780653e5d16d87b122febf9d8c60301ad5b5 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:44 ===================================================== [Pipeline] echo 05:41:44 taggedImages: 05:41:44 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:44 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 05:41:44 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3.2.0-dev.36 05:41:44 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:44 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 05:41:44 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 05:41:44 b6a792cc14dceb412227bc035c2b58c27f836273 05:41:44 latest 05:41:44 3.2.0-dev.36 05:41:44 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:44 main 05:41:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:41:45 f2e46d82ab9a: Preparing 05:41:45 77c301e5d8ef: Preparing 05:41:45 5bdbbc3bd7b2: Preparing 05:41:45 2b533126b0ab: Preparing 05:41:45 d829cd4d1316: Preparing 05:41:45 eac56a261e76: Preparing 05:41:45 f03a5da3f349: Preparing 05:41:45 da707bb00cb8: Preparing 05:41:45 f03a5da3f349: Waiting 05:41:45 da707bb00cb8: Waiting 05:41:45 eac56a261e76: Waiting 05:41:45 2b533126b0ab: Layer already exists 05:41:45 d829cd4d1316: Layer already exists 05:41:45 eac56a261e76: Layer already exists 05:41:45 f03a5da3f349: Layer already exists 05:41:45 da707bb00cb8: Layer already exists 05:41:45 77c301e5d8ef: Pushed 05:41:45 f2e46d82ab9a: Pushed 05:41:52 5bdbbc3bd7b2: Pushed 05:41:52 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:41:52 f2e46d82ab9a: Preparing 05:41:52 77c301e5d8ef: Preparing 05:41:52 5bdbbc3bd7b2: Preparing 05:41:52 2b533126b0ab: Preparing 05:41:52 d829cd4d1316: Preparing 05:41:52 eac56a261e76: Preparing 05:41:52 f03a5da3f349: Preparing 05:41:52 da707bb00cb8: Preparing 05:41:52 eac56a261e76: Waiting 05:41:52 f03a5da3f349: Waiting 05:41:52 da707bb00cb8: Waiting 05:41:52 2b533126b0ab: Layer already exists 05:41:52 77c301e5d8ef: Layer already exists 05:41:52 f2e46d82ab9a: Layer already exists 05:41:52 5bdbbc3bd7b2: Layer already exists 05:41:52 d829cd4d1316: Layer already exists 05:41:52 eac56a261e76: Layer already exists 05:41:52 f03a5da3f349: Layer already exists 05:41:52 da707bb00cb8: Layer already exists 05:41:53 latest: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 05:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:41:53 f2e46d82ab9a: Preparing 05:41:53 77c301e5d8ef: Preparing 05:41:53 5bdbbc3bd7b2: Preparing 05:41:53 2b533126b0ab: Preparing 05:41:53 d829cd4d1316: Preparing 05:41:53 eac56a261e76: Preparing 05:41:53 f03a5da3f349: Preparing 05:41:53 da707bb00cb8: Preparing 05:41:53 f03a5da3f349: Waiting 05:41:53 da707bb00cb8: Waiting 05:41:53 eac56a261e76: Waiting 05:41:53 d829cd4d1316: Layer already exists 05:41:53 77c301e5d8ef: Layer already exists 05:41:53 f2e46d82ab9a: Layer already exists 05:41:53 2b533126b0ab: Layer already exists 05:41:53 5bdbbc3bd7b2: Layer already exists 05:41:53 eac56a261e76: Layer already exists 05:41:53 f03a5da3f349: Layer already exists 05:41:53 da707bb00cb8: Layer already exists 05:41:54 3.2.0-dev.36: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:41:54 f2e46d82ab9a: Preparing 05:41:54 77c301e5d8ef: Preparing 05:41:54 5bdbbc3bd7b2: Preparing 05:41:54 2b533126b0ab: Preparing 05:41:54 d829cd4d1316: Preparing 05:41:54 eac56a261e76: Preparing 05:41:54 f03a5da3f349: Preparing 05:41:54 da707bb00cb8: Preparing 05:41:54 eac56a261e76: Waiting 05:41:54 f03a5da3f349: Waiting 05:41:54 da707bb00cb8: Waiting 05:41:54 d829cd4d1316: Layer already exists 05:41:54 f2e46d82ab9a: Layer already exists 05:41:54 2b533126b0ab: Layer already exists 05:41:54 5bdbbc3bd7b2: Layer already exists 05:41:54 77c301e5d8ef: Layer already exists 05:41:54 da707bb00cb8: Layer already exists 05:41:54 eac56a261e76: Layer already exists 05:41:54 f03a5da3f349: Layer already exists 05:41:55 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 05:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 05:41:55 f2e46d82ab9a: Preparing 05:41:55 77c301e5d8ef: Preparing 05:41:55 5bdbbc3bd7b2: Preparing 05:41:55 2b533126b0ab: Preparing 05:41:55 d829cd4d1316: Preparing 05:41:55 eac56a261e76: Preparing 05:41:55 f03a5da3f349: Preparing 05:41:55 da707bb00cb8: Preparing 05:41:55 eac56a261e76: Waiting 05:41:55 f03a5da3f349: Waiting 05:41:55 da707bb00cb8: Waiting 05:41:55 f2e46d82ab9a: Layer already exists 05:41:55 77c301e5d8ef: Layer already exists 05:41:55 d829cd4d1316: Layer already exists 05:41:55 5bdbbc3bd7b2: Layer already exists 05:41:55 2b533126b0ab: Layer already exists 05:41:55 eac56a261e76: Layer already exists 05:41:55 da707bb00cb8: Layer already exists 05:41:55 f03a5da3f349: Layer already exists 05:41:56 main: digest: sha256:6e1b2e0acca547f48459a67bcfa0d2165b8db93b13db1418a70975a25ae21a1b size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:41:56 ===================================================== [Pipeline] echo 05:41:56 taggedImages: 05:41:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 05:41:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.2.0-dev.36 05:41:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:56 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 05:41:56 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 05:41:56 b6a792cc14dceb412227bc035c2b58c27f836273 05:41:56 latest 05:41:56 3.2.0-dev.36 05:41:56 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:41:56 main 05:41:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:41:57 e49593b7e5cf: Preparing 05:41:57 0673932c7a00: Preparing 05:41:57 7358def34317: Preparing 05:41:57 b219d8c93fd1: Preparing 05:41:57 a8bf260b80c3: Preparing 05:41:57 286a8e76f3a1: Preparing 05:41:57 06dbc5317264: Preparing 05:41:57 2b533126b0ab: Preparing 05:41:57 d829cd4d1316: Preparing 05:41:57 286a8e76f3a1: Waiting 05:41:57 fcf4a79d2bc8: Preparing 05:41:57 06dbc5317264: Waiting 05:41:57 256096f26f72: Preparing 05:41:57 5f70bf18a086: Preparing 05:41:57 58f07ac5e836: Preparing 05:41:57 d3579d0a8863: Preparing 05:41:57 438ed10eeb75: Preparing 05:41:57 da707bb00cb8: Preparing 05:41:57 2b533126b0ab: Waiting 05:41:57 d829cd4d1316: Waiting 05:41:57 fcf4a79d2bc8: Waiting 05:41:57 256096f26f72: Waiting 05:41:57 d3579d0a8863: Waiting 05:41:57 438ed10eeb75: Waiting 05:41:57 da707bb00cb8: Waiting 05:41:57 5f70bf18a086: Waiting 05:41:57 58f07ac5e836: Waiting 05:41:57 b219d8c93fd1: Pushed 05:41:57 0673932c7a00: Pushed 05:41:57 a8bf260b80c3: Pushed 05:41:57 7358def34317: Pushed 05:41:57 e49593b7e5cf: Pushed 05:41:57 2b533126b0ab: Layer already exists 05:41:57 d829cd4d1316: Layer already exists 05:41:57 286a8e76f3a1: Pushed 05:41:57 5f70bf18a086: Layer already exists 05:41:57 256096f26f72: Pushed 05:41:57 fcf4a79d2bc8: Pushed 05:41:57 da707bb00cb8: Layer already exists 05:41:57 58f07ac5e836: Pushed 05:41:57 438ed10eeb75: Pushed 05:41:58 d3579d0a8863: Pushed 05:41:59 06dbc5317264: Pushed 05:42:00 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:42:00 e49593b7e5cf: Preparing 05:42:00 0673932c7a00: Preparing 05:42:00 7358def34317: Preparing 05:42:00 b219d8c93fd1: Preparing 05:42:00 a8bf260b80c3: Preparing 05:42:00 286a8e76f3a1: Preparing 05:42:00 06dbc5317264: Preparing 05:42:00 2b533126b0ab: Preparing 05:42:00 d829cd4d1316: Preparing 05:42:00 fcf4a79d2bc8: Preparing 05:42:00 256096f26f72: Preparing 05:42:00 5f70bf18a086: Preparing 05:42:00 58f07ac5e836: Preparing 05:42:00 d3579d0a8863: Preparing 05:42:00 438ed10eeb75: Preparing 05:42:00 da707bb00cb8: Preparing 05:42:00 fcf4a79d2bc8: Waiting 05:42:00 256096f26f72: Waiting 05:42:00 5f70bf18a086: Waiting 05:42:00 58f07ac5e836: Waiting 05:42:00 d3579d0a8863: Waiting 05:42:00 438ed10eeb75: Waiting 05:42:00 da707bb00cb8: Waiting 05:42:00 286a8e76f3a1: Waiting 05:42:00 06dbc5317264: Waiting 05:42:00 2b533126b0ab: Waiting 05:42:00 d829cd4d1316: Waiting 05:42:00 b219d8c93fd1: Layer already exists 05:42:00 7358def34317: Layer already exists 05:42:00 a8bf260b80c3: Layer already exists 05:42:00 e49593b7e5cf: Layer already exists 05:42:00 0673932c7a00: Layer already exists 05:42:00 286a8e76f3a1: Layer already exists 05:42:00 2b533126b0ab: Layer already exists 05:42:00 fcf4a79d2bc8: Layer already exists 05:42:00 d829cd4d1316: Layer already exists 05:42:00 06dbc5317264: Layer already exists 05:42:00 5f70bf18a086: Layer already exists 05:42:00 256096f26f72: Layer already exists 05:42:00 438ed10eeb75: Layer already exists 05:42:00 d3579d0a8863: Layer already exists 05:42:00 58f07ac5e836: Layer already exists 05:42:00 da707bb00cb8: Layer already exists 05:42:01 latest: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 05:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:42:01 e49593b7e5cf: Preparing 05:42:01 0673932c7a00: Preparing 05:42:01 7358def34317: Preparing 05:42:01 b219d8c93fd1: Preparing 05:42:01 a8bf260b80c3: Preparing 05:42:01 286a8e76f3a1: Preparing 05:42:01 06dbc5317264: Preparing 05:42:01 2b533126b0ab: Preparing 05:42:01 d829cd4d1316: Preparing 05:42:01 fcf4a79d2bc8: Preparing 05:42:01 256096f26f72: Preparing 05:42:01 5f70bf18a086: Preparing 05:42:01 58f07ac5e836: Preparing 05:42:01 d3579d0a8863: Preparing 05:42:01 438ed10eeb75: Preparing 05:42:01 da707bb00cb8: Preparing 05:42:01 fcf4a79d2bc8: Waiting 05:42:01 256096f26f72: Waiting 05:42:01 5f70bf18a086: Waiting 05:42:01 58f07ac5e836: Waiting 05:42:01 d3579d0a8863: Waiting 05:42:01 438ed10eeb75: Waiting 05:42:01 da707bb00cb8: Waiting 05:42:01 06dbc5317264: Waiting 05:42:01 2b533126b0ab: Waiting 05:42:01 d829cd4d1316: Waiting 05:42:01 286a8e76f3a1: Waiting 05:42:01 7358def34317: Layer already exists 05:42:01 0673932c7a00: Layer already exists 05:42:01 a8bf260b80c3: Layer already exists 05:42:01 b219d8c93fd1: Layer already exists 05:42:01 e49593b7e5cf: Layer already exists 05:42:01 2b533126b0ab: Layer already exists 05:42:01 fcf4a79d2bc8: Layer already exists 05:42:01 06dbc5317264: Layer already exists 05:42:01 d829cd4d1316: Layer already exists 05:42:01 286a8e76f3a1: Layer already exists 05:42:01 256096f26f72: Layer already exists 05:42:01 d3579d0a8863: Layer already exists 05:42:01 438ed10eeb75: Layer already exists 05:42:01 5f70bf18a086: Layer already exists 05:42:01 58f07ac5e836: Layer already exists 05:42:01 da707bb00cb8: Layer already exists 05:42:02 3.2.0-dev.36: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:42:02 e49593b7e5cf: Preparing 05:42:02 0673932c7a00: Preparing 05:42:02 7358def34317: Preparing 05:42:02 b219d8c93fd1: Preparing 05:42:02 a8bf260b80c3: Preparing 05:42:02 286a8e76f3a1: Preparing 05:42:02 06dbc5317264: Preparing 05:42:02 2b533126b0ab: Preparing 05:42:02 d829cd4d1316: Preparing 05:42:02 fcf4a79d2bc8: Preparing 05:42:02 256096f26f72: Preparing 05:42:02 5f70bf18a086: Preparing 05:42:02 58f07ac5e836: Preparing 05:42:02 d3579d0a8863: Preparing 05:42:02 438ed10eeb75: Preparing 05:42:02 da707bb00cb8: Preparing 05:42:02 06dbc5317264: Waiting 05:42:02 286a8e76f3a1: Waiting 05:42:02 2b533126b0ab: Waiting 05:42:02 438ed10eeb75: Waiting 05:42:02 58f07ac5e836: Waiting 05:42:02 d829cd4d1316: Waiting 05:42:02 da707bb00cb8: Waiting 05:42:02 5f70bf18a086: Waiting 05:42:02 fcf4a79d2bc8: Waiting 05:42:02 256096f26f72: Waiting 05:42:02 a8bf260b80c3: Layer already exists 05:42:02 b219d8c93fd1: Layer already exists 05:42:02 7358def34317: Layer already exists 05:42:02 e49593b7e5cf: Layer already exists 05:42:02 0673932c7a00: Layer already exists 05:42:02 286a8e76f3a1: Layer already exists 05:42:02 2b533126b0ab: Layer already exists 05:42:02 d829cd4d1316: Layer already exists 05:42:02 06dbc5317264: Layer already exists 05:42:02 fcf4a79d2bc8: Layer already exists 05:42:02 58f07ac5e836: Layer already exists 05:42:02 256096f26f72: Layer already exists 05:42:02 5f70bf18a086: Layer already exists 05:42:02 d3579d0a8863: Layer already exists 05:42:02 438ed10eeb75: Layer already exists 05:42:03 da707bb00cb8: Layer already exists 05:42:03 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 05:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 05:42:03 e49593b7e5cf: Preparing 05:42:03 0673932c7a00: Preparing 05:42:03 7358def34317: Preparing 05:42:03 b219d8c93fd1: Preparing 05:42:03 a8bf260b80c3: Preparing 05:42:03 286a8e76f3a1: Preparing 05:42:03 06dbc5317264: Preparing 05:42:03 2b533126b0ab: Preparing 05:42:03 d829cd4d1316: Preparing 05:42:03 fcf4a79d2bc8: Preparing 05:42:03 256096f26f72: Preparing 05:42:03 5f70bf18a086: Preparing 05:42:03 58f07ac5e836: Preparing 05:42:03 d3579d0a8863: Preparing 05:42:03 438ed10eeb75: Preparing 05:42:03 da707bb00cb8: Preparing 05:42:03 06dbc5317264: Waiting 05:42:03 2b533126b0ab: Waiting 05:42:03 d829cd4d1316: Waiting 05:42:03 fcf4a79d2bc8: Waiting 05:42:03 286a8e76f3a1: Waiting 05:42:03 438ed10eeb75: Waiting 05:42:03 da707bb00cb8: Waiting 05:42:03 5f70bf18a086: Waiting 05:42:03 58f07ac5e836: Waiting 05:42:03 d3579d0a8863: Waiting 05:42:03 b219d8c93fd1: Layer already exists 05:42:03 e49593b7e5cf: Layer already exists 05:42:03 a8bf260b80c3: Layer already exists 05:42:03 0673932c7a00: Layer already exists 05:42:03 7358def34317: Layer already exists 05:42:03 2b533126b0ab: Layer already exists 05:42:03 06dbc5317264: Layer already exists 05:42:03 fcf4a79d2bc8: Layer already exists 05:42:03 286a8e76f3a1: Layer already exists 05:42:03 d829cd4d1316: Layer already exists 05:42:03 5f70bf18a086: Layer already exists 05:42:03 256096f26f72: Layer already exists 05:42:03 438ed10eeb75: Layer already exists 05:42:03 58f07ac5e836: Layer already exists 05:42:03 d3579d0a8863: Layer already exists 05:42:04 da707bb00cb8: Layer already exists 05:42:04 main: digest: sha256:31280c279e28fe6fcb6ca7e6e4ad94d06ce562a25e1b8ea144e454fc2d012994 size: 3648 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:04 ===================================================== [Pipeline] echo 05:42:04 taggedImages: 05:42:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 05:42:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.2.0-dev.36 05:42:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:04 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 05:42:04 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 05:42:04 b6a792cc14dceb412227bc035c2b58c27f836273 05:42:04 latest 05:42:04 3.2.0-dev.36 05:42:04 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:04 main 05:42:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:04 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:42:04 9a065583aae9: Preparing 05:42:04 c49be669242d: Preparing 05:42:04 c50c87dbd624: Preparing 05:42:04 20ce25ac0f80: Preparing 05:42:04 2b533126b0ab: Preparing 05:42:04 d829cd4d1316: Preparing 05:42:04 eac56a261e76: Preparing 05:42:04 f03a5da3f349: Preparing 05:42:04 da707bb00cb8: Preparing 05:42:04 eac56a261e76: Waiting 05:42:04 f03a5da3f349: Waiting 05:42:04 da707bb00cb8: Waiting 05:42:04 d829cd4d1316: Waiting 05:42:04 2b533126b0ab: Layer already exists 05:42:05 d829cd4d1316: Layer already exists 05:42:05 eac56a261e76: Layer already exists 05:42:05 c50c87dbd624: Pushed 05:42:05 c49be669242d: Pushed 05:42:05 9a065583aae9: Pushed 05:42:05 f03a5da3f349: Layer already exists 05:42:05 da707bb00cb8: Layer already exists 05:42:10 20ce25ac0f80: Pushed 05:42:10 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:10 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:42:11 9a065583aae9: Preparing 05:42:11 c49be669242d: Preparing 05:42:11 c50c87dbd624: Preparing 05:42:11 20ce25ac0f80: Preparing 05:42:11 2b533126b0ab: Preparing 05:42:11 d829cd4d1316: Preparing 05:42:11 eac56a261e76: Preparing 05:42:11 f03a5da3f349: Preparing 05:42:11 da707bb00cb8: Preparing 05:42:11 d829cd4d1316: Waiting 05:42:11 eac56a261e76: Waiting 05:42:11 f03a5da3f349: Waiting 05:42:11 da707bb00cb8: Waiting 05:42:11 9a065583aae9: Layer already exists 05:42:11 c50c87dbd624: Layer already exists 05:42:11 20ce25ac0f80: Layer already exists 05:42:11 c49be669242d: Layer already exists 05:42:11 2b533126b0ab: Layer already exists 05:42:11 f03a5da3f349: Layer already exists 05:42:11 da707bb00cb8: Layer already exists 05:42:11 d829cd4d1316: Layer already exists 05:42:11 eac56a261e76: Layer already exists 05:42:11 latest: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 05:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:42:12 9a065583aae9: Preparing 05:42:12 c49be669242d: Preparing 05:42:12 c50c87dbd624: Preparing 05:42:12 20ce25ac0f80: Preparing 05:42:12 2b533126b0ab: Preparing 05:42:12 d829cd4d1316: Preparing 05:42:12 eac56a261e76: Preparing 05:42:12 f03a5da3f349: Preparing 05:42:12 da707bb00cb8: Preparing 05:42:12 d829cd4d1316: Waiting 05:42:12 eac56a261e76: Waiting 05:42:12 f03a5da3f349: Waiting 05:42:12 da707bb00cb8: Waiting 05:42:12 9a065583aae9: Layer already exists 05:42:12 20ce25ac0f80: Layer already exists 05:42:12 c50c87dbd624: Layer already exists 05:42:12 c49be669242d: Layer already exists 05:42:12 2b533126b0ab: Layer already exists 05:42:12 d829cd4d1316: Layer already exists 05:42:12 f03a5da3f349: Layer already exists 05:42:12 eac56a261e76: Layer already exists 05:42:12 da707bb00cb8: Layer already exists 05:42:12 3.2.0-dev.36: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:42:13 9a065583aae9: Preparing 05:42:13 c49be669242d: Preparing 05:42:13 c50c87dbd624: Preparing 05:42:13 20ce25ac0f80: Preparing 05:42:13 2b533126b0ab: Preparing 05:42:13 d829cd4d1316: Preparing 05:42:13 eac56a261e76: Preparing 05:42:13 f03a5da3f349: Preparing 05:42:13 da707bb00cb8: Preparing 05:42:13 eac56a261e76: Waiting 05:42:13 f03a5da3f349: Waiting 05:42:13 da707bb00cb8: Waiting 05:42:13 d829cd4d1316: Waiting 05:42:13 2b533126b0ab: Layer already exists 05:42:13 c49be669242d: Layer already exists 05:42:13 20ce25ac0f80: Layer already exists 05:42:13 c50c87dbd624: Layer already exists 05:42:13 9a065583aae9: Layer already exists 05:42:13 f03a5da3f349: Layer already exists 05:42:13 eac56a261e76: Layer already exists 05:42:13 d829cd4d1316: Layer already exists 05:42:13 da707bb00cb8: Layer already exists 05:42:13 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 05:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 05:42:14 9a065583aae9: Preparing 05:42:14 c49be669242d: Preparing 05:42:14 c50c87dbd624: Preparing 05:42:14 20ce25ac0f80: Preparing 05:42:14 2b533126b0ab: Preparing 05:42:14 d829cd4d1316: Preparing 05:42:14 eac56a261e76: Preparing 05:42:14 f03a5da3f349: Preparing 05:42:14 da707bb00cb8: Preparing 05:42:14 d829cd4d1316: Waiting 05:42:14 eac56a261e76: Waiting 05:42:14 f03a5da3f349: Waiting 05:42:14 da707bb00cb8: Waiting 05:42:14 c50c87dbd624: Layer already exists 05:42:14 2b533126b0ab: Layer already exists 05:42:14 20ce25ac0f80: Layer already exists 05:42:14 c49be669242d: Layer already exists 05:42:14 9a065583aae9: Layer already exists 05:42:14 f03a5da3f349: Layer already exists 05:42:14 d829cd4d1316: Layer already exists 05:42:14 eac56a261e76: Layer already exists 05:42:14 da707bb00cb8: Layer already exists 05:42:14 main: digest: sha256:5b25ff1ca11fc5c26b69bd7ec203d3d70e4e4702b18131d0b3600acb03b03aa0 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:14 ===================================================== [Pipeline] echo 05:42:14 taggedImages: 05:42:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 05:42:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.2.0-dev.36 05:42:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:14 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 05:42:14 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 05:42:14 b6a792cc14dceb412227bc035c2b58c27f836273 05:42:14 latest 05:42:14 3.2.0-dev.36 05:42:14 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:14 main 05:42:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:42:15 15eb063340b0: Preparing 05:42:15 73d2a78f4758: Preparing 05:42:15 eed1c7170009: Preparing 05:42:15 f5c818d18216: Preparing 05:42:15 6501390e9290: Preparing 05:42:15 2b533126b0ab: Preparing 05:42:15 d829cd4d1316: Preparing 05:42:15 3fdd71b3dc57: Preparing 05:42:15 233e3db36565: Preparing 05:42:15 eafb2170a2e8: Preparing 05:42:15 da707bb00cb8: Preparing 05:42:15 3fdd71b3dc57: Waiting 05:42:15 233e3db36565: Waiting 05:42:15 eafb2170a2e8: Waiting 05:42:15 da707bb00cb8: Waiting 05:42:15 2b533126b0ab: Waiting 05:42:15 d829cd4d1316: Waiting 05:42:15 6501390e9290: Pushed 05:42:15 73d2a78f4758: Pushed 05:42:15 2b533126b0ab: Layer already exists 05:42:15 15eb063340b0: Pushed 05:42:15 f5c818d18216: Pushed 05:42:15 d829cd4d1316: Layer already exists 05:42:15 da707bb00cb8: Layer already exists 05:42:15 3fdd71b3dc57: Pushed 05:42:15 233e3db36565: Pushed 05:42:17 eed1c7170009: Pushed 05:42:18 eafb2170a2e8: Pushed 05:42:19 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:42:19 15eb063340b0: Preparing 05:42:19 73d2a78f4758: Preparing 05:42:19 eed1c7170009: Preparing 05:42:19 f5c818d18216: Preparing 05:42:19 6501390e9290: Preparing 05:42:19 2b533126b0ab: Preparing 05:42:19 d829cd4d1316: Preparing 05:42:19 3fdd71b3dc57: Preparing 05:42:19 d829cd4d1316: Waiting 05:42:19 2b533126b0ab: Waiting 05:42:19 233e3db36565: Preparing 05:42:19 3fdd71b3dc57: Waiting 05:42:19 eafb2170a2e8: Preparing 05:42:19 da707bb00cb8: Preparing 05:42:19 eafb2170a2e8: Waiting 05:42:19 da707bb00cb8: Waiting 05:42:19 233e3db36565: Waiting 05:42:19 73d2a78f4758: Layer already exists 05:42:19 6501390e9290: Layer already exists 05:42:19 15eb063340b0: Layer already exists 05:42:19 f5c818d18216: Layer already exists 05:42:19 eed1c7170009: Layer already exists 05:42:19 3fdd71b3dc57: Layer already exists 05:42:19 d829cd4d1316: Layer already exists 05:42:19 233e3db36565: Layer already exists 05:42:19 eafb2170a2e8: Layer already exists 05:42:19 2b533126b0ab: Layer already exists 05:42:19 da707bb00cb8: Layer already exists 05:42:20 latest: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 05:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:42:20 15eb063340b0: Preparing 05:42:20 73d2a78f4758: Preparing 05:42:20 eed1c7170009: Preparing 05:42:20 f5c818d18216: Preparing 05:42:20 6501390e9290: Preparing 05:42:20 2b533126b0ab: Preparing 05:42:20 d829cd4d1316: Preparing 05:42:20 3fdd71b3dc57: Preparing 05:42:20 233e3db36565: Preparing 05:42:20 eafb2170a2e8: Preparing 05:42:20 da707bb00cb8: Preparing 05:42:20 3fdd71b3dc57: Waiting 05:42:20 233e3db36565: Waiting 05:42:20 2b533126b0ab: Waiting 05:42:20 eafb2170a2e8: Waiting 05:42:20 da707bb00cb8: Waiting 05:42:20 d829cd4d1316: Waiting 05:42:20 6501390e9290: Layer already exists 05:42:20 eed1c7170009: Layer already exists 05:42:20 73d2a78f4758: Layer already exists 05:42:20 f5c818d18216: Layer already exists 05:42:20 15eb063340b0: Layer already exists 05:42:20 2b533126b0ab: Layer already exists 05:42:20 d829cd4d1316: Layer already exists 05:42:20 3fdd71b3dc57: Layer already exists 05:42:20 233e3db36565: Layer already exists 05:42:20 eafb2170a2e8: Layer already exists 05:42:20 da707bb00cb8: Layer already exists 05:42:21 3.2.0-dev.36: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:21 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:42:21 15eb063340b0: Preparing 05:42:21 73d2a78f4758: Preparing 05:42:21 eed1c7170009: Preparing 05:42:21 f5c818d18216: Preparing 05:42:21 6501390e9290: Preparing 05:42:21 2b533126b0ab: Preparing 05:42:21 d829cd4d1316: Preparing 05:42:21 3fdd71b3dc57: Preparing 05:42:21 233e3db36565: Preparing 05:42:21 eafb2170a2e8: Preparing 05:42:21 da707bb00cb8: Preparing 05:42:21 3fdd71b3dc57: Waiting 05:42:21 233e3db36565: Waiting 05:42:21 eafb2170a2e8: Waiting 05:42:21 2b533126b0ab: Waiting 05:42:21 da707bb00cb8: Waiting 05:42:21 d829cd4d1316: Waiting 05:42:21 eed1c7170009: Layer already exists 05:42:21 6501390e9290: Layer already exists 05:42:21 15eb063340b0: Layer already exists 05:42:21 f5c818d18216: Layer already exists 05:42:21 73d2a78f4758: Layer already exists 05:42:21 2b533126b0ab: Layer already exists 05:42:21 d829cd4d1316: Layer already exists 05:42:21 233e3db36565: Layer already exists 05:42:21 3fdd71b3dc57: Layer already exists 05:42:21 eafb2170a2e8: Layer already exists 05:42:21 da707bb00cb8: Layer already exists 05:42:22 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:22 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 05:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 05:42:22 15eb063340b0: Preparing 05:42:22 73d2a78f4758: Preparing 05:42:22 eed1c7170009: Preparing 05:42:22 f5c818d18216: Preparing 05:42:22 6501390e9290: Preparing 05:42:22 2b533126b0ab: Preparing 05:42:22 d829cd4d1316: Preparing 05:42:22 3fdd71b3dc57: Preparing 05:42:22 233e3db36565: Preparing 05:42:22 eafb2170a2e8: Preparing 05:42:22 da707bb00cb8: Preparing 05:42:22 2b533126b0ab: Waiting 05:42:22 d829cd4d1316: Waiting 05:42:22 3fdd71b3dc57: Waiting 05:42:22 233e3db36565: Waiting 05:42:22 da707bb00cb8: Waiting 05:42:22 eafb2170a2e8: Waiting 05:42:22 73d2a78f4758: Layer already exists 05:42:22 eed1c7170009: Layer already exists 05:42:22 6501390e9290: Layer already exists 05:42:22 15eb063340b0: Layer already exists 05:42:22 f5c818d18216: Layer already exists 05:42:22 3fdd71b3dc57: Layer already exists 05:42:22 2b533126b0ab: Layer already exists 05:42:22 d829cd4d1316: Layer already exists 05:42:22 233e3db36565: Layer already exists 05:42:22 eafb2170a2e8: Layer already exists 05:42:22 da707bb00cb8: Layer already exists 05:42:23 main: digest: sha256:31c3ab2ebb9248faf64d41b01100da7924b46b409680ee22718bdeb6a6448bc9 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:23 ===================================================== [Pipeline] echo 05:42:23 taggedImages: 05:42:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 05:42:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.2.0-dev.36 05:42:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 05:42:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 05:42:23 b6a792cc14dceb412227bc035c2b58c27f836273 05:42:23 latest 05:42:23 3.2.0-dev.36 05:42:23 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:23 main 05:42:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:42:23 cf81cac4aabe: Preparing 05:42:23 c31f1820628d: Preparing 05:42:23 d8265720f67d: Preparing 05:42:23 0d6d92c351a4: Preparing 05:42:23 d843ef0aec55: Preparing 05:42:23 5c0f555e3c27: Preparing 05:42:23 5e1d5fed113e: Preparing 05:42:23 5c0f555e3c27: Waiting 05:42:23 5e1d5fed113e: Waiting 05:42:23 2b533126b0ab: Preparing 05:42:23 d829cd4d1316: Preparing 05:42:23 2b533126b0ab: Waiting 05:42:23 3cd0cac88900: Preparing 05:42:23 d829cd4d1316: Waiting 05:42:23 f0a89a0d55a6: Preparing 05:42:23 3cd0cac88900: Waiting 05:42:23 da707bb00cb8: Preparing 05:42:23 f0a89a0d55a6: Waiting 05:42:23 da707bb00cb8: Waiting 05:42:24 d843ef0aec55: Pushed 05:42:24 c31f1820628d: Pushed 05:42:24 cf81cac4aabe: Pushed 05:42:24 2b533126b0ab: Layer already exists 05:42:24 d829cd4d1316: Layer already exists 05:42:24 5c0f555e3c27: Pushed 05:42:24 5e1d5fed113e: Pushed 05:42:24 da707bb00cb8: Layer already exists 05:42:25 3cd0cac88900: Pushed 05:42:25 0d6d92c351a4: Pushed 05:42:26 d8265720f67d: Pushed 05:42:26 f0a89a0d55a6: Pushed 05:42:27 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:42:27 cf81cac4aabe: Preparing 05:42:27 c31f1820628d: Preparing 05:42:27 d8265720f67d: Preparing 05:42:27 0d6d92c351a4: Preparing 05:42:27 d843ef0aec55: Preparing 05:42:27 5c0f555e3c27: Preparing 05:42:27 5e1d5fed113e: Preparing 05:42:27 2b533126b0ab: Preparing 05:42:27 d829cd4d1316: Preparing 05:42:27 3cd0cac88900: Preparing 05:42:27 f0a89a0d55a6: Preparing 05:42:27 da707bb00cb8: Preparing 05:42:27 2b533126b0ab: Waiting 05:42:27 d829cd4d1316: Waiting 05:42:27 3cd0cac88900: Waiting 05:42:27 f0a89a0d55a6: Waiting 05:42:27 da707bb00cb8: Waiting 05:42:27 5c0f555e3c27: Waiting 05:42:27 5e1d5fed113e: Waiting 05:42:27 d843ef0aec55: Layer already exists 05:42:27 d8265720f67d: Layer already exists 05:42:27 0d6d92c351a4: Layer already exists 05:42:27 cf81cac4aabe: Layer already exists 05:42:27 c31f1820628d: Layer already exists 05:42:27 5c0f555e3c27: Layer already exists 05:42:27 5e1d5fed113e: Layer already exists 05:42:27 2b533126b0ab: Layer already exists 05:42:27 d829cd4d1316: Layer already exists 05:42:27 3cd0cac88900: Layer already exists 05:42:27 f0a89a0d55a6: Layer already exists 05:42:27 da707bb00cb8: Layer already exists 05:42:27 latest: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 05:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:42:28 cf81cac4aabe: Preparing 05:42:28 c31f1820628d: Preparing 05:42:28 d8265720f67d: Preparing 05:42:28 0d6d92c351a4: Preparing 05:42:28 d843ef0aec55: Preparing 05:42:28 5c0f555e3c27: Preparing 05:42:28 5e1d5fed113e: Preparing 05:42:28 2b533126b0ab: Preparing 05:42:28 d829cd4d1316: Preparing 05:42:28 3cd0cac88900: Preparing 05:42:28 f0a89a0d55a6: Preparing 05:42:28 da707bb00cb8: Preparing 05:42:28 2b533126b0ab: Waiting 05:42:28 d829cd4d1316: Waiting 05:42:28 3cd0cac88900: Waiting 05:42:28 f0a89a0d55a6: Waiting 05:42:28 da707bb00cb8: Waiting 05:42:28 5c0f555e3c27: Waiting 05:42:28 5e1d5fed113e: Waiting 05:42:28 0d6d92c351a4: Layer already exists 05:42:28 cf81cac4aabe: Layer already exists 05:42:28 d8265720f67d: Layer already exists 05:42:28 d843ef0aec55: Layer already exists 05:42:28 c31f1820628d: Layer already exists 05:42:28 d829cd4d1316: Layer already exists 05:42:28 5c0f555e3c27: Layer already exists 05:42:28 5e1d5fed113e: Layer already exists 05:42:28 2b533126b0ab: Layer already exists 05:42:28 3cd0cac88900: Layer already exists 05:42:28 f0a89a0d55a6: Layer already exists 05:42:28 da707bb00cb8: Layer already exists 05:42:28 3.2.0-dev.36: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:42:29 cf81cac4aabe: Preparing 05:42:29 c31f1820628d: Preparing 05:42:29 d8265720f67d: Preparing 05:42:29 0d6d92c351a4: Preparing 05:42:29 d843ef0aec55: Preparing 05:42:29 5c0f555e3c27: Preparing 05:42:29 5e1d5fed113e: Preparing 05:42:29 2b533126b0ab: Preparing 05:42:29 d829cd4d1316: Preparing 05:42:29 3cd0cac88900: Preparing 05:42:29 f0a89a0d55a6: Preparing 05:42:29 da707bb00cb8: Preparing 05:42:29 5c0f555e3c27: Waiting 05:42:29 5e1d5fed113e: Waiting 05:42:29 2b533126b0ab: Waiting 05:42:29 f0a89a0d55a6: Waiting 05:42:29 d829cd4d1316: Waiting 05:42:29 3cd0cac88900: Waiting 05:42:29 da707bb00cb8: Waiting 05:42:29 0d6d92c351a4: Layer already exists 05:42:29 c31f1820628d: Layer already exists 05:42:29 cf81cac4aabe: Layer already exists 05:42:29 d843ef0aec55: Layer already exists 05:42:29 d8265720f67d: Layer already exists 05:42:29 5c0f555e3c27: Layer already exists 05:42:29 d829cd4d1316: Layer already exists 05:42:29 5e1d5fed113e: Layer already exists 05:42:29 2b533126b0ab: Layer already exists 05:42:29 3cd0cac88900: Layer already exists 05:42:29 f0a89a0d55a6: Layer already exists 05:42:29 da707bb00cb8: Layer already exists 05:42:29 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:30 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 05:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 05:42:30 cf81cac4aabe: Preparing 05:42:30 c31f1820628d: Preparing 05:42:30 d8265720f67d: Preparing 05:42:30 0d6d92c351a4: Preparing 05:42:30 d843ef0aec55: Preparing 05:42:30 5c0f555e3c27: Preparing 05:42:30 5e1d5fed113e: Preparing 05:42:30 2b533126b0ab: Preparing 05:42:30 d829cd4d1316: Preparing 05:42:30 3cd0cac88900: Preparing 05:42:30 f0a89a0d55a6: Preparing 05:42:30 da707bb00cb8: Preparing 05:42:30 2b533126b0ab: Waiting 05:42:30 d829cd4d1316: Waiting 05:42:30 3cd0cac88900: Waiting 05:42:30 f0a89a0d55a6: Waiting 05:42:30 da707bb00cb8: Waiting 05:42:30 5c0f555e3c27: Waiting 05:42:30 5e1d5fed113e: Waiting 05:42:30 0d6d92c351a4: Layer already exists 05:42:30 cf81cac4aabe: Layer already exists 05:42:30 d843ef0aec55: Layer already exists 05:42:30 c31f1820628d: Layer already exists 05:42:30 d8265720f67d: Layer already exists 05:42:30 5e1d5fed113e: Layer already exists 05:42:30 5c0f555e3c27: Layer already exists 05:42:30 3cd0cac88900: Layer already exists 05:42:30 2b533126b0ab: Layer already exists 05:42:30 d829cd4d1316: Layer already exists 05:42:30 da707bb00cb8: Layer already exists 05:42:30 f0a89a0d55a6: Layer already exists 05:42:30 main: digest: sha256:7a9b6fb9ebefb9c76b5aac31f78620cde3bd016b9e3898bb5635a28beb76dd95 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:30 ===================================================== [Pipeline] echo 05:42:30 taggedImages: 05:42:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 05:42:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.2.0-dev.36 05:42:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:30 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 05:42:30 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 05:42:30 b6a792cc14dceb412227bc035c2b58c27f836273 05:42:30 latest 05:42:30 3.2.0-dev.36 05:42:30 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:30 main 05:42:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:42:31 4cce543b68e3: Preparing 05:42:31 54d1c0a973cf: Preparing 05:42:31 2b533126b0ab: Preparing 05:42:31 d829cd4d1316: Preparing 05:42:31 d51c3bf8c695: Preparing 05:42:31 01fd44b34d0a: Preparing 05:42:31 da707bb00cb8: Preparing 05:42:31 01fd44b34d0a: Waiting 05:42:31 da707bb00cb8: Waiting 05:42:31 d829cd4d1316: Layer already exists 05:42:31 2b533126b0ab: Layer already exists 05:42:31 da707bb00cb8: Layer already exists 05:42:31 4cce543b68e3: Pushed 05:42:32 d51c3bf8c695: Pushed 05:42:33 01fd44b34d0a: Pushed 05:42:35 54d1c0a973cf: Pushed 05:42:35 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:42:36 4cce543b68e3: Preparing 05:42:36 54d1c0a973cf: Preparing 05:42:36 2b533126b0ab: Preparing 05:42:36 d829cd4d1316: Preparing 05:42:36 d51c3bf8c695: Preparing 05:42:36 01fd44b34d0a: Preparing 05:42:36 da707bb00cb8: Preparing 05:42:36 01fd44b34d0a: Waiting 05:42:36 da707bb00cb8: Waiting 05:42:36 2b533126b0ab: Layer already exists 05:42:36 d51c3bf8c695: Layer already exists 05:42:36 4cce543b68e3: Layer already exists 05:42:36 d829cd4d1316: Layer already exists 05:42:36 54d1c0a973cf: Layer already exists 05:42:36 da707bb00cb8: Layer already exists 05:42:36 01fd44b34d0a: Layer already exists 05:42:36 latest: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 05:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:42:37 4cce543b68e3: Preparing 05:42:37 54d1c0a973cf: Preparing 05:42:37 2b533126b0ab: Preparing 05:42:37 d829cd4d1316: Preparing 05:42:37 d51c3bf8c695: Preparing 05:42:37 01fd44b34d0a: Preparing 05:42:37 da707bb00cb8: Preparing 05:42:37 01fd44b34d0a: Waiting 05:42:37 da707bb00cb8: Waiting 05:42:37 4cce543b68e3: Layer already exists 05:42:37 2b533126b0ab: Layer already exists 05:42:37 d51c3bf8c695: Layer already exists 05:42:37 d829cd4d1316: Layer already exists 05:42:37 54d1c0a973cf: Layer already exists 05:42:37 da707bb00cb8: Layer already exists 05:42:37 01fd44b34d0a: Layer already exists 05:42:37 3.2.0-dev.36: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:42:38 4cce543b68e3: Preparing 05:42:38 54d1c0a973cf: Preparing 05:42:38 2b533126b0ab: Preparing 05:42:38 d829cd4d1316: Preparing 05:42:38 d51c3bf8c695: Preparing 05:42:38 01fd44b34d0a: Preparing 05:42:38 da707bb00cb8: Preparing 05:42:38 01fd44b34d0a: Waiting 05:42:38 da707bb00cb8: Waiting 05:42:38 d51c3bf8c695: Layer already exists 05:42:38 2b533126b0ab: Layer already exists 05:42:38 54d1c0a973cf: Layer already exists 05:42:38 4cce543b68e3: Layer already exists 05:42:38 d829cd4d1316: Layer already exists 05:42:38 01fd44b34d0a: Layer already exists 05:42:38 da707bb00cb8: Layer already exists 05:42:38 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:38 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 05:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 05:42:38 4cce543b68e3: Preparing 05:42:38 54d1c0a973cf: Preparing 05:42:38 2b533126b0ab: Preparing 05:42:38 d829cd4d1316: Preparing 05:42:38 d51c3bf8c695: Preparing 05:42:38 01fd44b34d0a: Preparing 05:42:38 da707bb00cb8: Preparing 05:42:38 01fd44b34d0a: Waiting 05:42:38 da707bb00cb8: Waiting 05:42:38 d829cd4d1316: Layer already exists 05:42:38 4cce543b68e3: Layer already exists 05:42:38 d51c3bf8c695: Layer already exists 05:42:38 2b533126b0ab: Layer already exists 05:42:38 54d1c0a973cf: Layer already exists 05:42:38 da707bb00cb8: Layer already exists 05:42:38 01fd44b34d0a: Layer already exists 05:42:39 main: digest: sha256:77f6e41abf0b7e7434d8815b42e6f8c4257fd39fc5c109e46e0508129a9eb231 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:42:39 ===================================================== [Pipeline] echo 05:42:39 taggedImages: 05:42:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 05:42:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.2.0-dev.36 05:42:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:39 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 05:42:39 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 05:42:39 b6a792cc14dceb412227bc035c2b58c27f836273 05:42:39 latest 05:42:39 3.2.0-dev.36 05:42:39 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:42:39 main 05:42:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:42:40 553b10a7efc1: Preparing 05:42:40 9e90c9fe1689: Preparing 05:42:40 c422df1f70df: Preparing 05:42:40 2b533126b0ab: Preparing 05:42:40 d829cd4d1316: Preparing 05:42:40 4cf73054cfc0: Preparing 05:42:40 db99d1c0aaa1: Preparing 05:42:40 94c7c5fc06a1: Preparing 05:42:40 b2ad5b41414d: Preparing 05:42:40 da707bb00cb8: Preparing 05:42:40 4cf73054cfc0: Waiting 05:42:40 b2ad5b41414d: Waiting 05:42:40 da707bb00cb8: Waiting 05:42:40 db99d1c0aaa1: Waiting 05:42:40 94c7c5fc06a1: Waiting 05:42:40 2b533126b0ab: Layer already exists 05:42:40 d829cd4d1316: Layer already exists 05:42:40 9e90c9fe1689: Pushed 05:42:40 553b10a7efc1: Pushed 05:42:40 c422df1f70df: Pushed 05:42:40 da707bb00cb8: Layer already exists 05:42:40 94c7c5fc06a1: Pushed 05:42:42 b2ad5b41414d: Pushed 05:42:54 db99d1c0aaa1: Pushed 05:43:01 4cf73054cfc0: Pushed 05:43:01 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43: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 05:43:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:43:01 553b10a7efc1: Preparing 05:43:01 9e90c9fe1689: Preparing 05:43:01 c422df1f70df: Preparing 05:43:01 2b533126b0ab: Preparing 05:43:01 d829cd4d1316: Preparing 05:43:01 4cf73054cfc0: Preparing 05:43:01 db99d1c0aaa1: Preparing 05:43:01 94c7c5fc06a1: Preparing 05:43:01 b2ad5b41414d: Preparing 05:43:01 da707bb00cb8: Preparing 05:43:01 4cf73054cfc0: Waiting 05:43:01 db99d1c0aaa1: Waiting 05:43:01 94c7c5fc06a1: Waiting 05:43:01 b2ad5b41414d: Waiting 05:43:01 da707bb00cb8: Waiting 05:43:01 553b10a7efc1: Layer already exists 05:43:01 9e90c9fe1689: Layer already exists 05:43:01 d829cd4d1316: Layer already exists 05:43:01 2b533126b0ab: Layer already exists 05:43:01 c422df1f70df: Layer already exists 05:43:01 db99d1c0aaa1: Layer already exists 05:43:01 b2ad5b41414d: Layer already exists 05:43:01 94c7c5fc06a1: Layer already exists 05:43:01 4cf73054cfc0: Layer already exists 05:43:01 da707bb00cb8: Layer already exists 05:43:02 latest: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 05:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:43:02 553b10a7efc1: Preparing 05:43:02 9e90c9fe1689: Preparing 05:43:02 c422df1f70df: Preparing 05:43:02 2b533126b0ab: Preparing 05:43:02 d829cd4d1316: Preparing 05:43:02 4cf73054cfc0: Preparing 05:43:02 db99d1c0aaa1: Preparing 05:43:02 94c7c5fc06a1: Preparing 05:43:02 b2ad5b41414d: Preparing 05:43:02 da707bb00cb8: Preparing 05:43:02 4cf73054cfc0: Waiting 05:43:02 db99d1c0aaa1: Waiting 05:43:02 94c7c5fc06a1: Waiting 05:43:02 da707bb00cb8: Waiting 05:43:02 b2ad5b41414d: Waiting 05:43:02 553b10a7efc1: Layer already exists 05:43:02 2b533126b0ab: Layer already exists 05:43:02 9e90c9fe1689: Layer already exists 05:43:02 c422df1f70df: Layer already exists 05:43:02 d829cd4d1316: Layer already exists 05:43:02 94c7c5fc06a1: Layer already exists 05:43:02 4cf73054cfc0: Layer already exists 05:43:02 da707bb00cb8: Layer already exists 05:43:02 db99d1c0aaa1: Layer already exists 05:43:02 b2ad5b41414d: Layer already exists 05:43:03 3.2.0-dev.36: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:43:03 553b10a7efc1: Preparing 05:43:03 9e90c9fe1689: Preparing 05:43:03 c422df1f70df: Preparing 05:43:03 2b533126b0ab: Preparing 05:43:03 d829cd4d1316: Preparing 05:43:03 4cf73054cfc0: Preparing 05:43:03 db99d1c0aaa1: Preparing 05:43:03 94c7c5fc06a1: Preparing 05:43:03 b2ad5b41414d: Preparing 05:43:03 da707bb00cb8: Preparing 05:43:03 db99d1c0aaa1: Waiting 05:43:03 94c7c5fc06a1: Waiting 05:43:03 b2ad5b41414d: Waiting 05:43:03 da707bb00cb8: Waiting 05:43:03 4cf73054cfc0: Waiting 05:43:03 c422df1f70df: Layer already exists 05:43:03 d829cd4d1316: Layer already exists 05:43:03 2b533126b0ab: Layer already exists 05:43:03 553b10a7efc1: Layer already exists 05:43:03 9e90c9fe1689: Layer already exists 05:43:03 b2ad5b41414d: Layer already exists 05:43:03 4cf73054cfc0: Layer already exists 05:43:03 94c7c5fc06a1: Layer already exists 05:43:03 da707bb00cb8: Layer already exists 05:43:03 db99d1c0aaa1: Layer already exists 05:43:03 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43: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 05:43:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 05:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 05:43:04 553b10a7efc1: Preparing 05:43:04 9e90c9fe1689: Preparing 05:43:04 c422df1f70df: Preparing 05:43:04 2b533126b0ab: Preparing 05:43:04 d829cd4d1316: Preparing 05:43:04 4cf73054cfc0: Preparing 05:43:04 db99d1c0aaa1: Preparing 05:43:04 94c7c5fc06a1: Preparing 05:43:04 b2ad5b41414d: Preparing 05:43:04 da707bb00cb8: Preparing 05:43:04 94c7c5fc06a1: Waiting 05:43:04 b2ad5b41414d: Waiting 05:43:04 da707bb00cb8: Waiting 05:43:04 4cf73054cfc0: Waiting 05:43:04 db99d1c0aaa1: Waiting 05:43:04 c422df1f70df: Layer already exists 05:43:04 2b533126b0ab: Layer already exists 05:43:04 d829cd4d1316: Layer already exists 05:43:04 9e90c9fe1689: Layer already exists 05:43:04 553b10a7efc1: Layer already exists 05:43:04 94c7c5fc06a1: Layer already exists 05:43:04 4cf73054cfc0: Layer already exists 05:43:04 db99d1c0aaa1: Layer already exists 05:43:04 da707bb00cb8: Layer already exists 05:43:04 b2ad5b41414d: Layer already exists 05:43:04 main: digest: sha256:aca6ffbb711e397517d0e34c8f4a5891c58d79f4cb977d43f4664ea5aefccda9 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:43:05 ===================================================== [Pipeline] echo 05:43:05 taggedImages: 05:43:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:43:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 05:43:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.2.0-dev.36 05:43:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:05 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 05:43:05 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 05:43:05 b6a792cc14dceb412227bc035c2b58c27f836273 05:43:05 latest 05:43:05 3.2.0-dev.36 05:43:05 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:05 main 05:43:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:43:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:43:05 41f73f5f207e: Preparing 05:43:05 0f1e2f6b75b7: Preparing 05:43:05 1e662805fa50: Preparing 05:43:05 2b533126b0ab: Preparing 05:43:05 d829cd4d1316: Preparing 05:43:05 e3f45709241e: Preparing 05:43:05 db7e715f90e3: Preparing 05:43:05 7f756a36eeef: Preparing 05:43:05 da707bb00cb8: Preparing 05:43:05 e3f45709241e: Waiting 05:43:05 db7e715f90e3: Waiting 05:43:05 7f756a36eeef: Waiting 05:43:05 da707bb00cb8: Waiting 05:43:06 0f1e2f6b75b7: Pushed 05:43:06 1e662805fa50: Pushed 05:43:06 d829cd4d1316: Layer already exists 05:43:06 2b533126b0ab: Layer already exists 05:43:06 da707bb00cb8: Layer already exists 05:43:06 41f73f5f207e: Pushed 05:43:06 7f756a36eeef: Pushed 05:43:07 db7e715f90e3: Pushed 05:43:29 e3f45709241e: Pushed 05:43:29 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43: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 05:43:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:43:29 41f73f5f207e: Preparing 05:43:29 0f1e2f6b75b7: Preparing 05:43:29 1e662805fa50: Preparing 05:43:29 2b533126b0ab: Preparing 05:43:29 d829cd4d1316: Preparing 05:43:29 e3f45709241e: Preparing 05:43:29 db7e715f90e3: Preparing 05:43:29 7f756a36eeef: Preparing 05:43:29 da707bb00cb8: Preparing 05:43:29 e3f45709241e: Waiting 05:43:29 db7e715f90e3: Waiting 05:43:29 7f756a36eeef: Waiting 05:43:29 da707bb00cb8: Waiting 05:43:29 2b533126b0ab: Layer already exists 05:43:29 d829cd4d1316: Layer already exists 05:43:29 1e662805fa50: Layer already exists 05:43:29 0f1e2f6b75b7: Layer already exists 05:43:29 41f73f5f207e: Layer already exists 05:43:29 db7e715f90e3: Layer already exists 05:43:29 7f756a36eeef: Layer already exists 05:43:29 e3f45709241e: Layer already exists 05:43:29 da707bb00cb8: Layer already exists 05:43:30 latest: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:30 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 05:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:43:30 41f73f5f207e: Preparing 05:43:30 0f1e2f6b75b7: Preparing 05:43:30 1e662805fa50: Preparing 05:43:30 2b533126b0ab: Preparing 05:43:30 d829cd4d1316: Preparing 05:43:30 e3f45709241e: Preparing 05:43:30 db7e715f90e3: Preparing 05:43:30 7f756a36eeef: Preparing 05:43:30 da707bb00cb8: Preparing 05:43:30 db7e715f90e3: Waiting 05:43:30 7f756a36eeef: Waiting 05:43:30 da707bb00cb8: Waiting 05:43:30 e3f45709241e: Waiting 05:43:30 0f1e2f6b75b7: Layer already exists 05:43:30 d829cd4d1316: Layer already exists 05:43:30 2b533126b0ab: Layer already exists 05:43:30 1e662805fa50: Layer already exists 05:43:30 41f73f5f207e: Layer already exists 05:43:30 7f756a36eeef: Layer already exists 05:43:30 db7e715f90e3: Layer already exists 05:43:30 e3f45709241e: Layer already exists 05:43:30 da707bb00cb8: Layer already exists 05:43:30 3.2.0-dev.36: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:31 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:43:31 41f73f5f207e: Preparing 05:43:31 0f1e2f6b75b7: Preparing 05:43:31 1e662805fa50: Preparing 05:43:31 2b533126b0ab: Preparing 05:43:31 d829cd4d1316: Preparing 05:43:31 e3f45709241e: Preparing 05:43:31 db7e715f90e3: Preparing 05:43:31 7f756a36eeef: Preparing 05:43:31 da707bb00cb8: Preparing 05:43:31 7f756a36eeef: Waiting 05:43:31 da707bb00cb8: Waiting 05:43:31 db7e715f90e3: Waiting 05:43:31 e3f45709241e: Waiting 05:43:31 41f73f5f207e: Layer already exists 05:43:31 1e662805fa50: Layer already exists 05:43:31 d829cd4d1316: Layer already exists 05:43:31 0f1e2f6b75b7: Layer already exists 05:43:31 2b533126b0ab: Layer already exists 05:43:31 e3f45709241e: Layer already exists 05:43:31 db7e715f90e3: Layer already exists 05:43:31 7f756a36eeef: Layer already exists 05:43:31 da707bb00cb8: Layer already exists 05:43:31 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:32 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 05:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 05:43:32 41f73f5f207e: Preparing 05:43:32 0f1e2f6b75b7: Preparing 05:43:32 1e662805fa50: Preparing 05:43:32 2b533126b0ab: Preparing 05:43:32 d829cd4d1316: Preparing 05:43:32 e3f45709241e: Preparing 05:43:32 db7e715f90e3: Preparing 05:43:32 7f756a36eeef: Preparing 05:43:32 da707bb00cb8: Preparing 05:43:32 7f756a36eeef: Waiting 05:43:32 e3f45709241e: Waiting 05:43:32 da707bb00cb8: Waiting 05:43:32 db7e715f90e3: Waiting 05:43:32 2b533126b0ab: Layer already exists 05:43:32 41f73f5f207e: Layer already exists 05:43:32 1e662805fa50: Layer already exists 05:43:32 d829cd4d1316: Layer already exists 05:43:32 0f1e2f6b75b7: Layer already exists 05:43:32 db7e715f90e3: Layer already exists 05:43:32 e3f45709241e: Layer already exists 05:43:32 7f756a36eeef: Layer already exists 05:43:32 da707bb00cb8: Layer already exists 05:43:32 main: digest: sha256:c1de7e6cf6a52c705794dedc9c291c5f3c308ced37b01df1d7bab19c6900777c size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:43:32 ===================================================== [Pipeline] echo 05:43:32 taggedImages: 05:43:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:43:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 05:43:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.2.0-dev.36 05:43:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:32 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 05:43:32 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 05:43:32 b6a792cc14dceb412227bc035c2b58c27f836273 05:43:32 latest 05:43:32 3.2.0-dev.36 05:43:32 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:32 main 05:43:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:33 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:43:33 54f23bdb9cf9: Preparing 05:43:33 775c35a67a7d: Preparing 05:43:33 d0391e3b8748: Preparing 05:43:33 2b533126b0ab: Preparing 05:43:33 d829cd4d1316: Preparing 05:43:33 f869d1c67ece: Preparing 05:43:33 94c7c5fc06a1: Preparing 05:43:33 b2ad5b41414d: Preparing 05:43:33 da707bb00cb8: Preparing 05:43:33 94c7c5fc06a1: Waiting 05:43:33 b2ad5b41414d: Waiting 05:43:33 da707bb00cb8: Waiting 05:43:33 f869d1c67ece: Waiting 05:43:33 d829cd4d1316: Layer already exists 05:43:33 2b533126b0ab: Layer already exists 05:43:33 94c7c5fc06a1: Layer already exists 05:43:33 d0391e3b8748: Pushed 05:43:33 b2ad5b41414d: Layer already exists 05:43:33 775c35a67a7d: Pushed 05:43:33 54f23bdb9cf9: Pushed 05:43:33 da707bb00cb8: Layer already exists 05:43:55 f869d1c67ece: Pushed 05:43:55 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:56 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:43:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:43:56 54f23bdb9cf9: Preparing 05:43:56 775c35a67a7d: Preparing 05:43:56 d0391e3b8748: Preparing 05:43:56 2b533126b0ab: Preparing 05:43:56 d829cd4d1316: Preparing 05:43:56 f869d1c67ece: Preparing 05:43:56 94c7c5fc06a1: Preparing 05:43:56 b2ad5b41414d: Preparing 05:43:56 da707bb00cb8: Preparing 05:43:56 f869d1c67ece: Waiting 05:43:56 94c7c5fc06a1: Waiting 05:43:56 b2ad5b41414d: Waiting 05:43:56 da707bb00cb8: Waiting 05:43:56 54f23bdb9cf9: Layer already exists 05:43:56 775c35a67a7d: Layer already exists 05:43:56 2b533126b0ab: Layer already exists 05:43:56 d0391e3b8748: Layer already exists 05:43:56 d829cd4d1316: Layer already exists 05:43:56 94c7c5fc06a1: Layer already exists 05:43:56 f869d1c67ece: Layer already exists 05:43:56 b2ad5b41414d: Layer already exists 05:43:56 da707bb00cb8: Layer already exists 05:43:56 latest: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 05:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:43:57 54f23bdb9cf9: Preparing 05:43:57 775c35a67a7d: Preparing 05:43:57 d0391e3b8748: Preparing 05:43:57 2b533126b0ab: Preparing 05:43:57 d829cd4d1316: Preparing 05:43:57 f869d1c67ece: Preparing 05:43:57 94c7c5fc06a1: Preparing 05:43:57 b2ad5b41414d: Preparing 05:43:57 da707bb00cb8: Preparing 05:43:57 94c7c5fc06a1: Waiting 05:43:57 b2ad5b41414d: Waiting 05:43:57 da707bb00cb8: Waiting 05:43:57 f869d1c67ece: Waiting 05:43:57 775c35a67a7d: Layer already exists 05:43:57 54f23bdb9cf9: Layer already exists 05:43:57 d829cd4d1316: Layer already exists 05:43:57 2b533126b0ab: Layer already exists 05:43:57 d0391e3b8748: Layer already exists 05:43:57 94c7c5fc06a1: Layer already exists 05:43:57 da707bb00cb8: Layer already exists 05:43:57 f869d1c67ece: Layer already exists 05:43:57 b2ad5b41414d: Layer already exists 05:43:57 3.2.0-dev.36: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:57 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:43:58 54f23bdb9cf9: Preparing 05:43:58 775c35a67a7d: Preparing 05:43:58 d0391e3b8748: Preparing 05:43:58 2b533126b0ab: Preparing 05:43:58 d829cd4d1316: Preparing 05:43:58 f869d1c67ece: Preparing 05:43:58 94c7c5fc06a1: Preparing 05:43:58 b2ad5b41414d: Preparing 05:43:58 da707bb00cb8: Preparing 05:43:58 94c7c5fc06a1: Waiting 05:43:58 b2ad5b41414d: Waiting 05:43:58 f869d1c67ece: Waiting 05:43:58 da707bb00cb8: Waiting 05:43:58 d0391e3b8748: Layer already exists 05:43:58 775c35a67a7d: Layer already exists 05:43:58 2b533126b0ab: Layer already exists 05:43:58 d829cd4d1316: Layer already exists 05:43:58 54f23bdb9cf9: Layer already exists 05:43:58 94c7c5fc06a1: Layer already exists 05:43:58 b2ad5b41414d: Layer already exists 05:43:58 f869d1c67ece: Layer already exists 05:43:58 da707bb00cb8: Layer already exists 05:43:58 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:58 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 05:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 05:43:59 54f23bdb9cf9: Preparing 05:43:59 775c35a67a7d: Preparing 05:43:59 d0391e3b8748: Preparing 05:43:59 2b533126b0ab: Preparing 05:43:59 d829cd4d1316: Preparing 05:43:59 f869d1c67ece: Preparing 05:43:59 94c7c5fc06a1: Preparing 05:43:59 b2ad5b41414d: Preparing 05:43:59 da707bb00cb8: Preparing 05:43:59 f869d1c67ece: Waiting 05:43:59 94c7c5fc06a1: Waiting 05:43:59 b2ad5b41414d: Waiting 05:43:59 da707bb00cb8: Waiting 05:43:59 d829cd4d1316: Layer already exists 05:43:59 d0391e3b8748: Layer already exists 05:43:59 775c35a67a7d: Layer already exists 05:43:59 54f23bdb9cf9: Layer already exists 05:43:59 2b533126b0ab: Layer already exists 05:43:59 da707bb00cb8: Layer already exists 05:43:59 f869d1c67ece: Layer already exists 05:43:59 94c7c5fc06a1: Layer already exists 05:43:59 b2ad5b41414d: Layer already exists 05:43:59 main: digest: sha256:a44307dca99b36da871dcb80942b2ffe510be023221fc326f6f35fedf4ce0823 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:43:59 ===================================================== [Pipeline] echo 05:43:59 taggedImages: 05:43:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:43:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 05:43:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.2.0-dev.36 05:43:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:59 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 05:43:59 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 05:43:59 b6a792cc14dceb412227bc035c2b58c27f836273 05:43:59 latest 05:43:59 3.2.0-dev.36 05:43:59 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:43:59 main 05:43:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:43:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:44:00 574db4b061cf: Preparing 05:44:00 a1dd842d9f8d: Preparing 05:44:00 2b533126b0ab: Preparing 05:44:00 d829cd4d1316: Preparing 05:44:00 65eb621a6419: Preparing 05:44:00 b5490fc92cfb: Preparing 05:44:00 da707bb00cb8: Preparing 05:44:00 b5490fc92cfb: Waiting 05:44:00 da707bb00cb8: Waiting 05:44:00 2b533126b0ab: Layer already exists 05:44:00 d829cd4d1316: Layer already exists 05:44:00 da707bb00cb8: Layer already exists 05:44:00 574db4b061cf: Pushed 05:44:00 b5490fc92cfb: Pushed 05:44:01 65eb621a6419: Pushed 05:44:07 a1dd842d9f8d: Pushed 05:44:07 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:07 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:44:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:44:07 574db4b061cf: Preparing 05:44:07 a1dd842d9f8d: Preparing 05:44:07 2b533126b0ab: Preparing 05:44:07 d829cd4d1316: Preparing 05:44:07 65eb621a6419: Preparing 05:44:07 b5490fc92cfb: Preparing 05:44:07 da707bb00cb8: Preparing 05:44:07 b5490fc92cfb: Waiting 05:44:07 da707bb00cb8: Waiting 05:44:07 d829cd4d1316: Layer already exists 05:44:07 2b533126b0ab: Layer already exists 05:44:07 65eb621a6419: Layer already exists 05:44:07 574db4b061cf: Layer already exists 05:44:07 a1dd842d9f8d: Layer already exists 05:44:07 da707bb00cb8: Layer already exists 05:44:07 b5490fc92cfb: Layer already exists 05:44:08 latest: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 05:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:44:08 574db4b061cf: Preparing 05:44:08 a1dd842d9f8d: Preparing 05:44:08 2b533126b0ab: Preparing 05:44:08 d829cd4d1316: Preparing 05:44:08 65eb621a6419: Preparing 05:44:08 b5490fc92cfb: Preparing 05:44:08 da707bb00cb8: Preparing 05:44:08 b5490fc92cfb: Waiting 05:44:08 da707bb00cb8: Waiting 05:44:08 574db4b061cf: Layer already exists 05:44:08 2b533126b0ab: Layer already exists 05:44:08 65eb621a6419: Layer already exists 05:44:08 d829cd4d1316: Layer already exists 05:44:08 a1dd842d9f8d: Layer already exists 05:44:08 b5490fc92cfb: Layer already exists 05:44:08 da707bb00cb8: Layer already exists 05:44:08 3.2.0-dev.36: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:09 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:44:09 574db4b061cf: Preparing 05:44:09 a1dd842d9f8d: Preparing 05:44:09 2b533126b0ab: Preparing 05:44:09 d829cd4d1316: Preparing 05:44:09 65eb621a6419: Preparing 05:44:09 b5490fc92cfb: Preparing 05:44:09 da707bb00cb8: Preparing 05:44:09 b5490fc92cfb: Waiting 05:44:09 da707bb00cb8: Waiting 05:44:09 d829cd4d1316: Layer already exists 05:44:09 574db4b061cf: Layer already exists 05:44:09 65eb621a6419: Layer already exists 05:44:09 a1dd842d9f8d: Layer already exists 05:44:09 2b533126b0ab: Layer already exists 05:44:09 b5490fc92cfb: Layer already exists 05:44:09 da707bb00cb8: Layer already exists 05:44:09 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 05:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 05:44:10 574db4b061cf: Preparing 05:44:10 a1dd842d9f8d: Preparing 05:44:10 2b533126b0ab: Preparing 05:44:10 d829cd4d1316: Preparing 05:44:10 65eb621a6419: Preparing 05:44:10 b5490fc92cfb: Preparing 05:44:10 da707bb00cb8: Preparing 05:44:10 b5490fc92cfb: Waiting 05:44:10 da707bb00cb8: Waiting 05:44:10 d829cd4d1316: Layer already exists 05:44:10 2b533126b0ab: Layer already exists 05:44:10 65eb621a6419: Layer already exists 05:44:10 a1dd842d9f8d: Layer already exists 05:44:10 574db4b061cf: Layer already exists 05:44:10 b5490fc92cfb: Layer already exists 05:44:10 da707bb00cb8: Layer already exists 05:44:10 main: digest: sha256:a101fd672eff37b6bc8ef651474cac54ef8a68ca067ef5ad56fdc1701e9f2096 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:11 ===================================================== [Pipeline] echo 05:44:11 taggedImages: 05:44:11 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:44:11 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 05:44:11 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.2.0-dev.36 05:44:11 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:44:11 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 05:44:11 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 05:44:11 b6a792cc14dceb412227bc035c2b58c27f836273 05:44:11 latest 05:44:11 3.2.0-dev.36 05:44:11 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:44:11 main 05:44:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:44:11 20883ceb4c87: Preparing 05:44:11 8387af5ba71f: Preparing 05:44:11 2b533126b0ab: Preparing 05:44:11 d829cd4d1316: Preparing 05:44:11 eac56a261e76: Preparing 05:44:11 f03a5da3f349: Preparing 05:44:11 da707bb00cb8: Preparing 05:44:11 f03a5da3f349: Waiting 05:44:11 da707bb00cb8: Waiting 05:44:11 d829cd4d1316: Layer already exists 05:44:11 eac56a261e76: Layer already exists 05:44:12 2b533126b0ab: Layer already exists 05:44:12 f03a5da3f349: Layer already exists 05:44:12 da707bb00cb8: Layer already exists 05:44:12 20883ceb4c87: Pushed 05:44:18 8387af5ba71f: Pushed 05:44:18 b6a792cc14dceb412227bc035c2b58c27f836273: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:44:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:44:19 20883ceb4c87: Preparing 05:44:19 8387af5ba71f: Preparing 05:44:19 2b533126b0ab: Preparing 05:44:19 d829cd4d1316: Preparing 05:44:19 eac56a261e76: Preparing 05:44:19 f03a5da3f349: Preparing 05:44:19 da707bb00cb8: Preparing 05:44:19 f03a5da3f349: Waiting 05:44:19 da707bb00cb8: Waiting 05:44:19 20883ceb4c87: Layer already exists 05:44:19 eac56a261e76: Layer already exists 05:44:19 2b533126b0ab: Layer already exists 05:44:19 d829cd4d1316: Layer already exists 05:44:19 8387af5ba71f: Layer already exists 05:44:19 da707bb00cb8: Layer already exists 05:44:19 f03a5da3f349: Layer already exists 05:44:19 latest: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:19 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 05:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:44:20 20883ceb4c87: Preparing 05:44:20 8387af5ba71f: Preparing 05:44:20 2b533126b0ab: Preparing 05:44:20 d829cd4d1316: Preparing 05:44:20 eac56a261e76: Preparing 05:44:20 f03a5da3f349: Preparing 05:44:20 da707bb00cb8: Preparing 05:44:20 f03a5da3f349: Waiting 05:44:20 da707bb00cb8: Waiting 05:44:20 20883ceb4c87: Layer already exists 05:44:20 d829cd4d1316: Layer already exists 05:44:20 2b533126b0ab: Layer already exists 05:44:20 eac56a261e76: Layer already exists 05:44:20 8387af5ba71f: Layer already exists 05:44:20 da707bb00cb8: Layer already exists 05:44:20 f03a5da3f349: Layer already exists 05:44:20 3.2.0-dev.36: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:44:21 20883ceb4c87: Preparing 05:44:21 8387af5ba71f: Preparing 05:44:21 2b533126b0ab: Preparing 05:44:21 d829cd4d1316: Preparing 05:44:21 eac56a261e76: Preparing 05:44:21 f03a5da3f349: Preparing 05:44:21 da707bb00cb8: Preparing 05:44:21 f03a5da3f349: Waiting 05:44:21 da707bb00cb8: Waiting 05:44:21 eac56a261e76: Layer already exists 05:44:21 8387af5ba71f: Layer already exists 05:44:21 2b533126b0ab: Layer already exists 05:44:21 20883ceb4c87: Layer already exists 05:44:21 d829cd4d1316: Layer already exists 05:44:21 f03a5da3f349: Layer already exists 05:44:21 da707bb00cb8: Layer already exists 05:44:21 b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 05:44:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 05:44:22 20883ceb4c87: Preparing 05:44:22 8387af5ba71f: Preparing 05:44:22 2b533126b0ab: Preparing 05:44:22 d829cd4d1316: Preparing 05:44:22 eac56a261e76: Preparing 05:44:22 f03a5da3f349: Preparing 05:44:22 da707bb00cb8: Preparing 05:44:22 f03a5da3f349: Waiting 05:44:22 da707bb00cb8: Waiting 05:44:22 2b533126b0ab: Layer already exists 05:44:22 eac56a261e76: Layer already exists 05:44:22 8387af5ba71f: Layer already exists 05:44:22 d829cd4d1316: Layer already exists 05:44:22 20883ceb4c87: Layer already exists 05:44:22 da707bb00cb8: Layer already exists 05:44:22 f03a5da3f349: Layer already exists 05:44:22 main: digest: sha256:008f2c9f67548f3bf6bcdbcae63a6757a96446cc26965db762e653d92325242d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:44:22 ===================================================== [Pipeline] echo 05:44:22 taggedImages: 05:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273 05:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 05:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.2.0-dev.36 05:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b6a792cc14dceb412227bc035c2b58c27f836273-3.2.0-dev.36 05:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:44:22 05:44:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:44:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:44:23 arm64: Pulling from edgex-lftools-log-publisher 05:44:23 8998bd30e6a1: Pulling fs layer 05:44:23 04944245beec: Pulling fs layer 05:44:23 699f458cf7ca: Pulling fs layer 05:44:23 765212b225bb: Pulling fs layer 05:44:23 f23df028b6ca: Pulling fs layer 05:44:23 d65c8cfc05b1: Pulling fs layer 05:44:23 2437ff75d9bd: Pulling fs layer 05:44:23 f23df028b6ca: Waiting 05:44:23 d65c8cfc05b1: Waiting 05:44:23 2437ff75d9bd: Waiting 05:44:23 765212b225bb: Waiting 05:44:23 04944245beec: Verifying Checksum 05:44:23 04944245beec: Download complete 05:44:23 765212b225bb: Verifying Checksum 05:44:23 765212b225bb: Download complete 05:44:23 f23df028b6ca: Verifying Checksum 05:44:23 f23df028b6ca: Download complete 05:44:23 d65c8cfc05b1: Verifying Checksum 05:44:23 d65c8cfc05b1: Download complete 05:44:23 699f458cf7ca: Verifying Checksum 05:44:23 699f458cf7ca: Download complete 05:44:24 8998bd30e6a1: Verifying Checksum 05:44:24 8998bd30e6a1: Download complete 05:44:26 2437ff75d9bd: Verifying Checksum 05:44:26 2437ff75d9bd: Download complete 05:44:28 8998bd30e6a1: Pull complete 05:44:28 04944245beec: Pull complete 05:44:30 699f458cf7ca: Pull complete 05:44:30 765212b225bb: Pull complete 05:44:31 f23df028b6ca: Pull complete 05:44:31 d65c8cfc05b1: Pull complete 05:44:49 2437ff75d9bd: Pull complete 05:44:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:44:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:44:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:44:50 prd-ubuntu20.04-docker-arm64-4c-16g-5841 does not seem to be running inside a container 05:44:50 $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@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:arm64 cat 05:44:51 $ docker top 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:44:52 ---> job-cost.sh 05:44:52 lf-activate-venv: SKIPPING 05:44:52 INFO: No Stack... 05:44:53 INFO: Retrieving Pricing Info for: v3-standard-4 05:44:54 INFO: Archiving Costs [Pipeline] sh 05:44:54 + cat /w/workspace/edgex-go/654/archives/cost.csv 05:44:54 + cut -d, -f6 [Pipeline] lock 05:44:54 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] 05:44:54 Resource [jenkins-edgexfoundry-edgex-go-main-654-stack-cost] did not exist. Created. 05:44:54 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:44:55 + echo total: 0.10999999940395355 [Pipeline] stash 05:44:55 Stashed 1 file(s) [Pipeline] } 05:44:56 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-654-stack-cost] [Pipeline] // lock [Pipeline] } 05:44:56 $ docker stop --time=1 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 05:44:57 $ docker rm -f --volumes 3cee8758769fcc3b1f2ad49bba348ff80e4becaaf6ae316cd2a7fee2692da0f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 05:44:58 provisioning config files... 05:44:58 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/654@tmp/config12746311534370256277tmp [Pipeline] { [Pipeline] sh 05:44:58 + set +x 05:44:58 + + bashcurl -s -s -- https://codecov.io/bash 05:44:58 05:44:58 05:44:58 _____ _ 05:44:58 / ____| | | 05:44:58 | | ___ __| | ___ ___ _____ __ 05:44:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:44:58 | |___| (_) | (_| | __/ (_| (_) \ V / 05:44:58 \_____\___/ \__,_|\___|\___\___/ \_/ 05:44:58 Bash-1.0.6 05:44:58 05:44:58 05:44:58 ==> git version 2.25.1 found 05:44:58 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 05:44:58 Release-Date: 2020-01-08 05:44:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:44:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:44:58 ==> Jenkins CI detected. 05:44:58 current dir:  /w/workspace/edgex-go/654 05:44:58 project root: . 05:44:58 --> token set from env 05:44:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:44:58 ==> Running gcov in . (disable via -X gcov) 05:44:58 ==> Python coveragepy not found 05:44:58 ==> Searching for coverage reports in: 05:44:58 + . 05:44:58 -> Found 1 reports 05:44:58 ==> Detecting git/mercurial file structure 05:44:58 ==> Reading reports 05:44:58 + ./coverage.out bytes=481596 05:44:58 ==> Appending adjustments 05:44:58 https://docs.codecov.io/docs/fixing-reports 05:44:59 + Found adjustments 05:44:59 ==> Gzipping contents 05:44:59 60K /tmp/codecov.bYE1Me.gz 05:44:59 ==> Uploading reports 05:44:59 url: https://codecov.io 05:44:59 query: branch=main&commit=b6a792cc14dceb412227bc035c2b58c27f836273&build=654&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F654%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:44:59 -> Pinging Codecov 05:44:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b6a792cc14dceb412227bc035c2b58c27f836273&build=654&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F654%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:44:59 -> Uploading to 05:44:59 https://storage.googleapis.com/codecov/v4/raw/2024-07-18/00271124DB129430A58F1EEE437C3FCB/b6a792cc14dceb412227bc035c2b58c27f836273/e5dc951d-8931-4523-b5cc-63dc68b93e7a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240718%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240718T054459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ac4b77b88b3943f9c38f49d28bc0b15afdc926eb2d0e1d31148fd89b5274c580 05:44:59 % Total % Received % Xferd Average Speed Time Time Time Current 05:44:59 Dload Upload Total Spent Left Speed 05:45:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61396 0 0 100 61396 0 212k --:--:-- --:--:-- --:--:-- 212k 05:45:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b6a792cc14dceb412227bc035c2b58c27f836273 [Pipeline] } 05:45:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 05:45:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:45:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:45:00 05:45:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:45:01 latest: Pulling from edgex-devops/edgex-snyk-go 05:45:01 619be1103602: Already exists 05:45:01 f8ea3408117e: Pulling fs layer 05:45:01 91320369b822: Pulling fs layer 05:45:01 0406650e8295: Pulling fs layer 05:45:01 4f4fb700ef54: Pulling fs layer 05:45:01 96d80e3f36e1: Pulling fs layer 05:45:01 bcf3aedb951c: Pulling fs layer 05:45:01 4f4fb700ef54: Waiting 05:45:01 bcf3aedb951c: Waiting 05:45:01 96d80e3f36e1: Waiting 05:45:01 0406650e8295: Verifying Checksum 05:45:01 0406650e8295: Download complete 05:45:01 f8ea3408117e: Verifying Checksum 05:45:01 f8ea3408117e: Download complete 05:45:01 4f4fb700ef54: Verifying Checksum 05:45:01 4f4fb700ef54: Download complete 05:45:01 f8ea3408117e: Pull complete 05:45:01 96d80e3f36e1: Verifying Checksum 05:45:01 96d80e3f36e1: Download complete 05:45:01 91320369b822: Verifying Checksum 05:45:02 bcf3aedb951c: Verifying Checksum 05:45:02 bcf3aedb951c: Download complete 05:45:04 91320369b822: Pull complete 05:45:04 0406650e8295: Pull complete 05:45:04 4f4fb700ef54: Pull complete 05:45:05 96d80e3f36e1: Pull complete 05:45:09 bcf3aedb951c: Pull complete 05:45:09 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 05:45:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 05:45:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:45:09 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:45:10 $ 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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 05:45:15 $ docker top 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:45:15 + git config --global --add safe.directory /w/workspace/edgex-go/654 [Pipeline] echo 05:45:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 05:45:15 + set -o pipefail 05:45:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 05:45:23 05:45:23 Monitoring /w/workspace/edgex-go/654 (github.com/edgexfoundry/edgex-go)... 05:45:23 05:45:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/1e1bb69c-03ed-469a-aa50-fc553aacf90c 05:45:23 05:45:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:45:23 [Pipeline] } 05:45:23 $ docker stop --time=1 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 05:45:28 $ docker rm -f --volumes 933a13a59c789880ac0bd283681e6c25e712409637e95fedf8b1a15664a4a0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 05:45:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:45:29 provisioning config files... 05:45:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/654@tmp/config373304659034760123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:29 --> edgex-publish-swagger.sh 05:45:29 === Publish openapi/v3 API === 05:45:29 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 05:45:29 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/654/openapi/v3/core-command.yaml] 05:45:29 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:29 Dload Upload Total Spent Left Speed 05:45:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 47997 --:--:-- --:--:-- --:--:-- 47926 100 32782 0 0 100 32782 0 47997 --:--:-- --:--:-- --:--:-- 47926 05:45:30 05:45:30 05:45:30 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/654/openapi/v3/core-data.yaml] 05:45:30 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:30 Dload Upload Total Spent Left Speed 05:45:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 72043 0 0 100 72043 0 112k --:--:-- --:--:-- --:--:-- 111k 100 72043 0 0 100 72043 0 111k --:--:-- --:--:-- --:--:-- 111k 05:45:30 05:45:30 05:45:30 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/654/openapi/v3/core-keeper.yaml] 05:45:30 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:30 Dload Upload Total Spent Left Speed 05:45:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32887 100 66 100 32821 201 98k --:--:-- --:--:-- --:--:-- 98k 05:45:31 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 05:45:31 05:45:31 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/654/openapi/v3/core-metadata.yaml] 05:45:31 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:31 Dload Upload Total Spent Left Speed 05:45:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 149k 100 156 100 148k 272 259k --:--:-- --:--:-- --:--:-- 260k 05:45:31 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:45:31 05:45:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/654/openapi/v3/support-notifications.yaml] 05:45:31 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:31 Dload Upload Total Spent Left Speed 05:45:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87457 100 156 100 87301 261 142k --:--:-- --:--:-- --:--:-- 143k 05:45:32 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:45:32 05:45:32 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/654/openapi/v3/support-scheduler.yaml] 05:45:32 % Total % Received % Xferd Average Speed Time Time Time Current 05:45:32 Dload Upload Total Spent Left Speed 05:45:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37110 100 156 100 36954 260 61795 --:--:-- --:--:-- --:--:-- 61953 100 37110 100 156 100 36954 260 61795 --:--:-- --:--:-- --:--:-- 61953 05:45:33 {"code":403,"message":"This API is blocked because you have exceeded your current plan's limits","messageCode":"API_BLOCKED_UPGRADE","messageProperties":{}} 05:45:33 [Pipeline] } 05:45:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 05:45:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:45:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:45:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:45:33 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:45:34 $ docker top 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb -eo pid,comm 05:45:34 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:45:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:34 [ssh-agent] Looking for ssh-agent implementation... 05:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:34 $ docker exec 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb ssh-agent 05:45:34 SSH_AUTH_SOCK=/tmp/ssh-6J4jo5gar245/agent.31 05:45:34 SSH_AGENT_PID=37 05:45:34 Running ssh-add (command line suppressed) 05:45:34 Identity added: /w/workspace/edgex-go/654@tmp/private_key_62092491763959433.key (/w/workspace/edgex-go/654@tmp/private_key_62092491763959433.key) 05:45:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:35 + git semver tag 05:45:35 2024-07-18 05:45:35,358 [run_tag] DEBUG tag force:False 05:45:35 2024-07-18 05:45:35,358 [check_head_tag] DEBUG check head tag 05:45:35 2024-07-18 05:45:35,360 [execute] INFO git cat-file --batch-check 05:45:35 2024-07-18 05:45:35,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=) 05:45:35 2024-07-18 05:45:35,365 [execute] INFO git cat-file --batch 05:45:35 2024-07-18 05:45:35,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=) 05:45:35 2024-07-18 05:45:35,398 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:45:35 2024-07-18 05:45:35,398 [execute] INFO git tag -a v3.2.0-dev.36 -m v3.2.0-dev.36 05:45:35 2024-07-18 05:45:35,398 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.36', '-m', 'v3.2.0-dev.36'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) 05:45:35 2024-07-18 05:45:35,403 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:45:35 3.2.0-dev.36 [Pipeline] } 05:45:35 $ docker exec --env ******** --env ******** 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb ssh-agent -k 05:45:35 unset SSH_AUTH_SOCK; 05:45:35 unset SSH_AGENT_PID; 05:45:35 echo Agent pid 37 killed; 05:45:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:35 + git semver [Pipeline] } 05:45:36 $ docker stop --time=1 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb 05:45:37 $ docker rm -f --volumes 841d8c9873ae201a396a3e6f0d7ba5bb64727916ab9ba77d936e20a2d62889cb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:45:37 05:45:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:45:38 0.23.1-centos7: Pulling from edgex-lftools 05:45:38 ab5ef0e58194: Pulling fs layer 05:45:38 9712f1f96733: Pulling fs layer 05:45:38 63f879dbbcfc: Pulling fs layer 05:45:38 0d9ebad4ef96: Pulling fs layer 05:45:38 e9a5061849ea: Pulling fs layer 05:45:38 d747dcd14b5f: Pulling fs layer 05:45:38 2de7ff778b66: Pulling fs layer 05:45:38 0d9ebad4ef96: Waiting 05:45:38 e9a5061849ea: Waiting 05:45:38 9712f1f96733: Download complete 05:45:38 63f879dbbcfc: Verifying Checksum 05:45:38 63f879dbbcfc: Download complete 05:45:38 e9a5061849ea: Verifying Checksum 05:45:38 e9a5061849ea: Download complete 05:45:38 d747dcd14b5f: Verifying Checksum 05:45:38 d747dcd14b5f: Download complete 05:45:38 ab5ef0e58194: Download complete 05:45:38 0d9ebad4ef96: Verifying Checksum 05:45:38 0d9ebad4ef96: Download complete 05:45:38 2de7ff778b66: Verifying Checksum 05:45:38 2de7ff778b66: Download complete 05:45:41 ab5ef0e58194: Pull complete 05:45:41 9712f1f96733: Pull complete 05:45:41 63f879dbbcfc: Pull complete 05:45:45 0d9ebad4ef96: Pull complete 05:45:45 e9a5061849ea: Pull complete 05:45:45 d747dcd14b5f: Pull complete 05:45:46 2de7ff778b66: Pull complete 05:45:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:45:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:45:46 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:45:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:45:51 $ docker top 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:45:51 provisioning config files... 05:45:51 copy managed file [sigul-config] to file:/w/workspace/edgex-go/654@tmp/config1207998135130340128tmp 05:45:51 copy managed file [sigul-password] to file:/w/workspace/edgex-go/654@tmp/config8331468220254831762tmp 05:45:51 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/654@tmp/config763521360267351486tmp [Pipeline] { [Pipeline] echo 05:45:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:45:51 ---> sigul-configuration.sh 05:45:51 gpg: directory `/root/.gnupg' created 05:45:51 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:45:51 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:45:51 gpg: keyring `/root/.gnupg/secring.gpg' created 05:45:51 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:45:51 gpg: CAST5 encrypted data 05:45:51 gpg: encrypted with 1 passphrase 05:45:51 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:45:51 + mkdir /home/jenkins 05:45:51 + mkdir /home/jenkins/sigul [Pipeline] sh 05:45:52 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 05:45:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:45:52 ---> sigul-install.sh 05:45:52 Sigul already installed; skipping installation. [Pipeline] sh 05:45:52 + git tag --list 05:45:52 0.6.0 05:45:52 0.6.1 05:45:52 0.7.0 05:45:52 0.7.1 05:45:52 v1.0.0 05:45:52 v1.0.1 05:45:52 v1.1.0 05:45:52 v1.2.0 05:45:52 v1.2.1 05:45:52 v1.3.0 05:45:52 v1.3.1 05:45:52 v2.0.0 05:45:52 v2.1.0 05:45:52 v2.1.1 05:45:52 v2.2.0 05:45:52 v2.3.0 05:45:52 v3.0 05:45:52 v3.0.0 05:45:52 v3.1 05:45:52 v3.1.0 05:45:52 v3.1.0-dev.1 05:45:52 v3.1.0-dev.10 05:45:52 v3.1.0-dev.11 05:45:52 v3.1.0-dev.12 05:45:52 v3.1.0-dev.13 05:45:52 v3.1.0-dev.14 05:45:52 v3.1.0-dev.15 05:45:52 v3.1.0-dev.16 05:45:52 v3.1.0-dev.17 05:45:52 v3.1.0-dev.18 05:45:52 v3.1.0-dev.19 05:45:52 v3.1.0-dev.2 05:45:52 v3.1.0-dev.20 05:45:52 v3.1.0-dev.21 05:45:52 v3.1.0-dev.22 05:45:52 v3.1.0-dev.23 05:45:52 v3.1.0-dev.24 05:45:52 v3.1.0-dev.25 05:45:52 v3.1.0-dev.26 05:45:52 v3.1.0-dev.27 05:45:52 v3.1.0-dev.28 05:45:52 v3.1.0-dev.29 05:45:52 v3.1.0-dev.3 05:45:52 v3.1.0-dev.30 05:45:52 v3.1.0-dev.31 05:45:52 v3.1.0-dev.32 05:45:52 v3.1.0-dev.33 05:45:52 v3.1.0-dev.34 05:45:52 v3.1.0-dev.35 05:45:52 v3.1.0-dev.36 05:45:52 v3.1.0-dev.37 05:45:52 v3.1.0-dev.38 05:45:52 v3.1.0-dev.39 05:45:52 v3.1.0-dev.4 05:45:52 v3.1.0-dev.40 05:45:52 v3.1.0-dev.41 05:45:52 v3.1.0-dev.42 05:45:52 v3.1.0-dev.43 05:45:52 v3.1.0-dev.44 05:45:52 v3.1.0-dev.45 05:45:52 v3.1.0-dev.46 05:45:52 v3.1.0-dev.47 05:45:52 v3.1.0-dev.48 05:45:52 v3.1.0-dev.49 05:45:52 v3.1.0-dev.5 05:45:52 v3.1.0-dev.50 05:45:52 v3.1.0-dev.51 05:45:52 v3.1.0-dev.52 05:45:52 v3.1.0-dev.53 05:45:52 v3.1.0-dev.54 05:45:52 v3.1.0-dev.55 05:45:52 v3.1.0-dev.56 05:45:52 v3.1.0-dev.57 05:45:52 v3.1.0-dev.58 05:45:52 v3.1.0-dev.59 05:45:52 v3.1.0-dev.6 05:45:52 v3.1.0-dev.60 05:45:52 v3.1.0-dev.61 05:45:52 v3.1.0-dev.62 05:45:52 v3.1.0-dev.63 05:45:52 v3.1.0-dev.64 05:45:52 v3.1.0-dev.65 05:45:52 v3.1.0-dev.66 05:45:52 v3.1.0-dev.67 05:45:52 v3.1.0-dev.68 05:45:52 v3.1.0-dev.69 05:45:52 v3.1.0-dev.7 05:45:52 v3.1.0-dev.70 05:45:52 v3.1.0-dev.71 05:45:52 v3.1.0-dev.72 05:45:52 v3.1.0-dev.73 05:45:52 v3.1.0-dev.8 05:45:52 v3.1.0-dev.9 05:45:52 v3.1.1 05:45:52 v3.1.1-dev.1 05:45:52 v3.1.1-dev.2 05:45:52 v3.2.0-dev.1 05:45:52 v3.2.0-dev.10 05:45:52 v3.2.0-dev.11 05:45:52 v3.2.0-dev.12 05:45:52 v3.2.0-dev.13 05:45:52 v3.2.0-dev.14 05:45:52 v3.2.0-dev.15 05:45:52 v3.2.0-dev.16 05:45:52 v3.2.0-dev.17 05:45:52 v3.2.0-dev.18 05:45:52 v3.2.0-dev.19 05:45:52 v3.2.0-dev.2 05:45:52 v3.2.0-dev.20 05:45:52 v3.2.0-dev.21 05:45:52 v3.2.0-dev.22 05:45:52 v3.2.0-dev.23 05:45:52 v3.2.0-dev.24 05:45:52 v3.2.0-dev.25 05:45:52 v3.2.0-dev.26 05:45:52 v3.2.0-dev.27 05:45:52 v3.2.0-dev.28 05:45:52 v3.2.0-dev.29 05:45:52 v3.2.0-dev.3 05:45:52 v3.2.0-dev.30 05:45:52 v3.2.0-dev.31 05:45:52 v3.2.0-dev.32 05:45:52 v3.2.0-dev.33 05:45:52 v3.2.0-dev.34 05:45:52 v3.2.0-dev.35 05:45:52 v3.2.0-dev.36 05:45:52 v3.2.0-dev.4 05:45:52 v3.2.0-dev.5 05:45:52 v3.2.0-dev.6 05:45:52 v3.2.0-dev.7 05:45:52 v3.2.0-dev.8 05:45:52 v3.2.0-dev.9 [Pipeline] sh 05:45:53 + lftools sign git-tag v3.2.0-dev.36 05:45:53 Signing Git tag with Sigul... 05:45:53 Signing v3.2.0-dev.36 [Pipeline] echo 05:45:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:45:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:45:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:45:54 $ docker stop --time=1 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 05:45:55 $ docker rm -f --volumes 8c1755d0a2d0fd72520ddcb0d55754c178521892e6dad2f547d0608481ba1bf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:45:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:45:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:45:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:45:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:45:56 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:45:56 $ docker top 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 -eo pid,comm 05:45:56 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:45:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:56 [ssh-agent] Looking for ssh-agent implementation... 05:45:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:57 $ docker exec 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 ssh-agent 05:45:57 SSH_AUTH_SOCK=/tmp/ssh-O62KnZdqijcU/agent.32 05:45:57 SSH_AGENT_PID=38 05:45:57 Running ssh-add (command line suppressed) 05:45:57 Identity added: /w/workspace/edgex-go/654@tmp/private_key_9980655658265667659.key (/w/workspace/edgex-go/654@tmp/private_key_9980655658265667659.key) 05:45:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:57 + git semver bump pre 05:45:57 2024-07-18 05:45:57,747 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:45:57 2024-07-18 05:45:57,747 [bump_version] DEBUG bumping version:3.2.0-dev.36 on axis:pre with prefix:dev 05:45:57 2024-07-18 05:45:57,747 [bump_version] DEBUG bumped version:3.2.0-dev.37 05:45:57 2024-07-18 05:45:57,747 [write_version] DEBUG write version:3.2.0-dev.37 to path:/w/workspace/edgex-go/654/.semver/main with force:True 05:45:57 2024-07-18 05:45:57,747 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:45:57 2024-07-18 05:45:57,747 [write_file] DEBUG write to file:/w/workspace/edgex-go/654/.semver/main 05:45:57 2024-07-18 05:45:57,749 [execute] INFO git cat-file --batch-check 05:45:57 2024-07-18 05:45:57,749 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) 05:45:57 2024-07-18 05:45:57,754 [execute] INFO git cat-file --batch 05:45:57 2024-07-18 05:45:57,754 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) 05:45:57 2024-07-18 05:45:57,759 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:45:57 3.2.0-dev.37 [Pipeline] } 05:45:57 $ docker exec --env ******** --env ******** 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 ssh-agent -k 05:45:57 unset SSH_AUTH_SOCK; 05:45:57 unset SSH_AGENT_PID; 05:45:57 echo Agent pid 38 killed; 05:45:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:58 + git semver [Pipeline] } 05:45:58 $ docker stop --time=1 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 05:45:59 $ docker rm -f --volumes 95ed6272abfac710382410d45f49c701a3020a4706a58c41d5379a6ee62ca782 [Pipeline] // withDockerContainer [Pipeline] sh 05:46:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:46:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:46:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:46:00 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:46:00 $ docker top 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc -eo pid,comm 05:46:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 05:46:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:46:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:46:00 [ssh-agent] Looking for ssh-agent implementation... 05:46:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:46:01 $ docker exec 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc ssh-agent 05:46:01 SSH_AUTH_SOCK=/tmp/ssh-8HsPBLuf8Dys/agent.32 05:46:01 SSH_AGENT_PID=38 05:46:01 Running ssh-add (command line suppressed) 05:46:01 Identity added: /w/workspace/edgex-go/654@tmp/private_key_17589668543292964482.key (/w/workspace/edgex-go/654@tmp/private_key_17589668543292964482.key) 05:46:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:46:01 + git semver push 05:46:01 2024-07-18 05:46:01,820 [run_push] DEBUG push 05:46:01 2024-07-18 05:46:01,820 [execute] INFO git cat-file --batch-check 05:46:01 2024-07-18 05:46:01,821 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=) 05:46:01 2024-07-18 05:46:01,824 [execute] INFO git rev-list cfd383843446c001b3f4403430a1a450eabb1995 -- 05:46:01 2024-07-18 05:46:01,825 [execute] DEBUG Popen(['git', 'rev-list', 'cfd383843446c001b3f4403430a1a450eabb1995', '--'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=None) 05:46:01 2024-07-18 05:46:01,843 [execute] INFO git fetch -v origin 05:46:01 2024-07-18 05:46:01,844 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=True, shell=None, istream=None) 05:46:02 2024-07-18 05:46:02,280 [run_push] DEBUG no remote changes detected 05:46:02 2024-07-18 05:46:02,280 [execute] INFO git push origin semver 05:46:02 2024-07-18 05:46:02,281 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/654/.semver, universal_newlines=False, shell=None, istream=None) 05:46:03 2024-07-18 05:46:03,094 [run_push] DEBUG push all version tags 05:46:03 2024-07-18 05:46:03,094 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:46:03 2024-07-18 05:46:03,094 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/654, universal_newlines=False, shell=None, istream=None) 05:46:04 2024-07-18 05:46:04,070 [read_version] DEBUG read version from /w/workspace/edgex-go/654/.semver/main 05:46:04 3.2.0-dev.37 [Pipeline] } 05:46:04 $ docker exec --env ******** --env ******** 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc ssh-agent -k 05:46:04 unset SSH_AUTH_SOCK; 05:46:04 unset SSH_AGENT_PID; 05:46:04 echo Agent pid 38 killed; 05:46:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:46:04 + git semver [Pipeline] } 05:46:05 $ docker stop --time=1 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc 05:46:06 $ docker rm -f --volumes 1c1c0d231d356cb351f998f8271aa13917b1c27fd1d9136a3f4386f8ba21befc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:46:07 + [ -d /w/workspace/edgex-go/654/archives ] [Pipeline] libraryResource [Pipeline] sh 05:46:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:46:08 ---> package-listing.sh 05:46:08 ++ facter osfamily 05:46:08 ++ tr '[:upper:]' '[:lower:]' 05:46:08 + OS_FAMILY=debian 05:46:08 + workspace=/w/workspace/edgex-go/654 05:46:08 + START_PACKAGES=/tmp/packages_start.txt 05:46:08 + END_PACKAGES=/tmp/packages_end.txt 05:46:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:46:08 + PACKAGES=/tmp/packages_start.txt 05:46:08 + '[' /w/workspace/edgex-go/654 ']' 05:46:08 + PACKAGES=/tmp/packages_end.txt 05:46:08 + case "${OS_FAMILY}" in 05:46:08 + dpkg -l 05:46:08 + grep '^ii' 05:46:08 + '[' -f /tmp/packages_start.txt ']' 05:46:08 + '[' -f /tmp/packages_end.txt ']' 05:46:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:46:08 + '[' /w/workspace/edgex-go/654 ']' 05:46:08 + mkdir -p /w/workspace/edgex-go/654/archives/ 05:46:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/654/archives/ [Pipeline] echo 05:46:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/654/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:46:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:46:09 05:46:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:46:09 latest: Pulling from edgex-lftools-log-publisher 05:46:09 5eb5b503b376: Pulling fs layer 05:46:09 5c69ac0246d0: Pulling fs layer 05:46:09 ec43610c2a17: Pulling fs layer 05:46:09 3a2ae6a8a46f: Pulling fs layer 05:46:09 33b1e0a273af: Pulling fs layer 05:46:09 5d3b04190fa2: Pulling fs layer 05:46:09 2f39f015ded8: Pulling fs layer 05:46:09 3a2ae6a8a46f: Waiting 05:46:09 5d3b04190fa2: Waiting 05:46:09 5c69ac0246d0: Verifying Checksum 05:46:09 5c69ac0246d0: Download complete 05:46:09 3a2ae6a8a46f: Verifying Checksum 05:46:09 3a2ae6a8a46f: Download complete 05:46:09 33b1e0a273af: Verifying Checksum 05:46:09 33b1e0a273af: Download complete 05:46:09 5d3b04190fa2: Verifying Checksum 05:46:09 5d3b04190fa2: Download complete 05:46:09 ec43610c2a17: Verifying Checksum 05:46:09 ec43610c2a17: Download complete 05:46:09 5eb5b503b376: Verifying Checksum 05:46:09 5eb5b503b376: Download complete 05:46:11 5eb5b503b376: Pull complete 05:46:11 5c69ac0246d0: Pull complete 05:46:11 ec43610c2a17: Pull complete 05:46:11 3a2ae6a8a46f: Pull complete 05:46:12 33b1e0a273af: Pull complete 05:46:12 5d3b04190fa2: Pull complete 05:46:16 2f39f015ded8: Pull complete 05:46:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:46:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:46:16 prd-ubuntu20.04-docker-8c-8g-5838 does not seem to be running inside a container 05:46:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/654/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/654 -v /w/workspace/edgex-go/654:/w/workspace/edgex-go/654:rw,z -v /w/workspace/edgex-go/654@tmp:/w/workspace/edgex-go/654@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:46:21 $ docker top c0024f31da685be1dd8017d00b2a78c9f9134bb1b353daad036690bd7f3adff5 -eo pid,comm [Pipeline] { [Pipeline] sh 05:46:21 + touch /tmp/pre-build-complete [Pipeline] sh 05:46:21 + mkdir -p /var/log/sysstat [Pipeline] sh 05:46:22 + ls /var/log/sa-host 05:46:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:46:22 provisioning config files... 05:46:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/654@tmp/config17038519584657717793tmp [Pipeline] { [Pipeline] echo 05:46:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:46:22 ---> create-netrc.sh [Pipeline] } 05:46:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:46:22 ---> python-tools-install.sh [Pipeline] echo 05:46:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:46:23 ---> sudo-logs.sh 05:46:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:46:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:46:23 ---> job-cost.sh 05:46:23 lf-activate-venv: SKIPPING 05:46:23 DEBUG: total: 0.10999999940395355 05:46:23 INFO: Retrieving Stack Cost... 05:46:24 INFO: Retrieving Pricing Info for: v3-standard-8 05:46:24 INFO: Archiving Costs [Pipeline] echo 05:46:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:46:24 ---> logs-deploy.sh 05:46:24 lf-activate-venv: SKIPPING 05:46:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/654 05:46:24 INFO: archiving workspace using pattern(s): 05:46:25 Archives upload complete. 05:46:25 INFO: archiving logs to Nexus 05:46:26 ---> uname -a: 05:46:26 Linux prd-ubuntu20-04-docker-8c-8g-5838 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:46:26 05:46:26 05:46:26 ---> lscpu: 05:46:26 Architecture: x86_64 05:46:26 CPU op-mode(s): 32-bit, 64-bit 05:46:26 Byte Order: Little Endian 05:46:26 Address sizes: 40 bits physical, 48 bits virtual 05:46:26 CPU(s): 8 05:46:26 On-line CPU(s) list: 0-7 05:46:26 Thread(s) per core: 1 05:46:26 Core(s) per socket: 1 05:46:26 Socket(s): 8 05:46:26 NUMA node(s): 1 05:46:26 Vendor ID: AuthenticAMD 05:46:26 CPU family: 23 05:46:26 Model: 49 05:46:26 Model name: AMD EPYC-Rome Processor 05:46:26 Stepping: 0 05:46:26 CPU MHz: 2800.000 05:46:26 BogoMIPS: 5600.00 05:46:26 Virtualization: AMD-V 05:46:26 Hypervisor vendor: KVM 05:46:26 Virtualization type: full 05:46:26 L1d cache: 256 KiB 05:46:26 L1i cache: 256 KiB 05:46:26 L2 cache: 4 MiB 05:46:26 L3 cache: 128 MiB 05:46:26 NUMA node0 CPU(s): 0-7 05:46:26 Vulnerability Itlb multihit: Not affected 05:46:26 Vulnerability L1tf: Not affected 05:46:26 Vulnerability Mds: Not affected 05:46:26 Vulnerability Meltdown: Not affected 05:46:26 Vulnerability Mmio stale data: Not affected 05:46:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:46:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:46:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:46:26 Vulnerability Srbds: Not affected 05:46:26 Vulnerability Tsx async abort: Not affected 05:46:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:46:26 05:46:26 05:46:26 ---> nproc: 05:46:26 8 05:46:26 05:46:26 05:46:26 ---> df -h: 05:46:26 Filesystem Size Used Avail Use% Mounted on 05:46:26 overlay 155G 27G 129G 18% / 05:46:26 tmpfs 64M 0 64M 0% /dev 05:46:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 05:46:26 shm 64M 0 64M 0% /dev/shm 05:46:26 /dev/vda1 155G 27G 129G 18% /facter-os 05:46:26 05:46:26 05:46:26 ---> sar -b -r -n DEV: 05:46:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5838) 07/18/24 _x86_64_ (8 CPU) 05:46:26 05:46:26 04:59:36 LINUX RESTART (8 CPU) 05:46:26 05:46:26 05:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:46:26 05:01:01 323.05 47.88 275.17 0.00 5403.63 57077.29 0.00 05:46:26 05:02:01 194.13 1.10 193.03 0.00 29.33 66790.20 0.00 05:46:26 05:03:01 35.89 0.02 35.88 0.00 0.13 28405.02 0.00 05:46:26 05:04:01 34.84 0.15 34.69 0.00 2.40 17688.92 0.00 05:46:26 05:05:01 187.65 0.32 187.34 0.00 31.99 137436.45 0.00 05:46:26 05:06:01 755.17 16.98 738.19 0.00 2188.70 203851.22 0.00 05:46:26 05:07:01 400.52 1.80 398.72 0.00 2273.91 132313.50 0.00 05:46:26 05:08:01 320.61 0.08 320.53 0.00 0.67 97980.14 0.00 05:46:26 05:09:01 604.95 0.10 604.85 0.00 1.76 91849.74 0.00 05:46:26 05:10:01 37.13 0.13 36.99 0.00 16.13 1035.29 0.00 05:46:26 05:11:01 14.88 0.03 14.85 0.00 8.53 504.72 0.00 05:46:26 05:12:01 1.80 0.00 1.80 0.00 0.00 20.00 0.00 05:46:26 05:13:01 1.03 0.00 1.03 0.00 0.00 145.98 0.00 05:46:26 05:14:01 1.55 0.00 1.55 0.00 0.00 18.39 0.00 05:46:26 05:15:01 1.17 0.02 1.15 0.00 0.13 147.31 0.00 05:46:26 05:16:01 1.48 0.00 1.48 0.00 0.00 22.66 0.00 05:46:26 05:17:01 1.22 0.02 1.20 0.00 0.13 147.84 0.00 05:46:26 05:18:01 4.10 1.02 3.08 0.00 21.86 39.19 0.00 05:46:26 05:19:01 0.98 0.00 0.98 0.00 0.00 146.48 0.00 05:46:26 05:20:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 05:46:26 05:21:01 0.97 0.00 0.97 0.00 0.00 145.68 0.00 05:46:26 05:22:01 1.47 0.00 1.47 0.00 0.00 18.66 0.00 05:46:26 05:23:01 1.05 0.00 1.05 0.00 0.00 145.71 0.00 05:46:26 05:24:01 1.93 0.00 1.93 0.00 0.00 22.13 0.00 05:46:26 05:25:01 1.15 0.00 1.15 0.00 0.00 148.08 0.00 05:46:26 05:26:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 05:46:26 05:27:01 1.02 0.00 1.02 0.00 0.00 146.24 0.00 05:46:26 05:28:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 05:46:26 05:29:01 1.47 0.47 1.00 0.00 17.73 146.24 0.00 05:46:26 05:30:01 2.67 1.12 1.55 0.00 21.33 19.73 0.00 05:46:26 05:31:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 05:46:26 05:32:01 1.58 0.00 1.58 0.00 0.00 153.04 0.00 05:46:26 05:33:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 05:46:26 05:34:01 1.57 0.00 1.57 0.00 0.00 93.05 0.00 05:46:26 05:35:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 05:46:26 05:36:01 1.53 0.00 1.53 0.00 0.00 152.35 0.00 05:46:26 05:37:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 05:46:26 05:38:01 0.90 0.00 0.90 0.00 0.00 145.82 0.00 05:46:26 05:39:01 1.20 0.00 1.20 0.00 0.00 13.46 0.00 05:46:26 05:40:01 1.50 0.00 1.50 0.00 0.00 152.37 0.00 05:46:26 05:41:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 05:46:26 05:42:01 1.13 0.00 1.13 0.00 0.00 148.08 0.00 05:46:26 05:43:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 05:46:26 05:44:01 1.13 0.00 1.13 0.00 0.00 148.24 0.00 05:46:26 05:45:01 2.37 0.07 2.30 0.00 7.87 97.58 0.00 05:46:26 05:46:01 185.22 0.60 184.62 0.00 8.93 61440.83 0.00 05:46:26 Average: 68.16 1.56 66.60 0.00 218.22 19523.37 0.00 05:46:26 05:46:26 05:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:46:26 05:01:01 29467128 31470404 872180 2.65 60448 2233736 1887600 5.56 1097720 1968516 924 05:46:26 05:02:01 27537996 31093868 1207696 3.67 126120 3596300 2532840 7.46 1804604 3029016 322060 05:46:26 05:03:01 27165124 31414964 884976 2.69 127948 4249528 2028276 5.98 1842676 3324272 148652 05:46:26 05:04:01 26613644 31359944 925932 2.82 133496 4696992 2040156 6.01 1750240 3915320 531496 05:46:26 05:05:01 22220264 31422172 875420 2.66 143328 9052128 2326404 6.86 1766880 8202196 2130724 05:46:26 05:06:01 18274472 31352152 895280 2.72 321972 12425500 2288052 6.74 2650592 10883412 7984 05:46:26 05:07:01 12096820 29882164 2295680 6.98 365896 16673556 8331720 24.55 5125500 14078456 649180 05:46:26 05:08:01 9881168 29689152 2506168 7.62 380620 18639420 6542320 19.28 6003256 15401380 584300 05:46:26 05:09:01 11984276 31422944 823120 2.50 401800 18395508 2174784 6.41 3256664 16263408 524 05:46:26 05:10:01 11972152 31408560 836372 2.54 401832 18393352 2122404 6.25 3625144 15904288 576 05:46:26 05:11:01 11981380 31418880 825808 2.51 402392 18393700 1991196 5.87 3839148 15681164 116 05:46:26 05:12:01 11981292 31418804 825848 2.51 402404 18393700 1991196 5.87 3838956 15681164 48 05:46:26 05:13:01 11996292 31433820 811296 2.47 402416 18393704 1991196 5.87 3823088 15681168 8 05:46:26 05:14:01 11997380 31434928 810328 2.46 402440 18393708 1991196 5.87 3823100 15681172 44 05:46:26 05:15:01 12002612 31440284 804652 2.45 402480 18393708 2027532 5.98 3816948 15681164 216 05:46:26 05:16:01 12003128 31440808 804288 2.45 402500 18393688 2027532 5.98 3817496 15681144 176 05:46:26 05:17:01 12003372 31441068 804000 2.45 402520 18393684 2027532 5.98 3817656 15681144 16 05:46:26 05:18:01 12001644 31440332 805268 2.45 402584 18394316 2063404 6.08 3817724 15681696 4 05:46:26 05:19:01 12001864 31440564 804984 2.45 402604 18394320 2063404 6.08 3817928 15681700 12 05:46:26 05:20:01 12001912 31440756 804772 2.45 402624 18394448 2063404 6.08 3817784 15681820 24 05:46:26 05:21:01 12002712 31441632 803876 2.44 402640 18394452 2063404 6.08 3817340 15681836 24 05:46:26 05:22:01 12002764 31441740 803560 2.44 402656 18394456 2063404 6.08 3817500 15681840 208 05:46:26 05:23:01 12002472 31441456 803832 2.44 402676 18394456 2063404 6.08 3817188 15681840 8 05:46:26 05:24:01 12002164 31441236 803940 2.44 402732 18394460 2063404 6.08 3817296 15681844 4 05:46:26 05:25:01 12002368 31441472 803648 2.44 402768 18394452 2063404 6.08 3817328 15681844 4 05:46:26 05:26:01 12002328 31441468 803584 2.44 402792 18394468 2063404 6.08 3817224 15681848 44 05:46:26 05:27:01 12002280 31441452 803572 2.44 402820 18394472 2063404 6.08 3817168 15681856 32 05:46:26 05:28:01 12002164 31441392 803816 2.44 402848 18394472 2063404 6.08 3817252 15681860 44 05:46:26 05:29:01 12000580 31441328 803948 2.44 402880 18395004 2063404 6.08 3818824 15682148 36 05:46:26 05:30:01 11992040 31433604 811624 2.47 402904 18395640 2063404 6.08 3829944 15682212 8 05:46:26 05:31:01 11991992 31433580 811592 2.47 402916 18395648 2063404 6.08 3829668 15682212 12 05:46:26 05:32:01 11991668 31433272 811820 2.47 402932 18395652 2063404 6.08 3829556 15682216 44 05:46:26 05:33:01 11991676 31433300 811856 2.47 402948 18395652 2063404 6.08 3829572 15682216 8 05:46:26 05:34:01 11991628 31433276 811836 2.47 402960 18395656 2063404 6.08 3829616 15682224 4 05:46:26 05:35:01 11991544 31433208 812072 2.47 402972 18395656 2063404 6.08 3829904 15682228 8 05:46:26 05:36:01 11991552 31433232 812008 2.47 402980 18395668 2063404 6.08 3829828 15682228 44 05:46:26 05:37:01 11991432 31433136 811988 2.47 402992 18395672 2063404 6.08 3830096 15682232 176 05:46:26 05:38:01 11991456 31433164 811944 2.47 403012 18395672 2063404 6.08 3829772 15682236 184 05:46:26 05:39:01 11990856 31432600 812444 2.47 403024 18395676 2063404 6.08 3830208 15682240 184 05:46:26 05:40:01 11990880 31432636 812400 2.47 403036 18395676 2063404 6.08 3829812 15682244 180 05:46:26 05:41:01 11990760 31432548 812464 2.47 403060 18395680 2063404 6.08 3829708 15682244 8 05:46:26 05:42:01 11990752 31432564 812380 2.47 403088 18395684 2063404 6.08 3829660 15682248 180 05:46:26 05:43:01 11990160 31431996 812872 2.47 403128 18395684 2063404 6.08 3829700 15682248 16 05:46:26 05:44:01 11990184 31432076 812756 2.47 403156 18395688 2063404 6.08 3829736 15682252 184 05:46:26 05:45:01 11811676 31393496 851264 2.59 403264 18531276 2306004 6.80 3862072 15817924 136164 05:46:26 05:46:01 10535328 31370572 868184 2.64 432036 19628988 2084648 6.14 3958924 16865748 748 05:46:26 Average: 13639551 31349957 899116 2.73 369427 16781325 2313576 6.82 3625609 14322558 98166 05:46:26 05:46:26 05:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:46:26 05:01:01 docker0 591.75 530.59 41.09 2874.20 0.00 0.00 0.00 0.00 05:46:26 05:01:01 veth539a9e7 591.75 530.71 49.18 2874.21 0.00 0.00 0.00 0.24 05:46:26 05:01:01 ens3 1356.99 1348.41 8162.29 172.95 0.00 0.00 0.00 0.00 05:46:26 05:01:01 lo 4.07 4.07 0.39 0.39 0.00 0.00 0.00 0.00 05:46:26 05:02:01 docker0 227.16 326.93 20.27 2057.02 0.00 0.00 0.00 0.00 05:46:26 05:02:01 ens3 470.62 312.41 5255.03 46.30 0.00 0.00 0.00 0.00 05:46:26 05:02:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 05:46:26 05:02:01 veth81244c1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:03:01 docker0 1.23 1.23 0.09 0.11 0.00 0.00 0.00 0.00 05:46:26 05:03:01 ens3 25.83 18.33 19.65 11.36 0.00 0.00 0.00 0.00 05:46:26 05:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:03:01 veth81244c1 1.23 1.27 0.11 0.11 0.00 0.00 0.00 0.00 05:46:26 05:04:01 docker0 0.20 0.20 0.01 0.02 0.00 0.00 0.00 0.00 05:46:26 05:04:01 ens3 21.31 11.95 18.31 9.63 0.00 0.00 0.00 0.00 05:46:26 05:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:04:01 veth81244c1 0.20 0.22 0.02 0.02 0.00 0.00 0.00 0.00 05:46:26 05:05:01 docker0 0.55 0.42 0.04 0.23 0.00 0.00 0.00 0.00 05:46:26 05:05:01 ens3 107.50 69.99 2279.92 20.36 0.00 0.00 0.00 0.00 05:46:26 05:05:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 05:46:26 05:05:01 veth8f73e08 0.55 0.55 0.05 0.24 0.00 0.00 0.00 0.00 05:46:26 05:06:01 veth514707a 77.97 125.13 8.20 1181.95 0.00 0.00 0.00 0.10 05:46:26 05:06:01 veth726acc8 78.20 151.09 8.25 1178.77 0.00 0.00 0.00 0.10 05:46:26 05:06:01 docker0 445.44 792.30 39.10 7239.04 0.00 0.00 0.00 0.00 05:46:26 05:06:01 veth2d6e25e 72.09 126.06 7.89 1183.28 0.00 0.00 0.00 0.10 05:46:26 05:06:01 ens3 961.37 555.89 9430.90 226.82 0.00 0.00 0.00 0.00 05:46:26 05:06:01 vethf7ac79b 78.79 145.26 8.22 1179.43 0.00 0.00 0.00 0.10 05:46:26 05:06:01 lo 0.73 0.73 0.06 0.06 0.00 0.00 0.00 0.00 05:46:26 05:06:01 veth8f73e08 0.07 0.92 0.00 0.04 0.00 0.00 0.00 0.00 05:46:26 05:06:01 veth7c9fe0d 81.14 144.06 8.35 1182.00 0.00 0.00 0.00 0.10 05:46:26 05:07:01 veth0f93104 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth52b7259 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth828037a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth255ecf5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth357eb84 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth452c27e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 vetha49bd50 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 ens3 253.27 110.70 1394.43 12.22 0.00 0.00 0.00 0.00 05:46:26 05:07:01 vethee77133 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth538e5b4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth5417648 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth788b665 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth9d338a4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 05:46:26 05:07:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 05:46:26 05:07:01 veth8f73e08 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth0f93104 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth52b7259 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth828037a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth255ecf5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth357eb84 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth452c27e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 vetha49bd50 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 ens3 2.58 1.78 1.97 1.17 0.00 0.00 0.00 0.00 05:46:26 05:08:01 vethee77133 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth538e5b4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth5417648 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth788b665 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth9d338a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:08:01 veth8f73e08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:09:01 ens3 111.38 102.20 70.30 417.40 0.00 0.00 0.00 0.00 05:46:26 05:09:01 lo 13.66 13.66 1.35 1.35 0.00 0.00 0.00 0.00 05:46:26 05:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:10:01 ens3 475.27 488.67 218.96 2568.66 0.00 0.00 0.00 0.00 05:46:26 05:10:01 lo 49.33 49.33 4.86 4.86 0.00 0.00 0.00 0.00 05:46:26 05:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:11:01 ens3 190.57 189.42 94.36 1160.29 0.00 0.00 0.00 0.00 05:46:26 05:11:01 lo 17.53 17.53 1.73 1.73 0.00 0.00 0.00 0.00 05:46:26 05:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:14:01 ens3 0.50 0.10 0.05 0.01 0.00 0.00 0.00 0.00 05:46:26 05:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:15:01 ens3 0.63 0.53 0.36 0.29 0.00 0.00 0.00 0.00 05:46:26 05:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:16:01 ens3 0.33 0.23 0.14 0.08 0.00 0.00 0.00 0.00 05:46:26 05:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:17:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:18:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:19:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:20:01 ens3 0.67 0.12 0.06 0.01 0.00 0.00 0.00 0.00 05:46:26 05:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:21:01 ens3 1.32 0.47 0.51 0.34 0.00 0.00 0.00 0.00 05:46:26 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:22:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:23:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:46:26 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:24:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:25:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:26:01 ens3 0.30 0.23 0.09 0.08 0.00 0.00 0.00 0.00 05:46:26 05:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:27:01 ens3 0.18 0.07 0.06 0.00 0.00 0.00 0.00 0.00 05:46:26 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:28:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 05:46:26 05:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:29:01 ens3 1.93 1.53 1.60 2.89 0.00 0.00 0.00 0.00 05:46:26 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:30:01 ens3 6.18 5.15 3.91 3.48 0.00 0.00 0.00 0.00 05:46:26 05:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 05:46:26 05:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:31:01 ens3 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 05:46:26 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:32:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:33:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:34:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:36:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:46:26 05:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:37:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 05:46:26 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:39:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:40:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:41:01 ens3 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 05:46:26 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:42:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 05:46:26 05:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:43:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 05:46:26 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:45:01 ens3 77.60 46.29 2148.95 6.57 0.00 0.00 0.00 0.00 05:46:26 05:45:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 05:46:26 05:46:01 docker0 72.95 118.38 7.03 1254.22 0.00 0.00 0.00 0.00 05:46:26 05:46:01 vethb2d575e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 05:46:01 ens3 397.70 257.06 5985.20 163.33 0.00 0.00 0.00 0.00 05:46:26 05:46:01 lo 1.47 1.47 0.15 0.15 0.00 0.00 0.00 0.00 05:46:26 Average: docker0 29.12 38.49 2.34 291.92 0.00 0.00 0.00 0.00 05:46:26 Average: vethb2d575e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:46:26 Average: ens3 97.10 76.58 762.97 104.78 0.00 0.00 0.00 0.00 05:46:26 Average: lo 2.05 2.05 0.20 0.20 0.00 0.00 0.00 0.00 05:46:26 05:46:26 05:46:26 ---> sar -P ALL: 05:46:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5838) 07/18/24 _x86_64_ (8 CPU) 05:46:26 05:46:26 04:59:36 LINUX RESTART (8 CPU) 05:46:26 05:46:26 05:00:01 CPU %user %nice %system %iowait %steal %idle 05:46:26 05:01:01 all 8.43 0.00 2.65 2.48 0.06 86.38 05:46:26 05:01:01 0 6.26 0.00 2.25 3.69 0.05 87.75 05:46:26 05:01:01 1 5.99 0.00 1.73 0.42 0.05 91.81 05:46:26 05:01:01 2 11.52 0.00 4.26 1.62 0.07 82.54 05:46:26 05:01:01 3 7.10 0.00 3.96 3.62 0.05 85.28 05:46:26 05:01:01 4 8.87 0.00 2.94 6.54 0.08 81.56 05:46:26 05:01:01 5 14.33 0.00 3.23 3.16 0.08 79.20 05:46:26 05:01:01 6 7.32 0.00 1.52 0.49 0.05 90.62 05:46:26 05:01:01 7 6.00 0.00 1.35 0.37 0.05 92.23 05:46:26 05:02:01 all 17.97 0.00 4.75 3.41 0.08 73.80 05:46:26 05:02:01 0 20.09 0.00 6.15 21.75 0.08 51.92 05:46:26 05:02:01 1 17.86 0.00 4.80 0.64 0.07 76.63 05:46:26 05:02:01 2 17.36 0.00 4.76 0.25 0.07 77.56 05:46:26 05:02:01 3 18.33 0.00 4.30 0.27 0.07 77.03 05:46:26 05:02:01 4 17.27 0.00 4.62 0.24 0.08 77.79 05:46:26 05:02:01 5 17.36 0.00 4.85 3.31 0.07 74.41 05:46:26 05:02:01 6 18.08 0.00 4.77 0.54 0.08 76.53 05:46:26 05:02:01 7 17.38 0.00 3.77 0.35 0.08 78.41 05:46:26 05:03:01 all 27.57 0.00 4.67 1.55 0.09 66.13 05:46:26 05:03:01 0 28.93 0.00 4.81 0.82 0.12 65.31 05:46:26 05:03:01 1 25.99 0.00 4.63 0.00 0.08 69.29 05:46:26 05:03:01 2 28.08 0.00 4.77 11.16 0.08 55.90 05:46:26 05:03:01 3 27.50 0.00 5.41 0.13 0.10 66.85 05:46:26 05:03:01 4 28.68 0.00 4.38 0.03 0.08 66.82 05:46:26 05:03:01 5 27.05 0.00 4.82 0.03 0.08 68.01 05:46:26 05:03:01 6 27.60 0.00 4.47 0.22 0.08 67.62 05:46:26 05:03:01 7 26.72 0.00 4.03 0.00 0.08 69.16 05:46:26 05:04:01 all 58.12 0.00 7.77 1.23 0.14 32.74 05:46:26 05:04:01 0 56.71 0.00 7.74 2.59 0.13 32.83 05:46:26 05:04:01 1 57.78 0.00 7.61 0.40 0.12 34.08 05:46:26 05:04:01 2 57.86 0.00 8.29 2.62 0.13 31.10 05:46:26 05:04:01 3 59.89 0.00 7.82 0.52 0.13 31.64 05:46:26 05:04:01 4 57.53 0.00 7.63 0.52 0.19 34.13 05:46:26 05:04:01 5 57.48 0.00 7.69 1.20 0.14 33.49 05:46:26 05:04:01 6 59.43 0.00 7.28 0.88 0.14 32.28 05:46:26 05:04:01 7 58.28 0.00 8.14 1.08 0.12 32.39 05:46:26 05:05:01 all 21.76 0.00 6.27 9.01 0.10 62.85 05:46:26 05:05:01 0 22.58 0.00 5.99 8.05 0.07 63.30 05:46:26 05:05:01 1 21.43 0.00 5.69 1.62 0.12 71.14 05:46:26 05:05:01 2 22.55 0.00 7.09 29.18 0.09 41.10 05:46:26 05:05:01 3 20.63 0.00 5.84 2.34 0.12 71.07 05:46:26 05:05:01 4 22.50 0.00 6.19 7.49 0.08 63.74 05:46:26 05:05:01 5 22.01 0.00 6.35 8.83 0.08 62.71 05:46:26 05:05:01 6 21.94 0.00 6.72 12.20 0.07 59.07 05:46:26 05:05:01 7 20.47 0.00 6.33 2.62 0.14 70.45 05:46:26 05:06:01 all 12.51 0.00 6.29 24.28 0.10 56.82 05:46:26 05:06:01 0 13.93 0.00 7.74 45.03 0.12 33.17 05:46:26 05:06:01 1 11.56 0.00 4.87 11.02 0.08 72.47 05:46:26 05:06:01 2 12.24 0.00 7.88 44.19 0.12 35.56 05:46:26 05:06:01 3 13.16 0.00 5.97 20.56 0.10 60.20 05:46:26 05:06:01 4 10.21 0.00 5.14 22.67 0.10 61.88 05:46:26 05:06:01 5 13.54 0.00 6.62 16.67 0.12 63.05 05:46:26 05:06:01 6 14.32 0.00 6.25 15.30 0.10 64.03 05:46:26 05:06:01 7 11.12 0.00 5.84 19.06 0.07 63.91 05:46:26 05:07:01 all 69.86 0.00 12.30 5.98 0.14 11.73 05:46:26 05:07:01 0 69.95 0.00 12.90 14.92 0.14 2.10 05:46:26 05:07:01 1 69.46 0.00 11.56 1.09 0.12 17.77 05:46:26 05:07:01 2 69.20 0.00 12.50 15.17 0.14 3.00 05:46:26 05:07:01 3 71.66 0.00 11.38 3.79 0.12 13.06 05:46:26 05:07:01 4 68.28 0.00 13.70 3.11 0.12 14.79 05:46:26 05:07:01 5 70.69 0.00 12.10 4.43 0.15 12.64 05:46:26 05:07:01 6 70.90 0.00 11.85 2.70 0.13 14.42 05:46:26 05:07:01 7 68.68 0.00 12.45 2.61 0.17 16.10 05:46:26 05:08:01 all 84.59 0.00 12.07 3.02 0.31 0.00 05:46:26 05:08:01 0 83.53 0.00 13.01 3.24 0.23 0.00 05:46:26 05:08:01 1 85.32 0.00 11.09 3.40 0.17 0.02 05:46:26 05:08:01 2 84.59 0.00 12.51 2.73 0.17 0.00 05:46:26 05:08:01 3 85.98 0.00 10.61 3.19 0.22 0.00 05:46:26 05:08:01 4 84.08 0.00 12.15 2.77 1.00 0.00 05:46:26 05:08:01 5 84.83 0.00 12.45 2.47 0.24 0.00 05:46:26 05:08:01 6 85.69 0.00 10.82 3.28 0.20 0.00 05:46:26 05:08:01 7 82.57 0.00 14.08 3.11 0.25 0.00 05:46:26 05:09:01 all 41.56 0.00 7.59 6.32 0.11 44.42 05:46:26 05:09:01 0 44.15 0.00 7.33 11.76 0.10 36.66 05:46:26 05:09:01 1 41.66 0.00 7.08 2.42 0.10 48.74 05:46:26 05:09:01 2 40.62 0.00 6.33 5.02 0.12 47.92 05:46:26 05:09:01 3 41.62 0.00 7.72 4.54 0.10 46.02 05:46:26 05:09:01 4 41.04 0.00 7.94 12.22 0.09 38.71 05:46:26 05:09:01 5 43.03 0.00 7.97 4.55 0.12 44.33 05:46:26 05:09:01 6 41.53 0.00 8.43 4.14 0.18 45.72 05:46:26 05:09:01 7 38.76 0.00 7.96 5.80 0.10 47.38 05:46:26 05:10:01 all 9.78 0.00 1.06 0.12 0.07 88.97 05:46:26 05:10:01 0 10.99 0.00 1.29 0.65 0.07 87.00 05:46:26 05:10:01 1 9.61 0.00 1.14 0.03 0.05 89.17 05:46:26 05:10:01 2 10.21 0.00 0.84 0.03 0.07 88.85 05:46:26 05:10:01 3 13.04 0.00 1.13 0.02 0.12 85.70 05:46:26 05:10:01 4 7.56 0.00 0.77 0.03 0.05 91.59 05:46:26 05:10:01 5 7.10 0.00 1.05 0.12 0.07 91.67 05:46:26 05:10:01 6 11.89 0.00 1.27 0.05 0.08 86.70 05:46:26 05:10:01 7 7.86 0.00 0.99 0.05 0.07 91.04 05:46:26 05:11:01 all 4.79 0.00 0.42 0.07 0.04 94.67 05:46:26 05:11:01 0 2.45 0.00 0.53 0.27 0.03 96.71 05:46:26 05:11:01 1 4.62 0.00 0.42 0.02 0.03 94.91 05:46:26 05:11:01 2 6.91 0.00 0.43 0.00 0.05 92.61 05:46:26 05:11:01 3 2.25 0.00 0.42 0.02 0.03 97.28 05:46:26 05:11:01 4 6.25 0.00 0.40 0.02 0.03 93.30 05:46:26 05:11:01 5 7.56 0.00 0.48 0.20 0.07 91.69 05:46:26 05:11:01 6 2.82 0.00 0.35 0.02 0.05 96.76 05:46:26 05:11:01 7 5.48 0.00 0.35 0.05 0.03 94.08 05:46:26 05:46:26 05:11:01 CPU %user %nice %system %iowait %steal %idle 05:46:26 05:12:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:46:26 05:12:01 0 0.10 0.00 0.02 0.02 0.02 99.85 05:46:26 05:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:12:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:12:01 3 0.05 0.00 0.02 0.00 0.03 99.90 05:46:26 05:12:01 4 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:12:01 6 0.02 0.00 0.05 0.00 0.02 99.92 05:46:26 05:12:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:46:26 05:13:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:46:26 05:13:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:13:01 2 0.03 0.00 0.00 0.00 0.02 99.95 05:46:26 05:13:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:46:26 05:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:13:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:13:01 6 0.07 0.00 0.02 0.00 0.00 99.92 05:46:26 05:13:01 7 0.02 0.00 0.03 0.02 0.02 99.92 05:46:26 05:14:01 all 0.01 0.00 0.01 0.01 0.01 99.96 05:46:26 05:14:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:46:26 05:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:14:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:46:26 05:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:14:01 6 0.05 0.00 0.05 0.00 0.03 99.87 05:46:26 05:14:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:15:01 all 0.10 0.00 0.03 0.00 0.01 99.85 05:46:26 05:15:01 0 0.03 0.00 0.03 0.02 0.02 99.90 05:46:26 05:15:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:15:01 2 0.02 0.00 0.03 0.00 0.02 99.93 05:46:26 05:15:01 3 0.05 0.00 0.03 0.00 0.03 99.88 05:46:26 05:15:01 4 0.52 0.00 0.07 0.00 0.00 99.42 05:46:26 05:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:15:01 6 0.12 0.00 0.05 0.00 0.00 99.83 05:46:26 05:15:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:16:01 all 0.28 0.00 0.01 0.00 0.01 99.69 05:46:26 05:16:01 0 0.20 0.00 0.02 0.03 0.02 99.73 05:46:26 05:16:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:16:01 3 0.27 0.00 0.05 0.00 0.03 99.65 05:46:26 05:16:01 4 1.74 0.00 0.00 0.00 0.02 98.24 05:46:26 05:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:16:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:16:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:17:01 all 0.28 0.00 0.01 0.00 0.01 99.70 05:46:26 05:17:01 0 0.05 0.00 0.02 0.02 0.02 99.90 05:46:26 05:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:17:01 3 1.99 0.00 0.05 0.00 0.03 97.93 05:46:26 05:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:17:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:17:01 6 0.07 0.00 0.02 0.00 0.00 99.92 05:46:26 05:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:18:01 all 0.14 0.00 0.04 0.02 0.01 99.78 05:46:26 05:18:01 0 0.03 0.00 0.03 0.13 0.00 99.80 05:46:26 05:18:01 1 0.02 0.00 0.03 0.00 0.02 99.93 05:46:26 05:18:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:18:01 3 0.78 0.00 0.08 0.00 0.03 99.10 05:46:26 05:18:01 4 0.05 0.00 0.03 0.00 0.00 99.92 05:46:26 05:18:01 5 0.02 0.00 0.07 0.00 0.02 99.90 05:46:26 05:18:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:46:26 05:18:01 7 0.20 0.00 0.03 0.03 0.02 99.72 05:46:26 05:19:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:46:26 05:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:19:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:19:01 3 0.05 0.00 0.02 0.00 0.03 99.90 05:46:26 05:19:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:19:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:19:01 6 0.08 0.00 0.02 0.00 0.02 99.88 05:46:26 05:19:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:20:01 all 0.01 0.00 0.01 0.00 0.01 99.96 05:46:26 05:20:01 0 0.02 0.00 0.03 0.02 0.00 99.93 05:46:26 05:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:20:01 3 0.02 0.00 0.03 0.00 0.03 99.92 05:46:26 05:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:20:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:20:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:46:26 05:20:01 7 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:46:26 05:21:01 0 0.02 0.00 0.00 0.02 0.02 99.95 05:46:26 05:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:21:01 3 0.03 0.00 0.05 0.00 0.03 99.88 05:46:26 05:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:21:01 6 0.05 0.00 0.02 0.00 0.02 99.92 05:46:26 05:21:01 7 0.03 0.00 0.00 0.02 0.00 99.95 05:46:26 05:22:01 all 0.02 0.00 0.01 0.00 0.01 99.95 05:46:26 05:22:01 0 0.02 0.00 0.00 0.03 0.00 99.95 05:46:26 05:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:22:01 3 0.02 0.00 0.05 0.00 0.03 99.90 05:46:26 05:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:22:01 5 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:22:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:46:26 05:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:46:26 05:22:01 CPU %user %nice %system %iowait %steal %idle 05:46:26 05:23:01 all 0.01 0.00 0.02 0.00 0.01 99.95 05:46:26 05:23:01 0 0.02 0.00 0.02 0.03 0.00 99.93 05:46:26 05:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:23:01 2 0.02 0.00 0.05 0.00 0.02 99.92 05:46:26 05:23:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:46:26 05:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:23:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:23:01 6 0.03 0.00 0.02 0.00 0.02 99.93 05:46:26 05:23:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:24:01 all 0.15 0.00 0.01 0.01 0.01 99.82 05:46:26 05:24:01 0 0.02 0.00 0.00 0.05 0.02 99.92 05:46:26 05:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:24:01 3 1.08 0.00 0.02 0.00 0.03 98.87 05:46:26 05:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:24:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:24:01 6 0.02 0.00 0.03 0.00 0.00 99.95 05:46:26 05:24:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:46:26 05:25:01 all 0.16 0.00 0.01 0.00 0.01 99.82 05:46:26 05:25:01 0 0.00 0.00 0.00 0.02 0.00 99.98 05:46:26 05:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:25:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:25:01 3 1.23 0.00 0.05 0.00 0.03 98.69 05:46:26 05:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:25:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:25:01 6 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:25:01 7 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:26:01 all 0.03 0.00 0.01 0.00 0.01 99.94 05:46:26 05:26:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:46:26 05:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:26:01 3 0.05 0.00 0.03 0.00 0.05 99.87 05:46:26 05:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:26:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:46:26 05:26:01 7 0.02 0.00 0.02 0.02 0.00 99.95 05:46:26 05:27:01 all 0.02 0.00 0.01 0.00 0.01 99.96 05:46:26 05:27:01 0 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:27:01 2 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:27:01 3 0.03 0.00 0.02 0.00 0.03 99.92 05:46:26 05:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 05:46:26 05:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:28:01 all 0.03 0.00 0.01 0.01 0.01 99.95 05:46:26 05:28:01 0 0.02 0.00 0.02 0.03 0.00 99.93 05:46:26 05:28:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:28:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:28:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:46:26 05:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:28:01 5 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:28:01 6 0.08 0.00 0.02 0.00 0.02 99.88 05:46:26 05:28:01 7 0.00 0.00 0.03 0.00 0.02 99.95 05:46:26 05:29:01 all 0.09 0.00 0.03 0.01 0.01 99.86 05:46:26 05:29:01 0 0.32 0.00 0.02 0.05 0.00 99.62 05:46:26 05:29:01 1 0.02 0.00 0.03 0.02 0.00 99.93 05:46:26 05:29:01 2 0.08 0.00 0.02 0.00 0.00 99.90 05:46:26 05:29:01 3 0.05 0.00 0.07 0.00 0.05 99.83 05:46:26 05:29:01 4 0.17 0.00 0.02 0.02 0.00 99.80 05:46:26 05:29:01 5 0.05 0.00 0.03 0.00 0.00 99.92 05:46:26 05:29:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:30:01 all 0.21 0.00 0.02 0.01 0.01 99.75 05:46:26 05:30:01 0 0.30 0.00 0.00 0.02 0.02 99.67 05:46:26 05:30:01 1 0.07 0.00 0.00 0.00 0.00 99.93 05:46:26 05:30:01 2 0.10 0.00 0.05 0.03 0.02 99.80 05:46:26 05:30:01 3 0.43 0.00 0.02 0.00 0.03 99.52 05:46:26 05:30:01 4 0.12 0.00 0.00 0.00 0.02 99.87 05:46:26 05:30:01 5 0.23 0.00 0.03 0.02 0.02 99.70 05:46:26 05:30:01 6 0.17 0.00 0.05 0.00 0.02 99.77 05:46:26 05:30:01 7 0.25 0.00 0.00 0.00 0.00 99.75 05:46:26 05:31:01 all 0.02 0.00 0.01 0.01 0.01 99.95 05:46:26 05:31:01 0 0.02 0.00 0.00 0.08 0.00 99.90 05:46:26 05:31:01 1 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:31:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:31:01 3 0.10 0.00 0.03 0.00 0.03 99.83 05:46:26 05:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:31:01 6 0.00 0.00 0.03 0.00 0.02 99.95 05:46:26 05:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:32:01 all 0.02 0.00 0.01 0.01 0.01 99.94 05:46:26 05:32:01 0 0.02 0.00 0.02 0.07 0.00 99.90 05:46:26 05:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:32:01 2 0.00 0.00 0.00 0.05 0.02 99.93 05:46:26 05:32:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:46:26 05:32:01 4 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:32:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:46:26 05:32:01 7 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:33:01 all 0.01 0.00 0.01 0.00 0.00 99.98 05:46:26 05:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:33:01 3 0.00 0.00 0.02 0.00 0.02 99.97 05:46:26 05:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:33:01 6 0.02 0.00 0.03 0.00 0.02 99.93 05:46:26 05:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:46:26 05:33:01 CPU %user %nice %system %iowait %steal %idle 05:46:26 05:34:01 all 0.19 0.00 0.01 0.01 0.01 99.78 05:46:26 05:34:01 0 0.00 0.00 0.00 0.07 0.02 99.92 05:46:26 05:34:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:34:01 2 0.03 0.00 0.02 0.02 0.00 99.93 05:46:26 05:34:01 3 1.32 0.00 0.02 0.00 0.03 98.63 05:46:26 05:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:34:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:46:26 05:34:01 7 0.03 0.00 0.02 0.00 0.02 99.93 05:46:26 05:35:01 all 0.27 0.00 0.01 0.00 0.00 99.72 05:46:26 05:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:35:01 2 0.02 0.00 0.00 0.02 0.00 99.97 05:46:26 05:35:01 3 2.00 0.00 0.00 0.00 0.02 97.98 05:46:26 05:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:35:01 5 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:35:01 6 0.05 0.00 0.05 0.00 0.02 99.88 05:46:26 05:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:36:01 all 0.26 0.00 0.01 0.06 0.01 99.66 05:46:26 05:36:01 0 0.02 0.00 0.03 0.50 0.00 99.45 05:46:26 05:36:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:36:01 2 0.00 0.00 0.00 0.02 0.02 99.97 05:46:26 05:36:01 3 1.97 0.00 0.02 0.00 0.03 97.98 05:46:26 05:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:36:01 6 0.03 0.00 0.02 0.00 0.00 99.95 05:46:26 05:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:37:01 all 0.19 0.00 0.02 0.00 0.01 99.79 05:46:26 05:37:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:46:26 05:37:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:37:01 3 1.32 0.00 0.10 0.00 0.03 98.55 05:46:26 05:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:37:01 5 0.05 0.00 0.00 0.00 0.00 99.95 05:46:26 05:37:01 6 0.05 0.00 0.03 0.00 0.02 99.90 05:46:26 05:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:38:01 all 0.01 0.00 0.01 0.00 0.00 99.97 05:46:26 05:38:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:46:26 05:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:38:01 2 0.00 0.00 0.00 0.02 0.00 99.98 05:46:26 05:38:01 3 0.00 0.00 0.03 0.00 0.02 99.95 05:46:26 05:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:38:01 6 0.07 0.00 0.03 0.00 0.02 99.88 05:46:26 05:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:39:01 all 0.03 0.00 0.01 0.01 0.01 99.94 05:46:26 05:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 05:46:26 05:39:01 1 0.03 0.00 0.00 0.00 0.02 99.95 05:46:26 05:39:01 2 0.02 0.00 0.00 0.07 0.02 99.90 05:46:26 05:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:39:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:39:01 5 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:39:01 6 0.10 0.00 0.02 0.00 0.02 99.87 05:46:26 05:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:40:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:46:26 05:40:01 0 0.00 0.00 0.02 0.02 0.02 99.95 05:46:26 05:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:40:01 3 0.02 0.00 0.00 0.00 0.03 99.95 05:46:26 05:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:40:01 5 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:40:01 6 0.07 0.00 0.05 0.00 0.02 99.87 05:46:26 05:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:41:01 all 0.03 0.00 0.01 0.00 0.01 99.96 05:46:26 05:41:01 0 0.02 0.00 0.02 0.02 0.00 99.95 05:46:26 05:41:01 1 0.03 0.00 0.00 0.00 0.00 99.97 05:46:26 05:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:41:01 3 0.00 0.00 0.00 0.00 0.03 99.97 05:46:26 05:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:41:01 6 0.10 0.00 0.05 0.00 0.02 99.83 05:46:26 05:41:01 7 0.02 0.00 0.00 0.00 0.02 99.97 05:46:26 05:42:01 all 0.02 0.00 0.02 0.00 0.01 99.95 05:46:26 05:42:01 0 0.02 0.00 0.03 0.02 0.00 99.93 05:46:26 05:42:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:42:01 2 0.00 0.00 0.00 0.02 0.02 99.97 05:46:26 05:42:01 3 0.03 0.00 0.03 0.00 0.03 99.90 05:46:26 05:42:01 4 0.02 0.00 0.02 0.00 0.00 99.97 05:46:26 05:42:01 5 0.00 0.00 0.02 0.00 0.02 99.97 05:46:26 05:42:01 6 0.10 0.00 0.03 0.00 0.00 99.87 05:46:26 05:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 05:46:26 05:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 05:46:26 05:43:01 0 0.02 0.00 0.02 0.02 0.02 99.93 05:46:26 05:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:43:01 2 0.03 0.00 0.02 0.02 0.00 99.93 05:46:26 05:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 05:46:26 05:43:01 4 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 05:46:26 05:43:01 6 0.08 0.00 0.03 0.00 0.02 99.87 05:46:26 05:43:01 7 0.03 0.00 0.00 0.00 0.02 99.95 05:46:26 05:44:01 all 0.01 0.00 0.01 0.00 0.01 99.97 05:46:26 05:44:01 0 0.00 0.00 0.02 0.03 0.00 99.95 05:46:26 05:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 05:46:26 05:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 05:46:26 05:44:01 6 0.05 0.00 0.05 0.00 0.02 99.88 05:46:26 05:44:01 7 0.02 0.00 0.02 0.00 0.02 99.95 05:46:26 05:46:26 05:44:01 CPU %user %nice %system %iowait %steal %idle 05:46:26 05:45:01 all 0.51 0.00 0.26 0.02 0.01 99.21 05:46:26 05:45:01 0 0.63 0.00 0.17 0.08 0.02 99.10 05:46:26 05:45:01 1 0.58 0.00 0.28 0.00 0.00 99.13 05:46:26 05:45:01 2 0.50 0.00 0.22 0.02 0.02 99.25 05:46:26 05:45:01 3 0.60 0.00 0.23 0.00 0.02 99.15 05:46:26 05:45:01 4 0.35 0.00 0.17 0.00 0.00 99.48 05:46:26 05:45:01 5 0.52 0.00 0.33 0.02 0.00 99.13 05:46:26 05:45:01 6 0.48 0.00 0.33 0.05 0.02 99.12 05:46:26 05:45:01 7 0.38 0.00 0.32 0.00 0.02 99.28 05:46:26 05:46:01 all 8.72 0.00 3.88 2.88 0.07 84.46 05:46:26 05:46:01 0 10.70 0.00 3.85 0.79 0.07 84.58 05:46:26 05:46:01 1 8.20 0.00 4.14 0.27 0.05 87.34 05:46:26 05:46:01 2 8.72 0.00 4.42 6.84 0.07 79.95 05:46:26 05:46:01 3 7.91 0.00 3.02 3.26 0.05 85.76 05:46:26 05:46:01 4 8.35 0.00 4.35 0.44 0.07 86.80 05:46:26 05:46:01 5 9.72 0.00 4.48 10.43 0.10 75.27 05:46:26 05:46:01 6 7.33 0.00 3.81 0.05 0.07 88.74 05:46:26 05:46:01 7 8.85 0.00 2.94 1.07 0.05 87.09 05:46:26 Average: all 7.90 0.00 1.51 1.30 0.03 89.26 05:46:26 Average: 0 7.95 0.00 1.59 2.46 0.03 87.97 05:46:26 Average: 1 7.74 0.00 1.40 0.46 0.02 90.38 05:46:26 Average: 2 7.95 0.00 1.60 2.55 0.03 87.87 05:46:26 Average: 3 8.24 0.00 1.48 0.90 0.05 89.33 05:46:26 Average: 4 7.82 0.00 1.52 1.20 0.04 89.42 05:46:26 Average: 5 8.06 0.00 1.56 1.19 0.03 89.16 05:46:26 Average: 6 7.96 0.00 1.48 0.86 0.04 89.67 05:46:26 Average: 7 7.46 0.00 1.45 0.77 0.03 90.28 05:46:26 05:46:26 05:46:26