Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8274911434a2757c8b48b8ce5b79d548a121dbe7 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-ssh12720561473368633492.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh7590627953763650934.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2131821627618584922.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh5758466648094110505.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-ssh14546757034066127086.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], buildSnap:false] ========================================================= [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.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5282’ Running on prd-ubuntu20.04-docker-8c-8g-5284 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/571 [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/571 # 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 8274911434a2757c8b48b8ce5b79d548a121dbe7 (main) Commit message: "Merge pull request #4664 from weichou1229/issue-4053" > 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 8274911434a2757c8b48b8ce5b79d548a121dbe7 # timeout=10 > git rev-list --no-walk 7bfebe8d09e2b9340326eaa527b0cdd522250f64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:13:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:13:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:13:33 ========================================================= 00:13:33 EdgeX Global Pipelines Version Info 00:13:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:13:34 ------------------- 00:13:34 stable info: 00:13:34 ------------------- 00:13:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:34 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 00:13:34 Message: update stable to v1.0.253 00:13:34 ------------------- 00:13:34 experimental info: 00:13:34 ------------------- 00:13:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:13:34 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 00:13:34 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8274911 [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:13:35 provisioning config files... 00:13:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config12428418834163742391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:13:35 ---> docker-login.sh 00:13:35 nexus3.edgexfoundry.org:10001 00:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:35 Configure a credential helper to remove this warning. See 00:13:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:35 00:13:35 Login Succeeded 00:13:35 nexus3.edgexfoundry.org:10002 00:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:36 Configure a credential helper to remove this warning. See 00:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:36 00:13:36 Login Succeeded 00:13:36 nexus3.edgexfoundry.org:10003 00:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:36 Configure a credential helper to remove this warning. See 00:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:36 00:13:36 Login Succeeded 00:13:36 nexus3.edgexfoundry.org:10004 00:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:36 Configure a credential helper to remove this warning. See 00:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:36 00:13:36 Login Succeeded 00:13:36 docker.io 00:13:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:36 Configure a credential helper to remove this warning. See 00:13:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:36 00:13:36 Login Succeeded 00:13:36 ---> docker-login.sh ends [Pipeline] } 00:13:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:36 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/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 00:13:36 + dirname cmd/core-command/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo core-command,cmd/core-command/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + dirname cmd/core-common-config-bootstrapper/Dockerfile 00:13:36 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 00:13:36 + dirname cmd/core-data/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo core-data,cmd/core-data/Dockerfile 00:13:36 + dirname cmd/core-metadata/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo core-metadata,cmd/core-metadata/Dockerfile 00:13:36 + dirname cmd/security-bootstrapper/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:13:36 + + dirname cmd/security-proxy-auth/Dockerfilecut 00:13:36 -d/ -f2 00:13:36 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 00:13:36 + dirname cmd/security-proxy-setup/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:13:36 + dirname cmd/security-secretstore-setup/Dockerfile+ 00:13:36 cut -d/ -f2 00:13:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:13:36 + dirname cmd/security-spiffe-token-provider/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 00:13:36 + dirname cmd/security-spire-agent/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 00:13:36 + dirname cmd/security-spire-config/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-spire-config,cmd/security-spire-config/Dockerfile 00:13:36 + dirname cmd/security-spire-server/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo security-spire-server,cmd/security-spire-server/Dockerfile 00:13:36 + dirname cmd/support-notifications/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo support-notifications,cmd/support-notifications/Dockerfile 00:13:36 + dirname cmd/support-scheduler/Dockerfile 00:13:36 + cut -d/ -f2 00:13:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 00:13:36 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-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 00:13:37 + git rev-list -1 --merges 8274911434a2757c8b48b8ce5b79d548a121dbe7~1..8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo 00:13:37 -----------> git rev-list -1 --merges 8274911434a2757c8b48b8ce5b79d548a121dbe7~1..8274911434a2757c8b48b8ce5b79d548a121dbe7 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:13:37 8274911434a2757c8b48b8ce5b79d548a121dbe7 [false] [Pipeline] sh 00:13:37 + git log --format=format:%s -1 8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] echo 00:13:37 ========================================================= 00:13:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:13:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 00:13:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:13:38 + grep -v github /etc/ssh/ssh_known_hosts 00:13:38 + [ -e /tmp/ssh_known_hosts ] 00:13:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:13:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:13:38 + sudo tee -a /etc/ssh/ssh_known_hosts 00:13:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:13:38 00:13:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:13:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:13:38 0.1.4: Pulling from edgex-devops/py-git-semver 00:13:38 b85a868b505f: Pulling fs layer 00:13:38 e2be974225ed: Pulling fs layer 00:13:38 339a4e72a1f5: Pulling fs layer 00:13:38 988bab9f4d93: Pulling fs layer 00:13:38 1469e6f7b9e6: Pulling fs layer 00:13:38 eaf3925da568: Pulling fs layer 00:13:38 bab4dde63d76: Pulling fs layer 00:13:38 bde34c3a00c8: Pulling fs layer 00:13:38 b352a97aabf1: Pulling fs layer 00:13:38 4872d77fe225: Pulling fs layer 00:13:38 5851b861e8e6: Pulling fs layer 00:13:38 988bab9f4d93: Waiting 00:13:38 1469e6f7b9e6: Waiting 00:13:38 eaf3925da568: Waiting 00:13:38 bab4dde63d76: Waiting 00:13:38 4872d77fe225: Waiting 00:13:38 bde34c3a00c8: Waiting 00:13:38 5851b861e8e6: Waiting 00:13:38 b352a97aabf1: Waiting 00:13:38 e2be974225ed: Verifying Checksum 00:13:38 e2be974225ed: Download complete 00:13:38 988bab9f4d93: Download complete 00:13:38 1469e6f7b9e6: Verifying Checksum 00:13:38 1469e6f7b9e6: Download complete 00:13:38 339a4e72a1f5: Verifying Checksum 00:13:38 339a4e72a1f5: Download complete 00:13:38 eaf3925da568: Verifying Checksum 00:13:38 eaf3925da568: Download complete 00:13:38 bde34c3a00c8: Verifying Checksum 00:13:38 bde34c3a00c8: Download complete 00:13:38 b352a97aabf1: Download complete 00:13:38 4872d77fe225: Verifying Checksum 00:13:38 4872d77fe225: Download complete 00:13:38 5851b861e8e6: Verifying Checksum 00:13:38 5851b861e8e6: Download complete 00:13:38 b85a868b505f: Verifying Checksum 00:13:38 b85a868b505f: Download complete 00:13:39 bab4dde63d76: Verifying Checksum 00:13:39 bab4dde63d76: Download complete 00:13:40 b85a868b505f: Pull complete 00:13:40 e2be974225ed: Pull complete 00:13:40 339a4e72a1f5: Pull complete 00:13:40 988bab9f4d93: Pull complete 00:13:41 1469e6f7b9e6: Pull complete 00:13:41 eaf3925da568: Pull complete 00:13:43 bab4dde63d76: Pull complete 00:13:43 bde34c3a00c8: Pull complete 00:13:43 b352a97aabf1: Pull complete 00:13:43 4872d77fe225: Pull complete 00:13:43 5851b861e8e6: Pull complete 00:13:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:13:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:13:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:13:43 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:13:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:13:45 $ docker top 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca -eo pid,comm 00:13:45 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:13:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:13:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:45 [ssh-agent] Looking for ssh-agent implementation... 00:13:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:45 $ docker exec 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent 00:13:46 SSH_AUTH_SOCK=/tmp/ssh-y2ijgW6L3JKT/agent.21 00:13:46 SSH_AGENT_PID=32 00:13:46 Running ssh-add (command line suppressed) 00:13:46 Identity added: /w/workspace/edgex-go/571@tmp/private_key_15539480639117858611.key (/w/workspace/edgex-go/571@tmp/private_key_15539480639117858611.key) 00:13:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:46 + git tag --points-at HEAD [Pipeline] } 00:13:46 $ docker exec --env ******** --env ******** 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent -k 00:13:46 unset SSH_AUTH_SOCK; 00:13:46 unset SSH_AGENT_PID; 00:13:46 echo Agent pid 32 killed; 00:13:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:13:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:46 [ssh-agent] Looking for ssh-agent implementation... 00:13:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:46 $ docker exec 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent 00:13:46 SSH_AUTH_SOCK=/tmp/ssh-HeAhMPLlHbIV/agent.69 00:13:46 SSH_AGENT_PID=75 00:13:46 Running ssh-add (command line suppressed) 00:13:47 Identity added: /w/workspace/edgex-go/571@tmp/private_key_10862258111838193986.key (/w/workspace/edgex-go/571@tmp/private_key_10862258111838193986.key) 00:13:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:47 + git semver init 00:13:47 2023-09-05 00:13:47,539 [run_init] DEBUG init version:0.0.0 force:False 00:13:47 2023-09-05 00:13:47,540 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/571/.semver 00:13:47 2023-09-05 00:13:47,540 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/571/.semver 00:13:47 2023-09-05 00:13:47,540 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/571/.semver'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) 00:13:54 2023-09-05 00:13:53,063 [append_file] DEBUG append to file:/w/workspace/edgex-go/571/.git/info/exclude 00:13:54 2023-09-05 00:13:53,064 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/571/.semver/main with force:False 00:13:54 2023-09-05 00:13:53,064 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:13:54 2023-09-05 00:13:53,064 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:13:54 3.1.0-dev.37 [Pipeline] } 00:13:54 $ docker exec --env ******** --env ******** 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca ssh-agent -k 00:13:54 unset SSH_AUTH_SOCK; 00:13:54 unset SSH_AGENT_PID; 00:13:54 echo Agent pid 75 killed; 00:13:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:54 + git semver [Pipeline] } 00:13:54 $ docker stop --time=1 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca 00:13:56 $ docker rm -f --volumes 9bbffc237b1ad956c06417fe4ebadb6ca7a36a334cbaef0af09659e87f43a4ca [Pipeline] // withDockerContainer [Pipeline] sh 00:13:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:13:56 Stashed 1 file(s) [Pipeline] echo 00:13:56 [edgeXSemver]: initialized semver on version 3.1.0-dev.37 [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 00:13:57 + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] echo 00:13:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:13:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:13:57 ========================================================= 00:13:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:13:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:13:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:13:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:13:57 4db1b89c0bd1: Pulling fs layer 00:13:57 6911f1a30b25: Pulling fs layer 00:13:57 e194b8c5c2a9: Pulling fs layer 00:13:57 6863d3e3a2b1: Pulling fs layer 00:13:57 ec0bb842ea78: Pulling fs layer 00:13:57 40a00589a448: Pulling fs layer 00:13:57 6c08303d61cc: Pulling fs layer 00:13:57 798269fcf238: Pulling fs layer 00:13:57 6863d3e3a2b1: Waiting 00:13:57 ec0bb842ea78: Waiting 00:13:57 40a00589a448: Waiting 00:13:57 6c08303d61cc: Waiting 00:13:57 798269fcf238: Waiting 00:13:57 6911f1a30b25: Download complete 00:13:57 6863d3e3a2b1: Download complete 00:13:57 ec0bb842ea78: Verifying Checksum 00:13:57 ec0bb842ea78: Download complete 00:13:57 4db1b89c0bd1: Verifying Checksum 00:13:57 4db1b89c0bd1: Download complete 00:13:57 40a00589a448: Verifying Checksum 00:13:57 40a00589a448: Download complete 00:13:57 4db1b89c0bd1: Pull complete 00:13:57 6911f1a30b25: Pull complete 00:13:58 798269fcf238: Verifying Checksum 00:13:58 798269fcf238: Download complete 00:13:58 e194b8c5c2a9: Download complete 00:13:58 6c08303d61cc: Verifying Checksum 00:13:58 6c08303d61cc: Download complete 00:14:02 e194b8c5c2a9: Pull complete 00:14:02 6863d3e3a2b1: Pull complete 00:14:02 ec0bb842ea78: Pull complete 00:14:02 40a00589a448: Pull complete 00:14:04 6c08303d61cc: Pull complete 00:14:05 798269fcf238: Pull complete 00:14:05 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 00:14:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:14:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh 00:14:05 + docker build -t ci-base-image-x86_64 -f - . 00:14:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:14:05 WORKDIR /edgex 00:14:05 COPY go.mod . 00:14:05 RUN go mod download 00:14:06 Sending build context to Docker daemon 170.9MB 00:14:06 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:14:06 ---> ec979cd7f677 00:14:06 Step 2/4 : WORKDIR /edgex 00:14:11 Still waiting to schedule task 00:14:11 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5283’ is offline 00:14:16 ---> Running in 4b2119522395 00:14:16 Removing intermediate container 4b2119522395 00:14:16 ---> 6723ef685825 00:14:16 Step 3/4 : COPY go.mod . 00:14:16 ---> 23d67f92a436 00:14:16 Step 4/4 : RUN go mod download 00:14:16 ---> Running in 0c302b195d47 00:14:43 Removing intermediate container 0c302b195d47 00:14:43 ---> c7163d3f156d 00:14:43 Successfully built c7163d3f156d 00:14:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:43 + docker inspect -f . ci-base-image-x86_64 00:14:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:14:43 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:14:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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-x86_64 cat 00:14:44 $ docker top d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc -eo pid,comm [Pipeline] { [Pipeline] sh 00:14:44 + go version 00:14:44 go version go1.20.6 linux/amd64 [Pipeline] } 00:14:44 $ docker stop --time=1 d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc 00:14:45 $ docker rm -f --volumes d6fb0c05ec456227a1c15615ee9db24cd2bf1f1f0d950a7a185d69e6aacb11bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:14:45 + docker inspect -f . ci-base-image-x86_64 00:14:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:14:46 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:14:46 $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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-x86_64 cat 00:14:46 $ docker top 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 -eo pid,comm [Pipeline] { [Pipeline] echo 00:14:46 ========================================================= 00:14:46 [edgeXBuildGoParallel] Running Tests and Build... 00:14:46 ========================================================= [Pipeline] sh 00:14:46 + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] fileExists [Pipeline] sh 00:14:47 + make test 00:14:47 go test -race -coverprofile=coverage.out ./... 00:14:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 00:15:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:15:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:15:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 00:15:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 97.0% of statements 00:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 00:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 00:15:10 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 00:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:15:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 00:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 00:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 00:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 00:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.105s coverage: 69.4% of statements 00:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 54.0% of statements 00:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:15:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.835s coverage: 93.4% of statements 00:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.079s coverage: 3.8% of statements 00:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.356s coverage: 97.6% of statements 00:15:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 72.2% of statements 00:15:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 00:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 32.2% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 42.9% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 82.9% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 00:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 00:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 00:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:15:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:15:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:15:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 00:15:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:15:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:15:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 00:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 00:15:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 00:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 00:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 00:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 00:15:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 00:15:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 00:15:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 00:15:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:15:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:15:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 00:15:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 00:15:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 00:15:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 00:15:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 00:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 00:15:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.307s coverage: 79.9% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.080s coverage: 92.9% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 64.4% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.141s coverage: 81.8% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 82.1% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.069s coverage: 86.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.1% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 89.4% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.075s coverage: 17.7% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.111s coverage: 95.7% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 61.8% of statements 00:15:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 98.9% of statements 00:15:42 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 00:15:43 running golangci-lint 00:15:43 golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z 00:15:43 go version go1.20.6 linux/amd64 00:15:43 level=info msg="[config_reader] Used config file .golangci.yml" 00:15:43 level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" 00:15:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5286 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 00:15:49 Running in /w/workspace/edgex-go/571 [Pipeline] { [Pipeline] checkout 00:15:49 The recommended git tool is: git 00:15:54 using credential edgex-jenkins-ssh 00:15:54 Cloning the remote Git repository 00:15:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:15:54 > git init /w/workspace/edgex-go/571 # timeout=10 00:15:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:15:54 > git --version # timeout=10 00:15:54 > git --version # 'git version 2.25.1' 00:15:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:15:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:15:58 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|deps|files|name) took 14.354987395s" 00:15:58 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.569762ms" 00:16:04 level=info msg="[linters_context/goanalysis] analyzers took 52.367167061s with top 10 stages: buildir: 30.122933885s, inspect: 1.593802648s, fact_deprecated: 1.582790778s, ctrlflow: 1.212242507s, gosec: 1.109280018s, printf: 1.022535167s, nilness: 868.05736ms, S1038: 832.475602ms, fact_purity: 761.574475ms, directives: 492.288122ms" 00:16:05 level=info msg="[runner] Issues before processing: 200, after processing: 0" 00:16:05 level=info msg="[runner] Processors filtering stat (out/in): skip_files: 200/200, skip_dirs: 200/200, exclude: 200/200, exclude-rules: 21/200, nolint: 0/21, filename_unadjuster: 200/200, identifier_marker: 200/200, cgo: 200/200, path_prettifier: 200/200, autogenerated_exclude: 200/200" 00:16:05 level=info msg="[runner] processing took 15.873914ms with stages: nolint: 7.296187ms, identifier_marker: 4.882648ms, exclude-rules: 1.504522ms, autogenerated_exclude: 941.288µs, path_prettifier: 814.165µs, skip_dirs: 401.673µs, cgo: 19.84µs, filename_unadjuster: 9.811µs, max_same_issues: 570ns, skip_files: 540ns, diff: 500ns, uniq_by_line: 410ns, exclude: 390ns, source_code: 280ns, severity-rules: 260ns, sort_results: 250ns, max_from_linter: 180ns, path_shortener: 170ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" 00:16:05 level=info msg="[runner] linters took 7.089588117s with stages: goanalysis_metalinter: 7.073603082s" 00:16:05 level=info msg="File cache stats: 0 entries of total size 0B" 00:16:05 level=info msg="Memory: 215 samples, avg is 185.6MB, max is 835.9MB" 00:16:05 level=info msg="Execution took 21.488005597s" 00:16:05 go vet ./... 00:16:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:16:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:16:09 ./bin/test-attribution-txt.sh 00:16:09 An attribution for github.com/labstack/gommon is missing from Attribution.txt, please add 00:16:09 An attribution for github.com/valyala/bytebufferpool is missing from Attribution.txt, please add 00:16:09 An attribution for github.com/valyala/fasttemplate is missing from Attribution.txt, please add 00:16:09 An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo 00:16:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 00:16:09 + ls -al . 00:16:09 total 728 00:16:09 drwxrwxr-x 12 1001 1001 4096 Sep 5 00:14 . 00:16:09 drwxr-xr-x 4 root root 4096 Sep 5 00:14 .. 00:16:09 drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 .blubracket 00:16:09 -rw-rw-r-- 1 1001 1001 16 Sep 5 00:13 .dockerignore 00:16:09 drwxrwxr-x 8 1001 1001 4096 Sep 5 00:13 .git 00:16:09 drwxrwxr-x 3 1001 1001 4096 Sep 5 00:13 .github 00:16:09 -rw-rw-r-- 1 1001 1001 1173 Sep 5 00:13 .gitignore 00:16:09 -rw-rw-r-- 1 1001 1001 42 Sep 5 00:13 .golangci.yml 00:16:09 -rw-rw-r-- 1 1001 1001 100 Sep 5 00:13 .hadolint.yml 00:16:09 drwxr-xr-x 3 1001 1001 4096 Sep 5 00:13 .semver 00:16:09 -rw-rw-r-- 1 1001 1001 166 Sep 5 00:13 .sonarcloud.properties 00:16:09 -rw-rw-r-- 1 1001 1001 1171 Sep 5 00:13 ADOPTERS.md 00:16:09 -rw-rw-r-- 1 1001 1001 11152 Sep 5 00:13 Attribution.txt 00:16:09 -rw-rw-r-- 1 1001 1001 93407 Sep 5 00:13 CHANGELOG.md 00:16:09 -rw-rw-r-- 1 1001 1001 3804 Sep 5 00:13 CONTRIBUTING.md 00:16:09 -rw-rw-r-- 1 1001 1001 677 Sep 5 00:13 GOVERNANCE.md 00:16:09 -rw-rw-r-- 1 1001 1001 883 Sep 5 00:13 Jenkinsfile 00:16:09 -rw-rw-r-- 1 1001 1001 10775 Sep 5 00:13 LICENSE 00:16:09 -rw-rw-r-- 1 1001 1001 14764 Sep 5 00:13 Makefile 00:16:09 -rw-rw-r-- 1 1001 1001 582 Sep 5 00:13 OWNERS.md 00:16:09 -rw-rw-r-- 1 1001 1001 9923 Sep 5 00:13 README.md 00:16:09 -rw-rw-r-- 1 1001 1001 789 Sep 5 00:13 SECURITY.md 00:16:09 -rw-rw-r-- 1 1001 1001 12 Sep 5 00:13 VERSION 00:16:09 drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 bin 00:16:09 drwxrwxr-x 18 1001 1001 4096 Sep 5 00:13 cmd 00:16:09 -rw-r--r-- 1 root root 447827 Sep 5 00:15 coverage.out 00:16:09 drwxrwxr-x 2 1001 1001 4096 Sep 5 00:13 fuzz_test 00:16:09 -rw-rw-r-- 1 1001 1001 3687 Sep 5 00:13 go.mod 00:16:09 -rw-rw-r-- 1 1001 1001 33714 Sep 5 00:13 go.sum 00:16:09 drwxrwxr-x 7 1001 1001 4096 Sep 5 00:13 internal 00:16:09 drwxrwxr-x 3 1001 1001 4096 Sep 5 00:13 openapi 00:16:09 -rw-rw-r-- 1 1001 1001 594 Sep 5 00:13 security.txt 00:16:09 drwxrwxr-x 4 1001 1001 4096 Sep 5 00:13 snap 00:16:09 -rw-rw-r-- 1 1001 1001 204 Sep 5 00:13 version.go [Pipeline] sh 00:16:10 + '[' -e coverage.out ] 00:16:10 + chown 1001:1001 coverage.out [Pipeline] stash 00:16:10 Stashed 1 file(s) [Pipeline] sh 00:16:10 + make build 00:16:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:16:12 Avoid second fetch 00:16:12 Checking out Revision 8274911434a2757c8b48b8ce5b79d548a121dbe7 (main) 00:16:13 Commit message: "Merge pull request #4664 from weichou1229/issue-4053" 00:16:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:16:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:12 > git config core.sparsecheckout # timeout=10 00:16:12 > git checkout -f 8274911434a2757c8b48b8ce5b79d548a121dbe7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:16:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:16:14 % Total % Received % Xferd Average Speed Time Time Time Current 00:16:14 Dload Upload Total Spent Left Speed 00:16:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 31483 0 --:--:-- --:--:-- --:--:-- 31483 [Pipeline] sh 00:16:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:16:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:16:15 + sudo tee /etc/docker/daemon.new 00:16:15 { 00:16:15 "registry-mirrors": [ 00:16:15 "https://nexus3.edgexfoundry.org:10001" 00:16:15 ], 00:16:15 "bip": "10.250.0.254/24", 00:16:15 "hosts": [ 00:16:15 "tcp://0.0.0.0:5555", 00:16:15 "unix:///var/run/docker.sock" 00:16:15 ], 00:16:15 "mtu": 1458, 00:16:15 "selinux-enabled": true, 00:16:15 "seccomp-profile": "/etc/docker/seccomp.json" 00:16:15 } [Pipeline] sh 00:16:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:16:16 + sudo service docker restart 00:16:22 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:16:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:16:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:16:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:16:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:16:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:16:34 provisioning config files... 00:16:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config2873589883724617893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:16:34 ---> docker-login.sh 00:16:34 nexus3.edgexfoundry.org:10001 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:35 Configure a credential helper to remove this warning. See 00:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:35 00:16:35 Login Succeeded 00:16:35 nexus3.edgexfoundry.org:10002 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:35 Configure a credential helper to remove this warning. See 00:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:35 00:16:35 Login Succeeded 00:16:35 nexus3.edgexfoundry.org:10003 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:36 Configure a credential helper to remove this warning. See 00:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:36 00:16:36 Login Succeeded 00:16:36 nexus3.edgexfoundry.org:10004 00:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:36 Configure a credential helper to remove this warning. See 00:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:36 00:16:36 Login Succeeded 00:16:36 docker.io 00:16:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:16:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:36 Configure a credential helper to remove this warning. See 00:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:36 00:16:36 Login Succeeded 00:16:36 ---> docker-login.sh ends [Pipeline] } 00:16:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 00:16:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:16:37 + git config --global --add safe.directory /w/workspace/edgex-go/571 [Pipeline] echo 00:16:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:16:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:16:37 ========================================================= 00:16:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:16:37 ========================================================= [Pipeline] fileExists [Pipeline] sh 00:16:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:16:37 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:16:37 edb6bdbacee9: Pulling fs layer 00:16:37 5f9638ab2659: Pulling fs layer 00:16:37 8d51d6327a98: Pulling fs layer 00:16:37 8b374f2dd631: Pulling fs layer 00:16:37 ec14aa9079de: Pulling fs layer 00:16:37 2f466654f4bb: Pulling fs layer 00:16:37 554e91adad29: Pulling fs layer 00:16:37 8b374f2dd631: Waiting 00:16:37 2f466654f4bb: Waiting 00:16:37 ec14aa9079de: Waiting 00:16:37 554e91adad29: Waiting 00:16:38 5f9638ab2659: Download complete 00:16:38 8b374f2dd631: Verifying Checksum 00:16:38 8b374f2dd631: Download complete 00:16:38 ec14aa9079de: Verifying Checksum 00:16:38 ec14aa9079de: Download complete 00:16:38 edb6bdbacee9: Verifying Checksum 00:16:38 edb6bdbacee9: Download complete 00:16:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:16:39 edb6bdbacee9: Pull complete 00:16:39 554e91adad29: Verifying Checksum 00:16:39 554e91adad29: Download complete [Pipeline] } 00:16:39 $ docker stop --time=1 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 00:16:40 8d51d6327a98: Verifying Checksum 00:16:40 8d51d6327a98: Download complete 00:16:40 2f466654f4bb: Verifying Checksum 00:16:40 2f466654f4bb: Download complete 00:16:43 5f9638ab2659: Pull complete 00:16:45 $ docker rm -f --volumes 91636ee19e0179eb9609a2442b69ab49a1a42fb4d1b45a9dec29a9dc15766637 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:16:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:46 00:16:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:16:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:46 latest: Pulling from edgex-devops/edgex-compose 00:16:46 91d30c5bc195: Pulling fs layer 00:16:46 2e9b0aa3be6d: Pulling fs layer 00:16:46 9c61dcf015f6: Pulling fs layer 00:16:46 4698f68db338: Pulling fs layer 00:16:46 2a2f49069b9e: Pulling fs layer 00:16:46 e0025b399a48: Pulling fs layer 00:16:46 4698f68db338: Waiting 00:16:46 2a2f49069b9e: Waiting 00:16:46 e0025b399a48: Waiting 00:16:46 91d30c5bc195: Verifying Checksum 00:16:46 91d30c5bc195: Download complete 00:16:46 4698f68db338: Verifying Checksum 00:16:46 4698f68db338: Download complete 00:16:46 91d30c5bc195: Pull complete 00:16:46 2e9b0aa3be6d: Verifying Checksum 00:16:46 2e9b0aa3be6d: Download complete 00:16:46 e0025b399a48: Verifying Checksum 00:16:46 e0025b399a48: Download complete 00:16:46 2a2f49069b9e: Download complete 00:16:47 2e9b0aa3be6d: Pull complete 00:16:47 9c61dcf015f6: Verifying Checksum 00:16:47 9c61dcf015f6: Download complete 00:16:50 9c61dcf015f6: Pull complete 00:16:50 4698f68db338: Pull complete 00:16:50 2a2f49069b9e: Pull complete 00:16:50 e0025b399a48: Pull complete 00:16:50 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 00:16:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:16:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:16:50 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:16:50 $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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:latest cat 00:16:53 $ docker top cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:16:54 + docker compose -f ./docker-compose-build.yml build --parallel 00:16:56 #1 [security-bootstrapper internal] load build definition from Dockerfile 00:16:56 #1 transferring dockerfile: 00:16:56 #1 transferring dockerfile: 2.82kB done 00:16:56 #1 DONE 0.1s 00:16:56 00:16:56 #2 [core-data internal] load build definition from Dockerfile 00:16:56 #2 transferring dockerfile: 1.90kB done 00:16:56 #2 DONE 0.0s 00:16:56 00:16:56 #3 [security-spire-config internal] load build definition from Dockerfile 00:16:56 #3 transferring dockerfile: 1.58kB done 00:16:56 #3 DONE 0.0s 00:16:56 00:16:56 #4 [security-proxy-setup internal] load build definition from Dockerfile 00:16:56 #4 transferring dockerfile: 2.39kB done 00:16:56 #4 DONE 0.0s 00:16:56 00:16:56 #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile 00:16:56 #5 transferring dockerfile: 2.12kB done 00:16:56 #5 DONE 0.0s 00:16:56 00:16:56 #6 [core-metadata internal] load build definition from Dockerfile 00:16:56 #6 transferring dockerfile: 1.96kB done 00:16:56 #6 DONE 0.0s 00:16:56 00:16:56 #7 [support-scheduler internal] load build definition from Dockerfile 00:16:56 #7 transferring dockerfile: 1.82kB done 00:16:56 #7 DONE 0.0s 00:16:56 00:16:56 #8 [security-spiffe-token-provider internal] load build definition from Dockerfile 00:16:56 #8 transferring dockerfile: 1.78kB done 00:16:56 #8 DONE 0.1s 00:16:56 00:16:56 #9 [security-spire-server internal] load build definition from Dockerfile 00:16:56 #9 transferring dockerfile: 1.59kB done 00:16:56 #9 DONE 0.0s 00:16:56 00:16:56 #10 [security-proxy-auth internal] load build definition from Dockerfile 00:16:56 #10 transferring dockerfile: 2.04kB done 00:16:56 #10 DONE 0.1s 00:16:56 00:16:56 #11 [core-command internal] load build definition from Dockerfile 00:16:56 #11 transferring dockerfile: 1.82kB done 00:16:56 #11 DONE 0.1s 00:16:56 00:16:56 #12 [security-bootstrapper internal] load .dockerignore 00:16:56 #12 transferring context: 56B done 00:16:56 #12 DONE 0.1s 00:16:56 00:16:56 #13 [security-secretstore-setup internal] load build definition from Dockerfile 00:16:56 #13 transferring dockerfile: 2.38kB done 00:16:56 #13 DONE 0.1s 00:16:56 00:16:56 #14 [support-notifications internal] load build definition from Dockerfile 00:16:56 #14 transferring dockerfile: 1.84kB done 00:16:56 #14 DONE 0.1s 00:16:56 00:16:56 #15 [security-spire-agent internal] load build definition from Dockerfile 00:16:56 #15 transferring dockerfile: 1.70kB done 00:16:56 #15 DONE 0.1s 00:16:56 00:16:56 #16 [core-data internal] load .dockerignore 00:16:56 #16 transferring context: 56B done 00:16:56 #16 DONE 0.0s 00:16:56 00:16:56 #17 [security-spire-config internal] load .dockerignore 00:16:56 #17 transferring context: 56B done 00:16:56 #17 DONE 0.0s 00:16:56 00:16:56 #18 [security-proxy-setup internal] load .dockerignore 00:16:56 #18 transferring context: 56B done 00:16:56 #18 DONE 0.0s 00:16:56 00:16:56 #19 [core-common-config-bootstrapper internal] load .dockerignore 00:16:56 #19 transferring context: 56B done 00:16:56 #19 DONE 0.0s 00:16:56 00:16:56 #20 [core-metadata internal] load .dockerignore 00:16:56 #20 transferring context: 56B done 00:16:56 #20 DONE 0.0s 00:16:56 00:16:56 #21 [support-scheduler internal] load .dockerignore 00:16:56 #21 transferring context: 56B done 00:16:56 #21 DONE 0.0s 00:16:56 00:16:56 #22 [security-proxy-auth internal] load .dockerignore 00:16:56 #22 transferring context: 56B done 00:16:56 #22 DONE 0.0s 00:16:56 00:16:56 #23 [core-command internal] load .dockerignore 00:16:56 #23 transferring context: 56B done 00:16:56 #23 DONE 0.1s 00:16:56 00:16:56 #24 [security-spiffe-token-provider internal] load .dockerignore 00:16:56 #24 transferring context: 56B done 00:16:56 #24 DONE 0.0s 00:16:56 00:16:56 #25 [security-spire-server internal] load .dockerignore 00:16:56 #25 transferring context: 56B done 00:16:56 #25 DONE 0.1s 00:16:56 00:16:56 #26 [security-spire-agent internal] load .dockerignore 00:16:56 #26 transferring context: 56B done 00:16:56 #26 DONE 0.1s 00:16:56 00:16:56 #27 [support-notifications internal] load .dockerignore 00:16:56 #27 transferring context: 56B done 00:16:56 #27 DONE 0.1s 00:16:56 00:16:56 #28 [security-secretstore-setup internal] load .dockerignore 00:16:56 #28 transferring context: 56B done 00:16:56 #28 DONE 0.1s 00:16:56 00:16:56 #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:56 #29 DONE 0.0s 00:16:56 00:16:56 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 00:16:56 #30 DONE 0.1s 00:16:56 00:16:56 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:56 #29 DONE 0.0s 00:16:56 00:16:56 #31 [security-proxy-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:56 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 ... 00:16:57 00:16:57 #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:57 #29 DONE 0.0s 00:16:57 00:16:57 #31 [core-common-config-bootstrapper stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:57 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:57 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:57 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s 00:16:57 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 00:16:57 #31 ... 00:16:57 00:16:57 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:57 #29 DONE 0.0s 00:16:57 00:16:57 #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.17 00:16:57 #30 DONE 0.2s 00:16:57 00:16:57 #31 [security-proxy-auth stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:57 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:57 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:57 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 00:16:57 #31 ... 00:16:57 00:16:57 #29 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:57 #29 DONE 0.0s 00:16:57 00:16:57 #30 [core-command internal] load metadata for docker.io/library/alpine:3.17 00:16:57 #30 DONE 0.3s 00:16:57 00:16:57 #31 [security-spiffe-token-provider stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:57 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:57 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:57 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 00:16:57 #31 ... 00:16:57 00:16:57 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 00:16:57 #29 DONE 0.0s 00:16:57 00:16:57 #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.17 00:16:57 #30 DONE 0.3s 00:16:57 00:16:57 #31 [security-secretstore-setup stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:57 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:57 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:57 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 00:16:57 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done 00:16:57 #31 ... 00:16:57 00:16:57 #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 00:16:57 #32 DONE 0.5s 00:16:57 00:16:57 #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 00:16:57 #33 DONE 0.8s 00:16:57 00:16:57 #31 [security-spire-config stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:57 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:57 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:57 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:57 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:57 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 00:16:57 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done 00:16:57 #31 DONE 0.8s 00:16:57 00:16:57 #34 [security-spire-server internal] load build context 00:16:57 #34 transferring context: 17.59kB 0.0s done 00:16:57 #34 DONE 0.1s 00:16:57 00:16:57 #35 [security-spire-config internal] load build context 00:16:57 #35 transferring context: 15.84kB 0.0s done 00:16:57 #35 DONE 0.2s 00:16:57 00:16:57 #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:16:57 #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 00:16:57 #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 00:16:57 #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 00:16:57 #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 00:16:57 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s 00:16:57 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.1s 00:16:57 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s 00:16:57 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s 00:16:57 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 0.2s 00:16:57 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 00:16:57 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done 00:16:57 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 00:16:57 #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 00:16:58 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.4s 00:16:58 #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 00:16:58 #36 ... 00:16:58 00:16:58 #31 [security-spire-agent stage-1 1/15] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:16:58 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:16:58 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:16:58 #31 sha256:7298bd41b8aee1adde2a0a2819f695b5057bfd0234bf250f0e5d9946c7ab38bd 528B / 528B done 00:16:58 #31 sha256:1e0b8b5322fc6afc339bb325d3ec739cba6e87a7f0bb4b7e55b52f7feb965dd3 1.47kB / 1.47kB done 00:16:58 #31 sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 3.38MB / 3.38MB 0.1s done 00:16:58 #31 extracting sha256:9398808236ffac29e60c04ec906d8d409af7fa19dc57d8c65ad167e9c4967006 0.3s done 00:16:58 #31 DONE 0.8s 00:16:58 00:16:58 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 00:16:58 #37 DONE 0.7s 00:16:58 00:16:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:16:58 #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done 00:16:58 #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 00:16:58 #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done 00:16:58 #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done 00:16:58 #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done 00:16:58 #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done 00:16:58 #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done 00:16:58 #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done 00:16:58 #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done 00:16:58 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.7s 00:16:58 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 0.8s 00:16:58 8d51d6327a98: Pull complete 00:16:58 8b374f2dd631: Pull complete 00:16:58 ec14aa9079de: Pull complete 00:16:58 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.9s 00:17:03 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 6.0s 00:17:05 2f466654f4bb: Pull complete 00:17:07 #36 ... 00:17:07 00:17:07 #38 [core-data internal] load build context 00:17:07 #38 transferring context: 365.25MB 8.4s done 00:17:07 #38 ... 00:17:07 00:17:07 #39 [security-bootstrapper internal] load build context 00:17:07 #39 ... 00:17:07 00:17:07 #40 [support-scheduler internal] load build context 00:17:07 #40 transferring context: 365.25MB 7.2s done 00:17:07 554e91adad29: Pull complete 00:17:07 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 00:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:17:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh 00:17:07 #40 ... 00:17:07 00:17:07 #41 [security-proxy-auth internal] load build context 00:17:07 #41 transferring context: 365.25MB 9.5s done 00:17:07 #41 ... 00:17:07 00:17:07 #42 [core-metadata internal] load build context 00:17:07 #42 transferring context: 365.25MB 8.2s done 00:17:07 #42 ... 00:17:07 00:17:07 #43 [core-common-config-bootstrapper internal] load build context 00:17:07 #43 transferring context: 365.25MB 8.6s done 00:17:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:17:07 WORKDIR /edgex 00:17:07 COPY go.mod . 00:17:07 RUN go mod download 00:17:07 + docker build -t ci-base-image-arm64 -f - . 00:17:07 #43 ... 00:17:07 00:17:07 #44 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 00:17:07 #44 ... 00:17:07 00:17:07 #45 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:17:07 #45 ... 00:17:07 00:17:07 #46 [core-command internal] load build context 00:17:07 #46 transferring context: 365.25MB 8.2s done 00:17:07 #46 ... 00:17:07 00:17:07 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:07 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:08 Sending build context to Docker daemon 2.965MB 00:17:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:17:08 ---> 1e15ea492957 00:17:08 Step 2/4 : WORKDIR /edgex 00:17:08 #47 ... 00:17:08 00:17:08 #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:08 #48 ... 00:17:08 00:17:08 #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:17:08 #49 ... 00:17:08 00:17:08 #50 [security-spiffe-token-provider internal] load build context 00:17:08 #50 transferring context: 365.25MB 9.7s done 00:17:08 #50 ... 00:17:08 00:17:08 #51 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 00:17:08 #51 ... 00:17:08 00:17:08 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:17:08 #52 ... 00:17:08 00:17:08 #53 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 00:17:08 #53 ... 00:17:08 00:17:08 #54 [security-spire-agent internal] load build context 00:17:08 #54 ... 00:17:08 00:17:08 #55 [security-secretstore-setup internal] load build context 00:17:08 #55 transferring context: 365.25MB 9.7s done 00:17:09 #55 ... 00:17:09 00:17:09 #56 [security-proxy-setup internal] load build context 00:17:09 #56 transferring context: 365.25MB 9.9s done 00:17:09 #56 ... 00:17:09 00:17:09 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:17:09 #57 ... 00:17:09 00:17:09 #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 00:17:09 #58 ... 00:17:09 00:17:09 #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:17:09 #59 ... 00:17:09 00:17:09 #60 [support-notifications internal] load build context 00:17:09 #60 transferring context: 365.25MB 7.5s done 00:17:09 #60 ... 00:17:09 00:17:09 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:17:09 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 12.2s 00:17:12 ---> Running in 3da4fef01c48 00:17:12 Removing intermediate container 3da4fef01c48 00:17:12 ---> 98d619ac7b9d 00:17:12 Step 3/4 : COPY go.mod . 00:17:13 ---> 7edb2ff5154b 00:17:13 Step 4/4 : RUN go mod download 00:17:13 ---> Running in ecc77d2da881 00:17:15 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 17.3s 00:17:17 #36 ... 00:17:17 00:17:17 #39 [security-bootstrapper internal] load build context 00:17:17 #39 transferring context: 365.25MB 10.4s done 00:17:17 #39 ... 00:17:17 00:17:17 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:17:20 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 22.3s 00:17:22 #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 00:17:23 #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done 00:17:23 #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 23.1s done 00:17:28 #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 00:17:28 #36 ... 00:17:28 00:17:28 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:28 #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 29.8s done 00:17:28 #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done 00:17:28 #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 00:17:28 #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done 00:17:28 #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done 00:17:28 #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done 00:17:28 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0B / 300B 0.3s 00:17:28 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0B / 18.86MB 0.4s 00:17:28 #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.5s done 00:17:28 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.10MB / 18.86MB 0.5s 00:17:28 #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done 00:17:28 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 15.73MB / 18.86MB 0.6s 00:17:28 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.7s 00:17:28 #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done 00:17:31 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 00:17:31 #47 ... 00:17:31 00:17:31 #53 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 00:17:31 #53 DONE 34.5s 00:17:31 00:17:31 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:32 #47 ... 00:17:32 00:17:32 #40 [support-scheduler internal] load build context 00:17:32 #40 DONE 35.1s 00:17:32 00:17:32 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:32 #47 ... 00:17:32 00:17:32 #60 [support-notifications internal] load build context 00:17:32 #60 DONE 35.0s 00:17:32 00:17:32 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:32 #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.5s done 00:17:32 #47 ... 00:17:32 00:17:32 #42 [core-metadata internal] load build context 00:17:32 #42 DONE 35.6s 00:17:32 00:17:32 #61 [core-data builder 3/7] RUN apk add --update --no-cache make git 00:17:33 #61 ... 00:17:33 00:17:33 #38 [core-data internal] load build context 00:17:33 #38 DONE 36.3s 00:17:33 00:17:33 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:17:33 #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.8s done 00:17:33 #36 ... 00:17:33 00:17:33 #46 [core-command internal] load build context 00:17:33 #46 DONE 36.4s 00:17:33 00:17:33 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:17:33 #57 31.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:33 #57 32.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:33 #57 32.19 (1/4) Installing ca-certificates (20230506-r0) 00:17:33 #57 32.21 (2/4) Installing dumb-init (1.2.5-r2) 00:17:33 #57 32.21 (3/4) Installing su-exec (0.2-r2) 00:17:33 #57 32.22 (4/4) Installing yq (4.30.4-r4) 00:17:33 #57 32.28 Executing busybox-1.35.0-r29.trigger 00:17:33 #57 32.28 Executing ca-certificates-20230506-r0.trigger 00:17:33 #57 32.35 OK: 17 MiB in 19 packages 00:17:33 #57 ... 00:17:33 00:17:33 #43 [core-common-config-bootstrapper internal] load build context 00:17:33 #43 DONE 36.7s 00:17:33 00:17:33 #62 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 00:17:34 #62 ... 00:17:34 00:17:34 #41 [security-proxy-auth internal] load build context 00:17:34 #41 DONE 36.9s 00:17:34 00:17:34 #56 [security-proxy-setup internal] load build context 00:17:34 #56 DONE 37.2s 00:17:34 00:17:34 #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:17:34 #49 30.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:34 #49 31.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:34 #49 31.25 (1/4) Installing dumb-init (1.2.5-r2) 00:17:34 #49 31.25 (2/4) Installing openssl (3.0.10-r0) 00:17:34 #49 31.27 (3/4) Installing su-exec (0.2-r2) 00:17:34 #49 31.27 (4/4) Installing yq (4.30.4-r4) 00:17:34 #49 31.33 Executing busybox-1.35.0-r29.trigger 00:17:34 #49 31.34 OK: 17 MiB in 19 packages 00:17:34 #49 ... 00:17:34 00:17:34 #50 [security-spiffe-token-provider internal] load build context 00:17:34 #50 DONE 37.2s 00:17:34 00:17:34 #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 00:17:34 #58 30.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:34 #58 30.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:34 #58 31.08 (1/2) Installing dumb-init (1.2.5-r2) 00:17:34 #58 31.09 (2/2) Installing su-exec (0.2-r2) 00:17:34 #58 31.10 Executing busybox-1.35.0-r29.trigger 00:17:34 #58 31.11 OK: 7 MiB in 17 packages 00:17:34 #58 ... 00:17:34 00:17:34 #55 [security-secretstore-setup internal] load build context 00:17:34 #55 DONE 37.1s 00:17:34 00:17:34 #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:34 #48 36.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:34 #48 37.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:34 #48 ... 00:17:34 00:17:34 #39 [security-bootstrapper internal] load build context 00:17:34 #39 DONE 37.9s 00:17:34 00:17:34 #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:34 #48 37.20 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:17:34 #48 37.20 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:17:34 #48 37.20 OK: 17818 distinct packages available 00:17:34 #48 37.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:35 #48 ... 00:17:35 00:17:35 #57 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:17:35 #57 DONE 37.4s 00:17:35 00:17:35 #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:35 #48 37.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:35 #48 ... 00:17:35 00:17:35 #44 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 00:17:35 #44 30.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:35 #44 30.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:35 #44 30.91 (1/1) Installing dumb-init (1.2.5-r2) 00:17:35 #44 30.97 Executing busybox-1.35.0-r29.trigger 00:17:35 #44 30.97 OK: 7 MiB in 16 packages 00:17:35 #44 DONE 37.6s 00:17:35 00:17:35 #49 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:17:35 #49 DONE 37.5s 00:17:35 00:17:35 #54 [security-spire-agent internal] load build context 00:17:35 #54 transferring context: 17.12kB done 00:17:35 #54 DONE 37.3s 00:17:35 00:17:35 #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 00:17:35 #58 DONE 37.5s 00:17:35 00:17:35 #48 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:17:35 #48 37.55 (1/5) Installing dumb-init (1.2.5-r2) 00:17:35 #48 37.56 (2/5) Installing musl-obstack (1.2.3-r0) 00:17:35 #48 37.56 (3/5) Installing libucontext (1.2-r0) 00:17:35 #48 37.56 (4/5) Installing gcompat (1.1.0-r0) 00:17:35 #48 37.57 (5/5) Installing openssl (3.0.10-r0) 00:17:35 #48 37.58 Executing busybox-1.35.0-r29.trigger 00:17:35 #48 37.59 OK: 8 MiB in 20 packages 00:17:36 #48 DONE 38.1s 00:17:36 00:17:36 #59 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:17:36 #59 36.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:36 #59 37.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:36 #59 37.24 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:17:36 #59 37.24 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:17:36 #59 37.24 OK: 17818 distinct packages available 00:17:36 #59 37.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:36 #59 37.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:36 #59 37.59 (1/9) Installing ca-certificates (20230506-r0) 00:17:36 #59 37.63 (2/9) Installing brotli-libs (1.0.9-r9) 00:17:36 #59 37.64 (3/9) Installing nghttp2-libs (1.51.0-r1) 00:17:36 #59 37.67 (4/9) Installing libcurl (8.2.1-r0) 00:17:36 #59 37.68 (5/9) Installing curl (8.2.1-r0) 00:17:36 #59 37.69 (6/9) Installing dumb-init (1.2.5-r2) 00:17:36 #59 37.69 (7/9) Installing musl-obstack (1.2.3-r0) 00:17:36 #59 37.69 (8/9) Installing libucontext (1.2-r0) 00:17:36 #59 37.70 (9/9) Installing gcompat (1.1.0-r0) 00:17:36 #59 37.70 Executing busybox-1.35.0-r29.trigger 00:17:36 #59 37.71 Executing ca-certificates-20230506-r0.trigger 00:17:36 #59 37.78 OK: 10 MiB in 24 packages 00:17:36 #59 DONE 38.1s 00:17:36 00:17:36 #63 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 00:17:36 #63 DONE 0.7s 00:17:36 00:17:36 #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:17:36 #47 DONE 37.9s 00:17:36 00:17:36 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:17:37 #36 ... 00:17:37 00:17:37 #51 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 00:17:37 #51 38.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:37 #51 38.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:37 #51 38.78 (1/2) Installing ca-certificates (20230506-r0) 00:17:37 #51 38.79 (2/2) Installing dumb-init (1.2.5-r2) 00:17:37 #51 38.80 Executing busybox-1.35.0-r29.trigger 00:17:37 #51 38.81 Executing ca-certificates-20230506-r0.trigger 00:17:37 #51 38.87 OK: 8 MiB in 17 packages 00:17:37 #51 DONE 39.1s 00:17:37 00:17:37 #64 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:17:37 #64 DONE 0.7s 00:17:37 00:17:37 #45 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:17:37 #45 38.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:37 #45 38.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:37 #45 38.95 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:17:37 #45 38.95 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:17:37 #45 38.95 OK: 17818 distinct packages available 00:17:37 #45 38.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:37 #45 39.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:37 #45 39.31 (1/4) Installing dumb-init (1.2.5-r2) 00:17:37 #45 39.32 (2/4) Installing musl-obstack (1.2.3-r0) 00:17:37 #45 39.33 (3/4) Installing libucontext (1.2-r0) 00:17:37 #45 39.33 (4/4) Installing gcompat (1.1.0-r0) 00:17:37 #45 39.39 Executing busybox-1.35.0-r29.trigger 00:17:37 #45 39.40 OK: 7 MiB in 19 packages 00:17:38 #45 DONE 40.6s 00:17:38 00:17:38 #65 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:17:38 #0 4.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:38 #0 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:38 #0 5.197 OK: 265 MiB in 53 packages 00:17:38 #65 DONE 6.2s 00:17:38 00:17:38 #66 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:17:38 #66 DONE 1.5s 00:17:38 00:17:38 #52 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:17:38 #52 39.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:38 #52 39.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:38 #52 39.51 (1/1) Installing dumb-init (1.2.5-r2) 00:17:38 #52 39.52 Executing busybox-1.35.0-r29.trigger 00:17:38 #52 39.53 OK: 7 MiB in 16 packages 00:17:38 #52 DONE 40.6s 00:17:38 00:17:38 #61 [core-data builder 3/7] RUN apk add --update --no-cache make git 00:17:38 #61 4.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:38 #61 4.913 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:38 #61 5.200 OK: 265 MiB in 53 packages 00:17:38 #61 DONE 6.3s 00:17:38 00:17:38 #62 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 00:17:38 #62 4.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:38 #62 4.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:38 #62 5.174 OK: 265 MiB in 53 packages 00:17:38 #62 DONE 6.4s 00:17:38 00:17:38 #67 [core-data builder 4/7] COPY go.mod vendor* ./ 00:17:38 #67 ... 00:17:38 00:17:38 #68 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:17:38 #68 DONE 1.5s 00:17:38 00:17:38 #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 00:17:38 #69 ... 00:17:38 00:17:38 #70 [security-spire-server stage-2 4/8] COPY Attribution.txt / 00:17:38 #70 DONE 0.7s 00:17:39 00:17:39 #71 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:17:39 #71 ... 00:17:39 00:17:39 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:17:39 #72 DONE 1.0s 00:17:39 00:17:39 #69 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 00:17:39 #69 DONE 1.0s 00:17:39 00:17:39 #73 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:17:39 #73 DONE 1.1s 00:17:39 00:17:39 #67 [core-data builder 4/7] COPY go.mod vendor* ./ 00:17:39 #67 DONE 1.0s 00:17:39 00:17:39 #74 [security-spire-server stage-2 5/8] COPY security.txt / 00:17:39 #74 DONE 0.2s 00:17:39 00:17:39 #71 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:17:39 #71 DONE 1.0s 00:17:39 00:17:39 #75 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:17:39 #75 DONE 4.3s 00:17:39 00:17:39 #76 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 00:17:39 #76 DONE 0.1s 00:17:39 00:17:39 #77 [security-spire-agent stage-3 6/9] COPY security.txt / 00:17:39 #77 DONE 0.2s 00:17:39 00:17:39 #78 [security-spire-config stage-2 4/9] COPY Attribution.txt / 00:17:39 #78 DONE 0.1s 00:17:39 00:17:39 #79 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:17:39 #79 DONE 0.1s 00:17:39 00:17:39 #80 [security-spire-config stage-2 5/9] COPY security.txt / 00:17:39 #80 DONE 0.1s 00:17:39 00:17:39 #81 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:17:39 #81 DONE 0.1s 00:17:39 00:17:39 #82 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:17:39 #82 DONE 0.1s 00:17:39 00:17:39 #83 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:17:39 #83 DONE 0.2s 00:17:39 00:17:39 #84 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:17:39 #84 DONE 0.1s 00:17:39 00:17:39 #85 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 00:17:39 #85 DONE 0.1s 00:17:39 00:17:39 #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:17:39 #86 DONE 0.1s 00:17:39 00:17:39 #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:17:39 #87 DONE 0.1s 00:17:39 00:17:39 #88 [security-spire-server] exporting to image 00:17:39 #88 exporting layers 00:17:40 #88 ... 00:17:40 00:17:40 #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:17:40 #89 DONE 0.1s 00:17:40 00:17:40 #88 [security-spire-config] exporting to image 00:17:40 #88 ... 00:17:40 00:17:40 #90 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:17:40 #0 7.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:40 #0 7.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:40 #0 7.840 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:17:40 #0 7.840 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:17:40 #0 7.840 OK: 17823 distinct packages available 00:17:40 #0 7.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 00:17:40 #0 8.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 00:17:40 #0 8.263 OK: 265 MiB in 53 packages 00:17:40 #90 DONE 8.4s 00:17:40 00:17:40 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:17:40 #91 DONE 0.1s 00:17:40 00:17:40 #88 [security-spire-agent] exporting to image 00:17:40 #88 exporting layers 0.6s done 00:17:40 #88 writing image sha256:4ec04cb6fc17e7ee32db19c85c03faf79b6babb60c716f6c9a56e9acf1dcb80d 0.0s done 00:17:40 #88 naming to docker.io/library/security-spire-agent done 00:17:40 #88 exporting layers 0.6s done 00:17:40 #88 writing image sha256:494037408c3be5bcbedd5b6f342ee1cb54bcfc7aa9c66dcb320070e7e66afa89 done 00:17:40 #88 naming to docker.io/library/security-spire-server done 00:17:40 #88 writing image sha256:1afb32e3733b0395394fee041023edc2f7e96a300fc7a7091fcaa3ff4bce0024 done 00:17:40 #88 naming to docker.io/library/security-spire-config done 00:17:40 #88 DONE 0.8s 00:17:40 00:17:40 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:50 #92 ... 00:17:50 00:17:50 #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:50 #93 ... 00:17:50 00:17:50 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:50 #94 ... 00:17:50 00:17:50 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:17:52 Removing intermediate container ecc77d2da881 00:17:52 ---> 9416c68df495 00:17:52 Successfully built 9416c68df495 00:17:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:52 + docker inspect -f . ci-base-image-arm64 00:17:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:52 prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container 00:17:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 00:17:53 $ docker top 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:54 + go version 00:17:54 go version go1.20.6 linux/arm64 [Pipeline] } 00:17:54 $ docker stop --time=1 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 00:17:56 $ docker rm -f --volumes 620ea1aa2f19e34a8728e0cf765874bb6a58ed06df23ed8faf19a5de736c9c13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:17:56 00:17:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:17:57 latest: Pulling from edgex-devops/edgex-compose-arm64 00:17:57 547446be3368: Pulling fs layer 00:17:57 d125d8839a47: Pulling fs layer 00:17:57 3e85d5ac6304: Pulling fs layer 00:17:57 c3105a71a48b: Pulling fs layer 00:17:57 0f093f025ec4: Pulling fs layer 00:17:57 c3106fc0e877: Pulling fs layer 00:17:57 0f093f025ec4: Waiting 00:17:57 c3106fc0e877: Waiting 00:17:57 c3105a71a48b: Waiting 00:17:57 547446be3368: Verifying Checksum 00:17:57 547446be3368: Download complete 00:17:57 c3105a71a48b: Verifying Checksum 00:17:57 c3105a71a48b: Download complete 00:17:57 d125d8839a47: Verifying Checksum 00:17:57 d125d8839a47: Download complete 00:17:57 c3106fc0e877: Verifying Checksum 00:17:57 c3106fc0e877: Download complete 00:17:58 0f093f025ec4: Verifying Checksum 00:17:58 0f093f025ec4: Download complete 00:17:58 547446be3368: Pull complete 00:17:59 d125d8839a47: Pull complete 00:17:59 3e85d5ac6304: Download complete 00:18:07 3e85d5ac6304: Pull complete 00:18:07 c3105a71a48b: Pull complete 00:18:08 0f093f025ec4: Pull complete 00:18:08 c3106fc0e877: Pull complete 00:18:08 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 00:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:18:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:08 prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container 00:18:08 $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 00:18:10 $ docker top 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:11 + docker compose -f ./docker-compose-build.yml build --parallel 00:18:19 #1 [support-notifications internal] load build definition from Dockerfile 00:18:19 #1 transferring dockerfile: 1.84kB done 00:18:19 #1 DONE 1.0s 00:18:19 00:18:19 #2 [core-data internal] load build definition from Dockerfile 00:18:20 #2 ... 00:18:20 00:18:20 #3 [security-secretstore-setup internal] load build definition from Dockerfile 00:18:20 #3 transferring dockerfile: 2.38kB done 00:18:20 #3 DONE 0.4s 00:18:20 00:18:20 #2 [core-data internal] load build definition from Dockerfile 00:18:20 #2 transferring dockerfile: 1.90kB 0.1s done 00:18:20 #2 ... 00:18:20 00:18:20 #4 [security-spire-agent internal] load build definition from Dockerfile 00:18:20 #4 transferring dockerfile: 1.70kB 0.1s done 00:18:20 #4 DONE 0.4s 00:18:20 00:18:20 #5 [security-proxy-setup internal] load build definition from Dockerfile 00:18:20 #5 transferring dockerfile: 2.39kB 0.0s done 00:18:20 #5 DONE 0.5s 00:18:20 00:18:20 #6 [security-bootstrapper internal] load build definition from Dockerfile 00:18:20 #6 transferring dockerfile: 2.82kB 0.0s done 00:18:20 #6 DONE 0.5s 00:18:20 00:18:20 #7 [security-spiffe-token-provider internal] load build definition from Dockerfile 00:18:20 #7 transferring dockerfile: 1.78kB 0.1s done 00:18:20 #7 DONE 0.5s 00:18:20 00:18:20 #8 [core-metadata internal] load build definition from Dockerfile 00:18:20 #8 transferring dockerfile: 1.96kB 0.1s done 00:18:20 #8 DONE 0.5s 00:18:20 00:18:20 #2 [core-data internal] load build definition from Dockerfile 00:18:20 #2 DONE 0.5s 00:18:20 00:18:20 #9 [support-notifications internal] load .dockerignore 00:18:20 #9 ... 00:18:20 00:18:20 #10 [security-spire-server internal] load build definition from Dockerfile 00:18:20 #10 transferring dockerfile: 1.59kB 0.1s done 00:18:20 #10 DONE 0.6s 00:18:20 00:18:20 #11 [support-scheduler internal] load build definition from Dockerfile 00:18:20 #11 transferring dockerfile: 1.82kB 0.1s done 00:18:20 #11 DONE 0.8s 00:18:20 00:18:20 #9 [support-notifications internal] load .dockerignore 00:18:20 #9 transferring context: 00:18:20 #9 transferring context: 56B 0.0s done 00:18:20 #9 DONE 0.2s 00:18:20 00:18:20 #12 [core-command internal] load build definition from Dockerfile 00:18:20 #12 transferring dockerfile: 1.82kB 0.0s done 00:18:20 #12 DONE 0.5s 00:18:20 00:18:20 #13 [security-spire-config internal] load build definition from Dockerfile 00:18:20 #13 transferring dockerfile: 1.58kB 0.0s done 00:18:20 #13 DONE 0.5s 00:18:20 00:18:20 #14 [security-proxy-auth internal] load build definition from Dockerfile 00:18:20 #14 transferring dockerfile: 2.04kB done 00:18:20 #14 DONE 0.4s 00:18:20 00:18:20 #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile 00:18:20 #15 transferring dockerfile: 2.12kB done 00:18:20 #15 DONE 0.5s 00:18:21 00:18:21 #16 [security-secretstore-setup internal] load .dockerignore 00:18:21 #16 transferring context: 56B done 00:18:21 #16 DONE 0.0s 00:18:21 00:18:21 #17 [support-scheduler internal] load .dockerignore 00:18:21 #17 transferring context: 56B done 00:18:21 #17 DONE 0.1s 00:18:21 00:18:21 #18 [security-proxy-setup internal] load .dockerignore 00:18:21 #18 transferring context: 56B 0.0s done 00:18:21 #18 DONE 0.1s 00:18:21 00:18:21 #19 [security-bootstrapper internal] load .dockerignore 00:18:21 #19 transferring context: 56B done 00:18:21 #19 DONE 0.0s 00:18:21 00:18:21 #20 [security-spiffe-token-provider internal] load .dockerignore 00:18:21 #20 transferring context: 56B done 00:18:21 #20 DONE 0.0s 00:18:21 00:18:21 #21 [core-metadata internal] load .dockerignore 00:18:21 #21 transferring context: 56B done 00:18:21 #21 DONE 0.1s 00:18:21 00:18:21 #22 [security-spire-server internal] load .dockerignore 00:18:21 #22 transferring context: 56B done 00:18:21 #22 DONE 0.1s 00:18:21 00:18:21 #23 [security-spire-agent internal] load .dockerignore 00:18:21 #23 transferring context: 56B done 00:18:21 #23 DONE 0.1s 00:18:21 00:18:21 #24 [core-data internal] load .dockerignore 00:18:21 #24 transferring context: 56B done 00:18:21 #24 DONE 0.1s 00:18:21 00:18:21 #25 [core-command internal] load .dockerignore 00:18:21 #25 transferring context: 56B 0.0s done 00:18:21 #25 DONE 0.1s 00:18:21 00:18:21 #26 [security-spire-config internal] load .dockerignore 00:18:21 #26 transferring context: 56B done 00:18:21 #26 DONE 0.1s 00:18:21 00:18:21 #27 [core-common-config-bootstrapper internal] load .dockerignore 00:18:22 #27 transferring context: 56B done 00:18:22 #27 DONE 0.1s 00:18:22 00:18:22 #28 [security-proxy-auth internal] load .dockerignore 00:18:22 #28 transferring context: 56B done 00:18:22 #28 DONE 0.1s 00:18:22 00:18:22 #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:22 #29 DONE 0.0s 00:18:22 00:18:22 #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.17 00:18:22 #30 DONE 0.1s 00:18:22 00:18:22 #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 1.05MB / 3.26MB 0.1s 00:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s 00:18:22 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 00:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:22 #31 ... 00:18:22 00:18:22 #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:22 #29 DONE 0.0s 00:18:22 00:18:22 #32 [support-notifications internal] load build context 00:18:22 #32 transferring context: 2.58MB 0.5s done 00:18:22 #32 DONE 0.6s 00:18:22 00:18:22 #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:22 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:22 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:22 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:22 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:22 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:23 #31 ... 00:18:23 00:18:23 #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.17 00:18:23 #30 DONE 0.2s 00:18:23 00:18:23 #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:23 #29 DONE 0.0s 00:18:23 00:18:23 #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:23 #33 DONE 1.5s 00:18:23 00:18:23 #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:23 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:23 #31 ... 00:18:23 00:18:23 #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:23 #33 DONE 1.5s 00:18:23 00:18:23 #31 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:23 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:23 #31 ... 00:18:23 00:18:23 #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:23 #29 DONE 0.0s 00:18:23 00:18:23 #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 00:18:23 #30 DONE 0.4s 00:18:23 00:18:23 #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:23 #29 DONE 0.1s 00:18:23 00:18:23 #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:23 #33 DONE 1.5s 00:18:23 00:18:23 #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.17 00:18:23 #30 ... 00:18:23 00:18:23 #34 [support-scheduler builder 2/7] WORKDIR /edgex-go 00:18:23 #34 DONE 0.7s 00:18:23 00:18:23 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 00:18:23 #35 ... 00:18:23 00:18:23 #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:23 #29 DONE 0.1s 00:18:23 00:18:23 #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:23 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:23 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:23 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:23 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:23 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:23 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:24 #31 ... 00:18:24 00:18:24 #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:24 #33 DONE 1.7s 00:18:24 00:18:24 #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:24 #29 DONE 0.1s 00:18:24 00:18:24 #34 [core-command builder 2/7] WORKDIR /edgex-go 00:18:24 #34 DONE 0.9s 00:18:24 00:18:24 #31 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:24 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:24 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:24 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:24 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:24 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:24 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:24 #31 DONE 2.8s 00:18:24 00:18:24 #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 00:18:24 #29 DONE 0.1s 00:18:24 00:18:24 #36 [security-secretstore-setup internal] load build context 00:18:24 #36 transferring context: 2.58MB 0.8s done 00:18:24 #36 DONE 1.3s 00:18:24 00:18:24 #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.17 00:18:24 #30 ... 00:18:24 00:18:24 #37 [support-scheduler internal] load build context 00:18:24 #37 transferring context: 2.58MB 0.9s done 00:18:24 #37 DONE 1.2s 00:18:24 00:18:24 #38 [security-proxy-setup internal] load build context 00:18:25 #38 transferring context: 2.58MB 1.8s done 00:18:25 #38 DONE 2.4s 00:18:25 00:18:25 #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:25 #33 DONE 1.7s 00:18:25 00:18:25 #34 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 00:18:25 #34 DONE 0.9s 00:18:25 00:18:25 #31 [core-common-config-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:25 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:25 #31 DONE 2.8s 00:18:25 00:18:25 #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.17 00:18:25 #30 DONE 2.4s 00:18:25 00:18:25 #39 [core-common-config-bootstrapper stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:18:25 #39 ... 00:18:25 00:18:25 #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 00:18:25 #33 DONE 1.7s 00:18:25 00:18:25 #34 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 00:18:25 #34 DONE 0.9s 00:18:25 00:18:25 #31 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:25 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:25 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:25 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:25 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:25 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:25 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:25 #31 DONE 2.8s 00:18:25 00:18:25 #40 [security-proxy-auth internal] load build context 00:18:25 #40 DONE 0.0s 00:18:25 00:18:25 #41 [core-common-config-bootstrapper internal] load build context 00:18:25 #41 DONE 0.0s 00:18:25 00:18:25 #39 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:18:26 #39 ... 00:18:26 00:18:26 #42 [security-bootstrapper internal] load build context 00:18:26 #42 transferring context: 2.58MB 2.1s done 00:18:26 #42 DONE 3.0s 00:18:26 00:18:26 #43 [security-spiffe-token-provider internal] load build context 00:18:26 #43 transferring context: 2.58MB 2.2s done 00:18:26 #43 DONE 3.1s 00:18:26 00:18:26 #44 [core-command internal] load build context 00:18:27 #44 ... 00:18:27 00:18:27 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 00:18:27 #45 DONE 3.4s 00:18:27 00:18:27 #44 [core-command internal] load build context 00:18:27 #44 ... 00:18:27 00:18:27 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 00:18:27 #35 DONE 3.5s 00:18:27 00:18:27 #31 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:27 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:27 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:27 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:27 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:27 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:27 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:27 #31 DONE 2.8s 00:18:27 00:18:27 #46 [security-spire-config internal] load build context 00:18:27 #46 ... 00:18:27 00:18:27 #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 00:18:27 #31 resolve docker.io/library/alpine:3.17@sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 0.0s done 00:18:27 #31 sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 1.64kB / 1.64kB done 00:18:27 #31 sha256:42d4e36ff7f1f6cfb53152ad3d1368436b78305b0d60dce03ae4230bf09bbcf3 528B / 528B done 00:18:27 #31 sha256:8650cd65339b8a253f8b17ef7b63d4e2eb1ee05f00f2ae90aa74366e58ca45f7 1.49kB / 1.49kB done 00:18:27 #31 sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 3.26MB / 3.26MB 0.2s done 00:18:27 #31 extracting sha256:4060ece20d7ac783f52cbe28a35fd5b06f90f7b4d773bae0d956024e85ff35b6 0.7s done 00:18:27 #31 DONE 2.8s 00:18:27 00:18:27 #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:18:28 #47 ... 00:18:28 00:18:28 #44 [core-command internal] load build context 00:18:28 #44 transferring context: 2.58MB 3.1s done 00:18:28 #44 DONE 4.4s 00:18:28 00:18:28 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:18:28 #48 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.9s done 00:18:28 #48 DONE 0.9s 00:18:28 00:18:28 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:28 #49 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.0s done 00:18:28 #49 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done 00:18:28 #49 ... 00:18:28 00:18:28 #50 [core-data internal] load build context 00:18:28 #50 transferring context: 2.58MB 2.7s done 00:18:28 #50 DONE 4.7s 00:18:28 00:18:28 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:28 #49 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done 00:18:29 #49 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 00:18:29 #49 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done 00:18:29 #49 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.1s 00:18:29 #49 ... 00:18:29 00:18:29 #51 [core-metadata internal] load build context 00:18:29 #51 transferring context: 2.58MB 3.4s done 00:18:29 #51 DONE 5.6s 00:18:29 00:18:29 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:29 #49 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s 00:18:29 #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 00:18:29 #49 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done 00:18:29 #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 00:18:29 #49 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 00:18:30 #49 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done 00:18:30 #49 ... 00:18:30 00:18:30 #46 [security-spire-config internal] load build context 00:18:30 #46 transferring context: 15.84kB 0.1s done 00:18:30 #46 DONE 3.4s 00:18:30 00:18:30 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:30 #49 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 1.4s 00:18:31 #49 ... 00:18:31 00:18:31 #52 [security-spire-server internal] load build context 00:18:31 #52 transferring context: 17.59kB 0.2s done 00:18:31 #52 DONE 3.7s 00:18:31 00:18:31 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:31 #49 ... 00:18:31 00:18:31 #53 [security-spire-agent internal] load build context 00:18:31 #53 transferring context: 17.12kB 0.3s done 00:18:31 #53 DONE 3.5s 00:18:31 00:18:31 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 00:18:31 #0 3.030 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:31 #0 3.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:31 #0 5.622 OK: 263 MiB in 53 packages 00:18:31 #54 DONE 7.7s 00:18:31 00:18:31 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:31 #49 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.7s done 00:18:31 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.9s 00:18:31 #49 ... 00:18:31 00:18:31 #41 [core-common-config-bootstrapper internal] load build context 00:18:31 #41 transferring context: 2.58MB 3.6s done 00:18:31 #41 DONE 5.6s 00:18:31 00:18:31 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:31 #49 ... 00:18:31 00:18:31 #40 [security-proxy-auth internal] load build context 00:18:31 #40 transferring context: 2.58MB 4.4s done 00:18:31 #40 DONE 5.8s 00:18:31 00:18:31 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:32 #49 ... 00:18:32 00:18:32 #55 [support-notifications builder 4/7] COPY go.mod vendor* ./ 00:18:32 #55 DONE 0.9s 00:18:32 00:18:32 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:32 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.31MB / 23.39MB 2.9s 00:18:32 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.15MB / 23.39MB 3.4s 00:18:33 #49 ... 00:18:33 00:18:33 #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 00:18:33 #0 5.964 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:33 #0 7.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:33 #0 8.924 OK: 263 MiB in 53 packages 00:18:33 #56 DONE 9.8s 00:18:33 00:18:33 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:33 #49 ... 00:18:33 00:18:33 #57 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 00:18:33 #0 4.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:33 #0 6.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:33 #0 9.170 OK: 263 MiB in 53 packages 00:18:33 #57 DONE 9.7s 00:18:33 00:18:33 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:33 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.17MB / 23.39MB 4.0s 00:18:33 #49 ... 00:18:33 00:18:33 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:18:33 #0 4.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:33 #0 6.821 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:33 #0 9.036 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:18:33 #0 9.058 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:18:33 #0 9.058 OK: 17694 distinct packages available 00:18:33 #0 9.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:33 #58 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:33 #58 ... 00:18:33 00:18:33 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:33 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.34MB / 23.39MB 4.5s 00:18:33 #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 00:18:34 #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 00:18:34 #49 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 00:18:34 #49 ... 00:18:34 00:18:34 #59 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:18:34 #59 DONE 1.0s 00:18:34 00:18:34 #60 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:18:34 #60 DONE 1.2s 00:18:34 00:18:34 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:34 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.78MB / 23.39MB 5.0s 00:18:34 #49 ... 00:18:34 00:18:34 #61 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:18:35 #61 ... 00:18:35 00:18:35 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:35 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 5.8s 00:18:35 #49 ... 00:18:35 00:18:35 #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:18:35 #0 9.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:35 #62 ... 00:18:35 00:18:35 #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 00:18:35 #0 9.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:35 #63 ... 00:18:35 00:18:35 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 00:18:35 #58 11.49 OK: 263 MiB in 53 packages 00:18:35 #58 DONE 11.9s 00:18:35 00:18:35 #64 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:18:35 #64 ... 00:18:35 00:18:35 #65 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 00:18:35 #65 ... 00:18:35 00:18:35 #66 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:18:35 #66 ... 00:18:35 00:18:35 #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:18:35 #67 ... 00:18:35 00:18:35 #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 00:18:35 #63 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:36 #63 ... 00:18:36 00:18:36 #64 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 00:18:36 #64 DONE 0.9s 00:18:36 00:18:36 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:36 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.73MB / 23.39MB 7.1s 00:18:37 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 7.7s 00:18:37 #49 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 00:18:37 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 7.9s 00:18:37 #49 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done 00:18:37 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.27MB / 23.39MB 8.5s 00:18:37 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 8.7s 00:18:38 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.9s done 00:18:38 #49 ... 00:18:38 00:18:38 #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:18:38 #68 ... 00:18:38 00:18:38 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:38 #49 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 8.9s done 00:18:38 #49 ... 00:18:38 00:18:38 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:18:38 #48 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done 00:18:38 #48 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done 00:18:38 #48 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done 00:18:38 #48 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.4s done 00:18:38 #48 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done 00:18:38 #48 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.5s done 00:18:38 #48 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.1s done 00:18:38 #48 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.5s done 00:18:38 #48 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.3s done 00:18:38 #48 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done 00:18:39 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 00:18:39 #48 ... 00:18:39 00:18:39 #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:18:39 #47 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:42 #47 ... 00:18:42 00:18:42 #63 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init 00:18:42 #63 13.05 (1/2) Installing ca-certificates (20230506-r0) 00:18:42 #63 13.32 (2/2) Installing dumb-init (1.2.5-r2) 00:18:42 #63 13.33 Executing busybox-1.35.0-r29.trigger 00:18:42 #63 13.42 Executing ca-certificates-20230506-r0.trigger 00:18:42 #63 15.48 OK: 8 MiB in 17 packages 00:18:42 #63 DONE 16.6s 00:18:42 00:18:42 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:42 #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.4s 00:18:42 #49 ... 00:18:42 00:18:42 #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:42 #69 ... 00:18:42 00:18:42 #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:18:42 #47 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:42 #47 ... 00:18:42 00:18:42 #61 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:18:42 #61 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:42 #61 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:42 #61 16.15 (1/1) Installing dumb-init (1.2.5-r2) 00:18:42 #61 16.23 Executing busybox-1.35.0-r29.trigger 00:18:42 #61 16.42 OK: 8 MiB in 16 packages 00:18:42 #61 DONE 17.9s 00:18:42 00:18:42 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:44 #49 ... 00:18:44 00:18:44 #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:44 #70 ... 00:18:44 00:18:44 #71 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:44 #71 ... 00:18:44 00:18:44 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:46 #49 ... 00:18:46 00:18:46 #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:18:46 #62 10.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:46 #62 13.97 (1/4) Installing ca-certificates (20230506-r0) 00:18:46 #62 14.38 (2/4) Installing dumb-init (1.2.5-r2) 00:18:46 #62 14.42 (3/4) Installing su-exec (0.2-r2) 00:18:46 #62 14.44 (4/4) Installing yq (4.30.4-r4) 00:18:46 #62 15.44 Executing busybox-1.35.0-r29.trigger 00:18:46 #62 15.57 Executing ca-certificates-20230506-r0.trigger 00:18:46 #62 17.46 OK: 17 MiB in 19 packages 00:18:46 #62 ... 00:18:46 00:18:46 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:46 #49 ... 00:18:46 00:18:46 #62 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 00:18:46 #62 DONE 21.2s 00:18:46 00:18:46 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:46 #49 ... 00:18:46 00:18:46 #39 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init 00:18:46 #39 12.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:46 #39 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:46 #39 19.37 (1/1) Installing dumb-init (1.2.5-r2) 00:18:46 #39 19.41 Executing busybox-1.35.0-r29.trigger 00:18:46 #39 19.48 OK: 8 MiB in 16 packages 00:18:46 #39 DONE 21.0s 00:18:46 00:18:46 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:46 #49 ... 00:18:46 00:18:46 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:46 #72 ... 00:18:46 00:18:46 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:18:46 #48 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 6.3s done 00:18:46 #48 ... 00:18:46 00:18:46 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:46 #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.4s 00:18:47 #49 ... 00:18:47 00:18:47 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 00:18:47 #48 DONE 19.1s 00:18:47 00:18:47 #65 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec 00:18:47 #65 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:47 #65 15.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:47 #65 20.33 (1/2) Installing dumb-init (1.2.5-r2) 00:18:47 #65 20.35 (2/2) Installing su-exec (0.2-r2) 00:18:47 #65 20.37 Executing busybox-1.35.0-r29.trigger 00:18:47 #65 20.50 OK: 8 MiB in 17 packages 00:18:47 #65 DONE 21.5s 00:18:47 00:18:47 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:47 #49 ... 00:18:47 00:18:47 #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:18:47 #67 11.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:47 #67 13.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:47 #67 19.08 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:18:47 #67 19.09 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:18:47 #67 19.09 OK: 17689 distinct packages available 00:18:47 #67 20.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:47 #95 DONE 62.2s 00:18:47 00:18:47 #93 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:47 #93 DONE 62.3s 00:18:47 00:18:47 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:47 #92 DONE 61.1s 00:18:47 00:18:47 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:47 #94 DONE 62.2s 00:18:47 00:18:47 #96 [security-spiffe-token-provider builder 6/7] COPY . . 00:18:47 #67 ... 00:18:47 00:18:47 #73 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:18:48 #73 ... 00:18:48 00:18:48 #66 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq 00:18:48 #66 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:48 #66 16.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:48 #66 21.01 (1/4) Installing dumb-init (1.2.5-r2) 00:18:48 #66 21.05 (2/4) Installing openssl (3.0.10-r0) 00:18:48 #66 21.20 (3/4) Installing su-exec (0.2-r2) 00:18:48 #66 21.22 (4/4) Installing yq (4.30.4-r4) 00:18:48 #66 22.12 Executing busybox-1.35.0-r29.trigger 00:18:48 #66 22.16 OK: 17 MiB in 19 packages 00:18:48 #66 DONE 23.0s 00:18:48 00:18:48 #74 [security-proxy-setup stage-1 3/10] WORKDIR /edgex 00:18:48 #74 DONE 0.1s 00:18:48 00:18:48 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:18:48 #49 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.7s done 00:18:49 #49 ... 00:18:49 00:18:49 #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:18:49 #68 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:49 #68 14.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:49 #68 18.80 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:18:49 #68 18.80 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:18:49 #68 18.80 OK: 17689 distinct packages available 00:18:49 #68 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:49 #68 20.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:49 #68 ... 00:18:49 00:18:49 #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:18:49 #47 19.03 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] 00:18:49 #47 19.03 v3.17.5-58-g1556d459cb4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] 00:18:49 #47 19.03 OK: 17689 distinct packages available 00:18:49 #47 19.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 00:18:49 #47 21.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:49 #47 ... 00:18:49 00:18:49 #73 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 00:18:49 #73 DONE 2.9s 00:18:50 00:18:50 #75 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging 00:18:50 #75 DONE 0.2s 00:18:50 00:18:50 #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:18:50 #67 22.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 00:18:50 #67 25.32 (1/9) Installing ca-certificates (20230506-r0) 00:18:50 #67 25.46 (2/9) Installing brotli-libs (1.0.9-r9) 00:18:50 #67 25.51 (3/9) Installing nghttp2-libs (1.51.0-r1) 00:18:50 #67 25.52 (4/9) Installing libcurl (8.2.1-r0) 00:18:50 #67 25.55 (5/9) Installing curl (8.2.1-r0) 00:18:50 #67 25.57 (6/9) Installing dumb-init (1.2.5-r2) 00:18:51 #67 25.59 (7/9) Installing musl-obstack (1.2.3-r0) 00:18:51 #67 25.60 (8/9) Installing libucontext (1.2-r0) 00:18:51 #67 25.61 (9/9) Installing gcompat (1.1.0-r0) 00:18:51 #67 25.63 Executing busybox-1.35.0-r29.trigger 00:18:51 #67 25.70 Executing ca-certificates-20230506-r0.trigger 00:18:51 #67 ... 00:18:51 00:18:51 #68 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat 00:18:51 #68 22.49 (1/4) Installing dumb-init (1.2.5-r2) 00:18:51 #68 22.52 (2/4) Installing musl-obstack (1.2.3-r0) 00:18:51 #68 22.53 (3/4) Installing libucontext (1.2-r0) 00:18:51 #68 22.55 (4/4) Installing gcompat (1.1.0-r0) 00:18:51 #68 22.57 Executing busybox-1.35.0-r29.trigger 00:18:51 #68 22.60 OK: 8 MiB in 19 packages 00:18:51 #68 DONE 23.0s 00:18:51 00:18:51 #47 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 00:18:51 #47 23.04 (1/5) Installing dumb-init (1.2.5-r2) 00:18:51 #47 23.06 (2/5) Installing musl-obstack (1.2.3-r0) 00:18:51 #47 23.07 (3/5) Installing libucontext (1.2-r0) 00:18:51 #47 23.08 (4/5) Installing gcompat (1.1.0-r0) 00:18:51 #47 23.10 (5/5) Installing openssl (3.0.10-r0) 00:18:51 #47 23.17 Executing busybox-1.35.0-r29.trigger 00:18:51 #47 23.27 OK: 9 MiB in 20 packages 00:18:51 #47 DONE 23.8s 00:18:51 00:18:51 #76 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:18:52 #96 ... 00:18:52 00:18:52 #97 [support-notifications builder 6/7] COPY . . 00:18:52 #97 ... 00:18:52 00:18:52 #98 [core-data builder 6/7] COPY . . 00:18:52 #98 ... 00:18:52 00:18:52 #99 [security-bootstrapper builder 6/7] COPY . . 00:18:53 #76 DONE 1.1s 00:18:53 00:18:53 #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / 00:18:53 #77 ... 00:18:53 00:18:53 #78 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:18:53 #78 DONE 1.7s 00:18:53 00:18:53 #67 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 00:18:53 #67 26.54 OK: 11 MiB in 24 packages 00:18:53 #67 DONE 27.4s 00:18:53 00:18:53 #79 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 00:18:53 #79 DONE 1.2s 00:18:53 00:18:53 #80 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:18:53 #80 ... 00:18:53 00:18:53 #77 [security-spire-server stage-2 4/8] COPY Attribution.txt / 00:18:53 #77 DONE 0.3s 00:18:53 00:18:53 #81 [security-spire-config stage-2 4/9] COPY Attribution.txt / 00:18:53 #81 DONE 0.4s 00:18:53 00:18:53 #82 [security-spire-server stage-2 5/8] COPY security.txt / 00:18:53 #82 DONE 0.2s 00:18:53 00:18:53 #83 [security-spire-config stage-2 5/9] COPY security.txt / 00:18:53 #83 DONE 0.2s 00:18:53 00:18:53 #84 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 00:18:53 #84 DONE 0.3s 00:18:53 00:18:53 #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:18:53 #85 ... 00:18:53 00:18:53 #86 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 00:18:53 #86 DONE 0.4s 00:18:53 00:18:53 #85 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 00:18:53 #85 DONE 0.3s 00:18:53 00:18:53 #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:18:54 #87 ... 00:18:54 00:18:54 #88 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d 00:18:54 #88 DONE 0.3s 00:18:54 00:18:54 #80 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 00:18:54 #80 DONE 1.3s 00:18:54 00:18:54 #87 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 00:18:54 #87 DONE 0.3s 00:18:54 00:18:54 #89 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 00:18:54 #89 ... 00:18:54 00:18:54 #90 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 00:18:54 #90 DONE 0.2s 00:18:54 00:18:54 #89 [security-spire-agent stage-3 5/9] COPY Attribution.txt / 00:18:54 #89 DONE 0.3s 00:18:54 00:18:54 #91 [security-spire-config] exporting to image 00:18:54 #91 exporting layers 00:18:55 #91 ... 00:18:55 00:18:55 #92 [security-spire-agent stage-3 6/9] COPY security.txt / 00:18:55 #92 DONE 0.3s 00:18:55 00:18:55 #93 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 00:18:55 #93 DONE 0.1s 00:18:55 00:18:55 #94 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 00:18:55 #94 DONE 0.1s 00:18:55 00:18:55 #95 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 00:18:55 #95 DONE 0.3s 00:18:55 00:18:55 #91 [security-spire-agent] exporting to image 00:18:57 #91 exporting layers 2.5s done 00:18:57 #91 writing image sha256:46fef69b7dc20286b66d9fb374d006cde63da0d1279e43efba34b1efacdacbe9 0.1s done 00:18:57 #91 naming to docker.io/library/security-spire-server-arm64 00:18:57 #91 exporting layers 2.7s done 00:18:57 #91 naming to docker.io/library/security-spire-server-arm64 0.0s done 00:18:57 #91 writing image sha256:cde759193085e7caf6d2409138cf85c59c019b87eb9672d7bbc44dae84d9738d 0.0s done 00:18:57 #91 naming to docker.io/library/security-spire-config-arm64 0.0s done 00:18:57 #91 exporting layers 2.1s done 00:18:57 #91 writing image sha256:f3b2b95056c2eead87a5c3cb3f27eb31b8c83fa7d0aee9d414e1a788cec91c45 done 00:18:57 #91 naming to docker.io/library/security-spire-agent-arm64 done 00:18:57 #91 DONE 3.2s 00:18:57 00:18:57 #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #99 DONE 16.3s 00:18:59 00:18:59 #96 [security-spiffe-token-provider builder 6/7] COPY . . 00:18:59 #96 DONE 16.3s 00:18:59 00:18:59 #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:18:59 #100 ... 00:18:59 00:18:59 #101 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #101 CACHED 00:18:59 00:18:59 #102 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 00:18:59 #102 CACHED 00:18:59 00:18:59 #103 [security-secretstore-setup builder 6/7] COPY . . 00:18:59 #103 CACHED 00:18:59 00:18:59 #104 [security-proxy-setup builder 6/7] COPY . . 00:18:59 #104 CACHED 00:18:59 00:18:59 #105 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:18:59 #105 CACHED 00:18:59 00:18:59 #106 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #106 CACHED 00:18:59 00:18:59 #98 [core-data builder 6/7] COPY . . 00:18:59 #98 DONE 16.4s 00:18:59 00:18:59 #107 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #107 CACHED 00:18:59 00:18:59 #108 [security-proxy-auth builder 6/7] COPY . . 00:18:59 #108 CACHED 00:18:59 00:18:59 #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:18:59 #109 CACHED 00:18:59 00:18:59 #110 [support-scheduler builder 6/7] COPY . . 00:18:59 #110 CACHED 00:18:59 00:18:59 #111 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 00:18:59 #111 CACHED 00:18:59 00:18:59 #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #112 CACHED 00:18:59 00:18:59 #113 [core-metadata builder 6/7] COPY . . 00:18:59 #113 CACHED 00:18:59 00:18:59 #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:18:59 #114 CACHED 00:18:59 00:18:59 #115 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #115 CACHED 00:18:59 00:18:59 #116 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #116 CACHED 00:18:59 00:18:59 #117 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:18:59 #117 CACHED 00:18:59 00:18:59 #118 [core-common-config-bootstrapper builder 6/7] COPY . . 00:18:59 #118 CACHED 00:18:59 00:18:59 #119 [core-command builder 4/7] COPY go.mod vendor* ./ 00:18:59 #119 CACHED 00:18:59 00:18:59 #120 [core-command builder 6/7] COPY . . 00:18:59 #120 CACHED 00:18:59 00:18:59 #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:18:59 #121 CACHED 00:18:59 00:18:59 #97 [support-notifications builder 6/7] COPY . . 00:18:59 #97 DONE 16.5s 00:18:59 00:18:59 #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:19:00 #122 1.876 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:19:08 #122 ... 00:19:08 00:19:08 #123 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:19:08 #0 0.925 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:19:08 #123 ... 00:19:08 00:19:08 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:19:08 #0 1.038 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:19:08 #124 ... 00:19:08 00:19:08 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:19:08 #0 1.564 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:19:08 #125 ... 00:19:08 00:19:08 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:19:08 #0 1.264 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:19:08 #126 ... 00:19:08 00:19:08 #127 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:19:08 #0 1.215 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:19:08 #127 ... 00:19:08 00:19:08 #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:19:08 #0 1.761 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:19:08 #128 ... 00:19:08 00:19:08 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:19:08 #0 0.927 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:19:09 #129 ... 00:19:09 00:19:09 #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:19:09 #100 1.031 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:19:09 #100 ... 00:19:09 00:19:09 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:19:09 #0 1.521 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:19:09 #130 ... 00:19:09 00:19:09 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:19:09 #0 1.759 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:19:29 #70 ... 00:19:29 00:19:29 #71 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #71 DONE 51.8s 00:19:29 00:19:29 #72 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #72 DONE 49.9s 00:19:29 00:19:29 #70 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #70 DONE 52.1s 00:19:29 00:19:29 #69 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #69 DONE 54.2s 00:19:29 00:19:29 #96 [support-notifications builder 6/7] COPY . . 00:19:29 #96 DONE 1.2s 00:19:29 00:19:29 #97 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #97 CACHED 00:19:29 00:19:29 #98 [core-metadata builder 6/7] COPY . . 00:19:29 #98 CACHED 00:19:29 00:19:29 #99 [core-metadata builder 4/7] COPY go.mod vendor* ./ 00:19:29 #99 CACHED 00:19:29 00:19:29 #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #100 CACHED 00:19:29 00:19:29 #101 [security-proxy-auth builder 6/7] COPY . . 00:19:29 #101 CACHED 00:19:29 00:19:29 #102 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 00:19:29 #102 CACHED 00:19:29 00:19:29 #103 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #103 CACHED 00:19:29 00:19:29 #104 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:19:29 #104 CACHED 00:19:29 00:19:29 #105 [core-common-config-bootstrapper builder 6/7] COPY . . 00:19:29 #105 CACHED 00:19:29 00:19:29 #106 [core-command builder 6/7] COPY . . 00:19:29 #106 CACHED 00:19:29 00:19:29 #107 [core-command builder 4/7] COPY go.mod vendor* ./ 00:19:29 #107 CACHED 00:19:29 00:19:29 #108 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #108 CACHED 00:19:29 00:19:29 #109 [support-scheduler builder 6/7] COPY . . 00:19:29 #109 DONE 1.2s 00:19:29 00:19:29 #110 [core-data builder 6/7] COPY . . 00:19:29 #110 CACHED 00:19:29 00:19:29 #111 [core-data builder 4/7] COPY go.mod vendor* ./ 00:19:29 #111 CACHED 00:19:29 00:19:29 #112 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #112 CACHED 00:19:29 00:19:29 #113 [security-secretstore-setup builder 6/7] COPY . . 00:19:29 #113 DONE 1.1s 00:19:29 00:19:29 #114 [security-bootstrapper builder 6/7] COPY . . 00:19:29 #114 CACHED 00:19:29 00:19:29 #115 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 00:19:29 #115 CACHED 00:19:29 00:19:29 #116 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #116 CACHED 00:19:29 00:19:29 #117 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 00:19:29 #117 CACHED 00:19:29 00:19:29 #118 [security-proxy-setup builder 6/7] COPY . . 00:19:29 #118 CACHED 00:19:29 00:19:29 #119 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:19:29 #119 CACHED 00:19:29 00:19:29 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:19:29 #120 ... 00:19:29 00:19:29 #121 [security-spiffe-token-provider builder 6/7] COPY . . 00:19:29 #121 DONE 1.2s 00:19:29 00:19:29 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:19:33 #122 ... 00:19:33 00:19:33 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:19:33 #0 4.994 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:19:33 #123 ... 00:19:33 00:19:33 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:19:33 #120 5.559 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:19:37 #120 ... 00:19:37 00:19:37 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:19:37 #0 5.702 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 00:19:37 #124 ... 00:19:37 00:19:37 #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:19:37 #0 4.868 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 00:19:37 #125 ... 00:19:37 00:19:37 #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:19:37 #0 5.653 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 00:19:38 #126 ... 00:19:38 00:19:38 #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:19:38 #0 3.737 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 00:19:38 #127 ... 00:19:38 00:19:38 #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:19:38 #0 5.709 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:19:38 #128 ... 00:19:38 00:19:38 #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:19:38 #0 4.149 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:19:38 #129 ... 00:19:38 00:19:38 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:19:38 #0 5.214 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:19:38 #130 ... 00:19:38 00:19:38 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:19:38 #0 4.643 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 00:19:43 #131 ... 00:19:43 00:19:43 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:19:43 #122 5.577 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 00:20:30 #131 ... 00:20:30 00:20:30 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:20:30 #124 80.93 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:20:52 #124 ... 00:20:52 00:20:52 #126 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:20:52 #126 DONE 114.0s 00:20:52 00:20:52 #123 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:20:52 #123 DONE 114.2s 00:20:52 00:20:52 #131 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:20:52 #131 DONE 114.1s 00:20:52 00:20:52 #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:20:52 #130 DONE 114.1s 00:20:52 00:20:52 #100 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:20:52 #100 DONE 114.3s 00:20:52 00:20:52 #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:52 #132 ... 00:20:52 00:20:52 #124 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:20:52 #124 DONE 114.3s 00:20:52 00:20:52 #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:20:52 #128 DONE 114.3s 00:20:52 00:20:52 #127 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:20:52 #127 DONE 114.5s 00:20:52 00:20:52 #133 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:52 #133 ... 00:20:52 00:20:52 #129 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:20:52 #129 DONE 114.5s 00:20:52 00:20:52 #122 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:20:52 #122 DONE 114.6s 00:20:52 00:20:52 #134 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #134 ... 00:20:53 00:20:53 #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:20:53 #125 DONE 114.8s 00:20:53 00:20:53 #135 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #135 ... 00:20:53 00:20:53 #136 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #136 DONE 0.9s 00:20:53 00:20:53 #133 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #133 DONE 0.7s 00:20:53 00:20:53 #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #132 DONE 0.9s 00:20:53 00:20:53 #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:20:53 #137 DONE 0.7s 00:20:53 00:20:53 #138 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #138 DONE 0.7s 00:20:53 00:20:53 #134 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #134 DONE 0.7s 00:20:53 00:20:53 #139 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 00:20:53 #139 ... 00:20:53 00:20:53 #135 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #135 DONE 0.3s 00:20:53 00:20:53 #140 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:20:53 #140 DONE 0.3s 00:20:53 00:20:53 #141 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #141 CACHED 00:20:53 00:20:53 #142 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:20:53 #142 CACHED 00:20:53 00:20:53 #143 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:20:53 #143 CACHED 00:20:53 00:20:53 #144 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #144 CACHED 00:20:53 00:20:53 #145 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 00:20:53 #145 DONE 0.2s 00:20:53 00:20:53 #146 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #146 CACHED 00:20:53 00:20:53 #147 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:20:53 #147 CACHED 00:20:53 00:20:53 #148 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 00:20:53 #148 CACHED 00:20:53 00:20:53 #149 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 00:20:53 #149 CACHED 00:20:53 00:20:53 #150 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:20:53 #150 DONE 0.4s 00:20:53 00:20:53 #139 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 00:20:53 #139 DONE 0.2s 00:20:53 00:20:53 #151 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:20:53 #151 DONE 0.3s 00:20:53 00:20:53 #152 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:20:55 #152 ... 00:20:55 00:20:55 #153 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:20:55 #153 DONE 2.0s 00:20:55 00:20:55 #154 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:20:55 #154 DONE 2.0s 00:20:55 00:20:55 #155 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:20:55 #155 DONE 2.0s 00:20:55 00:20:55 #156 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:20:55 #156 DONE 2.0s 00:20:55 00:20:55 #157 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 00:20:55 #157 DONE 2.0s 00:20:55 00:20:55 #158 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:20:55 #158 DONE 2.0s 00:20:55 00:20:55 #159 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:20:55 #159 DONE 2.1s 00:20:55 00:20:55 #160 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:20:55 #160 ... 00:20:55 00:20:55 #161 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:20:55 #161 DONE 2.4s 00:20:55 00:20:55 #162 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:20:55 #162 DONE 2.4s 00:20:55 00:20:55 #152 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:20:55 #152 DONE 2.4s 00:20:56 00:20:56 #163 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 00:20:56 #163 DONE 2.8s 00:20:56 00:20:56 #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 00:20:56 #164 ... 00:20:56 00:20:56 #165 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:20:56 #165 DONE 1.2s 00:20:56 00:20:56 #166 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:20:56 #166 DONE 1.2s 00:20:56 00:20:56 #167 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:20:57 #167 ... 00:20:57 00:20:57 #168 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 00:20:57 #168 DONE 1.4s 00:20:57 00:20:57 #169 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 00:20:57 #169 DONE 1.4s 00:20:57 00:20:57 #160 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:20:57 #160 DONE 1.4s 00:20:57 00:20:57 #170 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 00:20:57 #170 DONE 1.4s 00:20:57 00:20:57 #171 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 00:20:57 #171 DONE 1.2s 00:20:57 00:20:57 #172 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:20:57 #172 DONE 1.1s 00:20:57 00:20:57 #173 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 00:20:57 #173 DONE 1.0s 00:20:57 00:20:57 #174 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:20:57 #174 DONE 1.1s 00:20:57 00:20:57 #88 [core-data] exporting to image 00:20:57 #88 exporting layers 00:20:57 #88 ... 00:20:57 00:20:57 #164 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 00:20:57 #164 DONE 1.2s 00:20:57 00:20:57 #88 [core-data] exporting to image 00:20:57 #88 exporting layers 0.3s done 00:20:57 #88 ... 00:20:57 00:20:57 #175 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:20:57 #175 DONE 0.8s 00:20:57 00:20:57 #167 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:20:57 #167 DONE 0.8s 00:20:57 00:20:57 #176 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:20:57 #176 DONE 0.7s 00:20:57 00:20:57 #177 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 00:20:57 #177 DONE 0.7s 00:20:57 00:20:57 #178 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:20:57 #178 DONE 0.7s 00:20:57 00:20:57 #179 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:20:57 #179 ... 00:20:57 00:20:57 #180 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:20:57 #180 DONE 0.7s 00:20:57 00:20:57 #181 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 00:20:57 #181 DONE 0.5s 00:20:57 00:20:57 #88 [core-metadata] exporting to image 00:20:57 #88 exporting layers 0.7s done 00:20:58 #88 ... 00:20:58 00:20:58 #179 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:20:58 #179 DONE 1.2s 00:20:58 00:20:58 #182 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:20:58 #182 DONE 1.2s 00:20:58 00:20:58 #183 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:20:58 #183 DONE 1.3s 00:20:58 00:20:58 #184 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:20:58 #184 DONE 1.3s 00:20:58 00:20:58 #185 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:20:58 #185 DONE 1.1s 00:20:58 00:20:58 #88 [security-proxy-auth] exporting to image 00:20:58 #88 writing image sha256:8e46aa73c0e00c831d3e93a2dd20bbc7b0679ded3eeabce3e2da9133adf9729a 0.0s done 00:20:58 #88 writing image sha256:5815e1010998f06d314f98be73cc51a3bffad90966c3d2f9be828e0dd1edd116 0.0s done 00:20:58 #88 writing image sha256:7f58ea41dc195d48b28e2bf9eb40fbeaf8fc54c6aafad537cd6504e1b92f8664 0.0s done 00:20:58 #88 writing image sha256:f247de345acd41040dde2d63196b7d0779b7811a9fa4811aa00adbfd045a7a99 0.0s done 00:20:58 #88 naming to docker.io/library/security-spiffe-token-provider done 00:20:58 #88 naming to docker.io/library/core-command done 00:20:58 #88 naming to docker.io/library/support-scheduler 0.0s done 00:20:58 #88 naming to docker.io/library/core-data 0.0s done 00:20:58 #88 writing image sha256:e1d7a7fa3066573020589c1772f733fd7cd09739a3b7f0b57dfbec9a9d2310cf 00:20:59 #88 writing image sha256:e1d7a7fa3066573020589c1772f733fd7cd09739a3b7f0b57dfbec9a9d2310cf done 00:20:59 #88 naming to docker.io/library/support-notifications done 00:20:59 #88 exporting layers 0.3s done 00:20:59 #88 writing image sha256:9380cffdd02270acda497bddf63618d4e926ee48f19b302188e35cab48d20e3e done 00:20:59 #88 naming to docker.io/library/core-metadata done 00:20:59 #88 writing image sha256:1bc5efa94c80364363c86c52b17382af963602632b74fb509676763303bd12cd done 00:20:59 #88 writing image sha256:039adad4f86acfa9a651f5dd957ff8983242608122d3c11543b1825017813e56 00:20:59 #88 naming to docker.io/library/security-proxy-auth done 00:20:59 #88 writing image sha256:039adad4f86acfa9a651f5dd957ff8983242608122d3c11543b1825017813e56 0.0s done 00:20:59 #88 naming to docker.io/library/core-common-config-bootstrapper done 00:20:59 #88 DONE 3.3s 00:20:59 00:20:59 #186 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:20:59 #186 DONE 0.7s 00:20:59 00:20:59 #187 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:20:59 #187 DONE 0.7s 00:20:59 00:20:59 #188 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:20:59 #188 DONE 0.1s 00:20:59 00:20:59 #189 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:20:59 #189 DONE 0.8s 00:20:59 00:20:59 #190 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 00:20:59 #190 DONE 0.1s 00:20:59 00:20:59 #88 [security-proxy-setup] exporting to image 00:20:59 #88 ... 00:20:59 00:20:59 #191 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 00:20:59 #191 DONE 0.1s 00:20:59 00:20:59 #192 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 00:20:59 #192 DONE 0.1s 00:20:59 00:20:59 #88 [security-proxy-setup] exporting to image 00:20:59 #88 exporting layers 0.3s done 00:21:00 #88 writing image sha256:6108be8504b087acd8cba575cfbf2c6bd33e38f81274497ceb2ff584087f4eb9 done 00:21:00 #88 naming to docker.io/library/security-proxy-setup 0.0s done 00:21:00 #88 DONE 3.6s 00:21:00 00:21:00 #193 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:21:00 #193 DONE 0.1s 00:21:00 00:21:00 #194 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 00:21:00 #194 ... 00:21:00 00:21:00 #195 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:21:00 #195 DONE 0.6s 00:21:00 00:21:00 #88 [security-secretstore-setup] exporting to image 00:21:00 #88 ... 00:21:00 00:21:00 #194 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 00:21:00 #194 DONE 0.4s 00:21:00 00:21:00 #88 [security-bootstrapper] exporting to image 00:21:00 #88 exporting layers 0.3s done 00:21:00 #88 writing image sha256:943bd0953735da08b8b4c145efcd65eb66c8bd999b267050d7739c2063431362 00:21:00 #88 writing image sha256:943bd0953735da08b8b4c145efcd65eb66c8bd999b267050d7739c2063431362 done 00:21:00 #88 naming to docker.io/library/security-secretstore-setup done 00:21:00 #88 exporting layers 0.2s done 00:21:00 #88 writing image sha256:1c0ab10aa70f536e02c8b92a51485a36350e911bb9b1a8ee983c89c5230e4e83 done 00:21:00 #88 naming to docker.io/library/security-bootstrapper done 00:21:00 #88 DONE 4.1s 00:21:00 00:21:00 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:21:00 time="2023-09-05T00:16:54Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 00:21:00 $ docker stop --time=1 cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 00:21:02 $ docker rm -f --volumes cc64e245e02f6e50699c07483e8e385d5867579d1b6c85be37af09b480f2a6f8 [Pipeline] // withDockerContainer [Pipeline] sh 00:21:02 + docker images 00:21:02 REPOSITORY TAG IMAGE ID CREATED SIZE 00:21:02 security-secretstore-setup latest 943bd0953735 2 seconds ago 44.1MB 00:21:02 security-bootstrapper latest 1c0ab10aa70f 2 seconds ago 23MB 00:21:02 security-proxy-setup latest 6108be8504b0 3 seconds ago 29.2MB 00:21:02 security-proxy-auth latest 1bc5efa94c80 4 seconds ago 19.4MB 00:21:02 core-common-config-bootstrapper latest 039adad4f86a 4 seconds ago 18MB 00:21:02 support-notifications latest e1d7a7fa3066 5 seconds ago 34.3MB 00:21:02 core-metadata latest 9380cffdd022 5 seconds ago 21.6MB 00:21:02 support-scheduler latest 7f58ea41dc19 6 seconds ago 33.7MB 00:21:02 core-command latest 5815e1010998 6 seconds ago 21MB 00:21:02 core-data latest f247de345acd 6 seconds ago 21.2MB 00:21:02 security-spiffe-token-provider latest 8e46aa73c0e0 6 seconds ago 33.5MB 00:21:02 security-spire-config latest 1afb32e3733b 3 minutes ago 102MB 00:21:02 security-spire-agent latest 4ec04cb6fc17 3 minutes ago 161MB 00:21:02 security-spire-server latest 494037408c3b 3 minutes ago 103MB 00:21:02 ci-base-image-x86_64 latest c7163d3f156d 6 minutes ago 1.07GB 00:21:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine ec979cd7f677 7 weeks ago 696MB 00:21:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB 00:21:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:21:02 provisioning config files... 00:21:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config1644859933624564002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:02 ---> docker-login.sh 00:21:02 nexus3.edgexfoundry.org:10001 00:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:02 Configure a credential helper to remove this warning. See 00:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:02 00:21:02 Login Succeeded 00:21:02 nexus3.edgexfoundry.org:10002 00:21:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:02 Configure a credential helper to remove this warning. See 00:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:02 00:21:02 Login Succeeded 00:21:02 nexus3.edgexfoundry.org:10003 00:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:03 Configure a credential helper to remove this warning. See 00:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:03 00:21:03 Login Succeeded 00:21:03 nexus3.edgexfoundry.org:10004 00:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:03 Configure a credential helper to remove this warning. See 00:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:03 00:21:03 Login Succeeded 00:21:03 docker.io 00:21:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:03 Configure a credential helper to remove this warning. See 00:21:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:03 00:21:03 Login Succeeded 00:21:03 ---> docker-login.sh ends [Pipeline] } 00:21:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:21:03 [edgeXDocker.push] Tagging docker image core-command with the following tags: 00:21:03 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:03 latest 00:21:03 3.1.0-dev.37 00:21:03 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:03 main 00:21:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:04 + docker push nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:21:04 3b0af36e8163: Preparing 00:21:04 483360cf5a9a: Preparing 00:21:04 ac30ce77a2b4: Preparing 00:21:04 f1b431716324: Preparing 00:21:04 d58ebffcdd2a: Preparing 00:21:04 36b50b131297: Preparing 00:21:04 36b50b131297: Waiting 00:21:04 d58ebffcdd2a: Pushed 00:21:04 ac30ce77a2b4: Pushed 00:21:04 f1b431716324: Pushed 00:21:04 36b50b131297: Layer already exists 00:21:04 3b0af36e8163: Pushed 00:21:05 483360cf5a9a: Pushed 00:21:05 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:06 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 00:21:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:21:06 3b0af36e8163: Preparing 00:21:06 483360cf5a9a: Preparing 00:21:06 ac30ce77a2b4: Preparing 00:21:06 f1b431716324: Preparing 00:21:06 d58ebffcdd2a: Preparing 00:21:06 36b50b131297: Preparing 00:21:06 36b50b131297: Waiting 00:21:06 f1b431716324: Layer already exists 00:21:06 d58ebffcdd2a: Layer already exists 00:21:06 ac30ce77a2b4: Layer already exists 00:21:06 483360cf5a9a: Layer already exists 00:21:06 3b0af36e8163: Layer already exists 00:21:06 36b50b131297: Layer already exists 00:21:06 latest: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:06 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:06 + docker push nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 00:21:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:21:06 3b0af36e8163: Preparing 00:21:06 483360cf5a9a: Preparing 00:21:06 ac30ce77a2b4: Preparing 00:21:06 f1b431716324: Preparing 00:21:06 d58ebffcdd2a: Preparing 00:21:06 36b50b131297: Preparing 00:21:06 36b50b131297: Waiting 00:21:06 3b0af36e8163: Layer already exists 00:21:06 f1b431716324: Layer already exists 00:21:06 ac30ce77a2b4: Layer already exists 00:21:06 483360cf5a9a: Layer already exists 00:21:06 d58ebffcdd2a: Layer already exists 00:21:06 36b50b131297: Layer already exists 00:21:06 3.1.0-dev.37: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:07 + docker push nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:21:07 3b0af36e8163: Preparing 00:21:07 483360cf5a9a: Preparing 00:21:07 ac30ce77a2b4: Preparing 00:21:07 f1b431716324: Preparing 00:21:07 d58ebffcdd2a: Preparing 00:21:07 36b50b131297: Preparing 00:21:07 36b50b131297: Waiting 00:21:07 3b0af36e8163: Layer already exists 00:21:07 d58ebffcdd2a: Layer already exists 00:21:07 483360cf5a9a: Layer already exists 00:21:07 ac30ce77a2b4: Layer already exists 00:21:07 f1b431716324: Layer already exists 00:21:07 36b50b131297: Layer already exists 00:21:07 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:08 + docker push nexus3.edgexfoundry.org:10004/core-command:main 00:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 00:21:08 3b0af36e8163: Preparing 00:21:08 483360cf5a9a: Preparing 00:21:08 ac30ce77a2b4: Preparing 00:21:08 f1b431716324: Preparing 00:21:08 d58ebffcdd2a: Preparing 00:21:08 36b50b131297: Preparing 00:21:08 36b50b131297: Waiting 00:21:08 3b0af36e8163: Layer already exists 00:21:08 483360cf5a9a: Layer already exists 00:21:08 f1b431716324: Layer already exists 00:21:08 d58ebffcdd2a: Layer already exists 00:21:08 ac30ce77a2b4: Layer already exists 00:21:08 36b50b131297: Layer already exists 00:21:08 main: digest: sha256:9c52266da993c7f143fd18a344a87f184480d18e8e72f5cdabbc667b73b71a50 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:08 ===================================================== [Pipeline] echo 00:21:08 taggedImages: 00:21:08 - nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:08 - nexus3.edgexfoundry.org:10004/core-command:latest 00:21:08 - nexus3.edgexfoundry.org:10004/core-command:3.1.0-dev.37 00:21:08 - nexus3.edgexfoundry.org:10004/core-command:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:08 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 00:21:08 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 00:21:08 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:08 latest 00:21:08 3.1.0-dev.37 00:21:08 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:08 main 00:21:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:08 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:21:08 127b3a264d96: Preparing 00:21:08 59ffd9da6ffb: Preparing 00:21:08 c3ea02c5dfd3: Preparing 00:21:08 744fdc1c12ea: Preparing 00:21:08 ac30ce77a2b4: Preparing 00:21:08 f1b431716324: Preparing 00:21:08 d58ebffcdd2a: Preparing 00:21:08 36b50b131297: Preparing 00:21:08 f1b431716324: Waiting 00:21:08 d58ebffcdd2a: Waiting 00:21:08 36b50b131297: Waiting 00:21:08 ac30ce77a2b4: Layer already exists 00:21:08 f1b431716324: Layer already exists 00:21:08 d58ebffcdd2a: Layer already exists 00:21:08 36b50b131297: Layer already exists 00:21:08 127b3a264d96: Pushed 00:21:08 c3ea02c5dfd3: Pushed 00:21:08 59ffd9da6ffb: Pushed 00:21:10 744fdc1c12ea: Pushed 00:21:10 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:10 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:21:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:21:10 127b3a264d96: Preparing 00:21:10 59ffd9da6ffb: Preparing 00:21:10 c3ea02c5dfd3: Preparing 00:21:10 744fdc1c12ea: Preparing 00:21:10 ac30ce77a2b4: Preparing 00:21:10 f1b431716324: Preparing 00:21:10 d58ebffcdd2a: Preparing 00:21:10 36b50b131297: Preparing 00:21:10 f1b431716324: Waiting 00:21:10 36b50b131297: Waiting 00:21:10 d58ebffcdd2a: Waiting 00:21:10 744fdc1c12ea: Layer already exists 00:21:10 ac30ce77a2b4: Layer already exists 00:21:10 127b3a264d96: Layer already exists 00:21:10 c3ea02c5dfd3: Layer already exists 00:21:10 59ffd9da6ffb: Layer already exists 00:21:10 36b50b131297: Layer already exists 00:21:10 d58ebffcdd2a: Layer already exists 00:21:10 f1b431716324: Layer already exists 00:21:10 latest: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 00:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:21:11 127b3a264d96: Preparing 00:21:11 59ffd9da6ffb: Preparing 00:21:11 c3ea02c5dfd3: Preparing 00:21:11 744fdc1c12ea: Preparing 00:21:11 ac30ce77a2b4: Preparing 00:21:11 f1b431716324: Preparing 00:21:11 d58ebffcdd2a: Preparing 00:21:11 36b50b131297: Preparing 00:21:11 36b50b131297: Waiting 00:21:11 d58ebffcdd2a: Waiting 00:21:11 f1b431716324: Waiting 00:21:11 59ffd9da6ffb: Layer already exists 00:21:11 ac30ce77a2b4: Layer already exists 00:21:11 127b3a264d96: Layer already exists 00:21:11 744fdc1c12ea: Layer already exists 00:21:11 c3ea02c5dfd3: Layer already exists 00:21:11 d58ebffcdd2a: Layer already exists 00:21:11 f1b431716324: Layer already exists 00:21:11 36b50b131297: Layer already exists 00:21:11 3.1.0-dev.37: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:11 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:21:12 127b3a264d96: Preparing 00:21:12 59ffd9da6ffb: Preparing 00:21:12 c3ea02c5dfd3: Preparing 00:21:12 744fdc1c12ea: Preparing 00:21:12 ac30ce77a2b4: Preparing 00:21:12 f1b431716324: Preparing 00:21:12 d58ebffcdd2a: Preparing 00:21:12 36b50b131297: Preparing 00:21:12 d58ebffcdd2a: Waiting 00:21:12 f1b431716324: Waiting 00:21:12 36b50b131297: Waiting 00:21:12 744fdc1c12ea: Layer already exists 00:21:12 c3ea02c5dfd3: Layer already exists 00:21:12 127b3a264d96: Layer already exists 00:21:12 ac30ce77a2b4: Layer already exists 00:21:12 59ffd9da6ffb: Layer already exists 00:21:12 f1b431716324: Layer already exists 00:21:12 36b50b131297: Layer already exists 00:21:12 d58ebffcdd2a: Layer already exists 00:21:12 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 00:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 00:21:12 127b3a264d96: Preparing 00:21:12 59ffd9da6ffb: Preparing 00:21:12 c3ea02c5dfd3: Preparing 00:21:12 744fdc1c12ea: Preparing 00:21:12 ac30ce77a2b4: Preparing 00:21:12 f1b431716324: Preparing 00:21:12 d58ebffcdd2a: Preparing 00:21:12 36b50b131297: Preparing 00:21:12 36b50b131297: Waiting 00:21:12 d58ebffcdd2a: Waiting 00:21:12 ac30ce77a2b4: Layer already exists 00:21:12 127b3a264d96: Layer already exists 00:21:12 59ffd9da6ffb: Layer already exists 00:21:12 744fdc1c12ea: Layer already exists 00:21:12 c3ea02c5dfd3: Layer already exists 00:21:12 d58ebffcdd2a: Layer already exists 00:21:12 f1b431716324: Layer already exists 00:21:12 36b50b131297: Layer already exists 00:21:12 main: digest: sha256:37f02d63502d1c8343656bba698c2525f304f911fba977661089177032b2a82c size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:12 ===================================================== [Pipeline] echo 00:21:12 taggedImages: 00:21:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 00:21:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.1.0-dev.37 00:21:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:12 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 00:21:12 [edgeXDocker.push] Tagging docker image core-data with the following tags: 00:21:12 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:12 latest 00:21:12 3.1.0-dev.37 00:21:12 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:12 main 00:21:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:13 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:13 + docker push nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:21:13 de2e7c079632: Preparing 00:21:13 c9126fc51155: Preparing 00:21:13 ac30ce77a2b4: Preparing 00:21:13 f1b431716324: Preparing 00:21:13 b8bf60d7db45: Preparing 00:21:13 36b50b131297: Preparing 00:21:13 36b50b131297: Waiting 00:21:13 f1b431716324: Layer already exists 00:21:13 ac30ce77a2b4: Layer already exists 00:21:13 36b50b131297: Layer already exists 00:21:13 de2e7c079632: Pushed 00:21:13 b8bf60d7db45: Pushed 00:21:14 c9126fc51155: Pushed 00:21:14 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:15 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 00:21:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:21:15 de2e7c079632: Preparing 00:21:15 c9126fc51155: Preparing 00:21:15 ac30ce77a2b4: Preparing 00:21:15 f1b431716324: Preparing 00:21:15 b8bf60d7db45: Preparing 00:21:15 36b50b131297: Preparing 00:21:15 36b50b131297: Waiting 00:21:15 de2e7c079632: Layer already exists 00:21:15 b8bf60d7db45: Layer already exists 00:21:15 c9126fc51155: Layer already exists 00:21:15 ac30ce77a2b4: Layer already exists 00:21:15 f1b431716324: Layer already exists 00:21:15 36b50b131297: Layer already exists 00:21:15 latest: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:16 + docker push nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 00:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:21:16 de2e7c079632: Preparing 00:21:16 c9126fc51155: Preparing 00:21:16 ac30ce77a2b4: Preparing 00:21:16 f1b431716324: Preparing 00:21:16 b8bf60d7db45: Preparing 00:21:16 36b50b131297: Preparing 00:21:16 36b50b131297: Waiting 00:21:16 ac30ce77a2b4: Layer already exists 00:21:16 c9126fc51155: Layer already exists 00:21:16 f1b431716324: Layer already exists 00:21:16 de2e7c079632: Layer already exists 00:21:16 b8bf60d7db45: Layer already exists 00:21:16 36b50b131297: Layer already exists 00:21:16 3.1.0-dev.37: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:16 + docker push nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:21:16 de2e7c079632: Preparing 00:21:16 c9126fc51155: Preparing 00:21:16 ac30ce77a2b4: Preparing 00:21:16 f1b431716324: Preparing 00:21:16 b8bf60d7db45: Preparing 00:21:16 36b50b131297: Preparing 00:21:16 36b50b131297: Waiting 00:21:16 ac30ce77a2b4: Layer already exists 00:21:16 de2e7c079632: Layer already exists 00:21:16 b8bf60d7db45: Layer already exists 00:21:16 f1b431716324: Layer already exists 00:21:16 c9126fc51155: Layer already exists 00:21:16 36b50b131297: Layer already exists 00:21:16 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:17 + docker push nexus3.edgexfoundry.org:10004/core-data:main 00:21:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 00:21:17 de2e7c079632: Preparing 00:21:17 c9126fc51155: Preparing 00:21:17 ac30ce77a2b4: Preparing 00:21:17 f1b431716324: Preparing 00:21:17 b8bf60d7db45: Preparing 00:21:17 36b50b131297: Preparing 00:21:17 36b50b131297: Waiting 00:21:17 c9126fc51155: Layer already exists 00:21:17 f1b431716324: Layer already exists 00:21:17 b8bf60d7db45: Layer already exists 00:21:17 ac30ce77a2b4: Layer already exists 00:21:17 de2e7c079632: Layer already exists 00:21:17 36b50b131297: Layer already exists 00:21:17 main: digest: sha256:af1cfda7c450d1deae5252fcb3f3a68aef0635148f47dc54f82982a74e8c58ad size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:17 ===================================================== [Pipeline] echo 00:21:17 taggedImages: 00:21:17 - nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:17 - nexus3.edgexfoundry.org:10004/core-data:latest 00:21:17 - nexus3.edgexfoundry.org:10004/core-data:3.1.0-dev.37 00:21:17 - nexus3.edgexfoundry.org:10004/core-data:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:17 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 00:21:17 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 00:21:17 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:17 latest 00:21:17 3.1.0-dev.37 00:21:17 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:17 main 00:21:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:21:18 1b80cdc1d820: Preparing 00:21:18 c4959ebc21f7: Preparing 00:21:18 fb7551c92fb7: Preparing 00:21:18 ac30ce77a2b4: Preparing 00:21:18 f1b431716324: Preparing 00:21:18 d58ebffcdd2a: Preparing 00:21:18 36b50b131297: Preparing 00:21:18 d58ebffcdd2a: Waiting 00:21:18 36b50b131297: Waiting 00:21:18 f1b431716324: Layer already exists 00:21:18 ac30ce77a2b4: Layer already exists 00:21:18 d58ebffcdd2a: Layer already exists 00:21:18 36b50b131297: Layer already exists 00:21:18 1b80cdc1d820: Pushed 00:21:18 c4959ebc21f7: Pushed 00:21:20 fb7551c92fb7: Pushed 00:21:20 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 00:21:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:21:20 1b80cdc1d820: Preparing 00:21:20 c4959ebc21f7: Preparing 00:21:20 fb7551c92fb7: Preparing 00:21:20 ac30ce77a2b4: Preparing 00:21:20 f1b431716324: Preparing 00:21:20 d58ebffcdd2a: Preparing 00:21:20 36b50b131297: Preparing 00:21:20 d58ebffcdd2a: Waiting 00:21:20 36b50b131297: Waiting 00:21:20 f1b431716324: Layer already exists 00:21:20 fb7551c92fb7: Layer already exists 00:21:20 c4959ebc21f7: Layer already exists 00:21:20 ac30ce77a2b4: Layer already exists 00:21:20 1b80cdc1d820: Layer already exists 00:21:20 d58ebffcdd2a: Layer already exists 00:21:20 36b50b131297: Layer already exists 00:21:20 latest: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:21 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 00:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:21:21 1b80cdc1d820: Preparing 00:21:21 c4959ebc21f7: Preparing 00:21:21 fb7551c92fb7: Preparing 00:21:21 ac30ce77a2b4: Preparing 00:21:21 f1b431716324: Preparing 00:21:21 d58ebffcdd2a: Preparing 00:21:21 36b50b131297: Preparing 00:21:21 d58ebffcdd2a: Waiting 00:21:21 36b50b131297: Waiting 00:21:21 1b80cdc1d820: Layer already exists 00:21:21 c4959ebc21f7: Layer already exists 00:21:21 ac30ce77a2b4: Layer already exists 00:21:21 f1b431716324: Layer already exists 00:21:21 fb7551c92fb7: Layer already exists 00:21:21 36b50b131297: Layer already exists 00:21:21 d58ebffcdd2a: Layer already exists 00:21:21 3.1.0-dev.37: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:21 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:21:21 1b80cdc1d820: Preparing 00:21:21 c4959ebc21f7: Preparing 00:21:21 fb7551c92fb7: Preparing 00:21:21 ac30ce77a2b4: Preparing 00:21:21 f1b431716324: Preparing 00:21:21 d58ebffcdd2a: Preparing 00:21:21 36b50b131297: Preparing 00:21:21 d58ebffcdd2a: Waiting 00:21:21 36b50b131297: Waiting 00:21:21 1b80cdc1d820: Layer already exists 00:21:21 f1b431716324: Layer already exists 00:21:21 ac30ce77a2b4: Layer already exists 00:21:21 fb7551c92fb7: Layer already exists 00:21:21 c4959ebc21f7: Layer already exists 00:21:21 d58ebffcdd2a: Layer already exists 00:21:21 36b50b131297: Layer already exists 00:21:21 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:22 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:22 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 00:21:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 00:21:22 1b80cdc1d820: Preparing 00:21:22 c4959ebc21f7: Preparing 00:21:22 fb7551c92fb7: Preparing 00:21:22 ac30ce77a2b4: Preparing 00:21:22 f1b431716324: Preparing 00:21:22 d58ebffcdd2a: Preparing 00:21:22 36b50b131297: Preparing 00:21:22 d58ebffcdd2a: Waiting 00:21:22 36b50b131297: Waiting 00:21:22 fb7551c92fb7: Layer already exists 00:21:22 1b80cdc1d820: Layer already exists 00:21:22 c4959ebc21f7: Layer already exists 00:21:22 ac30ce77a2b4: Layer already exists 00:21:22 f1b431716324: Layer already exists 00:21:22 36b50b131297: Layer already exists 00:21:22 d58ebffcdd2a: Layer already exists 00:21:22 main: digest: sha256:23cec4fdfdc83e1e58a765d20dc234d00f7146de0120d645b0e3528450af4d92 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:22 ===================================================== [Pipeline] echo 00:21:22 taggedImages: 00:21:22 - nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:22 - nexus3.edgexfoundry.org:10004/core-metadata:latest 00:21:22 - nexus3.edgexfoundry.org:10004/core-metadata:3.1.0-dev.37 00:21:22 - nexus3.edgexfoundry.org:10004/core-metadata:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:22 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 00:21:22 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 00:21:22 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:22 latest 00:21:22 3.1.0-dev.37 00:21:22 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:22 main 00:21:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:21:23 9c8419c09f52: Preparing 00:21:23 5674e50034a7: Preparing 00:21:23 6a4f28b6bac5: Preparing 00:21:23 740dbe4ba42c: Preparing 00:21:23 5b83fa6ade53: Preparing 00:21:23 5da4a442bed0: Preparing 00:21:23 1ad5f91ac6d9: Preparing 00:21:23 ac30ce77a2b4: Preparing 00:21:23 f1b431716324: Preparing 00:21:23 85d1bb5c7006: Preparing 00:21:23 45d7e7cbbdce: Preparing 00:21:23 5f70bf18a086: Preparing 00:21:23 8609dc8ef61c: Preparing 00:21:23 f34142454604: Preparing 00:21:23 36b50b131297: Preparing 00:21:23 1ad5f91ac6d9: Waiting 00:21:23 ac30ce77a2b4: Waiting 00:21:23 f1b431716324: Waiting 00:21:23 85d1bb5c7006: Waiting 00:21:23 45d7e7cbbdce: Waiting 00:21:23 5f70bf18a086: Waiting 00:21:23 8609dc8ef61c: Waiting 00:21:23 5da4a442bed0: Waiting 00:21:23 f34142454604: Waiting 00:21:23 36b50b131297: Waiting 00:21:23 9c8419c09f52: Pushed 00:21:23 5674e50034a7: Pushed 00:21:23 740dbe4ba42c: Pushed 00:21:23 5b83fa6ade53: Pushed 00:21:23 ac30ce77a2b4: Layer already exists 00:21:23 6a4f28b6bac5: Pushed 00:21:23 f1b431716324: Layer already exists 00:21:23 5da4a442bed0: Pushed 00:21:23 85d1bb5c7006: Pushed 00:21:23 45d7e7cbbdce: Pushed 00:21:23 5f70bf18a086: Pushed 00:21:23 36b50b131297: Layer already exists 00:21:23 8609dc8ef61c: Pushed 00:21:23 f34142454604: Pushed 00:21:25 1ad5f91ac6d9: Pushed 00:21:25 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:21:25 9c8419c09f52: Preparing 00:21:25 5674e50034a7: Preparing 00:21:25 6a4f28b6bac5: Preparing 00:21:25 740dbe4ba42c: Preparing 00:21:25 5b83fa6ade53: Preparing 00:21:25 5da4a442bed0: Preparing 00:21:25 1ad5f91ac6d9: Preparing 00:21:25 ac30ce77a2b4: Preparing 00:21:25 f1b431716324: Preparing 00:21:25 85d1bb5c7006: Preparing 00:21:25 45d7e7cbbdce: Preparing 00:21:25 5f70bf18a086: Preparing 00:21:25 8609dc8ef61c: Preparing 00:21:25 f34142454604: Preparing 00:21:25 36b50b131297: Preparing 00:21:25 5da4a442bed0: Waiting 00:21:25 45d7e7cbbdce: Waiting 00:21:25 5f70bf18a086: Waiting 00:21:25 1ad5f91ac6d9: Waiting 00:21:25 ac30ce77a2b4: Waiting 00:21:25 f1b431716324: Waiting 00:21:25 8609dc8ef61c: Waiting 00:21:25 85d1bb5c7006: Waiting 00:21:25 f34142454604: Waiting 00:21:25 6a4f28b6bac5: Layer already exists 00:21:25 5b83fa6ade53: Layer already exists 00:21:25 740dbe4ba42c: Layer already exists 00:21:25 5674e50034a7: Layer already exists 00:21:25 9c8419c09f52: Layer already exists 00:21:25 85d1bb5c7006: Layer already exists 00:21:25 f1b431716324: Layer already exists 00:21:25 5da4a442bed0: Layer already exists 00:21:25 ac30ce77a2b4: Layer already exists 00:21:25 1ad5f91ac6d9: Layer already exists 00:21:25 8609dc8ef61c: Layer already exists 00:21:25 5f70bf18a086: Layer already exists 00:21:25 45d7e7cbbdce: Layer already exists 00:21:25 36b50b131297: Layer already exists 00:21:25 f34142454604: Layer already exists 00:21:25 latest: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:26 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 00:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:21:26 9c8419c09f52: Preparing 00:21:26 5674e50034a7: Preparing 00:21:26 6a4f28b6bac5: Preparing 00:21:26 740dbe4ba42c: Preparing 00:21:26 5b83fa6ade53: Preparing 00:21:26 5da4a442bed0: Preparing 00:21:26 1ad5f91ac6d9: Preparing 00:21:26 ac30ce77a2b4: Preparing 00:21:26 f1b431716324: Preparing 00:21:26 85d1bb5c7006: Preparing 00:21:26 45d7e7cbbdce: Preparing 00:21:26 5f70bf18a086: Preparing 00:21:26 8609dc8ef61c: Preparing 00:21:26 f34142454604: Preparing 00:21:26 36b50b131297: Preparing 00:21:26 5da4a442bed0: Waiting 00:21:26 1ad5f91ac6d9: Waiting 00:21:26 ac30ce77a2b4: Waiting 00:21:26 f1b431716324: Waiting 00:21:26 85d1bb5c7006: Waiting 00:21:26 45d7e7cbbdce: Waiting 00:21:26 5f70bf18a086: Waiting 00:21:26 8609dc8ef61c: Waiting 00:21:26 f34142454604: Waiting 00:21:26 36b50b131297: Waiting 00:21:26 5b83fa6ade53: Layer already exists 00:21:26 9c8419c09f52: Layer already exists 00:21:26 6a4f28b6bac5: Layer already exists 00:21:26 740dbe4ba42c: Layer already exists 00:21:26 5674e50034a7: Layer already exists 00:21:26 5da4a442bed0: Layer already exists 00:21:26 1ad5f91ac6d9: Layer already exists 00:21:26 85d1bb5c7006: Layer already exists 00:21:26 ac30ce77a2b4: Layer already exists 00:21:26 f1b431716324: Layer already exists 00:21:26 45d7e7cbbdce: Layer already exists 00:21:26 5f70bf18a086: Layer already exists 00:21:26 8609dc8ef61c: Layer already exists 00:21:26 36b50b131297: Layer already exists 00:21:26 f34142454604: Layer already exists 00:21:26 3.1.0-dev.37: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:26 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:21:26 9c8419c09f52: Preparing 00:21:26 5674e50034a7: Preparing 00:21:26 6a4f28b6bac5: Preparing 00:21:26 740dbe4ba42c: Preparing 00:21:26 5b83fa6ade53: Preparing 00:21:26 5da4a442bed0: Preparing 00:21:26 1ad5f91ac6d9: Preparing 00:21:26 ac30ce77a2b4: Preparing 00:21:26 f1b431716324: Preparing 00:21:26 85d1bb5c7006: Preparing 00:21:26 45d7e7cbbdce: Preparing 00:21:26 5f70bf18a086: Preparing 00:21:26 8609dc8ef61c: Preparing 00:21:26 f34142454604: Preparing 00:21:26 36b50b131297: Preparing 00:21:26 5da4a442bed0: Waiting 00:21:26 ac30ce77a2b4: Waiting 00:21:26 1ad5f91ac6d9: Waiting 00:21:26 f1b431716324: Waiting 00:21:26 8609dc8ef61c: Waiting 00:21:26 85d1bb5c7006: Waiting 00:21:26 45d7e7cbbdce: Waiting 00:21:26 36b50b131297: Waiting 00:21:26 f34142454604: Waiting 00:21:26 5b83fa6ade53: Layer already exists 00:21:26 5674e50034a7: Layer already exists 00:21:26 740dbe4ba42c: Layer already exists 00:21:26 9c8419c09f52: Layer already exists 00:21:26 6a4f28b6bac5: Layer already exists 00:21:26 1ad5f91ac6d9: Layer already exists 00:21:26 f1b431716324: Layer already exists 00:21:26 ac30ce77a2b4: Layer already exists 00:21:26 5da4a442bed0: Layer already exists 00:21:26 85d1bb5c7006: Layer already exists 00:21:26 45d7e7cbbdce: Layer already exists 00:21:26 f34142454604: Layer already exists 00:21:26 8609dc8ef61c: Layer already exists 00:21:26 5f70bf18a086: Layer already exists 00:21:26 36b50b131297: Layer already exists 00:21:26 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 00:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 00:21:27 9c8419c09f52: Preparing 00:21:27 5674e50034a7: Preparing 00:21:27 6a4f28b6bac5: Preparing 00:21:27 740dbe4ba42c: Preparing 00:21:27 5b83fa6ade53: Preparing 00:21:27 5da4a442bed0: Preparing 00:21:27 1ad5f91ac6d9: Preparing 00:21:27 ac30ce77a2b4: Preparing 00:21:27 f1b431716324: Preparing 00:21:27 85d1bb5c7006: Preparing 00:21:27 45d7e7cbbdce: Preparing 00:21:27 5f70bf18a086: Preparing 00:21:27 8609dc8ef61c: Preparing 00:21:27 f34142454604: Preparing 00:21:27 36b50b131297: Preparing 00:21:27 85d1bb5c7006: Waiting 00:21:27 45d7e7cbbdce: Waiting 00:21:27 5f70bf18a086: Waiting 00:21:27 36b50b131297: Waiting 00:21:27 1ad5f91ac6d9: Waiting 00:21:27 ac30ce77a2b4: Waiting 00:21:27 8609dc8ef61c: Waiting 00:21:27 f1b431716324: Waiting 00:21:27 f34142454604: Waiting 00:21:27 5da4a442bed0: Waiting 00:21:27 5674e50034a7: Layer already exists 00:21:27 5b83fa6ade53: Layer already exists 00:21:27 740dbe4ba42c: Layer already exists 00:21:27 9c8419c09f52: Layer already exists 00:21:27 6a4f28b6bac5: Layer already exists 00:21:27 1ad5f91ac6d9: Layer already exists 00:21:27 5da4a442bed0: Layer already exists 00:21:27 ac30ce77a2b4: Layer already exists 00:21:27 85d1bb5c7006: Layer already exists 00:21:27 f1b431716324: Layer already exists 00:21:27 45d7e7cbbdce: Layer already exists 00:21:27 5f70bf18a086: Layer already exists 00:21:27 8609dc8ef61c: Layer already exists 00:21:27 f34142454604: Layer already exists 00:21:27 36b50b131297: Layer already exists 00:21:27 main: digest: sha256:10be21311d56e55a6b5bcf6dd0bb6f404a4e3c7cfbc3286197a9ddbd4b67058b size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:27 ===================================================== [Pipeline] echo 00:21:27 taggedImages: 00:21:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 00:21:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.1.0-dev.37 00:21:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:27 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 00:21:27 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 00:21:27 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:27 latest 00:21:27 3.1.0-dev.37 00:21:27 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:27 main 00:21:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:28 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:21:28 127b3a264d96: Preparing 00:21:28 59ffd9da6ffb: Preparing 00:21:28 c3ff38705c6b: Preparing 00:21:28 d6eefc077dd8: Preparing 00:21:28 ac30ce77a2b4: Preparing 00:21:28 f1b431716324: Preparing 00:21:28 d58ebffcdd2a: Preparing 00:21:28 36b50b131297: Preparing 00:21:28 f1b431716324: Waiting 00:21:28 d58ebffcdd2a: Waiting 00:21:28 36b50b131297: Waiting 00:21:28 59ffd9da6ffb: Layer already exists 00:21:28 ac30ce77a2b4: Layer already exists 00:21:28 127b3a264d96: Layer already exists 00:21:28 f1b431716324: Layer already exists 00:21:28 d58ebffcdd2a: Layer already exists 00:21:28 36b50b131297: Layer already exists 00:21:28 c3ff38705c6b: Pushed 00:21:29 d6eefc077dd8: Pushed 00:21:29 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:29 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:21:30 127b3a264d96: Preparing 00:21:30 59ffd9da6ffb: Preparing 00:21:30 c3ff38705c6b: Preparing 00:21:30 d6eefc077dd8: Preparing 00:21:30 ac30ce77a2b4: Preparing 00:21:30 f1b431716324: Preparing 00:21:30 d58ebffcdd2a: Preparing 00:21:30 36b50b131297: Preparing 00:21:30 f1b431716324: Waiting 00:21:30 d58ebffcdd2a: Waiting 00:21:30 36b50b131297: Waiting 00:21:30 127b3a264d96: Layer already exists 00:21:30 59ffd9da6ffb: Layer already exists 00:21:30 c3ff38705c6b: Layer already exists 00:21:30 d6eefc077dd8: Layer already exists 00:21:30 ac30ce77a2b4: Layer already exists 00:21:30 d58ebffcdd2a: Layer already exists 00:21:30 36b50b131297: Layer already exists 00:21:30 f1b431716324: Layer already exists 00:21:30 latest: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:30 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 00:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:21:30 127b3a264d96: Preparing 00:21:30 59ffd9da6ffb: Preparing 00:21:30 c3ff38705c6b: Preparing 00:21:30 d6eefc077dd8: Preparing 00:21:30 ac30ce77a2b4: Preparing 00:21:30 f1b431716324: Preparing 00:21:30 d58ebffcdd2a: Preparing 00:21:30 36b50b131297: Preparing 00:21:30 d58ebffcdd2a: Waiting 00:21:30 36b50b131297: Waiting 00:21:30 d6eefc077dd8: Layer already exists 00:21:30 c3ff38705c6b: Layer already exists 00:21:30 59ffd9da6ffb: Layer already exists 00:21:30 127b3a264d96: Layer already exists 00:21:30 ac30ce77a2b4: Layer already exists 00:21:30 36b50b131297: Layer already exists 00:21:30 d58ebffcdd2a: Layer already exists 00:21:30 f1b431716324: Layer already exists 00:21:30 3.1.0-dev.37: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:31 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:21:31 127b3a264d96: Preparing 00:21:31 59ffd9da6ffb: Preparing 00:21:31 c3ff38705c6b: Preparing 00:21:31 d6eefc077dd8: Preparing 00:21:31 ac30ce77a2b4: Preparing 00:21:31 f1b431716324: Preparing 00:21:31 d58ebffcdd2a: Preparing 00:21:31 36b50b131297: Preparing 00:21:31 f1b431716324: Waiting 00:21:31 d58ebffcdd2a: Waiting 00:21:31 36b50b131297: Waiting 00:21:31 59ffd9da6ffb: Layer already exists 00:21:31 ac30ce77a2b4: Layer already exists 00:21:31 c3ff38705c6b: Layer already exists 00:21:31 127b3a264d96: Layer already exists 00:21:31 d6eefc077dd8: Layer already exists 00:21:31 f1b431716324: Layer already exists 00:21:31 36b50b131297: Layer already exists 00:21:31 d58ebffcdd2a: Layer already exists 00:21:31 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:31 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 00:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 00:21:32 127b3a264d96: Preparing 00:21:32 59ffd9da6ffb: Preparing 00:21:32 c3ff38705c6b: Preparing 00:21:32 d6eefc077dd8: Preparing 00:21:32 ac30ce77a2b4: Preparing 00:21:32 f1b431716324: Preparing 00:21:32 d58ebffcdd2a: Preparing 00:21:32 36b50b131297: Preparing 00:21:32 d58ebffcdd2a: Waiting 00:21:32 36b50b131297: Waiting 00:21:32 f1b431716324: Waiting 00:21:32 ac30ce77a2b4: Layer already exists 00:21:32 127b3a264d96: Layer already exists 00:21:32 59ffd9da6ffb: Layer already exists 00:21:32 d6eefc077dd8: Layer already exists 00:21:32 c3ff38705c6b: Layer already exists 00:21:32 36b50b131297: Layer already exists 00:21:32 d58ebffcdd2a: Layer already exists 00:21:32 f1b431716324: Layer already exists 00:21:32 main: digest: sha256:62ac947cbbca490df9a163d0cd3ddc139747b13e90ff553b9bb994998d87e761 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:32 ===================================================== [Pipeline] echo 00:21:32 taggedImages: 00:21:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 00:21:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.1.0-dev.37 00:21:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:32 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 00:21:32 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 00:21:32 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:32 latest 00:21:32 3.1.0-dev.37 00:21:32 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:32 main 00:21:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:32 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:21:32 3ff2c6dd7bae: Preparing 00:21:32 19f8b2848d00: Preparing 00:21:32 1ae151f491f9: Preparing 00:21:32 31e92ce4545e: Preparing 00:21:32 29ea70d98c86: Preparing 00:21:32 ac30ce77a2b4: Preparing 00:21:32 f1b431716324: Preparing 00:21:32 d8e12a5606e1: Preparing 00:21:32 f64c86cfd141: Preparing 00:21:32 36b50b131297: Preparing 00:21:32 ac30ce77a2b4: Waiting 00:21:32 d8e12a5606e1: Waiting 00:21:32 f64c86cfd141: Waiting 00:21:32 f1b431716324: Waiting 00:21:32 36b50b131297: Waiting 00:21:32 29ea70d98c86: Pushed 00:21:32 3ff2c6dd7bae: Pushed 00:21:32 19f8b2848d00: Pushed 00:21:32 31e92ce4545e: Pushed 00:21:32 ac30ce77a2b4: Layer already exists 00:21:32 f1b431716324: Layer already exists 00:21:32 36b50b131297: Layer already exists 00:21:33 d8e12a5606e1: Pushed 00:21:34 1ae151f491f9: Pushed 00:21:34 f64c86cfd141: Pushed 00:21:34 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:21:35 3ff2c6dd7bae: Preparing 00:21:35 19f8b2848d00: Preparing 00:21:35 1ae151f491f9: Preparing 00:21:35 31e92ce4545e: Preparing 00:21:35 29ea70d98c86: Preparing 00:21:35 ac30ce77a2b4: Preparing 00:21:35 f1b431716324: Preparing 00:21:35 d8e12a5606e1: Preparing 00:21:35 f64c86cfd141: Preparing 00:21:35 36b50b131297: Preparing 00:21:35 ac30ce77a2b4: Waiting 00:21:35 f1b431716324: Waiting 00:21:35 d8e12a5606e1: Waiting 00:21:35 f64c86cfd141: Waiting 00:21:35 36b50b131297: Waiting 00:21:35 29ea70d98c86: Layer already exists 00:21:35 19f8b2848d00: Layer already exists 00:21:35 1ae151f491f9: Layer already exists 00:21:35 3ff2c6dd7bae: Layer already exists 00:21:35 31e92ce4545e: Layer already exists 00:21:35 ac30ce77a2b4: Layer already exists 00:21:35 d8e12a5606e1: Layer already exists 00:21:35 f64c86cfd141: Layer already exists 00:21:35 f1b431716324: Layer already exists 00:21:35 36b50b131297: Layer already exists 00:21:35 latest: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:35 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 00:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:21:38 3ff2c6dd7bae: Preparing 00:21:38 19f8b2848d00: Preparing 00:21:38 1ae151f491f9: Preparing 00:21:38 31e92ce4545e: Preparing 00:21:38 29ea70d98c86: Preparing 00:21:38 ac30ce77a2b4: Preparing 00:21:38 f1b431716324: Preparing 00:21:38 d8e12a5606e1: Preparing 00:21:38 f64c86cfd141: Preparing 00:21:38 36b50b131297: Preparing 00:21:38 d8e12a5606e1: Waiting 00:21:38 f64c86cfd141: Waiting 00:21:38 36b50b131297: Waiting 00:21:38 f1b431716324: Waiting 00:21:38 ac30ce77a2b4: Waiting 00:21:38 1ae151f491f9: Layer already exists 00:21:38 3ff2c6dd7bae: Layer already exists 00:21:38 29ea70d98c86: Layer already exists 00:21:38 19f8b2848d00: Layer already exists 00:21:38 31e92ce4545e: Layer already exists 00:21:39 d8e12a5606e1: Layer already exists 00:21:39 f1b431716324: Layer already exists 00:21:39 36b50b131297: Layer already exists 00:21:39 f64c86cfd141: Layer already exists 00:21:39 ac30ce77a2b4: Layer already exists 00:21:39 3.1.0-dev.37: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:21:40 3ff2c6dd7bae: Preparing 00:21:40 19f8b2848d00: Preparing 00:21:40 1ae151f491f9: Preparing 00:21:40 31e92ce4545e: Preparing 00:21:40 29ea70d98c86: Preparing 00:21:40 ac30ce77a2b4: Preparing 00:21:40 f1b431716324: Preparing 00:21:40 d8e12a5606e1: Preparing 00:21:40 f64c86cfd141: Preparing 00:21:40 36b50b131297: Preparing 00:21:40 ac30ce77a2b4: Waiting 00:21:40 f1b431716324: Waiting 00:21:40 36b50b131297: Waiting 00:21:40 d8e12a5606e1: Waiting 00:21:40 f64c86cfd141: Waiting 00:21:40 3ff2c6dd7bae: Layer already exists 00:21:40 31e92ce4545e: Layer already exists 00:21:40 29ea70d98c86: Layer already exists 00:21:40 19f8b2848d00: Layer already exists 00:21:40 1ae151f491f9: Layer already exists 00:21:40 ac30ce77a2b4: Layer already exists 00:21:40 36b50b131297: Layer already exists 00:21:40 f64c86cfd141: Layer already exists 00:21:40 d8e12a5606e1: Layer already exists 00:21:40 f1b431716324: Layer already exists 00:21:40 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 00:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 00:21:40 3ff2c6dd7bae: Preparing 00:21:40 19f8b2848d00: Preparing 00:21:40 1ae151f491f9: Preparing 00:21:40 31e92ce4545e: Preparing 00:21:40 29ea70d98c86: Preparing 00:21:40 ac30ce77a2b4: Preparing 00:21:40 f1b431716324: Preparing 00:21:40 d8e12a5606e1: Preparing 00:21:40 f64c86cfd141: Preparing 00:21:40 36b50b131297: Preparing 00:21:40 ac30ce77a2b4: Waiting 00:21:40 f1b431716324: Waiting 00:21:40 d8e12a5606e1: Waiting 00:21:40 f64c86cfd141: Waiting 00:21:40 36b50b131297: Waiting 00:21:40 1ae151f491f9: Layer already exists 00:21:40 31e92ce4545e: Layer already exists 00:21:40 19f8b2848d00: Layer already exists 00:21:40 3ff2c6dd7bae: Layer already exists 00:21:40 29ea70d98c86: Layer already exists 00:21:40 f1b431716324: Layer already exists 00:21:40 ac30ce77a2b4: Layer already exists 00:21:40 d8e12a5606e1: Layer already exists 00:21:40 36b50b131297: Layer already exists 00:21:40 f64c86cfd141: Layer already exists 00:21:40 main: digest: sha256:ecbe66598b10d693bfe072c8a40fd9ba4799b1d996172bc3831d76171fee1755 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:40 ===================================================== [Pipeline] echo 00:21:40 taggedImages: 00:21:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 00:21:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.1.0-dev.37 00:21:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:40 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 00:21:40 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 00:21:40 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:40 latest 00:21:40 3.1.0-dev.37 00:21:40 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:40 main 00:21:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:41 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:21:41 d5c6b7143fbd: Preparing 00:21:41 2b27d73d258a: Preparing 00:21:41 2d07c0e7f3b8: Preparing 00:21:41 52e5b25f2cbf: Preparing 00:21:41 2662e4067797: Preparing 00:21:41 b1a24d876ecd: Preparing 00:21:41 38ec3cc9527a: Preparing 00:21:41 ac30ce77a2b4: Preparing 00:21:41 f1b431716324: Preparing 00:21:41 3ad431047594: Preparing 00:21:41 36b50b131297: Preparing 00:21:41 f1b431716324: Waiting 00:21:41 ac30ce77a2b4: Waiting 00:21:41 b1a24d876ecd: Waiting 00:21:41 38ec3cc9527a: Waiting 00:21:41 3ad431047594: Waiting 00:21:41 36b50b131297: Waiting 00:21:41 2b27d73d258a: Pushed 00:21:41 d5c6b7143fbd: Pushed 00:21:41 2662e4067797: Pushed 00:21:41 ac30ce77a2b4: Layer already exists 00:21:41 f1b431716324: Layer already exists 00:21:41 b1a24d876ecd: Pushed 00:21:41 36b50b131297: Layer already exists 00:21:41 38ec3cc9527a: Pushed 00:21:42 52e5b25f2cbf: Pushed 00:21:42 3ad431047594: Pushed 00:21:43 2d07c0e7f3b8: Pushed 00:21:43 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:21:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:21:45 d5c6b7143fbd: Preparing 00:21:45 2b27d73d258a: Preparing 00:21:45 2d07c0e7f3b8: Preparing 00:21:45 52e5b25f2cbf: Preparing 00:21:45 2662e4067797: Preparing 00:21:45 b1a24d876ecd: Preparing 00:21:45 38ec3cc9527a: Preparing 00:21:45 ac30ce77a2b4: Preparing 00:21:45 f1b431716324: Preparing 00:21:45 3ad431047594: Preparing 00:21:45 36b50b131297: Preparing 00:21:45 b1a24d876ecd: Waiting 00:21:45 38ec3cc9527a: Waiting 00:21:45 ac30ce77a2b4: Waiting 00:21:45 f1b431716324: Waiting 00:21:45 3ad431047594: Waiting 00:21:45 36b50b131297: Waiting 00:21:45 2d07c0e7f3b8: Layer already exists 00:21:45 2b27d73d258a: Layer already exists 00:21:45 52e5b25f2cbf: Layer already exists 00:21:45 d5c6b7143fbd: Layer already exists 00:21:45 2662e4067797: Layer already exists 00:21:45 38ec3cc9527a: Layer already exists 00:21:45 b1a24d876ecd: Layer already exists 00:21:45 3ad431047594: Layer already exists 00:21:45 ac30ce77a2b4: Layer already exists 00:21:45 f1b431716324: Layer already exists 00:21:45 36b50b131297: Layer already exists 00:21:45 latest: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 00:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:21:46 d5c6b7143fbd: Preparing 00:21:46 2b27d73d258a: Preparing 00:21:46 2d07c0e7f3b8: Preparing 00:21:46 52e5b25f2cbf: Preparing 00:21:46 2662e4067797: Preparing 00:21:46 b1a24d876ecd: Preparing 00:21:46 38ec3cc9527a: Preparing 00:21:46 ac30ce77a2b4: Preparing 00:21:46 f1b431716324: Preparing 00:21:46 3ad431047594: Preparing 00:21:46 36b50b131297: Preparing 00:21:46 b1a24d876ecd: Waiting 00:21:46 f1b431716324: Waiting 00:21:46 38ec3cc9527a: Waiting 00:21:46 3ad431047594: Waiting 00:21:46 52e5b25f2cbf: Layer already exists 00:21:46 2662e4067797: Layer already exists 00:21:46 2b27d73d258a: Layer already exists 00:21:46 2d07c0e7f3b8: Layer already exists 00:21:46 d5c6b7143fbd: Layer already exists 00:21:46 38ec3cc9527a: Layer already exists 00:21:46 ac30ce77a2b4: Layer already exists 00:21:46 b1a24d876ecd: Layer already exists 00:21:46 f1b431716324: Layer already exists 00:21:46 3ad431047594: Layer already exists 00:21:46 36b50b131297: Layer already exists 00:21:46 3.1.0-dev.37: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:21:47 d5c6b7143fbd: Preparing 00:21:47 2b27d73d258a: Preparing 00:21:47 2d07c0e7f3b8: Preparing 00:21:47 52e5b25f2cbf: Preparing 00:21:47 2662e4067797: Preparing 00:21:47 b1a24d876ecd: Preparing 00:21:47 38ec3cc9527a: Preparing 00:21:47 ac30ce77a2b4: Preparing 00:21:47 f1b431716324: Preparing 00:21:47 b1a24d876ecd: Waiting 00:21:47 38ec3cc9527a: Waiting 00:21:47 ac30ce77a2b4: Waiting 00:21:47 3ad431047594: Preparing 00:21:47 36b50b131297: Preparing 00:21:47 f1b431716324: Waiting 00:21:47 3ad431047594: Waiting 00:21:47 36b50b131297: Waiting 00:21:47 52e5b25f2cbf: Layer already exists 00:21:47 2b27d73d258a: Layer already exists 00:21:47 d5c6b7143fbd: Layer already exists 00:21:47 2662e4067797: Layer already exists 00:21:47 2d07c0e7f3b8: Layer already exists 00:21:47 ac30ce77a2b4: Layer already exists 00:21:47 b1a24d876ecd: Layer already exists 00:21:47 38ec3cc9527a: Layer already exists 00:21:47 3ad431047594: Layer already exists 00:21:47 f1b431716324: Layer already exists 00:21:47 36b50b131297: Layer already exists 00:21:47 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 00:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 00:21:47 d5c6b7143fbd: Preparing 00:21:47 2b27d73d258a: Preparing 00:21:47 2d07c0e7f3b8: Preparing 00:21:47 52e5b25f2cbf: Preparing 00:21:47 2662e4067797: Preparing 00:21:47 b1a24d876ecd: Preparing 00:21:47 38ec3cc9527a: Preparing 00:21:47 ac30ce77a2b4: Preparing 00:21:47 f1b431716324: Preparing 00:21:47 3ad431047594: Preparing 00:21:47 36b50b131297: Preparing 00:21:47 36b50b131297: Waiting 00:21:47 3ad431047594: Waiting 00:21:47 38ec3cc9527a: Waiting 00:21:47 ac30ce77a2b4: Waiting 00:21:47 b1a24d876ecd: Waiting 00:21:47 2662e4067797: Layer already exists 00:21:47 2d07c0e7f3b8: Layer already exists 00:21:47 d5c6b7143fbd: Layer already exists 00:21:47 52e5b25f2cbf: Layer already exists 00:21:47 2b27d73d258a: Layer already exists 00:21:47 b1a24d876ecd: Layer already exists 00:21:47 ac30ce77a2b4: Layer already exists 00:21:47 f1b431716324: Layer already exists 00:21:47 38ec3cc9527a: Layer already exists 00:21:47 3ad431047594: Layer already exists 00:21:47 36b50b131297: Layer already exists 00:21:47 main: digest: sha256:3e27715078900b9d1842c08bf2e01b33a7186e4986e9b0cad1cd22e228d3d463 size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:47 ===================================================== [Pipeline] echo 00:21:47 taggedImages: 00:21:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 00:21:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.1.0-dev.37 00:21:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 00:21:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 00:21:47 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:47 latest 00:21:47 3.1.0-dev.37 00:21:47 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:47 main 00:21:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:21:48 0634938b823a: Preparing 00:21:48 3b927f11f4cb: Preparing 00:21:48 ac30ce77a2b4: Preparing 00:21:48 f1b431716324: Preparing 00:21:48 b8f860666732: Preparing 00:21:48 36b50b131297: Preparing 00:21:48 36b50b131297: Waiting 00:21:48 f1b431716324: Layer already exists 00:21:48 ac30ce77a2b4: Layer already exists 00:21:48 36b50b131297: Layer already exists 00:21:48 0634938b823a: Pushed 00:21:49 b8f860666732: Pushed 00:21:51 3b927f11f4cb: Pushed 00:21:51 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:21:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:21:51 0634938b823a: Preparing 00:21:51 3b927f11f4cb: Preparing 00:21:51 ac30ce77a2b4: Preparing 00:21:51 f1b431716324: Preparing 00:21:51 b8f860666732: Preparing 00:21:51 36b50b131297: Preparing 00:21:51 36b50b131297: Waiting 00:21:51 f1b431716324: Layer already exists 00:21:51 3b927f11f4cb: Layer already exists 00:21:51 b8f860666732: Layer already exists 00:21:51 0634938b823a: Layer already exists 00:21:51 ac30ce77a2b4: Layer already exists 00:21:51 36b50b131297: Layer already exists 00:21:51 latest: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 00:21:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:21:52 0634938b823a: Preparing 00:21:52 3b927f11f4cb: Preparing 00:21:52 ac30ce77a2b4: Preparing 00:21:52 f1b431716324: Preparing 00:21:52 b8f860666732: Preparing 00:21:52 36b50b131297: Preparing 00:21:52 36b50b131297: Waiting 00:21:52 0634938b823a: Layer already exists 00:21:52 ac30ce77a2b4: Layer already exists 00:21:52 b8f860666732: Layer already exists 00:21:52 3b927f11f4cb: Layer already exists 00:21:52 f1b431716324: Layer already exists 00:21:52 36b50b131297: Layer already exists 00:21:52 3.1.0-dev.37: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:21:52 0634938b823a: Preparing 00:21:52 3b927f11f4cb: Preparing 00:21:52 ac30ce77a2b4: Preparing 00:21:52 f1b431716324: Preparing 00:21:52 b8f860666732: Preparing 00:21:52 36b50b131297: Preparing 00:21:52 36b50b131297: Waiting 00:21:52 0634938b823a: Layer already exists 00:21:52 3b927f11f4cb: Layer already exists 00:21:52 f1b431716324: Layer already exists 00:21:52 b8f860666732: Layer already exists 00:21:52 ac30ce77a2b4: Layer already exists 00:21:52 36b50b131297: Layer already exists 00:21:52 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 00:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 00:21:53 0634938b823a: Preparing 00:21:53 3b927f11f4cb: Preparing 00:21:53 ac30ce77a2b4: Preparing 00:21:53 f1b431716324: Preparing 00:21:53 b8f860666732: Preparing 00:21:53 36b50b131297: Preparing 00:21:53 36b50b131297: Waiting 00:21:53 b8f860666732: Layer already exists 00:21:53 f1b431716324: Layer already exists 00:21:53 0634938b823a: Layer already exists 00:21:53 ac30ce77a2b4: Layer already exists 00:21:53 3b927f11f4cb: Layer already exists 00:21:53 36b50b131297: Layer already exists 00:21:53 main: digest: sha256:309a17d133c5b1b4f7eeb0fd6bad9cc0ac313ef1f6b7bc691cf43b53cc2b3d34 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:21:53 ===================================================== [Pipeline] echo 00:21:53 taggedImages: 00:21:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 00:21:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.1.0-dev.37 00:21:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 00:21:53 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 00:21:53 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:53 latest 00:21:53 3.1.0-dev.37 00:21:53 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:21:53 main 00:21:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:21:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:21:54 db435c32bb7c: Preparing 00:21:54 719b8897da32: Preparing 00:21:54 8ab9a609a2a5: Preparing 00:21:54 ac30ce77a2b4: Preparing 00:21:54 f1b431716324: Preparing 00:21:54 4f3c30ebdf7a: Preparing 00:21:54 c3ad9ae826c3: Preparing 00:21:54 caccf7ece718: Preparing 00:21:54 36b50b131297: Preparing 00:21:54 4f3c30ebdf7a: Waiting 00:21:54 c3ad9ae826c3: Waiting 00:21:54 caccf7ece718: Waiting 00:21:54 36b50b131297: Waiting 00:21:54 ac30ce77a2b4: Layer already exists 00:21:54 f1b431716324: Layer already exists 00:21:54 719b8897da32: Pushed 00:21:54 8ab9a609a2a5: Pushed 00:21:54 db435c32bb7c: Pushed 00:21:54 36b50b131297: Layer already exists 00:21:54 caccf7ece718: Pushed 00:22:00 c3ad9ae826c3: Pushed 00:22:01 4f3c30ebdf7a: Pushed 00:22:01 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:22:02 db435c32bb7c: Preparing 00:22:02 719b8897da32: Preparing 00:22:02 8ab9a609a2a5: Preparing 00:22:02 ac30ce77a2b4: Preparing 00:22:02 f1b431716324: Preparing 00:22:02 4f3c30ebdf7a: Preparing 00:22:02 c3ad9ae826c3: Preparing 00:22:02 caccf7ece718: Preparing 00:22:02 36b50b131297: Preparing 00:22:02 4f3c30ebdf7a: Waiting 00:22:02 c3ad9ae826c3: Waiting 00:22:02 caccf7ece718: Waiting 00:22:02 ac30ce77a2b4: Layer already exists 00:22:02 8ab9a609a2a5: Layer already exists 00:22:02 f1b431716324: Layer already exists 00:22:02 db435c32bb7c: Layer already exists 00:22:02 719b8897da32: Layer already exists 00:22:02 c3ad9ae826c3: Layer already exists 00:22:02 4f3c30ebdf7a: Layer already exists 00:22:02 caccf7ece718: Layer already exists 00:22:02 36b50b131297: Layer already exists 00:22:02 latest: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 00:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:22:02 db435c32bb7c: Preparing 00:22:02 719b8897da32: Preparing 00:22:02 8ab9a609a2a5: Preparing 00:22:02 ac30ce77a2b4: Preparing 00:22:02 f1b431716324: Preparing 00:22:02 4f3c30ebdf7a: Preparing 00:22:02 c3ad9ae826c3: Preparing 00:22:02 caccf7ece718: Preparing 00:22:02 36b50b131297: Preparing 00:22:02 4f3c30ebdf7a: Waiting 00:22:02 c3ad9ae826c3: Waiting 00:22:02 caccf7ece718: Waiting 00:22:02 36b50b131297: Waiting 00:22:02 8ab9a609a2a5: Layer already exists 00:22:02 db435c32bb7c: Layer already exists 00:22:02 f1b431716324: Layer already exists 00:22:02 ac30ce77a2b4: Layer already exists 00:22:02 719b8897da32: Layer already exists 00:22:02 4f3c30ebdf7a: Layer already exists 00:22:02 caccf7ece718: Layer already exists 00:22:02 c3ad9ae826c3: Layer already exists 00:22:02 36b50b131297: Layer already exists 00:22:02 3.1.0-dev.37: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:22:03 db435c32bb7c: Preparing 00:22:03 719b8897da32: Preparing 00:22:03 8ab9a609a2a5: Preparing 00:22:03 ac30ce77a2b4: Preparing 00:22:03 f1b431716324: Preparing 00:22:03 4f3c30ebdf7a: Preparing 00:22:03 c3ad9ae826c3: Preparing 00:22:03 caccf7ece718: Preparing 00:22:03 36b50b131297: Preparing 00:22:03 c3ad9ae826c3: Waiting 00:22:03 caccf7ece718: Waiting 00:22:03 4f3c30ebdf7a: Waiting 00:22:03 8ab9a609a2a5: Layer already exists 00:22:03 719b8897da32: Layer already exists 00:22:03 f1b431716324: Layer already exists 00:22:03 db435c32bb7c: Layer already exists 00:22:03 ac30ce77a2b4: Layer already exists 00:22:03 4f3c30ebdf7a: Layer already exists 00:22:03 caccf7ece718: Layer already exists 00:22:03 36b50b131297: Layer already exists 00:22:03 c3ad9ae826c3: Layer already exists 00:22:03 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 00:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 00:22:04 db435c32bb7c: Preparing 00:22:04 719b8897da32: Preparing 00:22:04 8ab9a609a2a5: Preparing 00:22:04 ac30ce77a2b4: Preparing 00:22:04 f1b431716324: Preparing 00:22:04 4f3c30ebdf7a: Preparing 00:22:04 c3ad9ae826c3: Preparing 00:22:04 caccf7ece718: Preparing 00:22:04 36b50b131297: Preparing 00:22:04 4f3c30ebdf7a: Waiting 00:22:04 caccf7ece718: Waiting 00:22:04 c3ad9ae826c3: Waiting 00:22:04 36b50b131297: Waiting 00:22:04 8ab9a609a2a5: Layer already exists 00:22:04 f1b431716324: Layer already exists 00:22:04 719b8897da32: Layer already exists 00:22:04 db435c32bb7c: Layer already exists 00:22:04 ac30ce77a2b4: Layer already exists 00:22:04 4f3c30ebdf7a: Layer already exists 00:22:04 c3ad9ae826c3: Layer already exists 00:22:04 caccf7ece718: Layer already exists 00:22:04 36b50b131297: Layer already exists 00:22:04 main: digest: sha256:8762c3d14394c5e8fef3545397ded58e7493f66427427abb48ad132d5117e2fe size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:22:04 ===================================================== [Pipeline] echo 00:22:04 taggedImages: 00:22:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 00:22:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.1.0-dev.37 00:22:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 00:22:04 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 00:22:04 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:04 latest 00:22:04 3.1.0-dev.37 00:22:04 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:04 main 00:22:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:22:05 e3d7c35a58f2: Preparing 00:22:05 d899f06631b1: Preparing 00:22:05 c6a625d100d9: Preparing 00:22:05 ac30ce77a2b4: Preparing 00:22:05 f1b431716324: Preparing 00:22:05 d648d0cf5dac: Preparing 00:22:05 fce6f0e398ee: Preparing 00:22:05 36b50b131297: Preparing 00:22:05 d648d0cf5dac: Waiting 00:22:05 fce6f0e398ee: Waiting 00:22:05 36b50b131297: Waiting 00:22:05 ac30ce77a2b4: Layer already exists 00:22:05 f1b431716324: Layer already exists 00:22:05 c6a625d100d9: Pushed 00:22:05 e3d7c35a58f2: Pushed 00:22:05 d899f06631b1: Pushed 00:22:05 36b50b131297: Layer already exists 00:22:05 fce6f0e398ee: Pushed 00:22:13 d648d0cf5dac: Pushed 00:22:13 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:22:14 e3d7c35a58f2: Preparing 00:22:14 d899f06631b1: Preparing 00:22:14 c6a625d100d9: Preparing 00:22:14 ac30ce77a2b4: Preparing 00:22:14 f1b431716324: Preparing 00:22:14 d648d0cf5dac: Preparing 00:22:14 fce6f0e398ee: Preparing 00:22:14 36b50b131297: Preparing 00:22:14 d648d0cf5dac: Waiting 00:22:14 36b50b131297: Waiting 00:22:14 fce6f0e398ee: Waiting 00:22:14 d899f06631b1: Layer already exists 00:22:14 ac30ce77a2b4: Layer already exists 00:22:14 f1b431716324: Layer already exists 00:22:14 e3d7c35a58f2: Layer already exists 00:22:14 c6a625d100d9: Layer already exists 00:22:14 d648d0cf5dac: Layer already exists 00:22:14 fce6f0e398ee: Layer already exists 00:22:14 36b50b131297: Layer already exists 00:22:14 latest: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 00:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:22:14 e3d7c35a58f2: Preparing 00:22:14 d899f06631b1: Preparing 00:22:14 c6a625d100d9: Preparing 00:22:14 ac30ce77a2b4: Preparing 00:22:14 f1b431716324: Preparing 00:22:14 d648d0cf5dac: Preparing 00:22:14 fce6f0e398ee: Preparing 00:22:14 36b50b131297: Preparing 00:22:14 d648d0cf5dac: Waiting 00:22:14 fce6f0e398ee: Waiting 00:22:14 f1b431716324: Layer already exists 00:22:14 ac30ce77a2b4: Layer already exists 00:22:14 e3d7c35a58f2: Layer already exists 00:22:14 c6a625d100d9: Layer already exists 00:22:14 d899f06631b1: Layer already exists 00:22:14 d648d0cf5dac: Layer already exists 00:22:14 36b50b131297: Layer already exists 00:22:14 fce6f0e398ee: Layer already exists 00:22:14 3.1.0-dev.37: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:22:15 e3d7c35a58f2: Preparing 00:22:15 d899f06631b1: Preparing 00:22:15 c6a625d100d9: Preparing 00:22:15 ac30ce77a2b4: Preparing 00:22:15 f1b431716324: Preparing 00:22:15 d648d0cf5dac: Preparing 00:22:15 fce6f0e398ee: Preparing 00:22:15 36b50b131297: Preparing 00:22:15 d648d0cf5dac: Waiting 00:22:15 fce6f0e398ee: Waiting 00:22:15 36b50b131297: Waiting 00:22:15 f1b431716324: Layer already exists 00:22:15 ac30ce77a2b4: Layer already exists 00:22:15 e3d7c35a58f2: Layer already exists 00:22:15 c6a625d100d9: Layer already exists 00:22:15 d899f06631b1: Layer already exists 00:22:15 d648d0cf5dac: Layer already exists 00:22:15 36b50b131297: Layer already exists 00:22:15 fce6f0e398ee: Layer already exists 00:22:15 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 00:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 00:22:15 e3d7c35a58f2: Preparing 00:22:15 d899f06631b1: Preparing 00:22:15 c6a625d100d9: Preparing 00:22:15 ac30ce77a2b4: Preparing 00:22:15 f1b431716324: Preparing 00:22:15 d648d0cf5dac: Preparing 00:22:15 fce6f0e398ee: Preparing 00:22:15 36b50b131297: Preparing 00:22:15 d648d0cf5dac: Waiting 00:22:15 fce6f0e398ee: Waiting 00:22:15 f1b431716324: Layer already exists 00:22:15 d899f06631b1: Layer already exists 00:22:15 ac30ce77a2b4: Layer already exists 00:22:15 e3d7c35a58f2: Layer already exists 00:22:15 c6a625d100d9: Layer already exists 00:22:15 d648d0cf5dac: Layer already exists 00:22:15 fce6f0e398ee: Layer already exists 00:22:15 36b50b131297: Layer already exists 00:22:15 main: digest: sha256:64c5c0aa0b3f1d85ef1398e214137877e2b34b897e3876ddede0d48ceafa308c size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:22:16 ===================================================== [Pipeline] echo 00:22:16 taggedImages: 00:22:16 - nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 00:22:16 - nexus3.edgexfoundry.org:10004/security-spire-config:3.1.0-dev.37 00:22:16 - nexus3.edgexfoundry.org:10004/security-spire-config:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 00:22:16 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 00:22:16 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:16 latest 00:22:16 3.1.0-dev.37 00:22:16 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:16 main 00:22:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:16 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:22:16 db435c32bb7c: Preparing 00:22:16 6bf647699854: Preparing 00:22:16 c373e64d8979: Preparing 00:22:16 ac30ce77a2b4: Preparing 00:22:16 f1b431716324: Preparing 00:22:16 4f3c30ebdf7a: Preparing 00:22:16 caccf7ece718: Preparing 00:22:16 36b50b131297: Preparing 00:22:16 4f3c30ebdf7a: Waiting 00:22:16 caccf7ece718: Waiting 00:22:16 36b50b131297: Waiting 00:22:16 ac30ce77a2b4: Layer already exists 00:22:16 db435c32bb7c: Layer already exists 00:22:16 f1b431716324: Layer already exists 00:22:16 4f3c30ebdf7a: Layer already exists 00:22:16 caccf7ece718: Layer already exists 00:22:16 36b50b131297: Layer already exists 00:22:16 c373e64d8979: Pushed 00:22:16 6bf647699854: Pushed 00:22:16 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:22:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:22:17 db435c32bb7c: Preparing 00:22:17 6bf647699854: Preparing 00:22:17 c373e64d8979: Preparing 00:22:17 ac30ce77a2b4: Preparing 00:22:17 f1b431716324: Preparing 00:22:17 4f3c30ebdf7a: Preparing 00:22:17 caccf7ece718: Preparing 00:22:17 36b50b131297: Preparing 00:22:17 4f3c30ebdf7a: Waiting 00:22:17 caccf7ece718: Waiting 00:22:17 36b50b131297: Waiting 00:22:17 6bf647699854: Layer already exists 00:22:17 f1b431716324: Layer already exists 00:22:17 ac30ce77a2b4: Layer already exists 00:22:17 c373e64d8979: Layer already exists 00:22:17 db435c32bb7c: Layer already exists 00:22:17 4f3c30ebdf7a: Layer already exists 00:22:17 caccf7ece718: Layer already exists 00:22:17 36b50b131297: Layer already exists 00:22:17 latest: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:17 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 00:22:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:22:18 db435c32bb7c: Preparing 00:22:18 6bf647699854: Preparing 00:22:18 c373e64d8979: Preparing 00:22:18 ac30ce77a2b4: Preparing 00:22:18 f1b431716324: Preparing 00:22:18 4f3c30ebdf7a: Preparing 00:22:18 caccf7ece718: Preparing 00:22:18 36b50b131297: Preparing 00:22:18 caccf7ece718: Waiting 00:22:18 36b50b131297: Waiting 00:22:18 4f3c30ebdf7a: Waiting 00:22:18 db435c32bb7c: Layer already exists 00:22:18 f1b431716324: Layer already exists 00:22:18 c373e64d8979: Layer already exists 00:22:18 6bf647699854: Layer already exists 00:22:18 ac30ce77a2b4: Layer already exists 00:22:18 4f3c30ebdf7a: Layer already exists 00:22:18 caccf7ece718: Layer already exists 00:22:18 36b50b131297: Layer already exists 00:22:18 3.1.0-dev.37: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:22:18 db435c32bb7c: Preparing 00:22:18 6bf647699854: Preparing 00:22:18 c373e64d8979: Preparing 00:22:18 ac30ce77a2b4: Preparing 00:22:18 f1b431716324: Preparing 00:22:18 4f3c30ebdf7a: Preparing 00:22:18 caccf7ece718: Preparing 00:22:18 36b50b131297: Preparing 00:22:18 36b50b131297: Waiting 00:22:18 4f3c30ebdf7a: Waiting 00:22:18 caccf7ece718: Waiting 00:22:18 db435c32bb7c: Layer already exists 00:22:18 f1b431716324: Layer already exists 00:22:18 ac30ce77a2b4: Layer already exists 00:22:18 6bf647699854: Layer already exists 00:22:18 c373e64d8979: Layer already exists 00:22:18 4f3c30ebdf7a: Layer already exists 00:22:18 caccf7ece718: Layer already exists 00:22:18 36b50b131297: Layer already exists 00:22:18 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 00:22:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 00:22:19 db435c32bb7c: Preparing 00:22:19 6bf647699854: Preparing 00:22:19 c373e64d8979: Preparing 00:22:19 ac30ce77a2b4: Preparing 00:22:19 f1b431716324: Preparing 00:22:19 4f3c30ebdf7a: Preparing 00:22:19 caccf7ece718: Preparing 00:22:19 36b50b131297: Preparing 00:22:19 4f3c30ebdf7a: Waiting 00:22:19 36b50b131297: Waiting 00:22:19 db435c32bb7c: Layer already exists 00:22:19 ac30ce77a2b4: Layer already exists 00:22:19 c373e64d8979: Layer already exists 00:22:19 6bf647699854: Layer already exists 00:22:19 f1b431716324: Layer already exists 00:22:19 4f3c30ebdf7a: Layer already exists 00:22:19 caccf7ece718: Layer already exists 00:22:19 36b50b131297: Layer already exists 00:22:19 main: digest: sha256:12c956699294ed100c2349f52d7b64e6f3d84a7ef9ccaf79674a7cd12962d029 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:22:19 ===================================================== [Pipeline] echo 00:22:19 taggedImages: 00:22:19 - nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:19 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 00:22:19 - nexus3.edgexfoundry.org:10004/security-spire-server:3.1.0-dev.37 00:22:19 - nexus3.edgexfoundry.org:10004/security-spire-server:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:19 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 00:22:19 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 00:22:19 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:19 latest 00:22:19 3.1.0-dev.37 00:22:19 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:19 main 00:22:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:19 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:22:20 4750f33df825: Preparing 00:22:20 eb08a37de0ed: Preparing 00:22:20 ac30ce77a2b4: Preparing 00:22:20 f1b431716324: Preparing 00:22:20 38190a9d67c4: Preparing 00:22:20 36b50b131297: Preparing 00:22:20 36b50b131297: Waiting 00:22:20 f1b431716324: Layer already exists 00:22:20 ac30ce77a2b4: Layer already exists 00:22:20 36b50b131297: Layer already exists 00:22:20 4750f33df825: Pushed 00:22:20 38190a9d67c4: Pushed 00:22:23 eb08a37de0ed: Pushed 00:22:23 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 00:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:22:24 4750f33df825: Preparing 00:22:24 eb08a37de0ed: Preparing 00:22:24 ac30ce77a2b4: Preparing 00:22:24 f1b431716324: Preparing 00:22:24 38190a9d67c4: Preparing 00:22:24 36b50b131297: Preparing 00:22:24 36b50b131297: Waiting 00:22:24 f1b431716324: Layer already exists 00:22:24 eb08a37de0ed: Layer already exists 00:22:24 38190a9d67c4: Layer already exists 00:22:24 4750f33df825: Layer already exists 00:22:24 ac30ce77a2b4: Layer already exists 00:22:24 36b50b131297: Layer already exists 00:22:24 latest: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 00:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:22:24 4750f33df825: Preparing 00:22:24 eb08a37de0ed: Preparing 00:22:24 ac30ce77a2b4: Preparing 00:22:24 f1b431716324: Preparing 00:22:24 38190a9d67c4: Preparing 00:22:24 36b50b131297: Preparing 00:22:24 36b50b131297: Waiting 00:22:24 ac30ce77a2b4: Layer already exists 00:22:24 f1b431716324: Layer already exists 00:22:24 eb08a37de0ed: Layer already exists 00:22:24 4750f33df825: Layer already exists 00:22:24 38190a9d67c4: Layer already exists 00:22:24 36b50b131297: Layer already exists 00:22:24 3.1.0-dev.37: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:22:25 4750f33df825: Preparing 00:22:25 eb08a37de0ed: Preparing 00:22:25 ac30ce77a2b4: Preparing 00:22:25 f1b431716324: Preparing 00:22:25 38190a9d67c4: Preparing 00:22:25 36b50b131297: Preparing 00:22:25 36b50b131297: Waiting 00:22:25 eb08a37de0ed: Layer already exists 00:22:25 38190a9d67c4: Layer already exists 00:22:25 4750f33df825: Layer already exists 00:22:25 ac30ce77a2b4: Layer already exists 00:22:25 f1b431716324: Layer already exists 00:22:25 36b50b131297: Layer already exists 00:22:25 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 00:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 00:22:26 4750f33df825: Preparing 00:22:26 eb08a37de0ed: Preparing 00:22:26 ac30ce77a2b4: Preparing 00:22:26 f1b431716324: Preparing 00:22:26 38190a9d67c4: Preparing 00:22:26 36b50b131297: Preparing 00:22:26 36b50b131297: Waiting 00:22:26 ac30ce77a2b4: Layer already exists 00:22:26 f1b431716324: Layer already exists 00:22:26 eb08a37de0ed: Layer already exists 00:22:26 4750f33df825: Layer already exists 00:22:26 38190a9d67c4: Layer already exists 00:22:26 36b50b131297: Layer already exists 00:22:26 main: digest: sha256:7d9f25962c0e9c8623e17933c2fcbc74d18c8ab666be8897bf232a228d817cde size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:22:26 ===================================================== [Pipeline] echo 00:22:26 taggedImages: 00:22:26 - nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:26 - nexus3.edgexfoundry.org:10004/support-notifications:latest 00:22:26 - nexus3.edgexfoundry.org:10004/support-notifications:3.1.0-dev.37 00:22:26 - nexus3.edgexfoundry.org:10004/support-notifications:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:26 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 00:22:26 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 00:22:26 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:26 latest 00:22:26 3.1.0-dev.37 00:22:26 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:26 main 00:22:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:26 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:26 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:22:26 840e9b546c5a: Preparing 00:22:26 7ef381314d6f: Preparing 00:22:26 ac30ce77a2b4: Preparing 00:22:26 f1b431716324: Preparing 00:22:26 d58ebffcdd2a: Preparing 00:22:26 36b50b131297: Preparing 00:22:26 36b50b131297: Waiting 00:22:26 ac30ce77a2b4: Layer already exists 00:22:26 f1b431716324: Layer already exists 00:22:26 d58ebffcdd2a: Layer already exists 00:22:26 36b50b131297: Layer already exists 00:22:26 840e9b546c5a: Pushed 00:22:30 7ef381314d6f: Pushed 00:22:30 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:22:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:22:30 840e9b546c5a: Preparing 00:22:30 7ef381314d6f: Preparing 00:22:30 ac30ce77a2b4: Preparing 00:22:30 f1b431716324: Preparing 00:22:30 d58ebffcdd2a: Preparing 00:22:30 36b50b131297: Preparing 00:22:30 36b50b131297: Waiting 00:22:30 ac30ce77a2b4: Layer already exists 00:22:30 7ef381314d6f: Layer already exists 00:22:30 f1b431716324: Layer already exists 00:22:30 840e9b546c5a: Layer already exists 00:22:30 d58ebffcdd2a: Layer already exists 00:22:30 36b50b131297: Layer already exists 00:22:30 latest: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 00:22:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:22:31 840e9b546c5a: Preparing 00:22:31 7ef381314d6f: Preparing 00:22:31 ac30ce77a2b4: Preparing 00:22:31 f1b431716324: Preparing 00:22:31 d58ebffcdd2a: Preparing 00:22:31 36b50b131297: Preparing 00:22:31 36b50b131297: Waiting 00:22:31 d58ebffcdd2a: Layer already exists 00:22:31 ac30ce77a2b4: Layer already exists 00:22:31 7ef381314d6f: Layer already exists 00:22:31 f1b431716324: Layer already exists 00:22:31 840e9b546c5a: Layer already exists 00:22:31 36b50b131297: Layer already exists 00:22:31 3.1.0-dev.37: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:22:32 840e9b546c5a: Preparing 00:22:32 7ef381314d6f: Preparing 00:22:32 ac30ce77a2b4: Preparing 00:22:32 f1b431716324: Preparing 00:22:32 d58ebffcdd2a: Preparing 00:22:32 36b50b131297: Preparing 00:22:32 36b50b131297: Waiting 00:22:32 7ef381314d6f: Layer already exists 00:22:32 840e9b546c5a: Layer already exists 00:22:32 ac30ce77a2b4: Layer already exists 00:22:32 f1b431716324: Layer already exists 00:22:32 d58ebffcdd2a: Layer already exists 00:22:32 36b50b131297: Layer already exists 00:22:32 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 00:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 00:22:32 840e9b546c5a: Preparing 00:22:32 7ef381314d6f: Preparing 00:22:32 ac30ce77a2b4: Preparing 00:22:32 f1b431716324: Preparing 00:22:32 d58ebffcdd2a: Preparing 00:22:32 36b50b131297: Preparing 00:22:32 36b50b131297: Waiting 00:22:32 d58ebffcdd2a: Layer already exists 00:22:32 840e9b546c5a: Layer already exists 00:22:32 f1b431716324: Layer already exists 00:22:32 ac30ce77a2b4: Layer already exists 00:22:32 7ef381314d6f: Layer already exists 00:22:32 36b50b131297: Layer already exists 00:22:32 main: digest: sha256:713a322265722a81a4bc7826d0bdd0201cbc9fdabd94e52f969a71ef110d22e8 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:22:32 ===================================================== [Pipeline] echo 00:22:32 taggedImages: 00:22:32 - nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:22:32 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 00:22:32 - nexus3.edgexfoundry.org:10004/support-scheduler:3.1.0-dev.37 00:22:32 - nexus3.edgexfoundry.org:10004/support-scheduler:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:22:32 - 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:35:36 #122 ... 00:35:36 00:35:36 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:36 #123 961.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.1.0-dev.37" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:36 #123 ... 00:35:36 00:35:36 #126 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 00:35:36 #126 DONE 965.5s 00:35:36 00:35:36 #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:35:36 #128 ... 00:35:36 00:35:36 #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / 00:35:36 #132 DONE 0.2s 00:35:36 00:35:36 #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / 00:35:36 #133 DONE 0.1s 00:35:36 00:35:36 #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 00:35:36 #134 DONE 0.2s 00:35:36 00:35:36 #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 00:35:36 #135 DONE 0.1s 00:35:36 00:35:36 #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:35:36 #136 DONE 0.3s 00:35:36 00:35:36 #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 00:35:36 #137 DONE 0.2s 00:35:36 00:35:36 #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:35:36 #138 DONE 2.0s 00:35:36 00:35:36 #91 [security-proxy-setup] exporting to image 00:35:36 #91 exporting layers 00:35:37 #91 exporting layers 0.9s done 00:35:37 #91 writing image sha256:88cdf0db2df94ae434db312e8af689bd20da24b0c3db1c067c8bdcdea1f23cef done 00:35:37 #91 naming to docker.io/library/security-proxy-setup-arm64 done 00:35:37 #91 DONE 4.1s 00:35:37 00:35:37 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:35:52 #124 ... 00:35:52 00:35:52 #128 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 00:35:52 #128 DONE 983.6s 00:35:52 00:35:52 #139 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 00:35:52 #139 DONE 0.4s 00:35:52 00:35:52 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:35:52 #49 ... 00:35:52 00:35:52 #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 00:35:52 #140 ... 00:35:52 00:35:52 #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:52 #123 DONE 985.3s 00:35:52 00:35:52 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:35:53 #131 ... 00:35:53 00:35:53 #141 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / 00:35:54 #141 DONE 0.2s 00:35:54 00:35:54 #142 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / 00:35:54 #142 DONE 0.3s 00:35:54 00:35:54 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:35:54 #124 ... 00:35:54 00:35:54 #143 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:35:54 #143 DONE 0.2s 00:35:54 00:35:54 #144 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 00:35:54 #144 ... 00:35:54 00:35:54 #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh 00:35:54 #140 DONE 3.0s 00:35:55 00:35:55 #144 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 00:35:55 #144 DONE 0.3s 00:35:55 00:35:55 #145 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 00:35:55 #145 DONE 0.5s 00:35:55 00:35:55 #146 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:35:55 #146 ... 00:35:55 00:35:55 #147 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / 00:35:55 #147 DONE 0.6s 00:35:55 00:35:55 #148 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / 00:35:55 #148 DONE 0.3s 00:35:55 00:35:55 #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:35:55 #129 ... 00:35:55 00:35:55 #149 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:35:56 #149 ... 00:35:56 00:35:56 #146 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:35:56 #146 DONE 0.6s 00:35:56 00:35:56 #149 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:35:56 #149 DONE 0.5s 00:35:56 00:35:56 #150 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:35:56 #150 ... 00:35:56 00:35:56 #151 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:35:56 #151 DONE 0.5s 00:35:56 00:35:56 #150 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 00:35:56 #150 DONE 0.4s 00:35:56 00:35:56 #152 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 00:35:56 #152 DONE 0.3s 00:35:56 00:35:56 #153 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:35:56 #153 DONE 0.3s 00:35:56 00:35:56 #154 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:35:57 #154 ... 00:35:57 00:35:57 #155 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 00:35:57 #155 DONE 0.4s 00:35:57 00:35:57 #156 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ 00:35:57 #156 DONE 0.5s 00:35:57 00:35:57 #157 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:35:58 #157 DONE 0.3s 00:35:58 00:35:58 #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:35:58 #127 ... 00:35:58 00:35:58 #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 00:35:59 #158 ... 00:35:59 00:35:59 #127 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 00:35:59 #127 DONE 992.3s 00:35:59 00:35:59 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:36:00 #49 ... 00:36:00 00:36:00 #154 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:00 #154 DONE 3.3s 00:36:00 00:36:00 #91 [security-secretstore-setup] exporting to image 00:36:00 #91 exporting layers 00:36:01 #91 ... 00:36:01 00:36:01 #158 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh 00:36:01 #158 DONE 3.2s 00:36:01 00:36:01 #91 [security-bootstrapper] exporting to image 00:36:02 #91 ... 00:36:02 00:36:02 #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:36:02 #159 DONE 0.6s 00:36:02 00:36:02 #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:36:02 #160 DONE 0.2s 00:36:02 00:36:02 #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 00:36:03 #161 DONE 0.5s 00:36:03 00:36:03 #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml 00:36:03 #162 DONE 0.3s 00:36:03 00:36:03 #91 [security-secretstore-setup] exporting to image 00:36:03 #91 exporting layers 3.3s done 00:36:03 #91 writing image sha256:82901d9262d313aea65928feb44bb36c8cc968141683c12417f2d204a86f944c 0.1s done 00:36:03 #91 naming to docker.io/library/security-bootstrapper-arm64 0.1s done 00:36:03 #91 writing image sha256:35154465f76788e6912db7059e9057d9bcc302de4e02eb07f3168d64f754e0a7 done 00:36:03 #91 naming to docker.io/library/security-secretstore-setup-arm64 done 00:36:03 #91 DONE 7.5s 00:36:03 00:36:03 #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 00:36:03 #163 DONE 0.2s 00:36:03 00:36:03 #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:05 #164 DONE 1.8s 00:36:05 00:36:05 #91 [security-proxy-auth] exporting to image 00:36:06 #91 exporting layers 0.5s done 00:36:06 #91 writing image sha256:a5230e66a50678be9db54f4e5732afe2583ab9d049e30ddbfe9e21fad004f5de done 00:36:06 #91 naming to docker.io/library/security-proxy-auth-arm64 done 00:36:06 #91 DONE 8.0s 00:36:06 00:36:06 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:36:21 #49 ... 00:36:21 00:36:21 #125 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 00:36:21 #125 DONE 1012.1s 00:36:21 00:36:21 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:36:21 #122 ... 00:36:21 00:36:21 #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:36:21 #165 DONE 0.2s 00:36:21 00:36:21 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:36:21 #120 ... 00:36:21 00:36:21 #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:36:21 #166 DONE 0.2s 00:36:21 00:36:21 #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 00:36:21 #167 DONE 0.2s 00:36:21 00:36:21 #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 00:36:21 #168 DONE 0.2s 00:36:21 00:36:21 #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 00:36:21 #169 DONE 0.1s 00:36:21 00:36:21 #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:36:23 #170 DONE 1.9s 00:36:23 00:36:23 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:36:23 #120 ... 00:36:23 00:36:23 #91 [core-common-config-bootstrapper] exporting to image 00:36:23 #91 exporting layers 00:36:23 #91 exporting layers 0.6s done 00:36:23 #91 writing image sha256:892ea659a78e58b9340365df1e7b7f2b1cd93cffe6e8a40c97d87aa358ab49af done 00:36:23 #91 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 00:36:23 #91 DONE 8.6s 00:36:23 00:36:23 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:37:10 #130 ... 00:37:10 00:37:10 #124 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 00:37:10 #124 DONE 1060.1s 00:37:10 00:37:10 #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / 00:37:10 #171 DONE 0.3s 00:37:10 00:37:10 #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:37:10 #129 ... 00:37:10 00:37:10 #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / 00:37:10 #172 DONE 0.1s 00:37:10 00:37:10 #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:10 #173 DONE 0.3s 00:37:10 00:37:10 #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 00:37:10 #174 DONE 0.1s 00:37:10 00:37:10 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:37:10 #49 ... 00:37:10 00:37:10 #91 [core-command] exporting to image 00:37:10 #91 exporting layers 00:37:10 #91 exporting layers 0.2s done 00:37:10 #91 writing image sha256:b25ad35296450a598343af029b438e3541292ab39083ca60bbcb174a819b4ebf done 00:37:10 #91 naming to docker.io/library/core-command-arm64 done 00:37:10 #91 DONE 8.8s 00:37:10 00:37:10 #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:37:15 #129 ... 00:37:15 00:37:15 #131 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 00:37:15 #131 DONE 1068.0s 00:37:15 00:37:15 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:37:16 #49 ... 00:37:16 00:37:16 #175 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:37:16 #175 DONE 0.2s 00:37:16 00:37:16 #176 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:37:16 #176 DONE 0.1s 00:37:16 00:37:16 #177 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:16 #177 DONE 0.3s 00:37:16 00:37:16 #178 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 00:37:16 #178 DONE 0.1s 00:37:16 00:37:16 #91 [core-data] exporting to image 00:37:16 #91 exporting layers 00:37:17 #91 exporting layers 0.3s done 00:37:17 #91 writing image sha256:ea55e8e69eac01e97694e4feb826fd9fbdc0a02b9ef8f6e6d6d8ccb94aedd141 done 00:37:17 #91 naming to docker.io/library/core-data-arm64 done 00:37:17 #91 DONE 9.2s 00:37:17 00:37:17 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:37:17 #122 ... 00:37:17 00:37:17 #129 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 00:37:17 #129 DONE 1070.3s 00:37:18 00:37:18 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:37:18 #130 ... 00:37:18 00:37:18 #179 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / 00:37:18 #179 DONE 0.2s 00:37:18 00:37:18 #180 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / 00:37:18 #180 DONE 0.1s 00:37:18 00:37:18 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:37:18 #49 ... 00:37:18 00:37:18 #181 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:18 #181 DONE 0.3s 00:37:18 00:37:18 #182 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 00:37:19 #182 DONE 0.2s 00:37:19 00:37:19 #183 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 00:37:19 #183 DONE 0.1s 00:37:19 00:37:19 #91 [core-metadata] exporting to image 00:37:19 #91 exporting layers 0.3s done 00:37:19 #91 writing image sha256:e9136cbf43c740787b840543753a531a0e78c43207eef0fa0b0d31f7cb7ced62 done 00:37:19 #91 naming to docker.io/library/core-metadata-arm64 done 00:37:19 #91 DONE 9.5s 00:37:19 00:37:19 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:37:46 #120 ... 00:37:46 00:37:46 #122 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 00:37:46 #122 DONE 1098.5s 00:37:46 00:37:46 #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:37:46 #184 DONE 0.2s 00:37:46 00:37:46 #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:37:46 #185 DONE 0.1s 00:37:46 00:37:46 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:37:46 #120 ... 00:37:46 00:37:46 #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 00:37:47 #186 DONE 0.4s 00:37:47 00:37:47 #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 00:37:47 #187 DONE 0.1s 00:37:47 00:37:47 #91 [security-spiffe-token-provider] exporting to image 00:37:47 #91 exporting layers 00:37:48 #91 exporting layers 0.6s done 00:37:48 #91 writing image sha256:57a1f93c6c3c974708eb3f5cdaef01590e0bbcb4752ccf1a4f770485ea5c8bfe done 00:37:48 #91 naming to docker.io/library/security-spiffe-token-provider-arm64 done 00:37:48 #91 DONE 10.1s 00:37:48 00:37:48 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:38:14 #49 ... 00:38:14 00:38:14 #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 00:38:14 #130 DONE 1126.8s 00:38:14 00:38:14 #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:38:14 #188 DONE 0.1s 00:38:14 00:38:14 #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:38:14 #189 DONE 0.1s 00:38:14 00:38:14 #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:15 #190 DONE 0.4s 00:38:15 00:38:15 #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml 00:38:15 #191 DONE 0.1s 00:38:15 00:38:15 #120 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 00:38:15 #120 DONE 1127.9s 00:38:15 00:38:15 #91 [support-scheduler] exporting to image 00:38:15 #91 exporting layers 00:38:15 #91 exporting layers 0.4s done 00:38:15 #91 writing image sha256:69d6590e6d1f300e6c95884b29d8c2f2107665f45d34e30e2b36851f3c7b8c5b done 00:38:15 #91 naming to docker.io/library/support-scheduler-arm64 done 00:38:15 #91 DONE 10.5s 00:38:15 00:38:15 #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / 00:38:15 #192 DONE 0.1s 00:38:15 00:38:15 #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / 00:38:16 #193 DONE 0.1s 00:38:16 00:38:16 #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:16 #194 DONE 0.3s 00:38:16 00:38:16 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:38:16 #49 ... 00:38:16 00:38:16 #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 00:38:16 #195 DONE 0.1s 00:38:16 00:38:16 #91 [support-notifications] exporting to image 00:38:16 #91 exporting layers 0.4s done 00:38:16 #91 writing image sha256:669e9bad47f5a9fff65d3daa4aa5c894b1667c04f5cf6db6e437e0bbe13eb1d7 done 00:38:16 #91 naming to docker.io/library/support-notifications-arm64 done 00:38:16 #91 DONE 10.9s 00:38:16 00:38:16 #49 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 00:38:16 time="2023-09-05T00:18:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 00:38:16 $ docker stop --time=1 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f 00:38:18 $ docker rm -f --volumes 21d238bdbf6198c5eac44a21aab3f099af90e8ede513ace3703dc491bc61956f [Pipeline] // withDockerContainer [Pipeline] sh 00:38:19 + docker images 00:38:19 REPOSITORY TAG IMAGE ID CREATED SIZE 00:38:19 support-notifications-arm64 latest 669e9bad47f5 2 seconds ago 33.7MB 00:38:19 support-scheduler-arm64 latest 69d6590e6d1f 3 seconds ago 32.9MB 00:38:19 security-spiffe-token-provider-arm64 latest 57a1f93c6c3c 31 seconds ago 33.3MB 00:38:19 core-metadata-arm64 latest e9136cbf43c7 59 seconds ago 21.2MB 00:38:19 core-data-arm64 latest ea55e8e69eac About a minute ago 20.9MB 00:38:19 core-command-arm64 latest b25ad3529645 About a minute ago 20.8MB 00:38:19 core-common-config-bootstrapper-arm64 latest 892ea659a78e About a minute ago 18MB 00:38:19 security-proxy-auth-arm64 latest a5230e66a506 2 minutes ago 19.3MB 00:38:19 security-bootstrapper-arm64 latest 82901d9262d3 2 minutes ago 22.6MB 00:38:19 security-secretstore-setup-arm64 latest 35154465f767 2 minutes ago 43MB 00:38:19 security-proxy-setup-arm64 latest 88cdf0db2df9 2 minutes ago 28.8MB 00:38:19 security-spire-agent-arm64 latest f3b2b95056c2 19 minutes ago 153MB 00:38:19 security-spire-config-arm64 latest cde759193085 19 minutes ago 96.2MB 00:38:19 security-spire-server-arm64 latest 46fef69b7dc2 19 minutes ago 97.1MB 00:38:19 ci-base-image-arm64 latest 9416c68df495 20 minutes ago 1.05GB 00:38:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 1e15ea492957 7 weeks ago 677MB 00:38:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:38:19 provisioning config files... 00:38:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/571@tmp/config378619593087418736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:19 ---> docker-login.sh 00:38:19 nexus3.edgexfoundry.org:10001 00:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:20 Configure a credential helper to remove this warning. See 00:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:20 00:38:20 Login Succeeded 00:38:20 nexus3.edgexfoundry.org:10002 00:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:20 Configure a credential helper to remove this warning. See 00:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:20 00:38:20 Login Succeeded 00:38:20 nexus3.edgexfoundry.org:10003 00:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:20 Configure a credential helper to remove this warning. See 00:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:20 00:38:20 Login Succeeded 00:38:20 nexus3.edgexfoundry.org:10004 00:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:20 Configure a credential helper to remove this warning. See 00:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:20 00:38:20 Login Succeeded 00:38:20 docker.io 00:38:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:21 Configure a credential helper to remove this warning. See 00:38:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:21 00:38:21 Login Succeeded 00:38:21 ---> docker-login.sh ends [Pipeline] } 00:38:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:38:21 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 00:38:21 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:21 latest 00:38:21 3.1.0-dev.37 00:38:21 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:21 main 00:38:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:22 489ad169e201: Preparing 00:38:22 f00681681f55: Preparing 00:38:22 490e9b06825d: Preparing 00:38:22 fd084617405e: Preparing 00:38:22 2863c9336393: Preparing 00:38:22 d2d9d24a8c2a: Preparing 00:38:22 d2d9d24a8c2a: Waiting 00:38:22 489ad169e201: Pushed 00:38:22 2863c9336393: Pushed 00:38:22 490e9b06825d: Pushed 00:38:22 fd084617405e: Pushed 00:38:22 d2d9d24a8c2a: Layer already exists 00:38:25 f00681681f55: Pushed 00:38:25 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 00:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:26 489ad169e201: Preparing 00:38:26 f00681681f55: Preparing 00:38:26 490e9b06825d: Preparing 00:38:26 fd084617405e: Preparing 00:38:26 2863c9336393: Preparing 00:38:26 d2d9d24a8c2a: Preparing 00:38:26 d2d9d24a8c2a: Waiting 00:38:26 489ad169e201: Layer already exists 00:38:26 f00681681f55: Layer already exists 00:38:26 2863c9336393: Layer already exists 00:38:26 fd084617405e: Layer already exists 00:38:26 490e9b06825d: Layer already exists 00:38:26 d2d9d24a8c2a: Layer already exists 00:38:26 latest: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 00:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:27 489ad169e201: Preparing 00:38:27 f00681681f55: Preparing 00:38:27 490e9b06825d: Preparing 00:38:27 fd084617405e: Preparing 00:38:27 2863c9336393: Preparing 00:38:27 d2d9d24a8c2a: Preparing 00:38:27 d2d9d24a8c2a: Waiting 00:38:27 490e9b06825d: Layer already exists 00:38:27 fd084617405e: Layer already exists 00:38:27 2863c9336393: Layer already exists 00:38:27 f00681681f55: Layer already exists 00:38:27 489ad169e201: Layer already exists 00:38:27 d2d9d24a8c2a: Layer already exists 00:38:27 3.1.0-dev.37: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:28 489ad169e201: Preparing 00:38:28 f00681681f55: Preparing 00:38:28 490e9b06825d: Preparing 00:38:28 fd084617405e: Preparing 00:38:28 2863c9336393: Preparing 00:38:28 d2d9d24a8c2a: Preparing 00:38:28 d2d9d24a8c2a: Waiting 00:38:28 490e9b06825d: Layer already exists 00:38:28 f00681681f55: Layer already exists 00:38:28 489ad169e201: Layer already exists 00:38:28 fd084617405e: Layer already exists 00:38:28 2863c9336393: Layer already exists 00:38:28 d2d9d24a8c2a: Layer already exists 00:38:28 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 00:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 00:38:29 489ad169e201: Preparing 00:38:29 f00681681f55: Preparing 00:38:29 490e9b06825d: Preparing 00:38:29 fd084617405e: Preparing 00:38:29 2863c9336393: Preparing 00:38:29 d2d9d24a8c2a: Preparing 00:38:29 d2d9d24a8c2a: Waiting 00:38:29 2863c9336393: Layer already exists 00:38:29 fd084617405e: Layer already exists 00:38:29 489ad169e201: Layer already exists 00:38:29 490e9b06825d: Layer already exists 00:38:29 f00681681f55: Layer already exists 00:38:29 d2d9d24a8c2a: Layer already exists 00:38:29 main: digest: sha256:c7a957f6b186894bfdf94c5a3af22616a4884cc2cd492762d438066bc3dfa544 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:29 ===================================================== [Pipeline] echo 00:38:29 taggedImages: 00:38:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 00:38:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.1.0-dev.37 00:38:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 00:38:29 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 00:38:29 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:29 latest 00:38:29 3.1.0-dev.37 00:38:29 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:29 main 00:38:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:29 8696782d577f: Preparing 00:38:29 4b82499eb228: Preparing 00:38:29 b22058226de5: Preparing 00:38:29 e3f7982a98e3: Preparing 00:38:29 490e9b06825d: Preparing 00:38:29 fd084617405e: Preparing 00:38:29 2863c9336393: Preparing 00:38:29 d2d9d24a8c2a: Preparing 00:38:29 fd084617405e: Waiting 00:38:29 2863c9336393: Waiting 00:38:29 d2d9d24a8c2a: Waiting 00:38:29 490e9b06825d: Layer already exists 00:38:29 fd084617405e: Layer already exists 00:38:30 2863c9336393: Layer already exists 00:38:30 d2d9d24a8c2a: Layer already exists 00:38:30 4b82499eb228: Pushed 00:38:30 b22058226de5: Pushed 00:38:30 8696782d577f: Pushed 00:38:32 e3f7982a98e3: Pushed 00:38:32 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 00:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:33 8696782d577f: Preparing 00:38:33 4b82499eb228: Preparing 00:38:33 b22058226de5: Preparing 00:38:33 e3f7982a98e3: Preparing 00:38:33 490e9b06825d: Preparing 00:38:33 fd084617405e: Preparing 00:38:33 2863c9336393: Preparing 00:38:33 d2d9d24a8c2a: Preparing 00:38:33 fd084617405e: Waiting 00:38:33 d2d9d24a8c2a: Waiting 00:38:33 2863c9336393: Waiting 00:38:33 e3f7982a98e3: Layer already exists 00:38:33 4b82499eb228: Layer already exists 00:38:33 8696782d577f: Layer already exists 00:38:33 490e9b06825d: Layer already exists 00:38:33 b22058226de5: Layer already exists 00:38:33 d2d9d24a8c2a: Layer already exists 00:38:33 2863c9336393: Layer already exists 00:38:33 fd084617405e: Layer already exists 00:38:33 latest: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 00:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:34 8696782d577f: Preparing 00:38:34 4b82499eb228: Preparing 00:38:34 b22058226de5: Preparing 00:38:34 e3f7982a98e3: Preparing 00:38:34 490e9b06825d: Preparing 00:38:34 fd084617405e: Preparing 00:38:34 2863c9336393: Preparing 00:38:34 d2d9d24a8c2a: Preparing 00:38:34 fd084617405e: Waiting 00:38:34 d2d9d24a8c2a: Waiting 00:38:34 2863c9336393: Waiting 00:38:34 490e9b06825d: Layer already exists 00:38:34 8696782d577f: Layer already exists 00:38:34 4b82499eb228: Layer already exists 00:38:34 e3f7982a98e3: Layer already exists 00:38:34 b22058226de5: Layer already exists 00:38:34 d2d9d24a8c2a: Layer already exists 00:38:34 fd084617405e: Layer already exists 00:38:34 2863c9336393: Layer already exists 00:38:34 3.1.0-dev.37: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:34 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:34 8696782d577f: Preparing 00:38:34 4b82499eb228: Preparing 00:38:34 b22058226de5: Preparing 00:38:34 e3f7982a98e3: Preparing 00:38:34 490e9b06825d: Preparing 00:38:34 fd084617405e: Preparing 00:38:34 2863c9336393: Preparing 00:38:34 d2d9d24a8c2a: Preparing 00:38:34 2863c9336393: Waiting 00:38:34 d2d9d24a8c2a: Waiting 00:38:34 fd084617405e: Waiting 00:38:34 b22058226de5: Layer already exists 00:38:34 490e9b06825d: Layer already exists 00:38:34 4b82499eb228: Layer already exists 00:38:34 e3f7982a98e3: Layer already exists 00:38:34 8696782d577f: Layer already exists 00:38:34 d2d9d24a8c2a: Layer already exists 00:38:34 fd084617405e: Layer already exists 00:38:34 2863c9336393: Layer already exists 00:38:34 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:35 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:35 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 00:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 00:38:35 8696782d577f: Preparing 00:38:35 4b82499eb228: Preparing 00:38:35 b22058226de5: Preparing 00:38:35 e3f7982a98e3: Preparing 00:38:35 490e9b06825d: Preparing 00:38:35 fd084617405e: Preparing 00:38:35 2863c9336393: Preparing 00:38:35 d2d9d24a8c2a: Preparing 00:38:35 d2d9d24a8c2a: Waiting 00:38:35 fd084617405e: Waiting 00:38:35 2863c9336393: Waiting 00:38:35 b22058226de5: Layer already exists 00:38:35 490e9b06825d: Layer already exists 00:38:35 8696782d577f: Layer already exists 00:38:35 4b82499eb228: Layer already exists 00:38:35 e3f7982a98e3: Layer already exists 00:38:35 fd084617405e: Layer already exists 00:38:35 2863c9336393: Layer already exists 00:38:35 d2d9d24a8c2a: Layer already exists 00:38:35 main: digest: sha256:36a650522c9d02e8ba28cf0331f9158457dccea874f186591c7ce8fd67bdb528 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:36 ===================================================== [Pipeline] echo 00:38:36 taggedImages: 00:38:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 00:38:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.1.0-dev.37 00:38:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:36 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 00:38:36 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 00:38:36 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:36 latest 00:38:36 3.1.0-dev.37 00:38:36 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:36 main 00:38:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:36 801c5caa5c50: Preparing 00:38:36 d5d3c8d95385: Preparing 00:38:36 490e9b06825d: Preparing 00:38:36 fd084617405e: Preparing 00:38:36 96c0cf84d884: Preparing 00:38:36 d2d9d24a8c2a: Preparing 00:38:36 d2d9d24a8c2a: Waiting 00:38:36 490e9b06825d: Layer already exists 00:38:36 fd084617405e: Layer already exists 00:38:36 d2d9d24a8c2a: Layer already exists 00:38:37 801c5caa5c50: Pushed 00:38:37 96c0cf84d884: Pushed 00:38:40 d5d3c8d95385: Pushed 00:38:40 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:40 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 00:38:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:41 801c5caa5c50: Preparing 00:38:41 d5d3c8d95385: Preparing 00:38:41 490e9b06825d: Preparing 00:38:41 fd084617405e: Preparing 00:38:41 96c0cf84d884: Preparing 00:38:41 d2d9d24a8c2a: Preparing 00:38:41 d2d9d24a8c2a: Waiting 00:38:41 d5d3c8d95385: Layer already exists 00:38:41 96c0cf84d884: Layer already exists 00:38:41 801c5caa5c50: Layer already exists 00:38:41 490e9b06825d: Layer already exists 00:38:41 fd084617405e: Layer already exists 00:38:41 d2d9d24a8c2a: Layer already exists 00:38:41 latest: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:42 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 00:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:42 801c5caa5c50: Preparing 00:38:42 d5d3c8d95385: Preparing 00:38:42 490e9b06825d: Preparing 00:38:42 fd084617405e: Preparing 00:38:42 96c0cf84d884: Preparing 00:38:42 d2d9d24a8c2a: Preparing 00:38:42 d2d9d24a8c2a: Waiting 00:38:42 d5d3c8d95385: Layer already exists 00:38:42 96c0cf84d884: Layer already exists 00:38:42 490e9b06825d: Layer already exists 00:38:42 fd084617405e: Layer already exists 00:38:42 801c5caa5c50: Layer already exists 00:38:42 d2d9d24a8c2a: Layer already exists 00:38:42 3.1.0-dev.37: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:42 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:43 801c5caa5c50: Preparing 00:38:43 d5d3c8d95385: Preparing 00:38:43 490e9b06825d: Preparing 00:38:43 fd084617405e: Preparing 00:38:43 96c0cf84d884: Preparing 00:38:43 d2d9d24a8c2a: Preparing 00:38:43 d2d9d24a8c2a: Waiting 00:38:43 96c0cf84d884: Layer already exists 00:38:43 490e9b06825d: Layer already exists 00:38:43 801c5caa5c50: Layer already exists 00:38:43 d5d3c8d95385: Layer already exists 00:38:43 fd084617405e: Layer already exists 00:38:43 d2d9d24a8c2a: Layer already exists 00:38:43 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:43 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:43 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 00:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 00:38:43 801c5caa5c50: Preparing 00:38:43 d5d3c8d95385: Preparing 00:38:43 490e9b06825d: Preparing 00:38:43 fd084617405e: Preparing 00:38:43 96c0cf84d884: Preparing 00:38:43 d2d9d24a8c2a: Preparing 00:38:43 d2d9d24a8c2a: Waiting 00:38:43 490e9b06825d: Layer already exists 00:38:43 fd084617405e: Layer already exists 00:38:43 d5d3c8d95385: Layer already exists 00:38:43 801c5caa5c50: Layer already exists 00:38:43 96c0cf84d884: Layer already exists 00:38:43 d2d9d24a8c2a: Layer already exists 00:38:43 main: digest: sha256:d02f015d6fc7206d6e951b27518b10228ebc0e6b96e27f2d1055f02578aab8b5 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:43 ===================================================== [Pipeline] echo 00:38:43 taggedImages: 00:38:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 00:38:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.1.0-dev.37 00:38:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:43 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 00:38:44 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 00:38:44 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:44 latest 00:38:44 3.1.0-dev.37 00:38:44 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:44 main 00:38:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:44 4b3a34e64142: Preparing 00:38:44 1fb4860bed96: Preparing 00:38:44 8eaaf7d3fec6: Preparing 00:38:44 490e9b06825d: Preparing 00:38:44 fd084617405e: Preparing 00:38:44 2863c9336393: Preparing 00:38:44 d2d9d24a8c2a: Preparing 00:38:44 2863c9336393: Waiting 00:38:44 d2d9d24a8c2a: Waiting 00:38:44 490e9b06825d: Layer already exists 00:38:44 fd084617405e: Layer already exists 00:38:44 2863c9336393: Layer already exists 00:38:44 d2d9d24a8c2a: Layer already exists 00:38:44 1fb4860bed96: Pushed 00:38:44 4b3a34e64142: Pushed 00:38:48 8eaaf7d3fec6: Pushed 00:38:48 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:48 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 00:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:48 4b3a34e64142: Preparing 00:38:48 1fb4860bed96: Preparing 00:38:48 8eaaf7d3fec6: Preparing 00:38:48 490e9b06825d: Preparing 00:38:48 fd084617405e: Preparing 00:38:48 2863c9336393: Preparing 00:38:48 d2d9d24a8c2a: Preparing 00:38:48 2863c9336393: Waiting 00:38:48 d2d9d24a8c2a: Waiting 00:38:48 4b3a34e64142: Layer already exists 00:38:48 1fb4860bed96: Layer already exists 00:38:48 fd084617405e: Layer already exists 00:38:48 490e9b06825d: Layer already exists 00:38:48 8eaaf7d3fec6: Layer already exists 00:38:48 d2d9d24a8c2a: Layer already exists 00:38:48 2863c9336393: Layer already exists 00:38:48 latest: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 00:38:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:49 4b3a34e64142: Preparing 00:38:49 1fb4860bed96: Preparing 00:38:49 8eaaf7d3fec6: Preparing 00:38:49 490e9b06825d: Preparing 00:38:49 fd084617405e: Preparing 00:38:49 2863c9336393: Preparing 00:38:49 d2d9d24a8c2a: Preparing 00:38:49 2863c9336393: Waiting 00:38:49 d2d9d24a8c2a: Waiting 00:38:49 4b3a34e64142: Layer already exists 00:38:49 fd084617405e: Layer already exists 00:38:49 8eaaf7d3fec6: Layer already exists 00:38:49 490e9b06825d: Layer already exists 00:38:49 1fb4860bed96: Layer already exists 00:38:49 2863c9336393: Layer already exists 00:38:49 d2d9d24a8c2a: Layer already exists 00:38:49 3.1.0-dev.37: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:50 4b3a34e64142: Preparing 00:38:50 1fb4860bed96: Preparing 00:38:50 8eaaf7d3fec6: Preparing 00:38:50 490e9b06825d: Preparing 00:38:50 fd084617405e: Preparing 00:38:50 2863c9336393: Preparing 00:38:50 d2d9d24a8c2a: Preparing 00:38:50 2863c9336393: Waiting 00:38:50 d2d9d24a8c2a: Waiting 00:38:50 4b3a34e64142: Layer already exists 00:38:50 fd084617405e: Layer already exists 00:38:50 1fb4860bed96: Layer already exists 00:38:50 8eaaf7d3fec6: Layer already exists 00:38:50 490e9b06825d: Layer already exists 00:38:50 2863c9336393: Layer already exists 00:38:50 d2d9d24a8c2a: Layer already exists 00:38:50 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 00:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 00:38:51 4b3a34e64142: Preparing 00:38:51 1fb4860bed96: Preparing 00:38:51 8eaaf7d3fec6: Preparing 00:38:51 490e9b06825d: Preparing 00:38:51 fd084617405e: Preparing 00:38:51 2863c9336393: Preparing 00:38:51 d2d9d24a8c2a: Preparing 00:38:51 2863c9336393: Waiting 00:38:51 d2d9d24a8c2a: Waiting 00:38:51 8eaaf7d3fec6: Layer already exists 00:38:51 1fb4860bed96: Layer already exists 00:38:51 4b3a34e64142: Layer already exists 00:38:51 490e9b06825d: Layer already exists 00:38:51 fd084617405e: Layer already exists 00:38:51 2863c9336393: Layer already exists 00:38:51 d2d9d24a8c2a: Layer already exists 00:38:51 main: digest: sha256:db6006a6c83286fedf923914cbb8171e7c26578cf0c9dc948f91e4a0063fe817 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:51 ===================================================== [Pipeline] echo 00:38:51 taggedImages: 00:38:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 00:38:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.1.0-dev.37 00:38:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:51 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 00:38:51 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 00:38:51 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:51 latest 00:38:51 3.1.0-dev.37 00:38:51 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:38:51 main 00:38:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:38:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:52 4639c94e88b3: Preparing 00:38:52 6da408332f6c: Preparing 00:38:52 5550e9328882: Preparing 00:38:52 5b07cac35d14: Preparing 00:38:52 c2cb5d8ebc12: Preparing 00:38:52 e9b144b74265: Preparing 00:38:52 d44989310375: Preparing 00:38:52 490e9b06825d: Preparing 00:38:52 fd084617405e: Preparing 00:38:52 ffae62a7f108: Preparing 00:38:52 f39d1ba4d6bd: Preparing 00:38:52 5f70bf18a086: Preparing 00:38:52 f8b52ce13cb1: Preparing 00:38:52 1e09c2d02c86: Preparing 00:38:52 d2d9d24a8c2a: Preparing 00:38:52 f39d1ba4d6bd: Waiting 00:38:52 e9b144b74265: Waiting 00:38:52 5f70bf18a086: Waiting 00:38:52 f8b52ce13cb1: Waiting 00:38:52 1e09c2d02c86: Waiting 00:38:52 d44989310375: Waiting 00:38:52 d2d9d24a8c2a: Waiting 00:38:52 490e9b06825d: Waiting 00:38:52 ffae62a7f108: Waiting 00:38:52 fd084617405e: Waiting 00:38:52 5550e9328882: Pushed 00:38:52 6da408332f6c: Pushed 00:38:52 5b07cac35d14: Pushed 00:38:52 c2cb5d8ebc12: Pushed 00:38:52 4639c94e88b3: Pushed 00:38:55 490e9b06825d: Layer already exists 00:38:55 fd084617405e: Layer already exists 00:38:55 e9b144b74265: Pushed 00:38:55 ffae62a7f108: Pushed 00:38:55 f39d1ba4d6bd: Pushed 00:38:55 5f70bf18a086: Pushed 00:38:55 d2d9d24a8c2a: Layer already exists 00:38:55 f8b52ce13cb1: Pushed 00:38:55 1e09c2d02c86: Pushed 00:38:58 d44989310375: Pushed 00:38:59 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 00:38:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:38:59 4639c94e88b3: Preparing 00:38:59 6da408332f6c: Preparing 00:38:59 5550e9328882: Preparing 00:38:59 5b07cac35d14: Preparing 00:38:59 c2cb5d8ebc12: Preparing 00:38:59 e9b144b74265: Preparing 00:38:59 d44989310375: Preparing 00:38:59 490e9b06825d: Preparing 00:38:59 fd084617405e: Preparing 00:38:59 ffae62a7f108: Preparing 00:38:59 f39d1ba4d6bd: Preparing 00:38:59 5f70bf18a086: Preparing 00:38:59 f8b52ce13cb1: Preparing 00:38:59 1e09c2d02c86: Preparing 00:38:59 d2d9d24a8c2a: Preparing 00:38:59 fd084617405e: Waiting 00:38:59 ffae62a7f108: Waiting 00:38:59 f39d1ba4d6bd: Waiting 00:38:59 5f70bf18a086: Waiting 00:38:59 f8b52ce13cb1: Waiting 00:38:59 1e09c2d02c86: Waiting 00:38:59 d2d9d24a8c2a: Waiting 00:38:59 d44989310375: Waiting 00:38:59 e9b144b74265: Waiting 00:38:59 490e9b06825d: Waiting 00:38:59 4639c94e88b3: Layer already exists 00:38:59 5b07cac35d14: Layer already exists 00:38:59 6da408332f6c: Layer already exists 00:38:59 c2cb5d8ebc12: Layer already exists 00:38:59 5550e9328882: Layer already exists 00:38:59 d44989310375: Layer already exists 00:38:59 e9b144b74265: Layer already exists 00:38:59 fd084617405e: Layer already exists 00:38:59 ffae62a7f108: Layer already exists 00:38:59 490e9b06825d: Layer already exists 00:38:59 5f70bf18a086: Layer already exists 00:38:59 f39d1ba4d6bd: Layer already exists 00:38:59 1e09c2d02c86: Layer already exists 00:38:59 f8b52ce13cb1: Layer already exists 00:38:59 d2d9d24a8c2a: Layer already exists 00:39:00 latest: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 00:39:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:39:00 4639c94e88b3: Preparing 00:39:00 6da408332f6c: Preparing 00:39:00 5550e9328882: Preparing 00:39:00 5b07cac35d14: Preparing 00:39:00 c2cb5d8ebc12: Preparing 00:39:00 e9b144b74265: Preparing 00:39:00 d44989310375: Preparing 00:39:00 490e9b06825d: Preparing 00:39:00 fd084617405e: Preparing 00:39:00 ffae62a7f108: Preparing 00:39:00 f39d1ba4d6bd: Preparing 00:39:00 5f70bf18a086: Preparing 00:39:00 f8b52ce13cb1: Preparing 00:39:00 1e09c2d02c86: Preparing 00:39:00 d2d9d24a8c2a: Preparing 00:39:00 ffae62a7f108: Waiting 00:39:00 f39d1ba4d6bd: Waiting 00:39:00 5f70bf18a086: Waiting 00:39:00 f8b52ce13cb1: Waiting 00:39:00 1e09c2d02c86: Waiting 00:39:00 d2d9d24a8c2a: Waiting 00:39:00 e9b144b74265: Waiting 00:39:00 d44989310375: Waiting 00:39:00 490e9b06825d: Waiting 00:39:00 fd084617405e: Waiting 00:39:00 5b07cac35d14: Layer already exists 00:39:00 6da408332f6c: Layer already exists 00:39:00 5550e9328882: Layer already exists 00:39:00 4639c94e88b3: Layer already exists 00:39:00 c2cb5d8ebc12: Layer already exists 00:39:00 e9b144b74265: Layer already exists 00:39:00 ffae62a7f108: Layer already exists 00:39:00 490e9b06825d: Layer already exists 00:39:00 d44989310375: Layer already exists 00:39:00 fd084617405e: Layer already exists 00:39:01 5f70bf18a086: Layer already exists 00:39:01 d2d9d24a8c2a: Layer already exists 00:39:01 f8b52ce13cb1: Layer already exists 00:39:01 1e09c2d02c86: Layer already exists 00:39:01 f39d1ba4d6bd: Layer already exists 00:39:01 3.1.0-dev.37: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:39:01 4639c94e88b3: Preparing 00:39:01 6da408332f6c: Preparing 00:39:01 5550e9328882: Preparing 00:39:01 5b07cac35d14: Preparing 00:39:01 c2cb5d8ebc12: Preparing 00:39:01 e9b144b74265: Preparing 00:39:01 d44989310375: Preparing 00:39:01 490e9b06825d: Preparing 00:39:01 fd084617405e: Preparing 00:39:01 ffae62a7f108: Preparing 00:39:01 f39d1ba4d6bd: Preparing 00:39:01 5f70bf18a086: Preparing 00:39:01 f8b52ce13cb1: Preparing 00:39:01 1e09c2d02c86: Preparing 00:39:01 d2d9d24a8c2a: Preparing 00:39:01 e9b144b74265: Waiting 00:39:01 d44989310375: Waiting 00:39:01 f39d1ba4d6bd: Waiting 00:39:01 5f70bf18a086: Waiting 00:39:01 f8b52ce13cb1: Waiting 00:39:01 1e09c2d02c86: Waiting 00:39:01 490e9b06825d: Waiting 00:39:01 fd084617405e: Waiting 00:39:01 ffae62a7f108: Waiting 00:39:01 4639c94e88b3: Layer already exists 00:39:01 6da408332f6c: Layer already exists 00:39:01 c2cb5d8ebc12: Layer already exists 00:39:01 5550e9328882: Layer already exists 00:39:01 5b07cac35d14: Layer already exists 00:39:01 e9b144b74265: Layer already exists 00:39:01 d44989310375: Layer already exists 00:39:01 fd084617405e: Layer already exists 00:39:01 490e9b06825d: Layer already exists 00:39:01 ffae62a7f108: Layer already exists 00:39:01 f39d1ba4d6bd: Layer already exists 00:39:01 5f70bf18a086: Layer already exists 00:39:01 1e09c2d02c86: Layer already exists 00:39:01 f8b52ce13cb1: Layer already exists 00:39:01 d2d9d24a8c2a: Layer already exists 00:39:02 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 00:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 00:39:02 4639c94e88b3: Preparing 00:39:02 6da408332f6c: Preparing 00:39:02 5550e9328882: Preparing 00:39:02 5b07cac35d14: Preparing 00:39:02 c2cb5d8ebc12: Preparing 00:39:02 e9b144b74265: Preparing 00:39:02 d44989310375: Preparing 00:39:02 490e9b06825d: Preparing 00:39:02 fd084617405e: Preparing 00:39:02 ffae62a7f108: Preparing 00:39:02 f39d1ba4d6bd: Preparing 00:39:02 5f70bf18a086: Preparing 00:39:02 f8b52ce13cb1: Preparing 00:39:02 1e09c2d02c86: Preparing 00:39:02 d2d9d24a8c2a: Preparing 00:39:02 fd084617405e: Waiting 00:39:02 ffae62a7f108: Waiting 00:39:02 f39d1ba4d6bd: Waiting 00:39:02 5f70bf18a086: Waiting 00:39:02 f8b52ce13cb1: Waiting 00:39:02 e9b144b74265: Waiting 00:39:02 d44989310375: Waiting 00:39:02 490e9b06825d: Waiting 00:39:02 1e09c2d02c86: Waiting 00:39:02 d2d9d24a8c2a: Waiting 00:39:02 5b07cac35d14: Layer already exists 00:39:02 4639c94e88b3: Layer already exists 00:39:02 c2cb5d8ebc12: Layer already exists 00:39:02 5550e9328882: Layer already exists 00:39:02 6da408332f6c: Layer already exists 00:39:02 490e9b06825d: Layer already exists 00:39:02 d44989310375: Layer already exists 00:39:02 fd084617405e: Layer already exists 00:39:02 e9b144b74265: Layer already exists 00:39:02 ffae62a7f108: Layer already exists 00:39:02 f8b52ce13cb1: Layer already exists 00:39:02 f39d1ba4d6bd: Layer already exists 00:39:02 5f70bf18a086: Layer already exists 00:39:02 d2d9d24a8c2a: Layer already exists 00:39:02 1e09c2d02c86: Layer already exists 00:39:02 main: digest: sha256:17ecaf01c67578ed001cd0cc1949d7df010b1d2476ac81555575ea89ce1704f0 size: 3437 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:03 ===================================================== [Pipeline] echo 00:39:03 taggedImages: 00:39:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 00:39:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.1.0-dev.37 00:39:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 00:39:03 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 00:39:03 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:03 latest 00:39:03 3.1.0-dev.37 00:39:03 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:03 main 00:39:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:03 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:03 b7501fe1b019: Preparing 00:39:03 02cee55190c0: Preparing 00:39:03 eb89fc34b56c: Preparing 00:39:03 93e9be705c45: Preparing 00:39:03 490e9b06825d: Preparing 00:39:03 fd084617405e: Preparing 00:39:03 2863c9336393: Preparing 00:39:03 d2d9d24a8c2a: Preparing 00:39:03 fd084617405e: Waiting 00:39:03 2863c9336393: Waiting 00:39:03 d2d9d24a8c2a: Waiting 00:39:03 490e9b06825d: Layer already exists 00:39:04 fd084617405e: Layer already exists 00:39:04 2863c9336393: Layer already exists 00:39:04 02cee55190c0: Pushed 00:39:04 eb89fc34b56c: Pushed 00:39:04 d2d9d24a8c2a: Layer already exists 00:39:04 b7501fe1b019: Pushed 00:39:06 93e9be705c45: Pushed 00:39:06 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:07 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 00:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:07 b7501fe1b019: Preparing 00:39:07 02cee55190c0: Preparing 00:39:07 eb89fc34b56c: Preparing 00:39:07 93e9be705c45: Preparing 00:39:07 490e9b06825d: Preparing 00:39:07 fd084617405e: Preparing 00:39:07 2863c9336393: Preparing 00:39:07 d2d9d24a8c2a: Preparing 00:39:07 fd084617405e: Waiting 00:39:07 2863c9336393: Waiting 00:39:07 d2d9d24a8c2a: Waiting 00:39:07 02cee55190c0: Layer already exists 00:39:07 93e9be705c45: Layer already exists 00:39:07 b7501fe1b019: Layer already exists 00:39:07 490e9b06825d: Layer already exists 00:39:07 fd084617405e: Layer already exists 00:39:07 2863c9336393: Layer already exists 00:39:07 d2d9d24a8c2a: Layer already exists 00:39:07 eb89fc34b56c: Layer already exists 00:39:07 latest: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 00:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:08 b7501fe1b019: Preparing 00:39:08 02cee55190c0: Preparing 00:39:08 eb89fc34b56c: Preparing 00:39:08 93e9be705c45: Preparing 00:39:08 490e9b06825d: Preparing 00:39:08 fd084617405e: Preparing 00:39:08 2863c9336393: Preparing 00:39:08 d2d9d24a8c2a: Preparing 00:39:08 2863c9336393: Waiting 00:39:08 d2d9d24a8c2a: Waiting 00:39:08 fd084617405e: Waiting 00:39:08 93e9be705c45: Layer already exists 00:39:08 02cee55190c0: Layer already exists 00:39:08 490e9b06825d: Layer already exists 00:39:08 b7501fe1b019: Layer already exists 00:39:08 eb89fc34b56c: Layer already exists 00:39:08 2863c9336393: Layer already exists 00:39:08 fd084617405e: Layer already exists 00:39:08 d2d9d24a8c2a: Layer already exists 00:39:08 3.1.0-dev.37: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:09 b7501fe1b019: Preparing 00:39:09 02cee55190c0: Preparing 00:39:09 eb89fc34b56c: Preparing 00:39:09 93e9be705c45: Preparing 00:39:09 490e9b06825d: Preparing 00:39:09 fd084617405e: Preparing 00:39:09 2863c9336393: Preparing 00:39:09 d2d9d24a8c2a: Preparing 00:39:09 fd084617405e: Waiting 00:39:09 2863c9336393: Waiting 00:39:09 d2d9d24a8c2a: Waiting 00:39:09 eb89fc34b56c: Layer already exists 00:39:09 02cee55190c0: Layer already exists 00:39:09 490e9b06825d: Layer already exists 00:39:09 93e9be705c45: Layer already exists 00:39:09 b7501fe1b019: Layer already exists 00:39:09 d2d9d24a8c2a: Layer already exists 00:39:09 2863c9336393: Layer already exists 00:39:09 fd084617405e: Layer already exists 00:39:09 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 00:39:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 00:39:10 b7501fe1b019: Preparing 00:39:10 02cee55190c0: Preparing 00:39:10 eb89fc34b56c: Preparing 00:39:10 93e9be705c45: Preparing 00:39:10 490e9b06825d: Preparing 00:39:10 fd084617405e: Preparing 00:39:10 2863c9336393: Preparing 00:39:10 d2d9d24a8c2a: Preparing 00:39:10 fd084617405e: Waiting 00:39:10 2863c9336393: Waiting 00:39:10 d2d9d24a8c2a: Waiting 00:39:10 490e9b06825d: Layer already exists 00:39:10 b7501fe1b019: Layer already exists 00:39:10 93e9be705c45: Layer already exists 00:39:10 02cee55190c0: Layer already exists 00:39:10 eb89fc34b56c: Layer already exists 00:39:10 2863c9336393: Layer already exists 00:39:10 fd084617405e: Layer already exists 00:39:10 d2d9d24a8c2a: Layer already exists 00:39:10 main: digest: sha256:f8611c65e8040abbf4c613732847c0c8bc148f40a3fed912f743e8edc7d3eb48 size: 1984 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:10 ===================================================== [Pipeline] echo 00:39:10 taggedImages: 00:39:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 00:39:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.1.0-dev.37 00:39:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:10 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 00:39:10 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 00:39:10 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:10 latest 00:39:10 3.1.0-dev.37 00:39:10 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:10 main 00:39:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:10 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:11 260e53f25c40: Preparing 00:39:11 494a266acd0c: Preparing 00:39:11 48324726963b: Preparing 00:39:11 a5010dd9ac55: Preparing 00:39:11 f8b291dd5de4: Preparing 00:39:11 490e9b06825d: Preparing 00:39:11 fd084617405e: Preparing 00:39:11 a4168220ed4d: Preparing 00:39:11 b12c89cf2233: Preparing 00:39:11 d2d9d24a8c2a: Preparing 00:39:11 a4168220ed4d: Waiting 00:39:11 b12c89cf2233: Waiting 00:39:11 d2d9d24a8c2a: Waiting 00:39:11 490e9b06825d: Waiting 00:39:11 fd084617405e: Waiting 00:39:11 494a266acd0c: Pushed 00:39:11 a5010dd9ac55: Pushed 00:39:11 260e53f25c40: Pushed 00:39:11 f8b291dd5de4: Pushed 00:39:11 490e9b06825d: Layer already exists 00:39:11 fd084617405e: Layer already exists 00:39:11 d2d9d24a8c2a: Layer already exists 00:39:11 a4168220ed4d: Pushed 00:39:14 48324726963b: Pushed 00:39:14 b12c89cf2233: Pushed 00:39:14 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 00:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:14 260e53f25c40: Preparing 00:39:14 494a266acd0c: Preparing 00:39:14 48324726963b: Preparing 00:39:14 a5010dd9ac55: Preparing 00:39:14 f8b291dd5de4: Preparing 00:39:14 490e9b06825d: Preparing 00:39:14 fd084617405e: Preparing 00:39:14 a4168220ed4d: Preparing 00:39:14 b12c89cf2233: Preparing 00:39:14 d2d9d24a8c2a: Preparing 00:39:14 490e9b06825d: Waiting 00:39:14 a4168220ed4d: Waiting 00:39:14 b12c89cf2233: Waiting 00:39:14 d2d9d24a8c2a: Waiting 00:39:14 fd084617405e: Waiting 00:39:14 a5010dd9ac55: Layer already exists 00:39:14 48324726963b: Layer already exists 00:39:14 f8b291dd5de4: Layer already exists 00:39:14 260e53f25c40: Layer already exists 00:39:14 494a266acd0c: Layer already exists 00:39:14 fd084617405e: Layer already exists 00:39:14 490e9b06825d: Layer already exists 00:39:14 b12c89cf2233: Layer already exists 00:39:14 a4168220ed4d: Layer already exists 00:39:14 d2d9d24a8c2a: Layer already exists 00:39:15 latest: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 00:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:15 260e53f25c40: Preparing 00:39:15 494a266acd0c: Preparing 00:39:15 48324726963b: Preparing 00:39:15 a5010dd9ac55: Preparing 00:39:15 f8b291dd5de4: Preparing 00:39:15 490e9b06825d: Preparing 00:39:15 fd084617405e: Preparing 00:39:15 a4168220ed4d: Preparing 00:39:15 b12c89cf2233: Preparing 00:39:15 d2d9d24a8c2a: Preparing 00:39:15 a4168220ed4d: Waiting 00:39:15 b12c89cf2233: Waiting 00:39:15 d2d9d24a8c2a: Waiting 00:39:15 490e9b06825d: Waiting 00:39:15 fd084617405e: Waiting 00:39:15 f8b291dd5de4: Layer already exists 00:39:15 494a266acd0c: Layer already exists 00:39:15 a5010dd9ac55: Layer already exists 00:39:15 48324726963b: Layer already exists 00:39:15 260e53f25c40: Layer already exists 00:39:15 490e9b06825d: Layer already exists 00:39:15 d2d9d24a8c2a: Layer already exists 00:39:15 a4168220ed4d: Layer already exists 00:39:15 fd084617405e: Layer already exists 00:39:15 b12c89cf2233: Layer already exists 00:39:15 3.1.0-dev.37: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:16 260e53f25c40: Preparing 00:39:16 494a266acd0c: Preparing 00:39:16 48324726963b: Preparing 00:39:16 a5010dd9ac55: Preparing 00:39:16 f8b291dd5de4: Preparing 00:39:16 490e9b06825d: Preparing 00:39:16 fd084617405e: Preparing 00:39:16 a4168220ed4d: Preparing 00:39:16 b12c89cf2233: Preparing 00:39:16 d2d9d24a8c2a: Preparing 00:39:16 490e9b06825d: Waiting 00:39:16 fd084617405e: Waiting 00:39:16 a4168220ed4d: Waiting 00:39:16 d2d9d24a8c2a: Waiting 00:39:16 a5010dd9ac55: Layer already exists 00:39:16 48324726963b: Layer already exists 00:39:16 f8b291dd5de4: Layer already exists 00:39:16 260e53f25c40: Layer already exists 00:39:16 494a266acd0c: Layer already exists 00:39:16 490e9b06825d: Layer already exists 00:39:16 b12c89cf2233: Layer already exists 00:39:16 a4168220ed4d: Layer already exists 00:39:16 fd084617405e: Layer already exists 00:39:16 d2d9d24a8c2a: Layer already exists 00:39:16 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:16 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 00:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 00:39:17 260e53f25c40: Preparing 00:39:17 494a266acd0c: Preparing 00:39:17 48324726963b: Preparing 00:39:17 a5010dd9ac55: Preparing 00:39:17 f8b291dd5de4: Preparing 00:39:17 490e9b06825d: Preparing 00:39:17 fd084617405e: Preparing 00:39:17 a4168220ed4d: Preparing 00:39:17 b12c89cf2233: Preparing 00:39:17 d2d9d24a8c2a: Preparing 00:39:17 a4168220ed4d: Waiting 00:39:17 b12c89cf2233: Waiting 00:39:17 d2d9d24a8c2a: Waiting 00:39:17 490e9b06825d: Waiting 00:39:17 fd084617405e: Waiting 00:39:17 494a266acd0c: Layer already exists 00:39:17 f8b291dd5de4: Layer already exists 00:39:17 a5010dd9ac55: Layer already exists 00:39:17 260e53f25c40: Layer already exists 00:39:17 48324726963b: Layer already exists 00:39:17 a4168220ed4d: Layer already exists 00:39:17 fd084617405e: Layer already exists 00:39:17 b12c89cf2233: Layer already exists 00:39:17 d2d9d24a8c2a: Layer already exists 00:39:17 490e9b06825d: Layer already exists 00:39:17 main: digest: sha256:a216304d683e99c5ce77dad37ce89d29ed5ef86827f8ec9f4e770f8d9453cf21 size: 2403 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:17 ===================================================== [Pipeline] echo 00:39:17 taggedImages: 00:39:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 00:39:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.1.0-dev.37 00:39:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:17 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 00:39:17 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 00:39:17 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:17 latest 00:39:17 3.1.0-dev.37 00:39:17 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:17 main 00:39:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:17 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:18 244779d86c7a: Preparing 00:39:18 db0e3f10101f: Preparing 00:39:18 2757e919b6c8: Preparing 00:39:18 f17cbb1d8593: Preparing 00:39:18 f3b9fdfe7710: Preparing 00:39:18 9bf6ca7b97ba: Preparing 00:39:18 cbb5bc93e2af: Preparing 00:39:18 490e9b06825d: Preparing 00:39:18 fd084617405e: Preparing 00:39:18 fd1d49296129: Preparing 00:39:18 d2d9d24a8c2a: Preparing 00:39:18 490e9b06825d: Waiting 00:39:18 fd084617405e: Waiting 00:39:18 fd1d49296129: Waiting 00:39:18 d2d9d24a8c2a: Waiting 00:39:18 9bf6ca7b97ba: Waiting 00:39:18 cbb5bc93e2af: Waiting 00:39:18 f3b9fdfe7710: Pushed 00:39:18 db0e3f10101f: Pushed 00:39:18 244779d86c7a: Pushed 00:39:18 490e9b06825d: Layer already exists 00:39:18 fd084617405e: Layer already exists 00:39:18 9bf6ca7b97ba: Pushed 00:39:18 cbb5bc93e2af: Pushed 00:39:18 d2d9d24a8c2a: Layer already exists 00:39:21 f17cbb1d8593: Pushed 00:39:21 fd1d49296129: Pushed 00:39:21 2757e919b6c8: Pushed 00:39:22 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 00:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:23 244779d86c7a: Preparing 00:39:23 db0e3f10101f: Preparing 00:39:23 2757e919b6c8: Preparing 00:39:23 f17cbb1d8593: Preparing 00:39:23 f3b9fdfe7710: Preparing 00:39:23 9bf6ca7b97ba: Preparing 00:39:23 cbb5bc93e2af: Preparing 00:39:23 490e9b06825d: Preparing 00:39:23 fd084617405e: Preparing 00:39:23 fd1d49296129: Preparing 00:39:23 d2d9d24a8c2a: Preparing 00:39:23 490e9b06825d: Waiting 00:39:23 fd084617405e: Waiting 00:39:23 d2d9d24a8c2a: Waiting 00:39:23 9bf6ca7b97ba: Waiting 00:39:23 fd1d49296129: Waiting 00:39:23 cbb5bc93e2af: Waiting 00:39:23 244779d86c7a: Layer already exists 00:39:23 db0e3f10101f: Layer already exists 00:39:23 f17cbb1d8593: Layer already exists 00:39:23 f3b9fdfe7710: Layer already exists 00:39:23 2757e919b6c8: Layer already exists 00:39:23 cbb5bc93e2af: Layer already exists 00:39:23 9bf6ca7b97ba: Layer already exists 00:39:23 fd084617405e: Layer already exists 00:39:23 490e9b06825d: Layer already exists 00:39:23 fd1d49296129: Layer already exists 00:39:23 d2d9d24a8c2a: Layer already exists 00:39:23 latest: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 00:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:24 244779d86c7a: Preparing 00:39:24 db0e3f10101f: Preparing 00:39:24 2757e919b6c8: Preparing 00:39:24 f17cbb1d8593: Preparing 00:39:24 f3b9fdfe7710: Preparing 00:39:24 9bf6ca7b97ba: Preparing 00:39:24 cbb5bc93e2af: Preparing 00:39:24 490e9b06825d: Preparing 00:39:24 fd084617405e: Preparing 00:39:24 fd1d49296129: Preparing 00:39:24 d2d9d24a8c2a: Preparing 00:39:24 490e9b06825d: Waiting 00:39:24 fd084617405e: Waiting 00:39:24 fd1d49296129: Waiting 00:39:24 9bf6ca7b97ba: Waiting 00:39:24 cbb5bc93e2af: Waiting 00:39:24 f3b9fdfe7710: Layer already exists 00:39:24 2757e919b6c8: Layer already exists 00:39:24 db0e3f10101f: Layer already exists 00:39:24 f17cbb1d8593: Layer already exists 00:39:24 244779d86c7a: Layer already exists 00:39:24 9bf6ca7b97ba: Layer already exists 00:39:24 cbb5bc93e2af: Layer already exists 00:39:24 490e9b06825d: Layer already exists 00:39:24 fd1d49296129: Layer already exists 00:39:24 fd084617405e: Layer already exists 00:39:24 d2d9d24a8c2a: Layer already exists 00:39:24 3.1.0-dev.37: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:24 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:25 244779d86c7a: Preparing 00:39:25 db0e3f10101f: Preparing 00:39:25 2757e919b6c8: Preparing 00:39:25 f17cbb1d8593: Preparing 00:39:25 f3b9fdfe7710: Preparing 00:39:25 9bf6ca7b97ba: Preparing 00:39:25 cbb5bc93e2af: Preparing 00:39:25 490e9b06825d: Preparing 00:39:25 fd084617405e: Preparing 00:39:25 fd1d49296129: Preparing 00:39:25 d2d9d24a8c2a: Preparing 00:39:25 9bf6ca7b97ba: Waiting 00:39:25 cbb5bc93e2af: Waiting 00:39:25 490e9b06825d: Waiting 00:39:25 fd084617405e: Waiting 00:39:25 fd1d49296129: Waiting 00:39:25 d2d9d24a8c2a: Waiting 00:39:25 f3b9fdfe7710: Layer already exists 00:39:25 244779d86c7a: Layer already exists 00:39:25 f17cbb1d8593: Layer already exists 00:39:25 2757e919b6c8: Layer already exists 00:39:25 db0e3f10101f: Layer already exists 00:39:25 9bf6ca7b97ba: Layer already exists 00:39:25 cbb5bc93e2af: Layer already exists 00:39:25 fd084617405e: Layer already exists 00:39:25 fd1d49296129: Layer already exists 00:39:25 490e9b06825d: Layer already exists 00:39:25 d2d9d24a8c2a: Layer already exists 00:39:25 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:25 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 00:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 00:39:26 244779d86c7a: Preparing 00:39:26 db0e3f10101f: Preparing 00:39:26 2757e919b6c8: Preparing 00:39:26 f17cbb1d8593: Preparing 00:39:26 f3b9fdfe7710: Preparing 00:39:26 9bf6ca7b97ba: Preparing 00:39:26 cbb5bc93e2af: Preparing 00:39:26 490e9b06825d: Preparing 00:39:26 fd084617405e: Preparing 00:39:26 fd1d49296129: Preparing 00:39:26 d2d9d24a8c2a: Preparing 00:39:26 490e9b06825d: Waiting 00:39:26 fd084617405e: Waiting 00:39:26 9bf6ca7b97ba: Waiting 00:39:26 cbb5bc93e2af: Waiting 00:39:26 d2d9d24a8c2a: Waiting 00:39:26 2757e919b6c8: Layer already exists 00:39:26 db0e3f10101f: Layer already exists 00:39:26 244779d86c7a: Layer already exists 00:39:26 f17cbb1d8593: Layer already exists 00:39:26 f3b9fdfe7710: Layer already exists 00:39:26 cbb5bc93e2af: Layer already exists 00:39:26 9bf6ca7b97ba: Layer already exists 00:39:26 fd1d49296129: Layer already exists 00:39:26 fd084617405e: Layer already exists 00:39:26 490e9b06825d: Layer already exists 00:39:26 d2d9d24a8c2a: Layer already exists 00:39:26 main: digest: sha256:0b97de791950be807d7e54e9e1ed943b0fc961f7c977a6ba1a5c9d4c737ab4ee size: 2614 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:26 ===================================================== [Pipeline] echo 00:39:26 taggedImages: 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.1.0-dev.37 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:26 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 00:39:26 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 00:39:26 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:26 latest 00:39:26 3.1.0-dev.37 00:39:26 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:26 main 00:39:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:26 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:27 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:27 1a1a502db642: Preparing 00:39:27 235fef757255: Preparing 00:39:27 490e9b06825d: Preparing 00:39:27 fd084617405e: Preparing 00:39:27 4072f3934cd8: Preparing 00:39:27 d2d9d24a8c2a: Preparing 00:39:27 d2d9d24a8c2a: Waiting 00:39:27 fd084617405e: Layer already exists 00:39:27 490e9b06825d: Layer already exists 00:39:27 d2d9d24a8c2a: Layer already exists 00:39:27 1a1a502db642: Pushed 00:39:29 4072f3934cd8: Pushed 00:39:32 235fef757255: Pushed 00:39:32 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 00:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:33 1a1a502db642: Preparing 00:39:33 235fef757255: Preparing 00:39:33 490e9b06825d: Preparing 00:39:33 fd084617405e: Preparing 00:39:33 4072f3934cd8: Preparing 00:39:33 d2d9d24a8c2a: Preparing 00:39:33 d2d9d24a8c2a: Waiting 00:39:33 235fef757255: Layer already exists 00:39:33 4072f3934cd8: Layer already exists 00:39:33 fd084617405e: Layer already exists 00:39:33 490e9b06825d: Layer already exists 00:39:33 1a1a502db642: Layer already exists 00:39:33 d2d9d24a8c2a: Layer already exists 00:39:33 latest: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 00:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:37 1a1a502db642: Preparing 00:39:37 235fef757255: Preparing 00:39:37 490e9b06825d: Preparing 00:39:37 fd084617405e: Preparing 00:39:37 4072f3934cd8: Preparing 00:39:37 d2d9d24a8c2a: Preparing 00:39:37 d2d9d24a8c2a: Waiting 00:39:37 490e9b06825d: Layer already exists 00:39:37 235fef757255: Layer already exists 00:39:37 4072f3934cd8: Layer already exists 00:39:37 1a1a502db642: Layer already exists 00:39:37 fd084617405e: Layer already exists 00:39:37 d2d9d24a8c2a: Layer already exists 00:39:37 3.1.0-dev.37: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:37 1a1a502db642: Preparing 00:39:37 235fef757255: Preparing 00:39:37 490e9b06825d: Preparing 00:39:37 fd084617405e: Preparing 00:39:37 4072f3934cd8: Preparing 00:39:37 d2d9d24a8c2a: Preparing 00:39:37 d2d9d24a8c2a: Waiting 00:39:37 235fef757255: Layer already exists 00:39:37 4072f3934cd8: Layer already exists 00:39:37 fd084617405e: Layer already exists 00:39:37 490e9b06825d: Layer already exists 00:39:37 1a1a502db642: Layer already exists 00:39:37 d2d9d24a8c2a: Layer already exists 00:39:37 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39: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 00:39:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 00:39:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 00:39:38 1a1a502db642: Preparing 00:39:38 235fef757255: Preparing 00:39:38 490e9b06825d: Preparing 00:39:38 fd084617405e: Preparing 00:39:38 4072f3934cd8: Preparing 00:39:38 d2d9d24a8c2a: Preparing 00:39:38 d2d9d24a8c2a: Waiting 00:39:38 4072f3934cd8: Layer already exists 00:39:38 fd084617405e: Layer already exists 00:39:38 490e9b06825d: Layer already exists 00:39:38 1a1a502db642: Layer already exists 00:39:38 235fef757255: Layer already exists 00:39:38 d2d9d24a8c2a: Layer already exists 00:39:38 main: digest: sha256:432fd48913e1a24776e5339c4e615e0d9700c55c9377b3b7e04282d1b1d3cdb6 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:39:38 ===================================================== [Pipeline] echo 00:39:38 taggedImages: 00:39:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 00:39:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.1.0-dev.37 00:39:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 00:39:39 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 00:39:39 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:39 latest 00:39:39 3.1.0-dev.37 00:39:39 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:39 main 00:39:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:39:39 b9208f21ad52: Preparing 00:39:39 8251de3a4c97: Preparing 00:39:39 bf276509d5ca: Preparing 00:39:39 490e9b06825d: Preparing 00:39:39 fd084617405e: Preparing 00:39:39 0f3e560ea911: Preparing 00:39:39 34ee797e8039: Preparing 00:39:39 fecc6c38fb18: Preparing 00:39:39 d2d9d24a8c2a: Preparing 00:39:39 0f3e560ea911: Waiting 00:39:39 34ee797e8039: Waiting 00:39:39 fecc6c38fb18: Waiting 00:39:39 490e9b06825d: Layer already exists 00:39:39 fd084617405e: Layer already exists 00:39:39 bf276509d5ca: Pushed 00:39:39 8251de3a4c97: Pushed 00:39:39 b9208f21ad52: Pushed 00:39:39 d2d9d24a8c2a: Layer already exists 00:39:40 fecc6c38fb18: Pushed 00:39:53 34ee797e8039: Pushed 00:39:57 0f3e560ea911: Pushed 00:39:57 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 00:39:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:39:58 b9208f21ad52: Preparing 00:39:58 8251de3a4c97: Preparing 00:39:58 bf276509d5ca: Preparing 00:39:58 490e9b06825d: Preparing 00:39:58 fd084617405e: Preparing 00:39:58 0f3e560ea911: Preparing 00:39:58 34ee797e8039: Preparing 00:39:58 fecc6c38fb18: Preparing 00:39:58 d2d9d24a8c2a: Preparing 00:39:58 34ee797e8039: Waiting 00:39:58 fecc6c38fb18: Waiting 00:39:58 d2d9d24a8c2a: Waiting 00:39:58 0f3e560ea911: Waiting 00:39:58 490e9b06825d: Layer already exists 00:39:58 fd084617405e: Layer already exists 00:39:58 8251de3a4c97: Layer already exists 00:39:58 b9208f21ad52: Layer already exists 00:39:58 bf276509d5ca: Layer already exists 00:39:58 0f3e560ea911: Layer already exists 00:39:58 fecc6c38fb18: Layer already exists 00:39:58 34ee797e8039: Layer already exists 00:39:58 d2d9d24a8c2a: Layer already exists 00:39:58 latest: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:58 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 00:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:39:59 b9208f21ad52: Preparing 00:39:59 8251de3a4c97: Preparing 00:39:59 bf276509d5ca: Preparing 00:39:59 490e9b06825d: Preparing 00:39:59 fd084617405e: Preparing 00:39:59 0f3e560ea911: Preparing 00:39:59 34ee797e8039: Preparing 00:39:59 fecc6c38fb18: Preparing 00:39:59 d2d9d24a8c2a: Preparing 00:39:59 34ee797e8039: Waiting 00:39:59 fecc6c38fb18: Waiting 00:39:59 d2d9d24a8c2a: Waiting 00:39:59 b9208f21ad52: Layer already exists 00:39:59 fd084617405e: Layer already exists 00:39:59 8251de3a4c97: Layer already exists 00:39:59 bf276509d5ca: Layer already exists 00:39:59 490e9b06825d: Layer already exists 00:39:59 34ee797e8039: Layer already exists 00:39:59 fecc6c38fb18: Layer already exists 00:39:59 0f3e560ea911: Layer already exists 00:39:59 d2d9d24a8c2a: Layer already exists 00:39:59 3.1.0-dev.37: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:59 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:39:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:39:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:39:59 b9208f21ad52: Preparing 00:39:59 8251de3a4c97: Preparing 00:39:59 bf276509d5ca: Preparing 00:39:59 490e9b06825d: Preparing 00:39:59 fd084617405e: Preparing 00:39:59 0f3e560ea911: Preparing 00:39:59 34ee797e8039: Preparing 00:39:59 fecc6c38fb18: Preparing 00:39:59 d2d9d24a8c2a: Preparing 00:39:59 0f3e560ea911: Waiting 00:39:59 34ee797e8039: Waiting 00:39:59 fecc6c38fb18: Waiting 00:39:59 d2d9d24a8c2a: Waiting 00:39:59 fd084617405e: Layer already exists 00:39:59 490e9b06825d: Layer already exists 00:39:59 bf276509d5ca: Layer already exists 00:39:59 8251de3a4c97: Layer already exists 00:39:59 b9208f21ad52: Layer already exists 00:39:59 fecc6c38fb18: Layer already exists 00:39:59 34ee797e8039: Layer already exists 00:39:59 0f3e560ea911: Layer already exists 00:39:59 d2d9d24a8c2a: Layer already exists 00:40:00 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 00:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 00:40:00 b9208f21ad52: Preparing 00:40:00 8251de3a4c97: Preparing 00:40:00 bf276509d5ca: Preparing 00:40:00 490e9b06825d: Preparing 00:40:00 fd084617405e: Preparing 00:40:00 0f3e560ea911: Preparing 00:40:00 34ee797e8039: Preparing 00:40:00 fecc6c38fb18: Preparing 00:40:00 d2d9d24a8c2a: Preparing 00:40:00 34ee797e8039: Waiting 00:40:00 fecc6c38fb18: Waiting 00:40:00 d2d9d24a8c2a: Waiting 00:40:00 0f3e560ea911: Waiting 00:40:00 fd084617405e: Layer already exists 00:40:00 b9208f21ad52: Layer already exists 00:40:00 490e9b06825d: Layer already exists 00:40:00 8251de3a4c97: Layer already exists 00:40:00 bf276509d5ca: Layer already exists 00:40:00 34ee797e8039: Layer already exists 00:40:00 fecc6c38fb18: Layer already exists 00:40:00 0f3e560ea911: Layer already exists 00:40:00 d2d9d24a8c2a: Layer already exists 00:40:01 main: digest: sha256:d11c2c3918ed2be3289f3406a08a3b2eaeb72403dcf28a53c12f6e1b4d404f5d size: 2200 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:01 ===================================================== [Pipeline] echo 00:40:01 taggedImages: 00:40:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 00:40:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.1.0-dev.37 00:40:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:01 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 00:40:01 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 00:40:01 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:01 latest 00:40:01 3.1.0-dev.37 00:40:01 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:01 main 00:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:01 2958c1c29f31: Preparing 00:40:01 8c19ba059aa1: Preparing 00:40:01 9e4a719945ec: Preparing 00:40:01 490e9b06825d: Preparing 00:40:01 fd084617405e: Preparing 00:40:01 689280067943: Preparing 00:40:01 f782cff9a74c: Preparing 00:40:01 d2d9d24a8c2a: Preparing 00:40:01 f782cff9a74c: Waiting 00:40:01 d2d9d24a8c2a: Waiting 00:40:01 689280067943: Waiting 00:40:01 fd084617405e: Layer already exists 00:40:01 490e9b06825d: Layer already exists 00:40:02 8c19ba059aa1: Pushed 00:40:02 9e4a719945ec: Pushed 00:40:02 2958c1c29f31: Pushed 00:40:02 d2d9d24a8c2a: Layer already exists 00:40:02 f782cff9a74c: Pushed 00:40:20 689280067943: Pushed 00:40:20 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:21 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 00:40:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:21 2958c1c29f31: Preparing 00:40:21 8c19ba059aa1: Preparing 00:40:21 9e4a719945ec: Preparing 00:40:21 490e9b06825d: Preparing 00:40:21 fd084617405e: Preparing 00:40:21 689280067943: Preparing 00:40:21 f782cff9a74c: Preparing 00:40:21 d2d9d24a8c2a: Preparing 00:40:21 689280067943: Waiting 00:40:21 f782cff9a74c: Waiting 00:40:21 d2d9d24a8c2a: Waiting 00:40:21 490e9b06825d: Layer already exists 00:40:21 fd084617405e: Layer already exists 00:40:21 2958c1c29f31: Layer already exists 00:40:21 9e4a719945ec: Layer already exists 00:40:21 8c19ba059aa1: Layer already exists 00:40:21 689280067943: Layer already exists 00:40:21 d2d9d24a8c2a: Layer already exists 00:40:21 f782cff9a74c: Layer already exists 00:40:21 latest: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 00:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:22 2958c1c29f31: Preparing 00:40:22 8c19ba059aa1: Preparing 00:40:22 9e4a719945ec: Preparing 00:40:22 490e9b06825d: Preparing 00:40:22 fd084617405e: Preparing 00:40:22 689280067943: Preparing 00:40:22 f782cff9a74c: Preparing 00:40:22 d2d9d24a8c2a: Preparing 00:40:22 f782cff9a74c: Waiting 00:40:22 689280067943: Waiting 00:40:22 d2d9d24a8c2a: Waiting 00:40:22 8c19ba059aa1: Layer already exists 00:40:22 fd084617405e: Layer already exists 00:40:22 490e9b06825d: Layer already exists 00:40:22 2958c1c29f31: Layer already exists 00:40:22 9e4a719945ec: Layer already exists 00:40:22 689280067943: Layer already exists 00:40:22 f782cff9a74c: Layer already exists 00:40:22 d2d9d24a8c2a: Layer already exists 00:40:22 3.1.0-dev.37: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:23 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:23 2958c1c29f31: Preparing 00:40:23 8c19ba059aa1: Preparing 00:40:23 9e4a719945ec: Preparing 00:40:23 490e9b06825d: Preparing 00:40:23 fd084617405e: Preparing 00:40:23 689280067943: Preparing 00:40:23 f782cff9a74c: Preparing 00:40:23 d2d9d24a8c2a: Preparing 00:40:23 689280067943: Waiting 00:40:23 f782cff9a74c: Waiting 00:40:23 d2d9d24a8c2a: Waiting 00:40:23 2958c1c29f31: Layer already exists 00:40:23 490e9b06825d: Layer already exists 00:40:23 8c19ba059aa1: Layer already exists 00:40:23 fd084617405e: Layer already exists 00:40:23 9e4a719945ec: Layer already exists 00:40:23 689280067943: Layer already exists 00:40:23 d2d9d24a8c2a: Layer already exists 00:40:23 f782cff9a74c: Layer already exists 00:40:23 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 00:40:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 00:40:24 2958c1c29f31: Preparing 00:40:24 8c19ba059aa1: Preparing 00:40:24 9e4a719945ec: Preparing 00:40:24 490e9b06825d: Preparing 00:40:24 fd084617405e: Preparing 00:40:24 689280067943: Preparing 00:40:24 f782cff9a74c: Preparing 00:40:24 d2d9d24a8c2a: Preparing 00:40:24 d2d9d24a8c2a: Waiting 00:40:24 f782cff9a74c: Waiting 00:40:24 490e9b06825d: Layer already exists 00:40:24 2958c1c29f31: Layer already exists 00:40:24 8c19ba059aa1: Layer already exists 00:40:24 fd084617405e: Layer already exists 00:40:24 9e4a719945ec: Layer already exists 00:40:24 689280067943: Layer already exists 00:40:24 d2d9d24a8c2a: Layer already exists 00:40:24 f782cff9a74c: Layer already exists 00:40:24 main: digest: sha256:647c4804386e33faea972dcc556541f8d9d009d109b39803018b96093f7de580 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:24 ===================================================== [Pipeline] echo 00:40:24 taggedImages: 00:40:24 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:24 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 00:40:24 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.1.0-dev.37 00:40:24 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:24 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 00:40:24 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 00:40:24 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:24 latest 00:40:24 3.1.0-dev.37 00:40:24 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:24 main 00:40:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:25 f4485e6f2b9d: Preparing 00:40:25 14050d00cced: Preparing 00:40:25 7f7e405d118b: Preparing 00:40:25 490e9b06825d: Preparing 00:40:25 fd084617405e: Preparing 00:40:25 689280067943: Preparing 00:40:25 fecc6c38fb18: Preparing 00:40:25 d2d9d24a8c2a: Preparing 00:40:25 fecc6c38fb18: Waiting 00:40:25 d2d9d24a8c2a: Waiting 00:40:25 689280067943: Waiting 00:40:25 fd084617405e: Layer already exists 00:40:25 490e9b06825d: Layer already exists 00:40:25 689280067943: Layer already exists 00:40:25 fecc6c38fb18: Layer already exists 00:40:25 d2d9d24a8c2a: Layer already exists 00:40:25 7f7e405d118b: Pushed 00:40:25 f4485e6f2b9d: Pushed 00:40:25 14050d00cced: Pushed 00:40:25 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 00:40:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:30 f4485e6f2b9d: Preparing 00:40:30 14050d00cced: Preparing 00:40:30 7f7e405d118b: Preparing 00:40:30 490e9b06825d: Preparing 00:40:30 fd084617405e: Preparing 00:40:30 689280067943: Preparing 00:40:30 fecc6c38fb18: Preparing 00:40:30 d2d9d24a8c2a: Preparing 00:40:30 fecc6c38fb18: Waiting 00:40:30 d2d9d24a8c2a: Waiting 00:40:30 689280067943: Waiting 00:40:30 490e9b06825d: Layer already exists 00:40:30 7f7e405d118b: Layer already exists 00:40:30 fd084617405e: Layer already exists 00:40:30 f4485e6f2b9d: Layer already exists 00:40:30 14050d00cced: Layer already exists 00:40:30 fecc6c38fb18: Layer already exists 00:40:30 d2d9d24a8c2a: Layer already exists 00:40:30 689280067943: Layer already exists 00:40:30 latest: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 00:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:31 f4485e6f2b9d: Preparing 00:40:31 14050d00cced: Preparing 00:40:31 7f7e405d118b: Preparing 00:40:31 490e9b06825d: Preparing 00:40:31 fd084617405e: Preparing 00:40:31 689280067943: Preparing 00:40:31 fecc6c38fb18: Preparing 00:40:31 d2d9d24a8c2a: Preparing 00:40:31 689280067943: Waiting 00:40:31 fecc6c38fb18: Waiting 00:40:31 d2d9d24a8c2a: Waiting 00:40:31 7f7e405d118b: Layer already exists 00:40:31 490e9b06825d: Layer already exists 00:40:31 fd084617405e: Layer already exists 00:40:31 f4485e6f2b9d: Layer already exists 00:40:31 14050d00cced: Layer already exists 00:40:31 d2d9d24a8c2a: Layer already exists 00:40:31 689280067943: Layer already exists 00:40:31 fecc6c38fb18: Layer already exists 00:40:31 3.1.0-dev.37: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:31 f4485e6f2b9d: Preparing 00:40:31 14050d00cced: Preparing 00:40:31 7f7e405d118b: Preparing 00:40:31 490e9b06825d: Preparing 00:40:31 fd084617405e: Preparing 00:40:31 689280067943: Preparing 00:40:31 fecc6c38fb18: Preparing 00:40:31 d2d9d24a8c2a: Preparing 00:40:31 fecc6c38fb18: Waiting 00:40:31 689280067943: Waiting 00:40:31 d2d9d24a8c2a: Waiting 00:40:31 7f7e405d118b: Layer already exists 00:40:31 490e9b06825d: Layer already exists 00:40:31 14050d00cced: Layer already exists 00:40:31 fd084617405e: Layer already exists 00:40:31 f4485e6f2b9d: Layer already exists 00:40:31 689280067943: Layer already exists 00:40:31 fecc6c38fb18: Layer already exists 00:40:31 d2d9d24a8c2a: Layer already exists 00:40:31 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:32 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 00:40:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 00:40:32 f4485e6f2b9d: Preparing 00:40:32 14050d00cced: Preparing 00:40:32 7f7e405d118b: Preparing 00:40:32 490e9b06825d: Preparing 00:40:32 fd084617405e: Preparing 00:40:32 689280067943: Preparing 00:40:32 fecc6c38fb18: Preparing 00:40:32 d2d9d24a8c2a: Preparing 00:40:32 fecc6c38fb18: Waiting 00:40:32 d2d9d24a8c2a: Waiting 00:40:32 689280067943: Waiting 00:40:32 490e9b06825d: Layer already exists 00:40:32 7f7e405d118b: Layer already exists 00:40:32 f4485e6f2b9d: Layer already exists 00:40:32 fd084617405e: Layer already exists 00:40:32 14050d00cced: Layer already exists 00:40:32 fecc6c38fb18: Layer already exists 00:40:32 689280067943: Layer already exists 00:40:32 d2d9d24a8c2a: Layer already exists 00:40:32 main: digest: sha256:274be3f7c8f883077041ff050e87683078ebdab0fdeb80150d42f55bb5c208b9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:32 ===================================================== [Pipeline] echo 00:40:32 taggedImages: 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.1.0-dev.37 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 00:40:32 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 00:40:32 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:32 latest 00:40:32 3.1.0-dev.37 00:40:32 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:32 main 00:40:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:40:33 4cdd8ed8cdab: Preparing 00:40:33 18f5efd0e0d1: Preparing 00:40:33 490e9b06825d: Preparing 00:40:33 fd084617405e: Preparing 00:40:33 2ee08173f1bc: Preparing 00:40:33 d2d9d24a8c2a: Preparing 00:40:33 d2d9d24a8c2a: Waiting 00:40:33 490e9b06825d: Layer already exists 00:40:33 fd084617405e: Layer already exists 00:40:33 d2d9d24a8c2a: Layer already exists 00:40:33 4cdd8ed8cdab: Pushed 00:40:34 2ee08173f1bc: Pushed 00:40:39 18f5efd0e0d1: Pushed 00:40:39 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 00:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:40:40 4cdd8ed8cdab: Preparing 00:40:40 18f5efd0e0d1: Preparing 00:40:40 490e9b06825d: Preparing 00:40:40 fd084617405e: Preparing 00:40:40 2ee08173f1bc: Preparing 00:40:40 d2d9d24a8c2a: Preparing 00:40:40 d2d9d24a8c2a: Waiting 00:40:40 18f5efd0e0d1: Layer already exists 00:40:40 fd084617405e: Layer already exists 00:40:40 2ee08173f1bc: Layer already exists 00:40:40 d2d9d24a8c2a: Layer already exists 00:40:40 4cdd8ed8cdab: Layer already exists 00:40:40 490e9b06825d: Layer already exists 00:40:40 latest: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 00:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:40:44 4cdd8ed8cdab: Preparing 00:40:44 18f5efd0e0d1: Preparing 00:40:44 490e9b06825d: Preparing 00:40:44 fd084617405e: Preparing 00:40:44 2ee08173f1bc: Preparing 00:40:44 d2d9d24a8c2a: Preparing 00:40:44 d2d9d24a8c2a: Waiting 00:40:44 490e9b06825d: Layer already exists 00:40:44 fd084617405e: Layer already exists 00:40:44 2ee08173f1bc: Layer already exists 00:40:44 18f5efd0e0d1: Layer already exists 00:40:44 4cdd8ed8cdab: Layer already exists 00:40:44 d2d9d24a8c2a: Layer already exists 00:40:44 3.1.0-dev.37: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:40:45 4cdd8ed8cdab: Preparing 00:40:45 18f5efd0e0d1: Preparing 00:40:45 490e9b06825d: Preparing 00:40:45 fd084617405e: Preparing 00:40:45 2ee08173f1bc: Preparing 00:40:45 d2d9d24a8c2a: Preparing 00:40:45 d2d9d24a8c2a: Waiting 00:40:45 4cdd8ed8cdab: Layer already exists 00:40:45 fd084617405e: Layer already exists 00:40:45 490e9b06825d: Layer already exists 00:40:45 18f5efd0e0d1: Layer already exists 00:40:45 2ee08173f1bc: Layer already exists 00:40:45 d2d9d24a8c2a: Layer already exists 00:40:45 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 00:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 00:40:46 4cdd8ed8cdab: Preparing 00:40:46 18f5efd0e0d1: Preparing 00:40:46 490e9b06825d: Preparing 00:40:46 fd084617405e: Preparing 00:40:46 2ee08173f1bc: Preparing 00:40:46 d2d9d24a8c2a: Preparing 00:40:46 fd084617405e: Layer already exists 00:40:46 18f5efd0e0d1: Layer already exists 00:40:46 4cdd8ed8cdab: Layer already exists 00:40:46 2ee08173f1bc: Layer already exists 00:40:46 490e9b06825d: Layer already exists 00:40:46 d2d9d24a8c2a: Layer already exists 00:40:46 main: digest: sha256:451c419f2c0e921e032fba5656d723f6c839b175e562995b0207b5bb32f71f75 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:40:46 ===================================================== [Pipeline] echo 00:40:46 taggedImages: 00:40:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 00:40:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.1.0-dev.37 00:40:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 00:40:46 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 00:40:46 8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:46 latest 00:40:46 3.1.0-dev.37 00:40:46 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:46 main 00:40:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:40:47 64f5ec9e5bee: Preparing 00:40:47 d188ab70c994: Preparing 00:40:47 490e9b06825d: Preparing 00:40:47 fd084617405e: Preparing 00:40:47 2863c9336393: Preparing 00:40:47 d2d9d24a8c2a: Preparing 00:40:47 d2d9d24a8c2a: Waiting 00:40:47 fd084617405e: Layer already exists 00:40:47 490e9b06825d: Layer already exists 00:40:47 2863c9336393: Layer already exists 00:40:47 d2d9d24a8c2a: Layer already exists 00:40:47 64f5ec9e5bee: Pushed 00:40:54 d188ab70c994: Pushed 00:40:54 8274911434a2757c8b48b8ce5b79d548a121dbe7: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 00:40:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:40:54 64f5ec9e5bee: Preparing 00:40:54 d188ab70c994: Preparing 00:40:54 490e9b06825d: Preparing 00:40:54 fd084617405e: Preparing 00:40:54 2863c9336393: Preparing 00:40:54 d2d9d24a8c2a: Preparing 00:40:54 d2d9d24a8c2a: Waiting 00:40:54 2863c9336393: Layer already exists 00:40:54 fd084617405e: Layer already exists 00:40:54 64f5ec9e5bee: Layer already exists 00:40:54 d188ab70c994: Layer already exists 00:40:54 490e9b06825d: Layer already exists 00:40:54 d2d9d24a8c2a: Layer already exists 00:40:54 latest: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 00:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:40:58 64f5ec9e5bee: Preparing 00:40:58 d188ab70c994: Preparing 00:40:58 490e9b06825d: Preparing 00:40:58 fd084617405e: Preparing 00:40:58 2863c9336393: Preparing 00:40:58 d2d9d24a8c2a: Preparing 00:40:58 d2d9d24a8c2a: Waiting 00:40:58 2863c9336393: Layer already exists 00:40:58 fd084617405e: Layer already exists 00:40:58 64f5ec9e5bee: Layer already exists 00:40:58 490e9b06825d: Layer already exists 00:40:58 d188ab70c994: Layer already exists 00:40:58 d2d9d24a8c2a: Layer already exists 00:40:58 3.1.0-dev.37: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:40:59 64f5ec9e5bee: Preparing 00:40:59 d188ab70c994: Preparing 00:40:59 490e9b06825d: Preparing 00:40:59 fd084617405e: Preparing 00:40:59 2863c9336393: Preparing 00:40:59 d2d9d24a8c2a: Preparing 00:40:59 d2d9d24a8c2a: Waiting 00:40:59 64f5ec9e5bee: Layer already exists 00:40:59 490e9b06825d: Layer already exists 00:40:59 d188ab70c994: Layer already exists 00:40:59 fd084617405e: Layer already exists 00:40:59 2863c9336393: Layer already exists 00:40:59 d2d9d24a8c2a: Layer already exists 00:40:59 8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:40:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 00:41:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 00:41:00 64f5ec9e5bee: Preparing 00:41:00 d188ab70c994: Preparing 00:41:00 490e9b06825d: Preparing 00:41:00 fd084617405e: Preparing 00:41:00 2863c9336393: Preparing 00:41:00 d2d9d24a8c2a: Preparing 00:41:00 d2d9d24a8c2a: Waiting 00:41:00 d188ab70c994: Layer already exists 00:41:00 64f5ec9e5bee: Layer already exists 00:41:00 fd084617405e: Layer already exists 00:41:00 490e9b06825d: Layer already exists 00:41:00 2863c9336393: Layer already exists 00:41:00 d2d9d24a8c2a: Layer already exists 00:41:00 main: digest: sha256:fcfacc82cd9ed897f0b578a91a05d96f5cf690e1a4594f4a3a579e3310232fd7 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:41:00 ===================================================== [Pipeline] echo 00:41:00 taggedImages: 00:41:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7 00:41:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 00:41:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.1.0-dev.37 00:41:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8274911434a2757c8b48b8ce5b79d548a121dbe7-3.1.0-dev.37 00:41:00 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:00 00:41:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:01 arm64: Pulling from edgex-lftools-log-publisher 00:41:01 8998bd30e6a1: Pulling fs layer 00:41:01 04944245beec: Pulling fs layer 00:41:01 699f458cf7ca: Pulling fs layer 00:41:01 765212b225bb: Pulling fs layer 00:41:01 f23df028b6ca: Pulling fs layer 00:41:01 d65c8cfc05b1: Pulling fs layer 00:41:01 2437ff75d9bd: Pulling fs layer 00:41:01 f23df028b6ca: Waiting 00:41:01 d65c8cfc05b1: Waiting 00:41:01 2437ff75d9bd: Waiting 00:41:01 765212b225bb: Waiting 00:41:01 04944245beec: Verifying Checksum 00:41:01 04944245beec: Download complete 00:41:01 765212b225bb: Download complete 00:41:01 f23df028b6ca: Verifying Checksum 00:41:01 f23df028b6ca: Download complete 00:41:01 d65c8cfc05b1: Verifying Checksum 00:41:01 d65c8cfc05b1: Download complete 00:41:01 699f458cf7ca: Verifying Checksum 00:41:01 699f458cf7ca: Download complete 00:41:02 8998bd30e6a1: Verifying Checksum 00:41:02 8998bd30e6a1: Download complete 00:41:04 2437ff75d9bd: Verifying Checksum 00:41:04 2437ff75d9bd: Download complete 00:41:05 8998bd30e6a1: Pull complete 00:41:06 04944245beec: Pull complete 00:41:07 699f458cf7ca: Pull complete 00:41:07 765212b225bb: Pull complete 00:41:12 f23df028b6ca: Pull complete 00:41:12 d65c8cfc05b1: Pull complete 00:41:27 2437ff75d9bd: Pull complete 00:41:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:41:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:41:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:27 prd-ubuntu20.04-docker-arm64-4c-16g-5286 does not seem to be running inside a container 00:41:27 $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 00:41:30 $ docker top 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:31 ---> job-cost.sh 00:41:31 lf-activate-venv: SKIPPING 00:41:31 INFO: No Stack... 00:41:31 INFO: Retrieving Pricing Info for: v3-standard-4 00:41:32 INFO: Archiving Costs [Pipeline] sh 00:41:32 + + cat /w/workspace/edgex-go/571/archives/cost.csv 00:41:32 cut -d, -f6 [Pipeline] lock 00:41:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] 00:41:32 Resource [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] did not exist. Created. 00:41:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:41:33 + echo total: 0.10999999940395355 [Pipeline] stash 00:41:33 Stashed 1 file(s) [Pipeline] } 00:41:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-571-stack-cost] [Pipeline] // lock [Pipeline] } 00:41:33 $ docker stop --time=1 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 00:41:35 $ docker rm -f --volumes 84b4266b5840952b672cf74fd49bdd85af6f07b0db3c99b1b66887ca3efef5c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 00:41:35 provisioning config files... 00:41:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/571@tmp/config7454983526936790147tmp [Pipeline] { [Pipeline] sh 00:41:35 + set +x 00:41:35 + bash -s -- 00:41:35 + curl -s https://codecov.io/bash 00:41:35 00:41:35 _____ _ 00:41:35 / ____| | | 00:41:35 | | ___ __| | ___ ___ _____ __ 00:41:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:41:35 | |___| (_) | (_| | __/ (_| (_) \ V / 00:41:35 \_____\___/ \__,_|\___|\___\___/ \_/ 00:41:35 Bash-1.0.6 00:41:35 00:41:35 00:41:35 ==> git version 2.25.1 found 00:41:35 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 00:41:35 Release-Date: 2020-01-08 00:41:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:41:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:41:35 ==> Jenkins CI detected. 00:41:35 current dir:  /w/workspace/edgex-go/571 00:41:35 project root: . 00:41:35 --> token set from env 00:41:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:41:36 ==> Running gcov in . (disable via -X gcov) 00:41:36 ==> Python coveragepy not found 00:41:36 ==> Searching for coverage reports in: 00:41:36 + . 00:41:36 -> Found 1 reports 00:41:36 ==> Detecting git/mercurial file structure 00:41:36 ==> Reading reports 00:41:36 + ./coverage.out bytes=447827 00:41:36 ==> Appending adjustments 00:41:36 https://docs.codecov.io/docs/fixing-reports 00:41:37 + Found adjustments 00:41:37 ==> Gzipping contents 00:41:37 60K /tmp/codecov.HWzHFa.gz 00:41:37 ==> Uploading reports 00:41:37 url: https://codecov.io 00:41:37 query: branch=main&commit=8274911434a2757c8b48b8ce5b79d548a121dbe7&build=571&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F571%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:41:37 -> Pinging Codecov 00:41:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=8274911434a2757c8b48b8ce5b79d548a121dbe7&build=571&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F571%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 00:41:37 -> Uploading to 00:41:37 https://storage.googleapis.com/codecov/v4/raw/2023-09-05/00271124DB129430A58F1EEE437C3FCB/8274911434a2757c8b48b8ce5b79d548a121dbe7/f6e8de99-f5a8-4d46-8e34-2f701997195c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230905%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230905T004137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c5e9a14944d742595fbd2c75ce3b1438c1ce8b14965407283a8de73687a16521 00:41:37 % Total % Received % Xferd Average Speed Time Time Time Current 00:41:37 Dload Upload Total Spent Left Speed 00:41:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57459 0 0 100 57459 0 275k --:--:-- --:--:-- --:--:-- 275k 00:41:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8274911434a2757c8b48b8ce5b79d548a121dbe7 [Pipeline] } 00:41:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:41:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:41:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:38 00:41:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:41:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:41:38 df9b9388f04a: Pulling fs layer 00:41:38 52dc419b0ee2: Pulling fs layer 00:41:38 25bc292e5bac: Pulling fs layer 00:41:38 114826534d7a: Pulling fs layer 00:41:38 4657fd5d0bcf: Pulling fs layer 00:41:38 6ad1cebc031e: Pulling fs layer 00:41:38 8a3aa393b2d8: Pulling fs layer 00:41:38 4657fd5d0bcf: Waiting 00:41:38 114826534d7a: Waiting 00:41:38 8a3aa393b2d8: Waiting 00:41:38 6ad1cebc031e: Waiting 00:41:38 25bc292e5bac: Verifying Checksum 00:41:38 25bc292e5bac: Download complete 00:41:38 52dc419b0ee2: Download complete 00:41:38 4657fd5d0bcf: Download complete 00:41:38 df9b9388f04a: Download complete 00:41:38 df9b9388f04a: Pull complete 00:41:38 6ad1cebc031e: Verifying Checksum 00:41:38 6ad1cebc031e: Download complete 00:41:38 52dc419b0ee2: Pull complete 00:41:39 25bc292e5bac: Pull complete 00:41:39 114826534d7a: Download complete 00:41:39 8a3aa393b2d8: Verifying Checksum 00:41:39 8a3aa393b2d8: Download complete 00:41:42 114826534d7a: Pull complete 00:41:43 4657fd5d0bcf: Pull complete 00:41:43 6ad1cebc031e: Pull complete 00:41:45 8a3aa393b2d8: Pull complete 00:41:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:41:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:41:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:41:46 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:41:46 $ 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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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/edgex-snyk-go:1.410.4 cat 00:41:51 $ docker top 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 -eo pid,comm [Pipeline] { [Pipeline] echo 00:41:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 00:41:52 + set -o pipefail 00:41:52 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 00:41:58 00:41:58 Monitoring /w/workspace/edgex-go/571 (github.com/edgexfoundry/edgex-go)... 00:41:58 00:41:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/40e77515-a7f2-403d-bb74-dca7cccd39da 00:41:58 00:41:58 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 00:41:58 00:41:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:41:58 00:41:58 00:41:58 A medium severity vulnerability was found in the Snyk CLI versions you are using. 00:41:58 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 00:41:58 More details here: https://snyk.co/ue1NS 00:41:58 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 00:41:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 00:41:58 $ docker stop --time=1 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 00:42:02 $ docker rm -f --volumes 01a7606507273c37dc5a3723f5aa54e3c9f7a82bb16d85ff0d2517578d9239b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 00:42:03 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:42:03 provisioning config files... 00:42:03 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/571@tmp/config11562394997652796033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:03 --> edgex-publish-swagger.sh 00:42:03 === Publish openapi/v3 API === 00:42:03 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 00:42:03 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/571/openapi/v3/core-command.yaml] 00:42:03 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:03 Dload Upload Total Spent Left Speed 00:42:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32782 0 0 100 32782 0 51062 --:--:-- --:--:-- --:--:-- 51062 00:42:03 00:42:03 00:42:03 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/571/openapi/v3/core-data.yaml] 00:42:03 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:03 Dload Upload Total Spent Left Speed 00:42:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71708 0 0 100 71708 0 122k --:--:-- --:--:-- --:--:-- 121k 100 71708 0 0 100 71708 0 122k --:--:-- --:--:-- --:--:-- 121k 00:42:04 00:42:04 00:42:04 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/571/openapi/v3/core-metadata.yaml] 00:42:04 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:04 Dload Upload Total Spent Left Speed 00:42:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 267k --:--:-- --:--:-- --:--:-- 267k 00:42:05 00:42:05 00:42:05 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/571/openapi/v3/support-notifications.yaml] 00:42:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:05 Dload Upload Total Spent Left Speed 00:42:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 75 87000 0 0 75 65536 0 810k --:--:-- --:--:-- --:--:-- 800k 100 87000 0 0 100 87000 0 170k --:--:-- --:--:-- --:--:-- 170k 00:42:05 00:42:05 00:42:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/571/openapi/v3/support-scheduler.yaml] 00:42:05 % Total % Received % Xferd Average Speed Time Time Time Current 00:42:05 Dload Upload Total Spent Left Speed 00:42:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36954 0 0 100 36954 0 88195 --:--:-- --:--:-- --:--:-- 88195 00:42:05 00:42:05 [Pipeline] } 00:42:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 00:42:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:42:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:42:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:06 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:42:07 $ docker top 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:07 [ssh-agent] Looking for ssh-agent implementation... 00:42:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:07 $ docker exec 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 ssh-agent 00:42:07 SSH_AUTH_SOCK=/tmp/ssh-4nf8Eipl78mU/agent.32 00:42:07 SSH_AGENT_PID=38 00:42:07 Running ssh-add (command line suppressed) 00:42:07 Identity added: /w/workspace/edgex-go/571@tmp/private_key_13530469379527089190.key (/w/workspace/edgex-go/571@tmp/private_key_13530469379527089190.key) 00:42:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:07 + git semver tag 00:42:08 2023-09-05 00:42:08,120 [run_tag] DEBUG tag force:False 00:42:08 2023-09-05 00:42:08,121 [check_head_tag] DEBUG check head tag 00:42:08 2023-09-05 00:42:08,121 [execute] INFO git cat-file --batch-check 00:42:08 2023-09-05 00:42:08,122 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=) 00:42:08 2023-09-05 00:42:08,125 [execute] INFO git cat-file --batch 00:42:08 2023-09-05 00:42:08,125 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=) 00:42:08 2023-09-05 00:42:08,141 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:08 2023-09-05 00:42:08,141 [execute] INFO git tag -a v3.1.0-dev.37 -m v3.1.0-dev.37 00:42:08 2023-09-05 00:42:08,141 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.37', '-m', 'v3.1.0-dev.37'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) 00:42:08 2023-09-05 00:42:08,146 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:08 3.1.0-dev.37 [Pipeline] } 00:42:08 $ docker exec --env ******** --env ******** 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 ssh-agent -k 00:42:08 unset SSH_AUTH_SOCK; 00:42:08 unset SSH_AGENT_PID; 00:42:08 echo Agent pid 38 killed; 00:42:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:08 + git semver [Pipeline] } 00:42:08 $ docker stop --time=1 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 00:42:10 $ docker rm -f --volumes 2cea0d4f22581a053c850f3bd5ad5a2975a9dcf10161039b893a1a628bd823c3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:42:10 00:42:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:42:10 0.23.1-centos7: Pulling from edgex-lftools 00:42:10 ab5ef0e58194: Pulling fs layer 00:42:10 9712f1f96733: Pulling fs layer 00:42:10 63f879dbbcfc: Pulling fs layer 00:42:10 0d9ebad4ef96: Pulling fs layer 00:42:10 e9a5061849ea: Pulling fs layer 00:42:10 d747dcd14b5f: Pulling fs layer 00:42:10 2de7ff778b66: Pulling fs layer 00:42:10 0d9ebad4ef96: Waiting 00:42:10 2de7ff778b66: Waiting 00:42:10 d747dcd14b5f: Waiting 00:42:10 e9a5061849ea: Waiting 00:42:10 9712f1f96733: Verifying Checksum 00:42:10 9712f1f96733: Download complete 00:42:11 63f879dbbcfc: Verifying Checksum 00:42:11 63f879dbbcfc: Download complete 00:42:11 e9a5061849ea: Verifying Checksum 00:42:11 e9a5061849ea: Download complete 00:42:11 d747dcd14b5f: Verifying Checksum 00:42:11 d747dcd14b5f: Download complete 00:42:11 0d9ebad4ef96: Download complete 00:42:11 ab5ef0e58194: Verifying Checksum 00:42:11 ab5ef0e58194: Download complete 00:42:11 2de7ff778b66: Download complete 00:42:14 ab5ef0e58194: Pull complete 00:42:14 9712f1f96733: Pull complete 00:42:15 63f879dbbcfc: Pull complete 00:42:19 0d9ebad4ef96: Pull complete 00:42:19 e9a5061849ea: Pull complete 00:42:19 d747dcd14b5f: Pull complete 00:42:20 2de7ff778b66: Pull complete 00:42:20 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:42:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:42:20 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:20 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:42:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:42:25 $ docker top 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:42:25 provisioning config files... 00:42:25 copy managed file [sigul-config] to file:/w/workspace/edgex-go/571@tmp/config3626377200428119847tmp 00:42:25 copy managed file [sigul-password] to file:/w/workspace/edgex-go/571@tmp/config16310082591440661681tmp 00:42:25 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/571@tmp/config6340675942378989501tmp [Pipeline] { [Pipeline] echo 00:42:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:42:25 ---> sigul-configuration.sh 00:42:25 gpg: directory `/root/.gnupg' created 00:42:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:42:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:42:25 gpg: keyring `/root/.gnupg/secring.gpg' created 00:42:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:42:25 gpg: CAST5 encrypted data 00:42:25 gpg: encrypted with 1 passphrase 00:42:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:42:25 + mkdir /home/jenkins 00:42:25 + mkdir /home/jenkins/sigul [Pipeline] sh 00:42:26 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:42:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:42:26 ---> sigul-install.sh 00:42:26 Sigul already installed; skipping installation. [Pipeline] sh 00:42:26 + git tag --list 00:42:26 0.6.0 00:42:26 0.6.1 00:42:26 0.7.0 00:42:26 0.7.1 00:42:26 v1.0.0 00:42:26 v1.0.1 00:42:26 v1.1.0 00:42:26 v1.2.0 00:42:26 v1.2.1 00:42:26 v1.3.0 00:42:26 v1.3.1 00:42:26 v2.0.0 00:42:26 v2.1.0 00:42:26 v2.1.1 00:42:26 v2.2.0 00:42:26 v2.3.0 00:42:26 v3.0 00:42:26 v3.0.0 00:42:26 v3.1.0-dev.1 00:42:26 v3.1.0-dev.10 00:42:26 v3.1.0-dev.11 00:42:26 v3.1.0-dev.12 00:42:26 v3.1.0-dev.13 00:42:26 v3.1.0-dev.14 00:42:26 v3.1.0-dev.15 00:42:26 v3.1.0-dev.16 00:42:26 v3.1.0-dev.17 00:42:26 v3.1.0-dev.18 00:42:26 v3.1.0-dev.19 00:42:26 v3.1.0-dev.2 00:42:26 v3.1.0-dev.20 00:42:26 v3.1.0-dev.21 00:42:26 v3.1.0-dev.22 00:42:26 v3.1.0-dev.23 00:42:26 v3.1.0-dev.24 00:42:26 v3.1.0-dev.25 00:42:26 v3.1.0-dev.26 00:42:26 v3.1.0-dev.27 00:42:26 v3.1.0-dev.28 00:42:26 v3.1.0-dev.29 00:42:26 v3.1.0-dev.3 00:42:26 v3.1.0-dev.30 00:42:26 v3.1.0-dev.31 00:42:26 v3.1.0-dev.32 00:42:26 v3.1.0-dev.33 00:42:26 v3.1.0-dev.34 00:42:26 v3.1.0-dev.35 00:42:26 v3.1.0-dev.36 00:42:26 v3.1.0-dev.37 00:42:26 v3.1.0-dev.4 00:42:26 v3.1.0-dev.5 00:42:26 v3.1.0-dev.6 00:42:26 v3.1.0-dev.7 00:42:26 v3.1.0-dev.8 00:42:26 v3.1.0-dev.9 [Pipeline] sh 00:42:26 + lftools sign git-tag v3.1.0-dev.37 00:42:27 Signing Git tag with Sigul... 00:42:27 Signing v3.1.0-dev.37 [Pipeline] echo 00:42:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:42:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:42:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:42:28 $ docker stop --time=1 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b 00:42:29 $ docker rm -f --volumes 5a19f227059effe751afd2ef4f828f7e5561ff6c949e4eea78d9d0f7b375fb8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:42:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:42:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:42:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:30 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:42:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:42:30 $ docker top 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 -eo pid,comm 00:42:30 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:42:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:30 [ssh-agent] Looking for ssh-agent implementation... 00:42:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:30 $ docker exec 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 ssh-agent 00:42:30 SSH_AUTH_SOCK=/tmp/ssh-zfbaJEUrHPOe/agent.32 00:42:30 SSH_AGENT_PID=38 00:42:30 Running ssh-add (command line suppressed) 00:42:31 Identity added: /w/workspace/edgex-go/571@tmp/private_key_2556278664916916733.key (/w/workspace/edgex-go/571@tmp/private_key_2556278664916916733.key) 00:42:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:31 + git semver bump pre 00:42:31 2023-09-05 00:42:31,538 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:31 2023-09-05 00:42:31,538 [bump_version] DEBUG bumping version:3.1.0-dev.37 on axis:pre with prefix:dev 00:42:31 2023-09-05 00:42:31,538 [bump_version] DEBUG bumped version:3.1.0-dev.38 00:42:31 2023-09-05 00:42:31,538 [write_version] DEBUG write version:3.1.0-dev.38 to path:/w/workspace/edgex-go/571/.semver/main with force:True 00:42:31 2023-09-05 00:42:31,538 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:31 2023-09-05 00:42:31,538 [write_file] DEBUG write to file:/w/workspace/edgex-go/571/.semver/main 00:42:31 2023-09-05 00:42:31,540 [execute] INFO git cat-file --batch-check 00:42:31 2023-09-05 00:42:31,540 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) 00:42:31 2023-09-05 00:42:31,546 [execute] INFO git cat-file --batch 00:42:31 2023-09-05 00:42:31,546 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) 00:42:31 2023-09-05 00:42:31,551 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:31 3.1.0-dev.38 [Pipeline] } 00:42:31 $ docker exec --env ******** --env ******** 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 ssh-agent -k 00:42:31 unset SSH_AUTH_SOCK; 00:42:31 unset SSH_AGENT_PID; 00:42:31 echo Agent pid 38 killed; 00:42:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:32 + git semver [Pipeline] } 00:42:32 $ docker stop --time=1 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 00:42:33 $ docker rm -f --volumes 978a647b38d0c32719d000dbe27b70e99371c157e52b1ab60d8fbc2c3924deb8 [Pipeline] // withDockerContainer [Pipeline] sh 00:42:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:42:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:42:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:34 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:42:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 00:42:34 $ docker top 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:42:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:42:34 [ssh-agent] Looking for ssh-agent implementation... 00:42:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:42:35 $ docker exec 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 ssh-agent 00:42:35 SSH_AUTH_SOCK=/tmp/ssh-J1XzdD7kX7FR/agent.32 00:42:35 SSH_AGENT_PID=38 00:42:35 Running ssh-add (command line suppressed) 00:42:35 Identity added: /w/workspace/edgex-go/571@tmp/private_key_5449266231296919901.key (/w/workspace/edgex-go/571@tmp/private_key_5449266231296919901.key) 00:42:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:42:35 + git semver push 00:42:35 2023-09-05 00:42:35,773 [run_push] DEBUG push 00:42:35 2023-09-05 00:42:35,774 [execute] INFO git cat-file --batch-check 00:42:35 2023-09-05 00:42:35,774 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=) 00:42:35 2023-09-05 00:42:35,778 [execute] INFO git rev-list 551ff7f68d33ab8f377f7aa23b7d8070b3e04761 -- 00:42:35 2023-09-05 00:42:35,778 [execute] DEBUG Popen(['git', 'rev-list', '551ff7f68d33ab8f377f7aa23b7d8070b3e04761', '--'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=None) 00:42:35 2023-09-05 00:42:35,795 [execute] INFO git fetch -v origin 00:42:35 2023-09-05 00:42:35,795 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=True, shell=None, istream=None) 00:42:36 2023-09-05 00:42:36,257 [run_push] DEBUG no remote changes detected 00:42:36 2023-09-05 00:42:36,257 [execute] INFO git push origin semver 00:42:36 2023-09-05 00:42:36,257 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/571/.semver, universal_newlines=False, shell=None, istream=None) 00:42:37 2023-09-05 00:42:37,155 [run_push] DEBUG push all version tags 00:42:37 2023-09-05 00:42:37,155 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:42:37 2023-09-05 00:42:37,156 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/571, universal_newlines=False, shell=None, istream=None) 00:42:38 2023-09-05 00:42:38,061 [read_version] DEBUG read version from /w/workspace/edgex-go/571/.semver/main 00:42:38 3.1.0-dev.38 [Pipeline] } 00:42:38 $ docker exec --env ******** --env ******** 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 ssh-agent -k 00:42:38 unset SSH_AUTH_SOCK; 00:42:38 unset SSH_AGENT_PID; 00:42:38 echo Agent pid 38 killed; 00:42:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:42:38 + git semver [Pipeline] } 00:42:39 $ docker stop --time=1 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 00:42:40 $ docker rm -f --volumes 8e5bfe859cdb61d8c5709a23aa6d6c4edb83c38c22ac149deb2819e7e515d482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:42:40 + [ -d /w/workspace/edgex-go/571/archives ] [Pipeline] libraryResource [Pipeline] sh 00:42:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:42:42 ---> package-listing.sh 00:42:42 ++ facter osfamily 00:42:42 ++ tr '[:upper:]' '[:lower:]' 00:42:42 + OS_FAMILY=debian 00:42:42 + workspace=/w/workspace/edgex-go/571 00:42:42 + START_PACKAGES=/tmp/packages_start.txt 00:42:42 + END_PACKAGES=/tmp/packages_end.txt 00:42:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:42:42 + PACKAGES=/tmp/packages_start.txt 00:42:42 + '[' /w/workspace/edgex-go/571 ']' 00:42:42 + PACKAGES=/tmp/packages_end.txt 00:42:42 + case "${OS_FAMILY}" in 00:42:42 + dpkg -l 00:42:42 + grep '^ii' 00:42:42 + '[' -f /tmp/packages_start.txt ']' 00:42:42 + '[' -f /tmp/packages_end.txt ']' 00:42:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:42:42 + '[' /w/workspace/edgex-go/571 ']' 00:42:42 + mkdir -p /w/workspace/edgex-go/571/archives/ 00:42:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/571/archives/ [Pipeline] echo 00:42:42 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/571/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:42:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:42:43 00:42:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:42:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:42:43 latest: Pulling from edgex-lftools-log-publisher 00:42:43 5eb5b503b376: Pulling fs layer 00:42:43 5c69ac0246d0: Pulling fs layer 00:42:43 ec43610c2a17: Pulling fs layer 00:42:43 3a2ae6a8a46f: Pulling fs layer 00:42:43 33b1e0a273af: Pulling fs layer 00:42:43 5d3b04190fa2: Pulling fs layer 00:42:43 2f39f015ded8: Pulling fs layer 00:42:43 33b1e0a273af: Waiting 00:42:43 3a2ae6a8a46f: Waiting 00:42:43 2f39f015ded8: Waiting 00:42:43 5d3b04190fa2: Waiting 00:42:43 5c69ac0246d0: Download complete 00:42:43 3a2ae6a8a46f: Verifying Checksum 00:42:43 3a2ae6a8a46f: Download complete 00:42:43 33b1e0a273af: Verifying Checksum 00:42:43 33b1e0a273af: Download complete 00:42:43 5d3b04190fa2: Download complete 00:42:43 ec43610c2a17: Verifying Checksum 00:42:43 ec43610c2a17: Download complete 00:42:43 5eb5b503b376: Verifying Checksum 00:42:43 5eb5b503b376: Download complete 00:42:44 2f39f015ded8: Download complete 00:42:44 5eb5b503b376: Pull complete 00:42:45 5c69ac0246d0: Pull complete 00:42:45 ec43610c2a17: Pull complete 00:42:45 3a2ae6a8a46f: Pull complete 00:42:45 33b1e0a273af: Pull complete 00:42:45 5d3b04190fa2: Pull complete 00:42:50 2f39f015ded8: Pull complete 00:42:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:42:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:42:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:42:50 prd-ubuntu20.04-docker-8c-8g-5284 does not seem to be running inside a container 00:42:50 $ 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/571/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/571 -v /w/workspace/edgex-go/571:/w/workspace/edgex-go/571:rw,z -v /w/workspace/edgex-go/571@tmp:/w/workspace/edgex-go/571@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:42:54 $ docker top 5e27f18acf45213681ad14f7612075e57566b0ce72a5264efc3bc9c8ddcba10a -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:55 + touch /tmp/pre-build-complete [Pipeline] sh 00:42:55 + mkdir -p /var/log/sysstat [Pipeline] sh 00:42:55 + ls /var/log/sa-host 00:42:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:42:55 provisioning config files... 00:42:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/571@tmp/config14210988886861246354tmp [Pipeline] { [Pipeline] echo 00:42:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:42:56 ---> create-netrc.sh [Pipeline] } 00:42:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:42:56 ---> python-tools-install.sh [Pipeline] echo 00:42:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:42:56 ---> sudo-logs.sh 00:42:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:42:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:42:57 ---> job-cost.sh 00:42:57 lf-activate-venv: SKIPPING 00:42:57 DEBUG: total: 0.10999999940395355 00:42:57 INFO: Retrieving Stack Cost... 00:42:57 INFO: Retrieving Pricing Info for: v3-standard-8 00:42:58 INFO: Archiving Costs [Pipeline] echo 00:42:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:42:58 ---> logs-deploy.sh 00:42:58 lf-activate-venv: SKIPPING 00:42:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/571 00:42:58 INFO: archiving workspace using pattern(s): 00:42:59 Archives upload complete. 00:42:59 INFO: archiving logs to Nexus 00:43:00 ---> uname -a: 00:43:00 Linux prd-ubuntu20-04-docker-8c-8g-5284 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:43:00 00:43:00 00:43:00 ---> lscpu: 00:43:00 Architecture: x86_64 00:43:00 CPU op-mode(s): 32-bit, 64-bit 00:43:00 Byte Order: Little Endian 00:43:00 Address sizes: 40 bits physical, 48 bits virtual 00:43:00 CPU(s): 8 00:43:00 On-line CPU(s) list: 0-7 00:43:00 Thread(s) per core: 1 00:43:00 Core(s) per socket: 1 00:43:00 Socket(s): 8 00:43:00 NUMA node(s): 1 00:43:00 Vendor ID: AuthenticAMD 00:43:00 CPU family: 23 00:43:00 Model: 49 00:43:00 Model name: AMD EPYC-Rome Processor 00:43:00 Stepping: 0 00:43:00 CPU MHz: 2799.998 00:43:00 BogoMIPS: 5599.99 00:43:00 Virtualization: AMD-V 00:43:00 Hypervisor vendor: KVM 00:43:00 Virtualization type: full 00:43:00 L1d cache: 256 KiB 00:43:00 L1i cache: 256 KiB 00:43:00 L2 cache: 4 MiB 00:43:00 L3 cache: 128 MiB 00:43:00 NUMA node0 CPU(s): 0-7 00:43:00 Vulnerability Itlb multihit: Not affected 00:43:00 Vulnerability L1tf: Not affected 00:43:00 Vulnerability Mds: Not affected 00:43:00 Vulnerability Meltdown: Not affected 00:43:00 Vulnerability Mmio stale data: Not affected 00:43:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:43:00 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:43:00 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:43:00 Vulnerability Srbds: Not affected 00:43:00 Vulnerability Tsx async abort: Not affected 00:43:00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 00:43:00 00:43:00 00:43:00 ---> nproc: 00:43:00 8 00:43:00 00:43:00 00:43:00 ---> df -h: 00:43:00 Filesystem Size Used Avail Use% Mounted on 00:43:00 overlay 155G 22G 134G 15% / 00:43:00 tmpfs 64M 0 64M 0% /dev 00:43:00 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:43:00 shm 64M 0 64M 0% /dev/shm 00:43:00 /dev/vda1 155G 22G 134G 15% /facter-os 00:43:00 00:43:00 00:43:00 ---> sar -b -r -n DEV: 00:43:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5284) 09/05/23 _x86_64_ (8 CPU) 00:43:00 00:43:00 00:12:43 LINUX RESTART (8 CPU) 00:43:00 00:43:00 00:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:43:00 00:14:01 126.90 47.81 79.09 0.00 5391.63 59685.79 0.00 00:43:00 00:15:01 102.47 0.63 101.83 0.00 27.19 60750.82 0.00 00:43:00 00:16:01 33.53 0.12 33.42 0.00 0.93 19267.08 0.00 00:43:00 00:17:01 175.30 0.47 174.84 0.00 36.93 54852.06 0.00 00:43:00 00:18:01 326.19 11.51 314.68 0.00 3498.30 141483.11 0.00 00:43:00 00:19:01 225.70 4.88 220.81 0.00 40.93 88052.66 0.00 00:43:00 00:20:01 76.16 0.08 76.07 0.00 0.67 27302.90 0.00 00:43:00 00:21:01 526.93 0.05 526.88 0.00 2.53 75820.56 0.00 00:43:00 00:22:01 42.58 0.10 42.48 0.00 12.53 1040.76 0.00 00:43:00 00:23:01 15.90 0.03 15.86 0.00 6.00 415.80 0.00 00:43:00 00:24:01 1.45 0.00 1.45 0.00 0.00 15.60 0.00 00:43:00 00:25:01 2.03 0.00 2.03 0.00 0.00 21.33 0.00 00:43:00 00:26:01 1.45 0.00 1.45 0.00 0.00 16.26 0.00 00:43:00 00:27:01 1.90 0.00 1.90 0.00 0.00 21.06 0.00 00:43:00 00:28:01 1.70 0.02 1.68 0.00 0.13 19.06 0.00 00:43:00 00:29:02 1.10 0.00 1.10 0.00 0.00 13.06 0.00 00:43:00 00:30:01 1.25 0.00 1.25 0.00 0.00 14.23 0.00 00:43:00 00:31:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 00:43:00 00:32:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 00:43:00 00:33:01 1.00 0.00 1.00 0.00 0.00 12.66 0.00 00:43:00 00:34:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 00:43:00 00:35:01 1.23 0.00 1.23 0.00 0.00 14.53 0.00 00:43:00 00:36:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 00:43:00 00:37:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 00:43:00 00:38:01 1.63 0.48 1.15 0.00 17.86 13.20 0.00 00:43:00 00:39:01 3.03 1.18 1.85 0.00 19.86 22.26 0.00 00:43:00 00:40:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 00:43:00 00:41:01 0.90 0.00 0.90 0.00 0.00 10.53 0.00 00:43:00 00:42:01 52.17 0.27 51.91 0.00 9.47 28841.06 0.00 00:43:00 Average: 59.66 2.33 57.32 0.00 312.78 19245.80 0.00 00:43:00 00:43:00 00:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:43:00 00:14:01 29174856 31621656 701840 2.13 70520 2652280 1864704 5.50 984524 2372788 440952 00:43:00 00:15:01 27532812 31153976 1147744 3.49 114872 3697008 2546272 7.50 1770488 3120624 364892 00:43:00 00:16:01 27182444 31044272 1255460 3.82 117200 3909768 2311536 6.81 1754104 3462104 287148 00:43:00 00:17:01 25438708 31343168 953380 2.90 128300 5901212 2275812 6.71 1649660 5257476 1483400 00:43:00 00:18:01 22686976 31351548 918184 2.79 138852 8543296 3091144 9.11 2051960 7467912 4128 00:43:00 00:19:01 19043444 30620644 1601992 4.87 221300 11049396 6564624 19.35 2995572 9782148 75344 00:43:00 00:20:01 15653928 29510888 2702668 8.22 235920 13202320 7912464 23.32 5158820 10885320 1514332 00:43:00 00:21:01 17792692 31426448 842168 2.56 245600 13093080 2298272 6.77 2516352 11588448 1204 00:43:00 00:22:01 17858420 31494176 779092 2.37 247872 13093784 2044852 6.03 2744656 11302064 544 00:43:00 00:23:01 17858236 31495236 777868 2.37 248712 13094192 2054368 6.05 2888120 11159808 164 00:43:00 00:24:01 17858704 31495772 777500 2.36 248792 13094196 2054368 6.05 2887740 11159816 8 00:43:00 00:25:01 17862852 31500120 773056 2.35 248864 13094324 2054368 6.05 2882444 11159932 168 00:43:00 00:26:01 17863204 31500548 772980 2.35 248936 13094332 2054368 6.05 2882704 11159936 172 00:43:00 00:27:01 17875576 31513260 760536 2.31 248996 13094336 2054368 6.05 2870500 11160212 24 00:43:00 00:28:01 17873372 31511256 762800 2.32 249028 13094340 2073960 6.11 2870584 11160236 24 00:43:00 00:29:02 17873364 31511272 762652 2.32 249068 13094340 2073960 6.11 2870352 11160236 172 00:43:00 00:30:01 17873348 31511312 762560 2.32 249100 13094344 2073960 6.11 2870612 11160240 12 00:43:00 00:31:01 17873188 31511200 762548 2.32 249128 13094348 2073960 6.11 2870372 11160244 200 00:43:00 00:32:01 17873496 31511508 762200 2.32 249152 13094348 2073960 6.11 2870328 11160244 8 00:43:00 00:33:01 17873112 31511176 762700 2.32 249180 13094352 2073960 6.11 2870392 11160248 168 00:43:00 00:34:01 17873632 31511740 762124 2.32 249212 13094348 2073960 6.11 2870200 11160248 8 00:43:00 00:35:01 17873512 31511660 762068 2.32 249256 13094360 2073960 6.11 2870664 11160256 228 00:43:00 00:36:01 17873488 31511700 762056 2.32 249284 13094364 2073960 6.11 2870544 11160260 12 00:43:00 00:37:01 17873488 31511708 761976 2.32 249296 13094364 2073960 6.11 2870464 11160260 176 00:43:00 00:38:01 17869828 31509484 764012 2.32 249316 13094900 2073960 6.11 2874736 11160532 20 00:43:00 00:39:01 17857896 31498240 775216 2.36 249360 13095480 2073960 6.11 2886264 11160600 4 00:43:00 00:40:01 17857848 31498260 775160 2.36 249380 13095500 2073960 6.11 2886164 11160600 8 00:43:00 00:41:01 17857420 31497864 775496 2.36 249412 13095500 2073960 6.11 2886352 11160600 180 00:43:00 00:42:01 16724656 31453504 816756 2.48 266840 14086036 2256556 6.65 3056444 12040344 191576 00:43:00 Average: 19261534 31367021 906717 2.76 224853 11656015 2499087 7.37 2735590 9976681 150527 00:43:00 00:43:00 00:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:43:00 00:14:01 ens3 1429.96 1287.14 12104.26 161.39 0.00 0.00 0.00 0.00 00:43:00 00:14:01 docker0 516.28 444.76 37.36 2748.59 0.00 0.00 0.00 0.00 00:43:00 00:14:01 lo 5.20 5.20 0.50 0.50 0.00 0.00 0.00 0.00 00:43:00 00:15:01 ens3 263.25 153.87 1791.86 26.63 0.00 0.00 0.00 0.00 00:43:00 00:15:01 docker0 133.97 230.97 10.60 1758.78 0.00 0.00 0.00 0.00 00:43:00 00:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:15:01 vethcc81171 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:16:01 ens3 49.42 55.93 31.90 108.59 0.00 0.00 0.00 0.00 00:43:00 00:16:01 docker0 1.30 1.30 0.10 0.12 0.00 0.00 0.00 0.00 00:43:00 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:16:01 vethcc81171 1.30 1.33 0.11 0.12 0.00 0.00 0.00 0.00 00:43:00 00:17:01 veth55f0eb9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:17:01 veth76c0730 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:17:01 ens3 122.03 72.50 2706.11 21.92 0.00 0.00 0.00 0.00 00:43:00 00:17:01 docker0 0.30 0.25 0.03 0.10 0.00 0.00 0.00 0.00 00:43:00 00:17:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 00:43:00 00:17:01 veth7b7af13 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:17:01 veth5d5b0f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:17:01 vethbacde8f 0.30 0.37 0.03 0.11 0.00 0.00 0.00 0.00 00:43:00 00:18:01 vethe4dc3d9 21.74 32.89 2.07 10.22 0.00 0.00 0.00 0.00 00:43:00 00:18:01 vethcdb94fe 21.83 32.99 2.08 10.35 0.00 0.00 0.00 0.00 00:43:00 00:18:01 ens3 317.73 173.29 2633.39 28.46 0.00 0.00 0.00 0.00 00:43:00 00:18:01 docker0 118.36 195.07 9.04 924.52 0.00 0.00 0.00 0.00 00:43:00 00:18:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 00:43:00 00:18:01 vethbacde8f 0.07 0.80 0.00 0.03 0.00 0.00 0.00 0.00 00:43:00 00:18:01 vethf8ab526 22.18 32.69 2.10 10.18 0.00 0.00 0.00 0.00 00:43:00 00:18:01 vetha7c5803 21.56 32.99 2.06 10.33 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth53aeea9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth8f5a737 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth4b0c51e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 vethb62d98c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 vethd66099e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 ens3 360.72 190.60 2318.05 21.75 0.00 0.00 0.00 0.00 00:43:00 00:19:01 docker0 184.74 350.57 14.84 2309.85 0.00 0.00 0.00 0.00 00:43:00 00:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 vethdbbdd7a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth106e041 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 vethbacde8f 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 vethf106ecf 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth9e37ebf 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth89cdb13 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:19:01 veth67fb877 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth53aeea9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth8f5a737 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth4b0c51e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 vethb62d98c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 vethd66099e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 ens3 9.15 4.93 7.09 3.84 0.00 0.00 0.00 0.00 00:43:00 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 vethdbbdd7a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth106e041 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 vethbacde8f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 vethf106ecf 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth9e37ebf 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth89cdb13 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:20:01 veth67fb877 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:43:00 00:21:01 ens3 15.25 10.06 12.95 6.45 0.00 0.00 0.00 0.00 00:43:00 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:21:01 vethbacde8f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:22:01 ens3 471.59 507.23 237.10 2480.79 0.00 0.00 0.00 0.00 00:43:00 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:22:01 lo 49.93 49.93 4.93 4.93 0.00 0.00 0.00 0.00 00:43:00 00:23:01 ens3 209.58 222.20 121.99 1058.09 0.00 0.00 0.00 0.00 00:43:00 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:23:01 lo 21.46 21.46 2.11 2.11 0.00 0.00 0.00 0.00 00:43:00 00:24:01 ens3 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 00:43:00 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:26:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:28:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:29:02 ens3 0.30 0.23 0.09 0.07 0.00 0.00 0.00 0.00 00:43:00 00:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:29:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:30:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:43:00 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:31:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:32:01 ens3 0.42 0.30 0.42 0.02 0.00 0.00 0.00 0.00 00:43:00 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:34:01 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 00:43:00 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:35:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:36:01 ens3 0.17 0.10 0.06 0.01 0.00 0.00 0.00 0.00 00:43:00 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:38:01 ens3 1.97 1.52 1.64 2.81 0.00 0.00 0.00 0.00 00:43:00 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:39:01 ens3 6.03 4.18 3.87 3.35 0.00 0.00 0.00 0.00 00:43:00 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 00:43:00 00:40:01 ens3 0.60 0.35 0.37 0.24 0.00 0.00 0.00 0.00 00:43:00 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:41:01 ens3 0.58 0.42 0.27 0.22 0.00 0.00 0.00 0.00 00:43:00 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:43:00 00:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:43:00 00:42:01 ens3 230.66 139.21 5002.51 19.70 0.00 0.00 0.00 0.00 00:43:00 00:42:01 docker0 65.59 99.57 5.26 1025.61 0.00 0.00 0.00 0.00 00:43:00 00:42:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 00:43:00 Average: ens3 120.44 97.47 930.69 136.09 0.00 0.00 0.00 0.00 00:43:00 Average: docker0 35.21 45.63 2.66 302.51 0.00 0.00 0.00 0.00 00:43:00 Average: lo 2.83 2.83 0.28 0.28 0.00 0.00 0.00 0.00 00:43:00 00:43:00 00:43:00 ---> sar -P ALL: 00:43:00 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5284) 09/05/23 _x86_64_ (8 CPU) 00:43:00 00:43:00 00:12:43 LINUX RESTART (8 CPU) 00:43:00 00:43:00 00:13:01 CPU %user %nice %system %iowait %steal %idle 00:43:00 00:14:01 all 8.91 0.00 3.10 4.93 0.06 83.01 00:43:00 00:14:01 0 8.34 0.00 4.00 2.50 0.07 85.09 00:43:00 00:14:01 1 14.53 0.00 3.49 7.57 0.05 74.36 00:43:00 00:14:01 2 12.63 0.00 2.93 0.76 0.07 83.61 00:43:00 00:14:01 3 5.91 0.00 2.45 5.10 0.07 86.48 00:43:00 00:14:01 4 8.26 0.00 2.36 7.41 0.05 81.92 00:43:00 00:14:01 5 7.90 0.00 2.48 0.70 0.05 88.86 00:43:00 00:14:01 6 7.64 0.00 3.66 14.45 0.05 74.20 00:43:00 00:14:01 7 5.98 0.00 3.44 0.85 0.05 89.68 00:43:00 00:15:01 all 18.94 0.00 3.99 4.66 0.08 72.32 00:43:00 00:15:01 0 18.78 0.00 3.65 8.90 0.07 68.61 00:43:00 00:15:01 1 18.67 0.00 4.52 0.40 0.07 76.34 00:43:00 00:15:01 2 18.54 0.00 4.61 0.15 0.08 76.62 00:43:00 00:15:01 3 18.50 0.00 4.91 25.24 0.10 51.25 00:43:00 00:15:01 4 20.07 0.00 3.99 0.91 0.13 74.90 00:43:00 00:15:01 5 18.36 0.00 3.44 0.15 0.05 77.99 00:43:00 00:15:01 6 19.39 0.00 3.40 0.24 0.05 76.92 00:43:00 00:15:01 7 19.25 0.00 3.38 1.32 0.10 75.95 00:43:00 00:16:01 all 35.47 0.00 5.63 0.98 0.11 57.82 00:43:00 00:16:01 0 34.06 0.00 5.69 6.48 0.10 53.66 00:43:00 00:16:01 1 36.05 0.00 5.98 0.00 0.12 57.84 00:43:00 00:16:01 2 34.84 0.00 5.40 0.32 0.12 59.33 00:43:00 00:16:01 3 39.73 0.00 6.41 0.89 0.10 52.87 00:43:00 00:16:01 4 34.10 0.00 4.84 0.03 0.10 60.92 00:43:00 00:16:01 5 33.09 0.00 5.50 0.02 0.12 61.28 00:43:00 00:16:01 6 36.39 0.00 6.21 0.02 0.10 57.28 00:43:00 00:16:01 7 35.48 0.00 4.97 0.07 0.12 59.37 00:43:00 00:17:01 all 31.52 0.00 6.43 4.09 0.10 57.86 00:43:00 00:17:01 0 31.32 0.00 6.25 2.09 0.10 60.23 00:43:00 00:17:01 1 33.06 0.00 6.38 6.34 0.10 54.12 00:43:00 00:17:01 2 31.85 0.00 7.15 2.44 0.10 58.46 00:43:00 00:17:01 3 31.19 0.00 6.92 13.77 0.12 48.01 00:43:00 00:17:01 4 30.99 0.00 6.01 1.27 0.12 61.62 00:43:00 00:17:01 5 31.22 0.00 6.01 1.67 0.10 61.00 00:43:00 00:17:01 6 31.89 0.00 6.41 2.75 0.08 58.87 00:43:00 00:17:01 7 30.63 0.00 6.27 2.36 0.10 60.63 00:43:00 00:18:01 all 8.96 0.00 3.69 26.81 0.07 60.46 00:43:00 00:18:01 0 9.49 0.00 3.46 21.47 0.05 65.53 00:43:00 00:18:01 1 8.50 0.00 3.40 29.32 0.08 58.69 00:43:00 00:18:01 2 7.60 0.00 4.68 52.92 0.07 34.73 00:43:00 00:18:01 3 8.46 0.00 3.52 38.17 0.07 49.78 00:43:00 00:18:01 4 9.98 0.00 2.99 13.15 0.05 73.83 00:43:00 00:18:01 5 9.73 0.00 3.82 8.46 0.05 77.94 00:43:00 00:18:01 6 8.59 0.00 3.71 25.60 0.07 62.03 00:43:00 00:18:01 7 9.32 0.00 3.98 25.54 0.10 61.06 00:43:00 00:19:01 all 6.59 0.00 3.59 13.10 0.07 76.66 00:43:00 00:19:01 0 6.82 0.00 2.86 3.03 0.07 87.22 00:43:00 00:19:01 1 6.66 0.00 3.48 14.68 0.07 75.11 00:43:00 00:19:01 2 6.69 0.00 4.04 49.68 0.08 39.51 00:43:00 00:19:01 3 6.65 0.00 3.33 1.81 0.05 88.15 00:43:00 00:19:01 4 6.25 0.00 3.52 27.77 0.05 62.41 00:43:00 00:19:01 5 6.75 0.00 3.74 2.78 0.07 86.67 00:43:00 00:19:01 6 6.36 0.00 3.65 2.94 0.07 86.98 00:43:00 00:19:01 7 6.55 0.00 4.09 2.25 0.07 87.04 00:43:00 00:20:01 all 85.47 0.00 11.35 0.94 0.20 2.04 00:43:00 00:20:01 0 85.61 0.00 11.27 0.72 0.15 2.24 00:43:00 00:20:01 1 85.39 0.00 11.38 1.06 0.19 1.97 00:43:00 00:20:01 2 85.39 0.00 11.51 2.01 0.17 0.93 00:43:00 00:20:01 3 85.45 0.00 11.50 0.65 0.20 2.20 00:43:00 00:20:01 4 85.39 0.00 11.44 0.77 0.17 2.22 00:43:00 00:20:01 5 85.22 0.00 11.58 0.70 0.19 2.31 00:43:00 00:20:01 6 85.06 0.00 11.46 0.81 0.37 2.29 00:43:00 00:20:01 7 86.24 0.00 10.67 0.76 0.19 2.14 00:43:00 00:21:01 all 33.79 0.00 5.79 10.01 0.12 50.30 00:43:00 00:21:01 0 33.22 0.00 5.80 2.02 0.12 58.85 00:43:00 00:21:01 1 34.27 0.00 5.00 10.56 0.08 50.08 00:43:00 00:21:01 2 33.47 0.00 7.33 51.02 0.15 8.02 00:43:00 00:21:01 3 33.18 0.00 5.07 3.04 0.12 58.58 00:43:00 00:21:01 4 35.58 0.00 5.81 3.32 0.13 55.16 00:43:00 00:21:01 5 32.78 0.00 6.10 1.97 0.12 59.03 00:43:00 00:21:01 6 32.85 0.00 5.31 1.65 0.12 60.06 00:43:00 00:21:01 7 34.92 0.00 5.92 7.01 0.12 52.03 00:43:00 00:22:01 all 7.46 0.00 1.05 0.14 0.06 91.29 00:43:00 00:22:01 0 3.77 0.00 0.97 0.03 0.07 95.16 00:43:00 00:22:01 1 5.52 0.00 0.87 0.02 0.07 93.53 00:43:00 00:22:01 2 10.05 0.00 0.95 0.55 0.05 88.40 00:43:00 00:22:01 3 6.89 0.00 1.00 0.02 0.07 92.02 00:43:00 00:22:01 4 8.51 0.00 1.27 0.05 0.08 90.08 00:43:00 00:22:01 5 8.37 0.00 1.01 0.03 0.05 90.54 00:43:00 00:22:01 6 6.67 0.00 0.73 0.02 0.03 92.54 00:43:00 00:22:01 7 9.90 0.00 1.63 0.39 0.07 88.01 00:43:00 00:23:01 all 3.51 0.00 0.46 0.05 0.04 95.93 00:43:00 00:23:01 0 6.33 0.00 0.55 0.00 0.05 93.07 00:43:00 00:23:01 1 3.80 0.00 0.45 0.03 0.05 95.66 00:43:00 00:23:01 2 0.70 0.00 0.37 0.32 0.03 98.58 00:43:00 00:23:01 3 4.79 0.00 0.42 0.03 0.05 94.71 00:43:00 00:23:01 4 3.92 0.00 0.47 0.02 0.03 95.56 00:43:00 00:23:01 5 1.85 0.00 0.38 0.02 0.03 97.71 00:43:00 00:23:01 6 4.24 0.00 0.37 0.00 0.03 95.36 00:43:00 00:23:01 7 2.42 0.00 0.70 0.00 0.05 96.83 00:43:00 00:24:01 all 0.05 0.00 0.01 0.01 0.00 99.92 00:43:00 00:24:01 0 0.33 0.00 0.02 0.00 0.00 99.65 00:43:00 00:24:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:43:00 00:24:01 2 0.02 0.00 0.00 0.03 0.00 99.95 00:43:00 00:24:01 3 0.03 0.00 0.02 0.00 0.02 99.93 00:43:00 00:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:24:01 5 0.00 0.00 0.00 0.02 0.00 99.98 00:43:00 00:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:43:00 00:24:01 CPU %user %nice %system %iowait %steal %idle 00:43:00 00:25:01 all 0.18 0.00 0.01 0.01 0.01 99.79 00:43:00 00:25:01 0 1.21 0.00 0.00 0.00 0.00 98.79 00:43:00 00:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:25:01 2 0.07 0.00 0.00 0.03 0.02 99.88 00:43:00 00:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:25:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:25:01 5 0.02 0.00 0.00 0.08 0.02 99.88 00:43:00 00:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:25:01 7 0.07 0.00 0.03 0.00 0.02 99.88 00:43:00 00:26:01 all 0.04 0.00 0.01 0.05 0.01 99.90 00:43:00 00:26:01 0 0.23 0.00 0.02 0.00 0.02 99.73 00:43:00 00:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 00:43:00 00:26:01 2 0.00 0.00 0.02 0.35 0.02 99.62 00:43:00 00:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:26:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:26:01 5 0.00 0.00 0.00 0.03 0.00 99.97 00:43:00 00:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:27:01 all 0.22 0.00 0.01 0.01 0.00 99.76 00:43:00 00:27:01 0 1.60 0.00 0.00 0.00 0.00 98.40 00:43:00 00:27:01 1 0.02 0.00 0.03 0.02 0.02 99.92 00:43:00 00:27:01 2 0.03 0.00 0.02 0.03 0.00 99.92 00:43:00 00:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:27:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:27:01 5 0.02 0.00 0.00 0.02 0.00 99.97 00:43:00 00:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:28:01 all 0.09 0.00 0.03 0.00 0.01 99.87 00:43:00 00:28:01 0 0.65 0.00 0.07 0.00 0.02 99.27 00:43:00 00:28:01 1 0.02 0.00 0.02 0.02 0.02 99.93 00:43:00 00:28:01 2 0.00 0.00 0.03 0.00 0.02 99.95 00:43:00 00:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 00:43:00 00:28:01 5 0.00 0.00 0.03 0.02 0.00 99.95 00:43:00 00:28:01 6 0.00 0.00 0.02 0.00 0.00 99.98 00:43:00 00:28:01 7 0.02 0.00 0.03 0.00 0.00 99.95 00:43:00 00:29:02 all 0.03 0.00 0.01 0.01 0.01 99.94 00:43:00 00:29:02 0 0.02 0.00 0.00 0.00 0.02 99.97 00:43:00 00:29:02 1 0.02 0.00 0.02 0.03 0.02 99.92 00:43:00 00:29:02 2 0.05 0.00 0.02 0.03 0.00 99.90 00:43:00 00:29:02 3 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:29:02 4 0.05 0.00 0.03 0.00 0.03 99.88 00:43:00 00:29:02 5 0.03 0.00 0.00 0.00 0.02 99.95 00:43:00 00:29:02 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:29:02 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:30:01 all 0.06 0.00 0.01 0.01 0.01 99.92 00:43:00 00:30:01 0 0.39 0.00 0.02 0.00 0.00 99.59 00:43:00 00:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:30:01 2 0.00 0.00 0.00 0.07 0.02 99.92 00:43:00 00:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:30:01 4 0.03 0.00 0.02 0.00 0.02 99.93 00:43:00 00:30:01 5 0.02 0.00 0.00 0.02 0.00 99.97 00:43:00 00:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:31:01 all 0.01 0.00 0.01 0.00 0.01 99.96 00:43:00 00:31:01 0 0.03 0.00 0.00 0.00 0.02 99.95 00:43:00 00:31:01 1 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:31:01 2 0.02 0.00 0.03 0.00 0.02 99.93 00:43:00 00:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 00:43:00 00:31:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:31:01 5 0.03 0.00 0.00 0.02 0.00 99.95 00:43:00 00:31:01 6 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:31:01 7 0.02 0.00 0.03 0.00 0.00 99.95 00:43:00 00:32:01 all 0.05 0.00 0.00 0.00 0.01 99.94 00:43:00 00:32:01 0 0.33 0.00 0.00 0.00 0.00 99.67 00:43:00 00:32:01 1 0.02 0.00 0.02 0.02 0.02 99.93 00:43:00 00:32:01 2 0.00 0.00 0.00 0.02 0.00 99.98 00:43:00 00:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:32:01 4 0.00 0.00 0.00 0.00 0.03 99.97 00:43:00 00:32:01 5 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 00:43:00 00:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 00:43:00 00:33:01 0 0.02 0.00 0.00 0.00 0.02 99.97 00:43:00 00:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 00:43:00 00:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:33:01 4 0.03 0.00 0.03 0.00 0.02 99.92 00:43:00 00:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:33:01 7 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:34:01 all 0.00 0.00 0.01 0.00 0.01 99.98 00:43:00 00:34:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:34:01 1 0.00 0.00 0.02 0.00 0.02 99.97 00:43:00 00:34:01 2 0.02 0.00 0.00 0.03 0.00 99.95 00:43:00 00:34:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:43:00 00:34:01 4 0.02 0.00 0.02 0.00 0.03 99.93 00:43:00 00:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 00:43:00 00:35:01 all 0.01 0.00 0.01 0.01 0.01 99.96 00:43:00 00:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:35:01 2 0.03 0.00 0.02 0.07 0.02 99.87 00:43:00 00:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:35:01 4 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:35:01 5 0.02 0.00 0.02 0.02 0.00 99.95 00:43:00 00:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:43:00 00:35:01 CPU %user %nice %system %iowait %steal %idle 00:43:00 00:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 00:43:00 00:36:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:43:00 00:36:01 4 0.03 0.00 0.03 0.00 0.02 99.92 00:43:00 00:36:01 5 0.05 0.00 0.00 0.02 0.02 99.92 00:43:00 00:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:36:01 7 0.02 0.00 0.00 0.00 0.02 99.97 00:43:00 00:37:01 all 0.01 0.00 0.01 0.01 0.01 99.96 00:43:00 00:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:37:01 1 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:37:01 2 0.02 0.00 0.00 0.05 0.02 99.92 00:43:00 00:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:37:01 4 0.03 0.00 0.02 0.00 0.02 99.93 00:43:00 00:37:01 5 0.05 0.00 0.00 0.02 0.00 99.93 00:43:00 00:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:37:01 7 0.00 0.00 0.03 0.00 0.00 99.97 00:43:00 00:38:01 all 0.11 0.00 0.02 0.01 0.01 99.86 00:43:00 00:38:01 0 0.17 0.00 0.03 0.03 0.00 99.77 00:43:00 00:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 00:43:00 00:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 00:43:00 00:38:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:43:00 00:38:01 4 0.15 0.00 0.02 0.00 0.02 99.82 00:43:00 00:38:01 5 0.25 0.00 0.00 0.00 0.00 99.75 00:43:00 00:38:01 6 0.18 0.00 0.00 0.00 0.02 99.80 00:43:00 00:38:01 7 0.02 0.00 0.02 0.02 0.00 99.95 00:43:00 00:39:01 all 0.20 0.00 0.02 0.01 0.01 99.77 00:43:00 00:39:01 0 0.05 0.00 0.02 0.00 0.02 99.92 00:43:00 00:39:01 1 0.05 0.00 0.05 0.02 0.00 99.88 00:43:00 00:39:01 2 0.08 0.00 0.00 0.02 0.02 99.88 00:43:00 00:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:43:00 00:39:01 4 0.22 0.00 0.02 0.02 0.02 99.73 00:43:00 00:39:01 5 0.58 0.00 0.02 0.02 0.02 99.37 00:43:00 00:39:01 6 0.47 0.00 0.03 0.00 0.00 99.50 00:43:00 00:39:01 7 0.10 0.00 0.02 0.00 0.00 99.88 00:43:00 00:40:01 all 0.04 0.00 0.01 0.00 0.01 99.94 00:43:00 00:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:43:00 00:40:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:43:00 00:40:01 2 0.03 0.00 0.03 0.02 0.00 99.92 00:43:00 00:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 00:43:00 00:40:01 4 0.03 0.00 0.00 0.00 0.03 99.93 00:43:00 00:40:01 5 0.13 0.00 0.00 0.02 0.00 99.85 00:43:00 00:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:41:01 all 0.00 0.00 0.01 0.00 0.01 99.97 00:43:00 00:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 00:43:00 00:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:43:00 00:41:01 2 0.02 0.00 0.00 0.03 0.02 99.93 00:43:00 00:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:41:01 4 0.00 0.00 0.02 0.00 0.02 99.97 00:43:00 00:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 00:43:00 00:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 00:43:00 00:41:01 7 0.00 0.00 0.03 0.00 0.02 99.95 00:43:00 00:42:01 all 4.97 0.00 1.98 1.35 0.03 91.67 00:43:00 00:42:01 0 5.38 0.00 1.78 1.71 0.03 91.10 00:43:00 00:42:01 1 4.80 0.00 1.65 0.13 0.03 93.38 00:43:00 00:42:01 2 4.67 0.00 2.34 8.43 0.03 84.53 00:43:00 00:42:01 3 5.87 0.00 1.72 0.07 0.03 92.31 00:43:00 00:42:01 4 5.99 0.00 2.01 0.02 0.03 91.95 00:43:00 00:42:01 5 5.13 0.00 2.02 0.00 0.02 92.83 00:43:00 00:42:01 6 3.91 0.00 1.61 0.45 0.03 93.99 00:43:00 00:42:01 7 4.02 0.00 2.69 0.00 0.03 93.25 00:43:00 Average: all 8.42 0.00 1.61 2.30 0.04 87.63 00:43:00 Average: 0 8.47 0.00 1.59 1.68 0.04 88.22 00:43:00 Average: 1 8.53 0.00 1.60 2.40 0.04 87.43 00:43:00 Average: 2 8.45 0.00 1.76 5.76 0.04 83.99 00:43:00 Average: 3 8.41 0.00 1.62 3.04 0.04 86.89 00:43:00 Average: 4 8.53 0.00 1.54 1.88 0.04 88.01 00:43:00 Average: 5 8.23 0.00 1.57 0.57 0.03 89.59 00:43:00 Average: 6 8.34 0.00 1.59 1.68 0.04 88.35 00:43:00 Average: 7 8.38 0.00 1.64 1.38 0.04 88.56 00:43:00 00:43:00 00:43:00