Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cb6527cf2788a41b6debaba97c6050bf2889ad58 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-ssh14348591254001474972.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh2802932874524205380.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6285836934945293373.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh4338102060940665526.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-ssh11917558150304372682.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/v2], 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.18 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/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5121 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/399 [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/399 # 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 cb6527cf2788a41b6debaba97c6050bf2889ad58 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4325)" > 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 cb6527cf2788a41b6debaba97c6050bf2889ad58 # timeout=10 > git rev-list --no-walk 7290d2ed4a96933bf3c3f5b5e1425bd1c3f2311c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:54:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:54:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:54:53 ========================================================= 14:54:53 EdgeX Global Pipelines Version Info 14:54:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:54:54 ------------------- 14:54:54 stable info: 14:54:54 ------------------- 14:54:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:54:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:54:54 Message: update stable to v1.0.244 14:54:54 ------------------- 14:54:54 experimental info: 14:54:54 ------------------- 14:54:54 Commited By: **** collab-it+edgex@linuxfoundation.org 14:54:54 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 14:54:54 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb6527c [Pipeline] echo 14:54:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:54:55 provisioning config files... 14:54:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/399@tmp/config17116671653291734174tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:54:55 ---> docker-login.sh 14:54:55 nexus3.edgexfoundry.org:10001 14:54:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:54:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:54:55 Configure a credential helper to remove this warning. See 14:54:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:54:55 14:54:55 Login Succeeded 14:54:55 nexus3.edgexfoundry.org:10002 14:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:54:56 Configure a credential helper to remove this warning. See 14:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:54:56 14:54:56 Login Succeeded 14:54:56 nexus3.edgexfoundry.org:10003 14:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:54:56 Configure a credential helper to remove this warning. See 14:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:54:56 14:54:56 Login Succeeded 14:54:56 nexus3.edgexfoundry.org:10004 14:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:54:56 Configure a credential helper to remove this warning. See 14:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:54:56 14:54:56 Login Succeeded 14:54:56 docker.io 14:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:54:56 Configure a credential helper to remove this warning. See 14:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:54:56 14:54:56 Login Succeeded 14:54:56 ---> docker-login.sh ends [Pipeline] } 14:54:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:54:57 + 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-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 14:54:57 + dirname cmd/core-command/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo core-command,cmd/core-command/Dockerfile 14:54:57 + dirname cmd/core-common-config-bootstrapper/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 14:54:57 + dirname cmd/core-data/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo core-data,cmd/core-data/Dockerfile 14:54:57 + dirname cmd/core-metadata/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo core-metadata,cmd/core-metadata/Dockerfile 14:54:57 + dirname cmd/security-bootstrapper/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:54:57 + + cut -d/ -f2 14:54:57 dirname cmd/security-proxy-setup/Dockerfile 14:54:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:54:57 + dirname cmd/security-secretstore-setup/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:54:57 + dirname cmd/security-spiffe-token-provider/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 14:54:57 + dirname cmd/security-spire-agent/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 14:54:57 + dirname cmd/security-spire-config/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-spire-config,cmd/security-spire-config/Dockerfile 14:54:57 + dirname cmd/security-spire-server/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo security-spire-server,cmd/security-spire-server/Dockerfile 14:54:57 + dirname cmd/support-notifications/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo support-notifications,cmd/support-notifications/Dockerfile 14:54:57 + dirname cmd/support-scheduler/Dockerfile 14:54:57 + cut -d/ -f2 14:54:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 14:54:57 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-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 14:54:57 + git rev-list -1 --merges cb6527cf2788a41b6debaba97c6050bf2889ad58~1..cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] echo 14:54:57 -----------> git rev-list -1 --merges cb6527cf2788a41b6debaba97c6050bf2889ad58~1..cb6527cf2788a41b6debaba97c6050bf2889ad58 cb6527cf2788a41b6debaba97c6050bf2889ad58 [false] [Pipeline] sh 14:54:57 + git log --format=format:%s -1 cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] echo 14:54:57 ========================================================= 14:54:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:54:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 14:54:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:54:58 + grep -v github /etc/ssh/ssh_known_hosts 14:54:58 + [ -e /tmp/ssh_known_hosts ] 14:54:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:54:58 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 14:54:58 -a /etc/ssh/ssh_known_hosts 14:54:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:54:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:54:58 14:54:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:54:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:54:58 0.1.4: Pulling from edgex-devops/py-git-semver 14:54:58 b85a868b505f: Pulling fs layer 14:54:58 e2be974225ed: Pulling fs layer 14:54:58 339a4e72a1f5: Pulling fs layer 14:54:58 988bab9f4d93: Pulling fs layer 14:54:58 1469e6f7b9e6: Pulling fs layer 14:54:58 eaf3925da568: Pulling fs layer 14:54:58 bab4dde63d76: Pulling fs layer 14:54:58 bde34c3a00c8: Pulling fs layer 14:54:58 b352a97aabf1: Pulling fs layer 14:54:58 4872d77fe225: Pulling fs layer 14:54:58 5851b861e8e6: Pulling fs layer 14:54:58 988bab9f4d93: Waiting 14:54:58 1469e6f7b9e6: Waiting 14:54:58 eaf3925da568: Waiting 14:54:58 bab4dde63d76: Waiting 14:54:58 b352a97aabf1: Waiting 14:54:58 4872d77fe225: Waiting 14:54:58 bde34c3a00c8: Waiting 14:54:58 5851b861e8e6: Waiting 14:54:58 e2be974225ed: Verifying Checksum 14:54:58 e2be974225ed: Download complete 14:54:58 988bab9f4d93: Verifying Checksum 14:54:58 988bab9f4d93: Download complete 14:54:59 1469e6f7b9e6: Verifying Checksum 14:54:59 1469e6f7b9e6: Download complete 14:54:59 eaf3925da568: Verifying Checksum 14:54:59 eaf3925da568: Download complete 14:54:59 339a4e72a1f5: Verifying Checksum 14:54:59 339a4e72a1f5: Download complete 14:54:59 bde34c3a00c8: Verifying Checksum 14:54:59 bde34c3a00c8: Download complete 14:54:59 b352a97aabf1: Verifying Checksum 14:54:59 b352a97aabf1: Download complete 14:54:59 4872d77fe225: Verifying Checksum 14:54:59 4872d77fe225: Download complete 14:54:59 5851b861e8e6: Download complete 14:54:59 b85a868b505f: Verifying Checksum 14:54:59 b85a868b505f: Download complete 14:54:59 bab4dde63d76: Verifying Checksum 14:54:59 bab4dde63d76: Download complete 14:55:00 b85a868b505f: Pull complete 14:55:00 e2be974225ed: Pull complete 14:55:01 339a4e72a1f5: Pull complete 14:55:01 988bab9f4d93: Pull complete 14:55:01 1469e6f7b9e6: Pull complete 14:55:01 eaf3925da568: Pull complete 14:55:03 bab4dde63d76: Pull complete 14:55:03 bde34c3a00c8: Pull complete 14:55:03 b352a97aabf1: Pull complete 14:55:03 4872d77fe225: Pull complete 14:55:03 5851b861e8e6: Pull complete 14:55:03 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 14:55:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:55:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:55:03 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 14:55:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:55:04 $ docker top 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d -eo pid,comm 14:55:04 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). 14:55:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:55:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:05 [ssh-agent] Looking for ssh-agent implementation... 14:55:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:05 $ docker exec 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d ssh-agent 14:55:05 SSH_AUTH_SOCK=/tmp/ssh-BSSXU9dQNkDI/agent.32 14:55:05 SSH_AGENT_PID=38 14:55:05 Running ssh-add (command line suppressed) 14:55:05 Identity added: /w/workspace/edgex-go/399@tmp/private_key_2811113975296715981.key (/w/workspace/edgex-go/399@tmp/private_key_2811113975296715981.key) 14:55:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:05 + git tag --points-at HEAD [Pipeline] } 14:55:05 $ docker exec --env ******** --env ******** 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d ssh-agent -k 14:55:05 unset SSH_AUTH_SOCK; 14:55:05 unset SSH_AGENT_PID; 14:55:05 echo Agent pid 38 killed; 14:55:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:55:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:05 [ssh-agent] Looking for ssh-agent implementation... 14:55:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:05 $ docker exec 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d ssh-agent 14:55:06 SSH_AUTH_SOCK=/tmp/ssh-2eHZLya53145/agent.70 14:55:06 SSH_AGENT_PID=76 14:55:06 Running ssh-add (command line suppressed) 14:55:06 Identity added: /w/workspace/edgex-go/399@tmp/private_key_12800410469528749585.key (/w/workspace/edgex-go/399@tmp/private_key_12800410469528749585.key) 14:55:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:06 + git semver init 14:55:06 2023-02-08 14:55:06,590 [run_init] DEBUG init version:0.0.0 force:False 14:55:06 2023-02-08 14:55:06,591 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/399/.semver 14:55:06 2023-02-08 14:55:06,592 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/399/.semver 14:55:06 2023-02-08 14:55:06,593 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/399/.semver'], cwd=/w/workspace/edgex-go/399, universal_newlines=False, shell=None, istream=None) 14:55:11 2023-02-08 14:55:11,312 [append_file] DEBUG append to file:/w/workspace/edgex-go/399/.git/info/exclude 14:55:11 2023-02-08 14:55:11,312 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/399/.semver/main with force:False 14:55:11 2023-02-08 14:55:11,313 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 14:55:11 2023-02-08 14:55:11,313 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 14:55:11 3.0.0-dev.40 [Pipeline] } 14:55:11 $ docker exec --env ******** --env ******** 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d ssh-agent -k 14:55:12 unset SSH_AUTH_SOCK; 14:55:12 unset SSH_AGENT_PID; 14:55:12 echo Agent pid 76 killed; 14:55:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:55:12 + git semver [Pipeline] } 14:55:12 $ docker stop --time=1 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d 14:55:13 $ docker rm -f --volumes 1126370a52d0bea01359675e56733775f88139b120dadc82073d7c07f657b67d [Pipeline] // withDockerContainer [Pipeline] sh 14:55:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:55:14 Stashed 1 file(s) [Pipeline] echo 14:55:14 [edgeXSemver]: initialized semver on version 3.0.0-dev.40 [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 14:55:14 + git config --global --add safe.directory /w/workspace/edgex-go/399 [Pipeline] echo 14:55:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:55:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:55:15 ========================================================= 14:55:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 14:55:15 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:55:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:55:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 14:55:15 213ec9aee27d: Pulling fs layer 14:55:15 4583459ba037: Pulling fs layer 14:55:15 93c1e223e6f2: Pulling fs layer 14:55:15 53926ce57604: Pulling fs layer 14:55:15 21b2b0c7a3f4: Pulling fs layer 14:55:15 22ff95d597cd: Pulling fs layer 14:55:15 12d6caf4c0d1: Pulling fs layer 14:55:15 96b7cbca73a9: Pulling fs layer 14:55:15 a7acece74701: Pulling fs layer 14:55:15 21b2b0c7a3f4: Waiting 14:55:15 22ff95d597cd: Waiting 14:55:15 53926ce57604: Waiting 14:55:15 12d6caf4c0d1: Waiting 14:55:15 96b7cbca73a9: Waiting 14:55:15 a7acece74701: Waiting 14:55:15 93c1e223e6f2: Verifying Checksum 14:55:15 93c1e223e6f2: Download complete 14:55:15 4583459ba037: Verifying Checksum 14:55:15 4583459ba037: Download complete 14:55:15 21b2b0c7a3f4: Verifying Checksum 14:55:15 21b2b0c7a3f4: Download complete 14:55:15 22ff95d597cd: Verifying Checksum 14:55:15 22ff95d597cd: Download complete 14:55:15 213ec9aee27d: Verifying Checksum 14:55:15 213ec9aee27d: Download complete 14:55:15 12d6caf4c0d1: Verifying Checksum 14:55:15 12d6caf4c0d1: Download complete 14:55:15 213ec9aee27d: Pull complete 14:55:15 4583459ba037: Pull complete 14:55:15 93c1e223e6f2: Pull complete 14:55:16 a7acece74701: Verifying Checksum 14:55:16 a7acece74701: Download complete 14:55:16 53926ce57604: Verifying Checksum 14:55:16 53926ce57604: Download complete 14:55:16 96b7cbca73a9: Download complete 14:55:20 53926ce57604: Pull complete 14:55:20 21b2b0c7a3f4: Pull complete 14:55:20 22ff95d597cd: Pull complete 14:55:20 12d6caf4c0d1: Pull complete 14:55:22 96b7cbca73a9: Pull complete 14:55:23 a7acece74701: Pull complete 14:55:23 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 14:55:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:55:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 14:55:23 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:55:23 WORKDIR /edgex 14:55:23 COPY go.mod . 14:55:23 RUN go mod download 14:55:23 + docker build -t ci-base-image-x86_64 -f - . 14:55:24 Sending build context to Docker daemon 170.1MB 14:55:24 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 14:55:24 ---> db6d94c90886 14:55:24 Step 2/4 : WORKDIR /edgex 14:55:27 ---> Running in fa27d3f038b8 14:55:27 Removing intermediate container fa27d3f038b8 14:55:27 ---> f02a248317f4 14:55:27 Step 3/4 : COPY go.mod . 14:55:27 ---> ff1e34b208d5 14:55:27 Step 4/4 : RUN go mod download 14:55:27 ---> Running in dcadbf1f5ebe 14:55:29 Still waiting to schedule task 14:55:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 14:55:39 Removing intermediate container dcadbf1f5ebe 14:55:39 ---> 17387dab0476 14:55:39 Successfully built 17387dab0476 14:55:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:39 + docker inspect -f . ci-base-image-x86_64 14:55:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:55:39 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 14:55:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:55:40 $ docker top f17d5c1965dc2c43af01a92237926ad44136e7d10e431efd01a06001345c276c -eo pid,comm [Pipeline] { [Pipeline] sh 14:55:40 + go version 14:55:40 go version go1.18.7 linux/amd64 [Pipeline] } 14:55:40 $ docker stop --time=1 f17d5c1965dc2c43af01a92237926ad44136e7d10e431efd01a06001345c276c 14:55:41 $ docker rm -f --volumes f17d5c1965dc2c43af01a92237926ad44136e7d10e431efd01a06001345c276c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:55:42 + docker inspect -f . ci-base-image-x86_64 14:55:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:55:42 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 14:55:42 $ 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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:55:42 $ docker top 77c39533740554237b6f2407e6e5194878a89f187bd65cd5ba24823b9a902d32 -eo pid,comm [Pipeline] { [Pipeline] echo 14:55:42 ========================================================= 14:55:42 [edgeXBuildGoParallel] Running Tests and Build... 14:55:42 ========================================================= [Pipeline] sh 14:55:43 + git config --global --add safe.directory /w/workspace/edgex-go/399 [Pipeline] fileExists [Pipeline] sh 14:55:43 + make test 14:55:43 go test -race -coverprofile=coverage.out ./... 14:55:49 ? github.com/edgexfoundry/edgex-go [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:56:02 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 14:56:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.106s coverage: 28.7% of statements 14:56:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:56:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:56:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements 14:56:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.118s coverage: 73.2% of statements 14:56:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 14:56:06 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 14:56:06 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 14:56:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.116s coverage: 54.0% of statements 14:56:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:56:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.600s coverage: 89.2% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.085s coverage: 2.6% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.494s coverage: 95.6% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/io 0.083s coverage: 72.2% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 65.9% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.071s coverage: 0.9% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.090s coverage: 29.6% of statements 14:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 82.9% of statements 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.876s coverage: 96.3% of statements 14:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 14:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.117s coverage: 94.4% of statements 14:56:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 14:56:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.232s coverage: 79.9% of statements 14:56:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 86.9% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 77.4% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.0% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.216s coverage: 64.7% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 89.4% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 65.3% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 41.8% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.167s coverage: 92.3% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 63.2% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:56:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.105s coverage: 97.7% of statements 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 14:56:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 14:56:26 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 14:56:44 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 14:56:44 go vet ./... 14:56:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:56:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 14:56:48 ./bin/test-attribution-txt.sh [Pipeline] echo 14:56:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 14:56:48 + ls -al . 14:56:48 total 744 14:56:48 drwxrwxr-x 11 1001 1001 4096 Feb 8 14:55 . 14:56:48 drwxr-xr-x 4 root root 4096 Feb 8 14:55 .. 14:56:48 drwxrwxr-x 2 1001 1001 4096 Feb 8 14:54 .blubracket 14:56:48 -rw-rw-r-- 1 1001 1001 16 Feb 8 14:54 .dockerignore 14:56:48 drwxrwxr-x 8 1001 1001 4096 Feb 8 14:56 .git 14:56:48 drwxrwxr-x 3 1001 1001 4096 Feb 8 14:54 .github 14:56:48 -rw-rw-r-- 1 1001 1001 1024 Feb 8 14:54 .gitignore 14:56:48 -rw-rw-r-- 1 1001 1001 42 Feb 8 14:54 .golangci.yml 14:56:48 -rw-rw-r-- 1 1001 1001 87 Feb 8 14:54 .hadolint.yml 14:56:48 drwxr-xr-x 3 1001 1001 4096 Feb 8 14:55 .semver 14:56:48 -rw-rw-r-- 1 1001 1001 166 Feb 8 14:54 .sonarcloud.properties 14:56:48 -rw-rw-r-- 1 1001 1001 1171 Feb 8 14:54 ADOPTERS.md 14:56:48 -rw-rw-r-- 1 1001 1001 10825 Feb 8 14:54 Attribution.txt 14:56:48 -rw-rw-r-- 1 1001 1001 73765 Feb 8 14:54 CHANGELOG.md 14:56:48 -rw-rw-r-- 1 1001 1001 3804 Feb 8 14:54 CONTRIBUTING.md 14:56:48 -rw-rw-r-- 1 1001 1001 677 Feb 8 14:54 GOVERNANCE.md 14:56:48 -rw-rw-r-- 1 1001 1001 850 Feb 8 14:54 Jenkinsfile 14:56:48 -rw-rw-r-- 1 1001 1001 10775 Feb 8 14:54 LICENSE 14:56:48 -rw-rw-r-- 1 1001 1001 13375 Feb 8 14:54 Makefile 14:56:48 -rw-rw-r-- 1 1001 1001 582 Feb 8 14:54 OWNERS.md 14:56:48 -rw-rw-r-- 1 1001 1001 9403 Feb 8 14:54 README.md 14:56:48 -rw-rw-r-- 1 1001 1001 6912 Feb 8 14:54 SECURITY.md 14:56:48 -rw-rw-r-- 1 1001 1001 12 Feb 8 14:55 VERSION 14:56:48 drwxrwxr-x 2 1001 1001 4096 Feb 8 14:54 bin 14:56:48 drwxrwxr-x 17 1001 1001 4096 Feb 8 14:54 cmd 14:56:48 -rw-r--r-- 1 root root 484957 Feb 8 14:56 coverage.out 14:56:48 -rw-rw-r-- 1 1001 1001 3294 Feb 8 14:54 go.mod 14:56:48 -rw-rw-r-- 1 1001 1001 33316 Feb 8 14:54 go.sum 14:56:48 drwxrwxr-x 7 1001 1001 4096 Feb 8 14:54 internal 14:56:48 drwxrwxr-x 3 1001 1001 4096 Feb 8 14:54 openapi 14:56:48 drwxrwxr-x 4 1001 1001 4096 Feb 8 14:54 snap 14:56:48 -rw-rw-r-- 1 1001 1001 204 Feb 8 14:54 version.go [Pipeline] sh 14:56:48 + '[' -e coverage.out ] 14:56:48 + chown 1001:1001 coverage.out [Pipeline] stash 14:56:48 Stashed 1 file(s) [Pipeline] sh 14:56:49 + make build 14:56:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 14:57:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:57:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:57:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 14:57:03 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:57:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5124 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 14:57:05 Running in /w/workspace/edgex-go/399 [Pipeline] { [Pipeline] checkout 14:57:05 The recommended git tool is: git 14:57:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:57:10 using credential edgex-jenkins-ssh 14:57:10 Cloning the remote Git repository 14:57:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:57:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:57:11 > git init /w/workspace/edgex-go/399 # timeout=10 14:57:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:57:11 > git --version # timeout=10 14:57:11 > git --version # 'git version 2.25.1' 14:57:11 using GIT_SSH to set credentials SSH Credentials for GitHub 14:57:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:57:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:57:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:57:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:57:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:57:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 14:57:19 $ docker stop --time=1 77c39533740554237b6f2407e6e5194878a89f187bd65cd5ba24823b9a902d32 14:57:21 $ docker rm -f --volumes 77c39533740554237b6f2407e6e5194878a89f187bd65cd5ba24823b9a902d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:57:22 14:57:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:57:22 latest: Pulling from edgex-devops/edgex-compose 14:57:22 cbdbe7a5bc2a: Pulling fs layer 14:57:22 ca9280d653b3: Pulling fs layer 14:57:22 7e9c9ca2126c: Pulling fs layer 14:57:22 cbdbe7a5bc2a: Verifying Checksum 14:57:22 cbdbe7a5bc2a: Download complete 14:57:23 cbdbe7a5bc2a: Pull complete 14:57:23 ca9280d653b3: Verifying Checksum 14:57:23 ca9280d653b3: Download complete 14:57:23 7e9c9ca2126c: Download complete 14:57:23 ca9280d653b3: Pull complete 14:57:26 7e9c9ca2126c: Pull complete 14:57:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:57:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:57:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:57:27 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 14:57:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@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 14:57:28 $ docker top 61d7e23c5e0a72d4604e05c2c4ae5f0f2b5299a172a6bd2dc689554cc36143c9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:57:28 + docker-compose build --help 14:57:28 + grep parallel 14:57:29 Avoid second fetch 14:57:29 Checking out Revision cb6527cf2788a41b6debaba97c6050bf2889ad58 (main) 14:57:29 --parallel Build images in parallel. [Pipeline] } 14:57:29 $ docker stop --time=1 61d7e23c5e0a72d4604e05c2c4ae5f0f2b5299a172a6bd2dc689554cc36143c9 14:57:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:57:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:57:29 > git config core.sparsecheckout # timeout=10 14:57:29 > git checkout -f cb6527cf2788a41b6debaba97c6050bf2889ad58 # timeout=10 14:57:30 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4325)" 14:57:30 $ docker rm -f --volumes 61d7e23c5e0a72d4604e05c2c4ae5f0f2b5299a172a6bd2dc689554cc36143c9 [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:57:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:57:31 . [Pipeline] } [Pipeline] // withEnv 14:57:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:57:31 % Total % Received % Xferd Average Speed Time Time Time Current 14:57:31 Dload Upload Total Spent Left Speed 14:57:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 207k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] withDockerContainer 14:57:31 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 14:57:31 $ 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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:57:31 $ docker top 5761ef8c1d438a654e233edb1a7392ebbd4f084d4b52f4bf8c8026693a3d4920 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 14:57:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:57:32 + docker-compose -f ./docker-compose-build.yml build --parallel 14:57:32 + sudo tee /etc/docker/daemon.new 14:57:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:57:32 { 14:57:32 "registry-mirrors": [ 14:57:32 "https://nexus3.edgexfoundry.org:10001" 14:57:32 ], 14:57:32 "bip": "10.250.0.254/24", 14:57:32 "hosts": [ 14:57:32 "tcp://0.0.0.0:5555", 14:57:32 "unix:///var/run/docker.sock" 14:57:32 ], 14:57:32 "mtu": 1458, 14:57:32 "selinux-enabled": true, 14:57:32 "seccomp-profile": "/etc/docker/seccomp.json" 14:57:32 } [Pipeline] sh 14:57:32 Building core-command ... 14:57:32 Building core-common-config-bootstrapper ... 14:57:32 Building core-data ... 14:57:32 Building core-metadata ... 14:57:32 Building security-bootstrapper ... 14:57:32 Building security-proxy-setup ... 14:57:32 Building security-secretstore-setup ... 14:57:32 Building security-spiffe-token-provider ... 14:57:32 Building security-spire-agent ... 14:57:32 Building security-spire-config ... 14:57:32 Building security-spire-server ... 14:57:32 Building support-notifications ... 14:57:32 Building support-scheduler ... 14:57:32 Building security-proxy-setup 14:57:32 Building security-spiffe-token-provider 14:57:32 Building security-spire-agent 14:57:32 Building core-command 14:57:32 Building support-notifications 14:57:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:57:33 + sudo service docker restart 14:57:42 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:57:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:57:42 ---> 17387dab0476 14:57:42 Step 3/24 : WORKDIR /edgex-go 14:57:42 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:57:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:57:42 ---> 17387dab0476 14:57:42 Step 3/22 : ARG ADD_BUILD_TAGS="" 14:57:43 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:57:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:57:43 ---> 17387dab0476 14:57:43 Step 3/21 : WORKDIR /edgex-go 14:57:43 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:57:43 Step 2/19 : FROM ${BUILDER_BASE} AS builder 14:57:43 ---> 17387dab0476 14:57:43 Step 3/19 : WORKDIR /edgex-go 14:57:45 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:57:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:57:45 ---> 17387dab0476 14:57:45 Step 3/23 : ARG ADD_BUILD_TAGS="" [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:57:51 provisioning config files... 14:57:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/399@tmp/config2600116599336334109tmp [Pipeline] { 14:57:51 ---> Running in 5b67402c9a9e 14:57:51 ---> Running in b82abcfb5fac 14:57:51 ---> Running in e04eb7c17430 14:57:51 ---> Running in 6b15af7394c7 14:57:51 ---> Running in 1e8d22404101 14:57:51 Removing intermediate container 6b15af7394c7 14:57:51 ---> 6e9986a9c5df 14:57:51 Step 4/23 : WORKDIR /edgex-go 14:57:51 Removing intermediate container b82abcfb5fac 14:57:51 ---> c6ac64e008b0 14:57:51 Step 4/22 : WORKDIR /edgex-go 14:57:51 Removing intermediate container e04eb7c17430 14:57:51 ---> 1050ea8d7e7b 14:57:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 14:57:51 Removing intermediate container 1e8d22404101 14:57:51 ---> 9c4c21f59834 14:57:51 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 14:57:51 Removing intermediate container 5b67402c9a9e 14:57:51 ---> f29b449fabee 14:57:51 Step 4/21 : RUN apk add --update --no-cache make git 14:57:51 ---> Running in d216ab72345d 14:57:51 ---> Running in 4536d9a6e97f 14:57:51 ---> Running in d7fb2834f543 14:57:51 ---> Running in 98a062073aab 14:57:51 ---> Running in 44204a50206e 14:57:51 Removing intermediate container d216ab72345d 14:57:51 ---> d91e8f4ccc9d 14:57:51 Step 5/23 : RUN apk add --update --no-cache make git 14:57:51 ---> Running in 6ebf504015c5 14:57:51 Removing intermediate container d7fb2834f543 14:57:51 ---> c4d0f7ae63be 14:57:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:57:51 ---> Running in 0c74f67008d6 [Pipeline] libraryResource [Pipeline] sh 14:57:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:51 ---> docker-login.sh 14:57:51 nexus3.edgexfoundry.org:10001 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:52 OK: 211 MiB in 51 packages 14:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:52 OK: 211 MiB in 51 packages 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:52 v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 14:57:52 v3.16.3-151-gb476f155c74 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 14:57:52 OK: 17046 distinct packages available 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:57:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:52 Configure a credential helper to remove this warning. See 14:57:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:52 14:57:52 Login Succeeded 14:57:52 nexus3.edgexfoundry.org:10002 14:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:57:52 OK: 211 MiB in 51 packages 14:57:52 OK: 211 MiB in 51 packages 14:57:52 Removing intermediate container 44204a50206e 14:57:52 ---> 22bb8d9b6755 14:57:52 Step 5/21 : COPY go.mod vendor* ./ 14:57:52 Removing intermediate container 4536d9a6e97f 14:57:52 ---> c36764747ed3 14:57:52 Step 5/24 : COPY go.mod vendor* ./ 14:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:52 OK: 211 MiB in 51 packages 14:57:52 ---> a598046c1a83 14:57:52 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:52 ---> 90d9bdc7b25c 14:57:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:52 ---> Running in b41a8a36c58a 14:57:52 ---> Running in 3e62a332c200 14:57:52 Removing intermediate container 0c74f67008d6 14:57:52 ---> 01ce5e70f18e 14:57:52 Step 6/22 : COPY go.mod vendor* ./ 14:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:53 Configure a credential helper to remove this warning. See 14:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:53 14:57:53 Login Succeeded 14:57:53 nexus3.edgexfoundry.org:10003 14:57:53 ---> 66cb9615294b 14:57:53 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:53 ---> Running in 813169a377df 14:57:53 Removing intermediate container 6ebf504015c5 14:57:53 ---> 5ca0ca016b0f 14:57:53 Step 6/23 : COPY go.mod vendor* ./ 14:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:53 Configure a credential helper to remove this warning. See 14:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:53 14:57:53 Login Succeeded 14:57:53 nexus3.edgexfoundry.org:10004 14:57:53 Removing intermediate container 98a062073aab 14:57:53 ---> 93c09ef53288 14:57:53 Step 5/19 : COPY go.mod vendor* ./ 14:57:53 ---> e159f8c9e689 14:57:53 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:53 ---> Running in 8572c047ae77 14:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:53 Configure a credential helper to remove this warning. See 14:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:53 14:57:53 Login Succeeded 14:57:53 docker.io 14:57:53 ---> baae64f58f19 14:57:53 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:57:53 ---> Running in 21e5c686a2e9 14:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:57:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:57:54 Configure a credential helper to remove this warning. See 14:57:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:57:54 14:57:54 Login Succeeded 14:57:54 ---> docker-login.sh ends [Pipeline] } 14:57:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 14:57:54 + git config --global --add safe.directory /w/workspace/edgex-go/399 [Pipeline] echo 14:57:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:57:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:57:54 ========================================================= 14:57:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 14:57:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 14:57:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:57:55 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:57:55 9b18e9b68314: Pulling fs layer 14:57:55 35d82f9e3411: Pulling fs layer 14:57:55 e16973657156: Pulling fs layer 14:57:55 fc693d55d65f: Pulling fs layer 14:57:55 7e9fc2657dce: Pulling fs layer 14:57:55 dda99020689f: Pulling fs layer 14:57:55 db1c61fa0a46: Pulling fs layer 14:57:55 891c053d2c06: Pulling fs layer 14:57:55 dda99020689f: Waiting 14:57:55 db1c61fa0a46: Waiting 14:57:55 891c053d2c06: Waiting 14:57:55 fc693d55d65f: Waiting 14:57:55 7e9fc2657dce: Waiting 14:57:55 e16973657156: Verifying Checksum 14:57:55 e16973657156: Download complete 14:57:55 35d82f9e3411: Verifying Checksum 14:57:55 35d82f9e3411: Download complete 14:57:55 7e9fc2657dce: Verifying Checksum 14:57:55 7e9fc2657dce: Download complete 14:57:55 dda99020689f: Verifying Checksum 14:57:55 dda99020689f: Download complete 14:57:55 9b18e9b68314: Verifying Checksum 14:57:55 9b18e9b68314: Download complete 14:57:56 9b18e9b68314: Pull complete 14:57:56 891c053d2c06: Verifying Checksum 14:57:56 891c053d2c06: Download complete 14:57:56 35d82f9e3411: Pull complete 14:57:57 e16973657156: Pull complete 14:57:57 db1c61fa0a46: Verifying Checksum 14:57:57 db1c61fa0a46: Download complete 14:57:58 fc693d55d65f: Verifying Checksum 14:57:58 fc693d55d65f: Download complete 14:58:10 fc693d55d65f: Pull complete 14:58:10 7e9fc2657dce: Pull complete 14:58:10 dda99020689f: Pull complete 14:58:17 db1c61fa0a46: Pull complete 14:58:19 891c053d2c06: Pull complete 14:58:19 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 14:58:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:58:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 14:58:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:58:19 WORKDIR /edgex 14:58:19 COPY go.mod . 14:58:19 RUN go mod download 14:58:19 + docker build -t ci-base-image-arm64 -f - . 14:58:20 Sending build context to Docker daemon 3.096MB 14:58:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 14:58:20 ---> f96f9c87975a 14:58:20 Step 2/4 : WORKDIR /edgex 14:58:22 ---> Running in 7cf7f6fef8a8 14:58:22 Removing intermediate container 7cf7f6fef8a8 14:58:22 ---> 6165e2c1e080 14:58:22 Step 3/4 : COPY go.mod . 14:58:22 ---> 75d5fcc78477 14:58:22 Step 4/4 : RUN go mod download 14:58:22 ---> Running in 52e6c6628bfe 14:58:32 Removing intermediate container 8572c047ae77 14:58:32 ---> f3178e05438b 14:58:32 Step 8/23 : COPY . . 14:58:32 Removing intermediate container 813169a377df 14:58:32 ---> be669643e7c8 14:58:32 Step 8/22 : COPY . . 14:58:32 Removing intermediate container b41a8a36c58a 14:58:32 ---> 607e16a99a1b 14:58:32 Step 7/21 : COPY . . 14:58:32 Removing intermediate container 3e62a332c200 14:58:32 ---> 620e4bf4121a 14:58:32 Step 7/24 : COPY . . 14:58:32 Removing intermediate container 21e5c686a2e9 14:58:32 ---> 052f6cb7d006 14:58:32 Step 7/19 : COPY . . 14:58:50 ---> dd77e5987fa5 14:58:50 ---> 95ed461b2cd0 14:58:50 Step 8/24 : ARG SPIRE_RELEASE=1.2.1Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:58:50 14:58:50 ---> 3606651260fc 14:58:50 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 14:58:50 ---> 8346f9d4c66c 14:58:50 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 14:58:50 ---> 35f845261808 14:58:50 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:58:50 ---> Running in 767febf84dce 14:58:50 ---> Running in 2ae7bf0a036d 14:58:50 ---> Running in a8b8f497e1e8 14:58:50 ---> Running in a307cc64e9f1 14:58:50 ---> Running in 960571fb873b 14:58:50 Removing intermediate container a307cc64e9f1 14:58:50 ---> a9ddd5ae6d40 14:58:50 Step 9/24 : WORKDIR /edgex-go/spire-build 14:58:50 ---> Running in d792c7dcc115 14:58:50 Removing intermediate container d792c7dcc115 14:58:50 ---> e3f422e8357a 14:58:50 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 14:58:50 ---> Running in afdef1f2d605 14:58:50 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:58:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 14:58:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 14:58:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:58:50 Removing intermediate container afdef1f2d605 14:58:50 ---> 71cec5f57118 14:58:50 Step 11/24 : WORKDIR /edgex-go 14:58:50 ---> Running in a5662f7ce8a9 14:58:51 Removing intermediate container a5662f7ce8a9 14:58:51 ---> 313727298e8f 14:58:51 14:58:51 Step 12/24 : FROM alpine:3.15 14:58:51 3.15: Pulling from library/alpine 14:58:51 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 14:58:51 Status: Downloaded newer image for alpine:3.15 14:58:51 ---> c4fc93816858 14:58:51 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:58:51 ---> Running in 0dc4ff97c917 14:58:51 Removing intermediate container 0dc4ff97c917 14:58:51 ---> 03563cecc93e 14:58:51 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 14:58:51 ---> Running in 924fbfc340d4 14:58:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:58:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:58:52 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 14:58:52 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 14:58:52 OK: 15859 distinct packages available 14:58:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:58:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:58:52 (1/5) Installing dumb-init (1.2.5-r1) 14:58:52 (2/5) Installing musl-obstack (1.2.3-r0) 14:58:52 (3/5) Installing libucontext (1.1-r0) 14:58:52 (4/5) Installing gcompat (1.0.0-r4) 14:58:52 (5/5) Installing openssl (1.1.1t-r1) 14:58:52 Executing busybox-1.34.1-r7.trigger 14:58:52 OK: 7 MiB in 19 packages 14:58:53 Removing intermediate container 924fbfc340d4 14:58:53 ---> abf759b1d83f 14:58:53 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 14:58:55 Removing intermediate container 52e6c6628bfe 14:58:55 ---> 35357c565f8f 14:58:55 Successfully built 35357c565f8f 14:58:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:58:55 + docker inspect -f . ci-base-image-arm64 14:58:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:58:55 ---> 5b737a6315ba 14:58:55 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 14:58:55 prd-ubuntu20.04-docker-arm64-4c-16g-5124 does not seem to be running inside a container 14:58:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@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 14:58:56 $ docker top f904b91a0d296a77cc007057b02344ef9c8dd96cfadf4a80f1ecbae70dc3ad93 -eo pid,comm [Pipeline] { [Pipeline] sh 14:58:57 + go version 14:58:57 go version go1.18.7 linux/arm64 [Pipeline] } 14:58:57 $ docker stop --time=1 f904b91a0d296a77cc007057b02344ef9c8dd96cfadf4a80f1ecbae70dc3ad93 14:58:58 ---> 4469f1675a49 14:58:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 14:58:59 ---> 9f067e971ae0 14:58:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 14:58:59 $ docker rm -f --volumes f904b91a0d296a77cc007057b02344ef9c8dd96cfadf4a80f1ecbae70dc3ad93 14:58:59 ---> b123a1d65a78 14:58:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [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] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:59:00 14:59:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:00 ---> a7d718864563 14:59:00 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 14:59:00 ---> Running in cb06dbe21886 14:59:00 Removing intermediate container cb06dbe21886 14:59:00 ---> 51eab9ef4fad 14:59:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 14:59:00 ---> Running in 017060d56d0e 14:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:59:00 latest: Pulling from edgex-devops/edgex-compose-arm64 14:59:00 29e5d40040c1: Pulling fs layer 14:59:00 1ce36da41761: Pulling fs layer 14:59:00 25b303627fd3: Pulling fs layer 14:59:00 Removing intermediate container 017060d56d0e 14:59:00 ---> 963a078e443e 14:59:00 Step 22/24 : LABEL arch=x86_64 14:59:00 ---> Running in 1a761fbfa04e 14:59:00 29e5d40040c1: Verifying Checksum 14:59:00 29e5d40040c1: Download complete 14:59:00 Removing intermediate container 1a761fbfa04e 14:59:00 ---> 8d99b9ee0da5 14:59:00 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 14:59:00 ---> Running in 4a2d08b6b0f9 14:59:00 1ce36da41761: Verifying Checksum 14:59:00 1ce36da41761: Download complete 14:59:01 Removing intermediate container 4a2d08b6b0f9 14:59:01 ---> b288fdaa8ad0 14:59:01 Step 24/24 : LABEL version=3.0.0-dev.40 14:59:01 ---> Running in e9d3cc66ce15 14:59:01 29e5d40040c1: Pull complete 14:59:01 Removing intermediate container e9d3cc66ce15 14:59:01 ---> 430e21168da1 14:59:01 14:59:01 Successfully built 430e21168da1 14:59:01 Successfully tagged security-spire-agent:latest 14:59:01 Building support-scheduler 14:59:02 1ce36da41761: Pull complete 14:59:02 25b303627fd3: Verifying Checksum 14:59:02 25b303627fd3: Download complete 14:59:04  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:59:04 ---> 17387dab0476 14:59:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 14:59:04 ---> Using cache 14:59:04 ---> c6ac64e008b0 14:59:04 Step 4/22 : WORKDIR /edgex-go 14:59:04 ---> Using cache 14:59:04 ---> c4d0f7ae63be 14:59:04 Step 5/22 : RUN apk add --update --no-cache make git 14:59:10 ---> Running in a375de206ddd 14:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:10 OK: 211 MiB in 51 packages 14:59:12 Removing intermediate container a375de206ddd 14:59:12 ---> bf5dde94e367 14:59:12 Step 6/22 : COPY go.mod vendor* ./ 14:59:12 25b303627fd3: Pull complete 14:59:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:59:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:59:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } 14:59:12 ---> 4aa4020bcda8 14:59:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:12 ---> Running in 0a493866cd66 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:12 prd-ubuntu20.04-docker-arm64-4c-16g-5124 does not seem to be running inside a container 14:59:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@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-compose-arm64:latest cat 14:59:15 $ docker top 14c53244da223e23a9f6a9e6625b2f6d07da087f2299e803e03fcd18ed9bd7a4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:16 + docker-compose build --help 14:59:16 + grep parallel 14:59:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 14:59:20 --parallel Build images in parallel. [Pipeline] } 14:59:20 $ docker stop --time=1 14c53244da223e23a9f6a9e6625b2f6d07da087f2299e803e03fcd18ed9bd7a4 14:59:21 $ docker rm -f --volumes 14c53244da223e23a9f6a9e6625b2f6d07da087f2299e803e03fcd18ed9bd7a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:59:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:59:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:59:22 prd-ubuntu20.04-docker-arm64-4c-16g-5124 does not seem to be running inside a container 14:59:22 $ 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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@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 14:59:23 $ docker top 5e792809910c7e53ad6602da6f92ee5bb9375d063f9159b9ef9f10e097cc0040 -eo pid,comm [Pipeline] { [Pipeline] sh 14:59:24 + docker-compose -f ./docker-compose-build.yml build --parallel 14:59:24 Removing intermediate container a8b8f497e1e8 14:59:24 ---> c874feda3b95 14:59:24 14:59:24 Step 10/23 : FROM alpine:3.16 14:59:24 Removing intermediate container 960571fb873b 14:59:24 ---> b5a0dd38eeef 14:59:24 14:59:24 Step 9/21 : FROM alpine:3.16 14:59:25 3.16: Pulling from library/alpine 14:59:25 3.16: Pulling from library/alpine 14:59:29 Building core-command ... 14:59:29 Building core-common-config-bootstrapper ... 14:59:29 Building core-data ... 14:59:29 Building core-metadata ... 14:59:29 Building security-bootstrapper ... 14:59:29 Building security-proxy-setup ... 14:59:29 Building security-secretstore-setup ... 14:59:29 Building security-spiffe-token-provider ... 14:59:29 Building security-spire-agent ... 14:59:29 Building security-spire-config ... 14:59:29 Building security-spire-server ... 14:59:29 Building support-notifications ... 14:59:29 Building support-scheduler ... 14:59:29 Building security-spire-agent 14:59:29 Building core-command 14:59:29 Building support-notifications 14:59:29 Building security-proxy-setup 14:59:29 Building security-bootstrapper 14:59:30 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 14:59:30 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 14:59:30 Status: Downloaded newer image for alpine:3.16 14:59:30 Status: Downloaded newer image for alpine:3.16 14:59:30 ---> bfe296a52501 14:59:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:59:30 ---> bfe296a52501 14:59:30 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 14:59:31 ---> Running in 65a46652aedb 14:59:31 ---> Running in 2e1f76ed90ad 14:59:31 Removing intermediate container 767febf84dce 14:59:31 ---> 4802f5d16f35 14:59:31 14:59:31 Step 10/22 : FROM alpine:3.16 14:59:31 ---> bfe296a52501 14:59:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:59:31 Removing intermediate container 2ae7bf0a036d 14:59:31 ---> 3d25a15a9693 14:59:31 14:59:31 Step 9/19 : FROM alpine:3.15 14:59:31 ---> c4fc93816858 14:59:31 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 14:59:31 ---> Using cache 14:59:31 ---> 03563cecc93e 14:59:31 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 14:59:31 ---> Running in 0453bc328994 14:59:31 ---> Running in 9882712d85f8 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:59:31 (1/1) Installing dumb-init (1.2.5-r1) 14:59:31 (1/6) Installing ca-certificates (20220614-r0) 14:59:31 Executing busybox-1.35.0-r17.trigger 14:59:31 OK: 6 MiB in 15 packages 14:59:31 (2/6) Installing brotli-libs (1.0.9-r6) 14:59:31 (3/6) Installing nghttp2-libs (1.47.0-r0) 14:59:31 (4/6) Installing libcurl (7.83.1-r5) 14:59:31 (5/6) Installing curl (7.83.1-r5) 14:59:31 (6/6) Installing dumb-init (1.2.5-r1) 14:59:31 Executing busybox-1.35.0-r17.trigger 14:59:31 Executing ca-certificates-20220614-r0.trigger 14:59:32 (1/2) Installing ca-certificates (20220614-r0) 14:59:32 OK: 8 MiB in 20 packages 14:59:32 (2/2) Installing dumb-init (1.2.5-r1) 14:59:32 Executing busybox-1.35.0-r17.trigger 14:59:32 Executing ca-certificates-20220614-r0.trigger 14:59:32 OK: 6 MiB in 16 packages 14:59:32 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 14:59:32 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 14:59:32 OK: 15859 distinct packages available 14:59:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 14:59:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 14:59:32 (1/9) Installing ca-certificates (20220614-r0) 14:59:32 (2/9) Installing brotli-libs (1.0.9-r5) 14:59:32 (3/9) Installing nghttp2-libs (1.46.0-r0) 14:59:32 (4/9) Installing libcurl (7.80.0-r5) 14:59:32 (5/9) Installing curl (7.80.0-r5) 14:59:32 (6/9) Installing dumb-init (1.2.5-r1) 14:59:32 (7/9) Installing musl-obstack (1.2.3-r0) 14:59:32 (8/9) Installing libucontext (1.1-r0) 14:59:32 (9/9) Installing gcompat (1.0.0-r4) 14:59:32 Executing busybox-1.34.1-r7.trigger 14:59:32 Executing ca-certificates-20220614-r0.trigger 14:59:32 OK: 8 MiB in 23 packages 14:59:33 Removing intermediate container 65a46652aedb 14:59:33 ---> a3ee539112b2 14:59:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:59:33 ---> Running in 3595ac56cd81 14:59:34 Removing intermediate container 2e1f76ed90ad 14:59:34 ---> 4509ed0fcb39 14:59:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:59:34 Removing intermediate container 3595ac56cd81 14:59:34 ---> 040a7434224e 14:59:34 Step 13/23 : ENV APP_PORT=59882 14:59:34 Removing intermediate container 0453bc328994 14:59:34 ---> 0f0d8e3833cf 14:59:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:59:34 ---> Running in 694ef96355b1 14:59:34 ---> Running in 714182dd2461 14:59:34 ---> Running in ad13ea1a2789 14:59:34 Removing intermediate container 9882712d85f8 14:59:34 ---> 79bc0d496f22 14:59:34 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:34 Removing intermediate container 694ef96355b1 14:59:34 ---> 239b7ce35a6b 14:59:34 Step 12/21 : WORKDIR /edgex 14:59:34 Removing intermediate container 714182dd2461 14:59:34 ---> c778d7fdcb81 14:59:34 Step 14/23 : EXPOSE $APP_PORT 14:59:34 Removing intermediate container ad13ea1a2789 14:59:34 ---> 6b70c14ca909 14:59:34 Step 13/22 : ENV APP_PORT=59860 14:59:34 ---> Running in d4fd94411b94 14:59:34 ---> Running in 87aa1640d20c 14:59:34 ---> Running in bb2a54ec8033 14:59:34 ---> 7df9e02a1096 14:59:34 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 14:59:34 Removing intermediate container d4fd94411b94 14:59:34 ---> e11604a18cee 14:59:34 Step 15/23 : WORKDIR / 14:59:34 Removing intermediate container 87aa1640d20c 14:59:34 Removing intermediate container bb2a54ec8033 14:59:34 ---> 9d9964a1562b 14:59:34 ---> 6ef18fab6074 14:59:34 Step 14/22 : EXPOSE $APP_PORTStep 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:59:34 14:59:34 ---> Running in f7cff483bfc6 14:59:34 ---> Running in b79d9382cbf3 14:59:34 Removing intermediate container b79d9382cbf3 14:59:34 ---> 1d6115d105f3 14:59:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:34 ---> cdca1c9cdfa2 14:59:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:59:35 Removing intermediate container f7cff483bfc6 14:59:35 ---> c6eff4c14ee7 14:59:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:35 ---> 1cac7ac393ac 14:59:35 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 14:59:35 ---> 22a29cab5ac8 14:59:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:59:35 ---> dddb079e311b 14:59:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:59:35 ---> 9c9b1096aa34 14:59:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:59:35 ---> 9eea251eb9bf 14:59:35 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 14:59:35 ---> Running in 38e3db0e2e9d 14:59:36 Removing intermediate container 38e3db0e2e9d 14:59:36 ---> 69ba79f2f5af 14:59:36 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:37 ---> 804900ab749d 14:59:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:59:37 ---> b545a054d942 14:59:37 ---> b0e58d1c3915 14:59:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlStep 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 14:59:37 14:59:37 ---> Running in 3d64808716f4 14:59:37 Removing intermediate container 3d64808716f4 14:59:37 ---> 04b87789cd81 14:59:37 Step 17/19 : LABEL arch=x86_64 14:59:37 ---> 61411a797670 14:59:37 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 14:59:37 ---> Running in d64791ce793b 14:59:37 ---> a1f470929327 14:59:37 Step 19/23 : ENTRYPOINT ["/core-command"] 14:59:37 ---> 285914bf398f 14:59:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:59:37 ---> Running in c79eaa09c755 14:59:37 ---> Running in 19ed26ce4478 14:59:37 ---> Running in 604643a64385 14:59:37 Removing intermediate container d64791ce793b 14:59:37 ---> 3d1af746f98d 14:59:37 Step 18/19 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 14:59:37 ---> Running in cf42f210a8d8 14:59:37 Removing intermediate container 19ed26ce4478 14:59:37 ---> a842681fd1e2 14:59:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:37 Removing intermediate container 604643a64385 14:59:37 ---> a1ece8c44da7 14:59:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 14:59:37 ---> Running in 53dff948012e 14:59:37 Removing intermediate container cf42f210a8d8 14:59:37 ---> Running in c20d1f0a68e0 14:59:37 ---> f8e840a2e6d9 14:59:37 Step 19/19 : LABEL version=3.0.0-dev.40 14:59:37 ---> Running in b23047a62373 14:59:37 Removing intermediate container 53dff948012e 14:59:37 ---> f98443322a21 14:59:37 Step 21/23 : LABEL arch=x86_64 14:59:37 Removing intermediate container c20d1f0a68e0 14:59:37 ---> 38eacaf3867b 14:59:37 Step 20/22 : LABEL arch=x86_64 14:59:38 ---> Running in 19d834262312 14:59:38 Removing intermediate container b23047a62373 14:59:38 ---> 26d9933c3ba5 14:59:38 14:59:38 ---> Running in e163e6496c71 14:59:38 Removing intermediate container 19d834262312 14:59:38 ---> a025dddf3883 14:59:38 Step 22/23 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 14:59:38 Removing intermediate container 0a493866cd66 14:59:38 ---> 7b6756b17353 14:59:38 Step 8/22 : COPY . . 14:59:38 Successfully built 26d9933c3ba5 14:59:38 Successfully tagged security-spiffe-token-provider:latest 14:59:38 Building security-bootstrapper 14:59:38  Building security-spiffe-token-provider ... done  ---> Running in f96b605a58fa 14:59:38 Removing intermediate container e163e6496c71 14:59:38 ---> ebbddcdf3c9e 14:59:38 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 14:59:38 Removing intermediate container c79eaa09c755 14:59:38 ---> 50f244eec9a3 14:59:38 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 14:59:39 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:59:39 ---> 35357c565f8f 14:59:39 Step 3/24 : WORKDIR /edgex-go 14:59:39 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:39 Step 2/32 : FROM ${BUILDER_BASE} AS builder 14:59:39 ---> 35357c565f8f 14:59:39 Step 3/32 : WORKDIR /edgex-go 14:59:39 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:59:39 ---> 35357c565f8f 14:59:39 Step 3/23 : ARG ADD_BUILD_TAGS="" 14:59:39 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:59:39 ---> 35357c565f8f 14:59:39 Step 3/22 : ARG ADD_BUILD_TAGS="" 14:59:39 ---> Running in 3069dbb9263a 14:59:39 ---> Running in 7d003f6f9a6d 14:59:39 ---> Running in ed8b0e02cbe3 14:59:39 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> Running in 72b45f62929d 14:59:39 14:59:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:59:39 ---> 35357c565f8f 14:59:39 Step 3/21 : WORKDIR /edgex-go 14:59:40 ---> Running in 52a14a39722e 14:59:40 Removing intermediate container ed8b0e02cbe3 14:59:40 ---> 59d20792cb51 14:59:40 Step 4/22 : WORKDIR /edgex-go 14:59:40 Removing intermediate container 3069dbb9263a 14:59:40 ---> 3c213f956d1a 14:59:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 14:59:40 Removing intermediate container 7d003f6f9a6d 14:59:40 ---> f56f48fdd9bf 14:59:40 Step 4/32 : RUN apk add --update --no-cache make git 14:59:40 Removing intermediate container 72b45f62929d 14:59:40 ---> 0d38af1d2ad8 14:59:40 Step 4/23 : WORKDIR /edgex-go 14:59:40 ---> Running in 8e5fbe1e85c6 14:59:40 Removing intermediate container 52a14a39722e 14:59:40 ---> c9a5442e9cdc 14:59:40 Step 4/21 : RUN apk add --update --no-cache make git 14:59:40 ---> Running in d5142d94164d 14:59:40 ---> Running in 5369b24ca7e3 14:59:40 ---> Running in dee4287c1461 14:59:41 ---> Running in 27c9a25d06eb 14:59:41 Removing intermediate container 8e5fbe1e85c6 14:59:41 ---> 283fe05f1d7b 14:59:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:59:41 Removing intermediate container dee4287c1461 14:59:41 ---> 4123421147a5 14:59:41 Step 5/23 : RUN apk add --update --no-cache make git 14:59:41 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:41 Step 2/32 : FROM ${BUILDER_BASE} AS builder 14:59:41 ---> 17387dab0476 14:59:41 Step 3/32 : WORKDIR /edgex-go 14:59:41 ---> Using cache 14:59:41 ---> 9c4c21f59834 14:59:41 Step 4/32 : RUN apk add --update --no-cache make git 14:59:41 ---> Running in 6d4b5cb83565 14:59:42 ---> Running in 6b617918b6f5 14:59:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:59:43 ---> Running in 8b96ecbf5eea 14:59:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:59:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:59:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 14:59:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:59:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 14:59:44 ---> Running in 0d8065e7539e 14:59:44 ---> Running in fd522ff41230 14:59:44 Removing intermediate container f96b605a58fa 14:59:44 ---> 558908ea58cc 14:59:44 Step 23/23 : LABEL version=3.0.0-dev.40 14:59:44 Removing intermediate container 8b96ecbf5eea 14:59:44 ---> 956b43f55347 14:59:44 Step 22/22 : LABEL version=3.0.0-dev.40 14:59:44 ---> Running in f446abcbc6e3 14:59:44 Removing intermediate container 0d8065e7539e 14:59:44 ---> 0f246cec6231 14:59:44 Step 19/21 : LABEL arch=x86_64 14:59:44 ---> Running in d0799b4320de 14:59:44 ---> fa387a058f7f 14:59:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:59:44 ---> Running in 578346ebf36e 14:59:44 ---> Running in b9977f80d737 14:59:45 OK: 221 MiB in 51 packages 14:59:45 Removing intermediate container f446abcbc6e3 14:59:45 ---> cbfa52966c3a 14:59:45 14:59:45 Removing intermediate container d0799b4320de 14:59:45 ---> bf81237861b9 14:59:45 14:59:45 Removing intermediate container 578346ebf36e 14:59:45 ---> dbaefce6d9b0 14:59:45 Step 20/21 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 14:59:45 Successfully built cbfa52966c3a 14:59:45 Successfully tagged core-command:latest 14:59:45 Building security-spire-server 14:59:45  Building core-command ... done Successfully built bf81237861b9 14:59:45 Successfully tagged support-notifications:latest 14:59:45  Building support-notifications ... done Building security-secretstore-setup 14:59:45 ---> Running in 3013fe274490 14:59:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:45 OK: 221 MiB in 51 packages 14:59:45 OK: 221 MiB in 51 packages 14:59:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:59:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:45 OK: 211 MiB in 51 packages 14:59:45 OK: 221 MiB in 51 packages 14:59:45 OK: 221 MiB in 51 packages 14:59:46 Removing intermediate container 3013fe274490 14:59:46 ---> ededad479415 14:59:46 Step 21/21 : LABEL version=3.0.0-dev.40 14:59:46 Removing intermediate container d5142d94164d 14:59:46 ---> 13d4b25b1a07 14:59:46 Step 5/24 : COPY go.mod vendor* ./ 14:59:47 Removing intermediate container 5369b24ca7e3 14:59:47 ---> fdd9a46b1d2f 14:59:47 Step 5/32 : COPY go.mod vendor* ./ 14:59:47 Removing intermediate container 27c9a25d06eb 14:59:47 ---> d9781b7e0e9f 14:59:47 Step 5/21 : COPY go.mod vendor* ./ 14:59:47 Removing intermediate container 6b617918b6f5 14:59:47 ---> bfea527a7b4e 14:59:47 Step 6/23 : COPY go.mod vendor* ./ 14:59:47 Removing intermediate container 6d4b5cb83565 14:59:47 ---> 161b4216947e 14:59:47 Step 6/22 : COPY go.mod vendor* ./ 14:59:47 ---> 015b05ce6cb9 14:59:47 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:48 ---> Running in f71f8708b755 14:59:48 ---> b471bb38fd05 14:59:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:48 ---> dcb96b7b0c8d 14:59:48 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:48 ---> Running in 142cf52837e2 14:59:48 ---> Running in a1e234ff1f89 14:59:49 ---> 4efcfcad4dab 14:59:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:49 ---> db313cb50d94 14:59:49 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:49 ---> Running in 60a8cab554b4 14:59:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:59:49 ---> 17387dab0476 14:59:49 Step 3/24 : WORKDIR /edgex-go 14:59:49 ---> Using cache 14:59:49 ---> 9c4c21f59834 14:59:49 Step 4/24 : RUN apk add --update --no-cache make git 14:59:49 ---> Running in fa27efee2a9a 14:59:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:59:49 ---> 17387dab0476 14:59:49 Step 3/23 : WORKDIR /edgex-go 14:59:49 ---> Using cache 14:59:49 ---> 9c4c21f59834 14:59:49 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 14:59:52 ---> Running in 8c8df6c40ca2 14:59:52 ---> Running in c34c7b513fcb 14:59:52 ---> Running in 0c2003e2d3e4 14:59:52 Removing intermediate container 8c8df6c40ca2 14:59:52 ---> 102db34aa110 14:59:52 14:59:52 Removing intermediate container fd522ff41230 14:59:52 ---> 3ece7b86fd9b 14:59:52 Step 5/32 : COPY go.mod vendor* ./ 14:59:52 Successfully built 102db34aa110 14:59:52 Successfully tagged security-proxy-setup:latest 14:59:52  Building security-proxy-setup ... done Building core-data 14:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:55 OK: 211 MiB in 51 packages 14:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 14:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 14:59:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 14:59:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:59:56 ---> 17387dab0476 14:59:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 14:59:56 ---> Using cache 14:59:56 ---> c6ac64e008b0 14:59:56 Step 4/22 : WORKDIR /edgex-go 14:59:56 ---> Using cache 14:59:56 ---> c4d0f7ae63be 14:59:56 Step 5/22 : RUN apk add --update --no-cache make git 14:59:56 ---> Using cache 14:59:56 ---> bf5dde94e367 14:59:56 Step 6/22 : COPY go.mod vendor* ./ 14:59:56 ---> Using cache 14:59:56 ---> 4aa4020bcda8 14:59:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:56 ---> Using cache 14:59:56 ---> 7b6756b17353 14:59:56 Step 8/22 : COPY . . 14:59:56 ---> Using cache 14:59:56 ---> fa387a058f7f 14:59:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 14:59:56 OK: 211 MiB in 51 packages 14:59:58 ---> ca4bbf1ff0d2 14:59:58 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:59 ---> Running in 6bdfa5226b55 14:59:59 ---> Running in 4077e9192c4f 14:59:59 Removing intermediate container 0c2003e2d3e4 14:59:59 ---> 666302d52158 14:59:59 Step 5/24 : COPY go.mod vendor* ./ 14:59:59 Removing intermediate container c34c7b513fcb 14:59:59 ---> e44813d0d76d 14:59:59 Step 5/23 : COPY go.mod vendor* ./ 14:59:59 ---> 01c14702e24c 14:59:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:59 ---> Running in 6da262476eff 14:59:59 ---> b18e959aa740 14:59:59 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 14:59:59 ---> Running in 8bc59896898a 14:59:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:00:17 Removing intermediate container b9977f80d737 15:00:17 ---> ae7a42ba7017 15:00:17 15:00:17 Step 10/22 : FROM alpine:3.16 15:00:17 ---> bfe296a52501 15:00:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:00:17 ---> Using cache 15:00:17 ---> a3ee539112b2 15:00:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:00:17 ---> Using cache 15:00:17 ---> 040a7434224e 15:00:17 Step 13/22 : ENV APP_PORT=59861 15:00:17 ---> Running in a8625d1775e9 15:00:17 Removing intermediate container a8625d1775e9 15:00:17 ---> c4df938c3717 15:00:17 Step 14/22 : EXPOSE $APP_PORT 15:00:17 ---> Running in efac047ff732 15:00:17 Removing intermediate container efac047ff732 15:00:17 ---> 1dc98edd01d2 15:00:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:17 ---> 6cd8d89c234d 15:00:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:00:17 ---> 7135a014835e 15:00:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:00:17 Removing intermediate container 4077e9192c4f 15:00:17 ---> b5de1e4f330e 15:00:17 15:00:17 Step 10/22 : FROM alpine:3.16 15:00:17 ---> bfe296a52501 15:00:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:00:17 ---> Running in 487dd61964d0 15:00:17 ---> 832b4b19ce3d 15:00:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:00:17 ---> Running in b9db7f7f8536 15:00:17 Removing intermediate container 487dd61964d0 15:00:17 ---> b4b8d8030726 15:00:17 Step 12/22 : ENV APP_PORT=59880 15:00:17 ---> Running in 171613d81ea9 15:00:17 Removing intermediate container b9db7f7f8536 15:00:17 ---> 5eebb96ef9ac 15:00:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:00:17 ---> Running in 42b28feeed2d 15:00:17 Removing intermediate container 171613d81ea9 15:00:17 ---> 5aa90c306d30 15:00:17 Step 13/22 : EXPOSE $APP_PORT 15:00:17 ---> Running in dc03c6c5e735 15:00:17 Removing intermediate container 42b28feeed2d 15:00:17 ---> 74bfc5f275df 15:00:17 Step 20/22 : LABEL arch=x86_64 15:00:18 ---> Running in 7596618812d9 15:00:18 Removing intermediate container dc03c6c5e735 15:00:18 ---> cdf66cb39074 15:00:18 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:00:18 ---> Running in b578005365d3 15:00:18 Removing intermediate container 7596618812d9 15:00:18 ---> 3cd6a562fe2a 15:00:18 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:00:18 ---> Running in 21caa9aa706e 15:00:18 Removing intermediate container 21caa9aa706e 15:00:18 ---> 0a8a19ebdcdf 15:00:18 Step 22/22 : LABEL version=3.0.0-dev.40 15:00:18 ---> Running in de8016136b79 15:00:18 Removing intermediate container de8016136b79 15:00:18 ---> 9f4af2c044c8 15:00:18 15:00:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:00:18 Successfully built 9f4af2c044c8 15:00:18 Successfully tagged support-scheduler:latest 15:00:18 Building core-metadata 15:00:19  Building support-scheduler ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:00:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:00:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:00:21 ---> 17387dab0476 15:00:21 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:00:21 ---> Using cache 15:00:21 ---> c6ac64e008b0 15:00:21 Step 4/24 : WORKDIR /edgex-go 15:00:21 ---> Using cache 15:00:21 ---> c4d0f7ae63be 15:00:21 Step 5/24 : RUN apk add --update --no-cache make git 15:00:21 ---> Using cache 15:00:21 ---> bf5dde94e367 15:00:21 Step 6/24 : COPY go.mod vendor* ./ 15:00:21 ---> Using cache 15:00:21 ---> 4aa4020bcda8 15:00:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:21 ---> Using cache 15:00:21 ---> 7b6756b17353 15:00:21 Step 8/24 : COPY . . 15:00:21 ---> Using cache 15:00:21 ---> fa387a058f7f 15:00:21 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:00:23 (1/1) Installing dumb-init (1.2.5-r1) 15:00:23 Executing busybox-1.35.0-r17.trigger 15:00:23 OK: 6 MiB in 15 packages 15:00:31 ---> Running in e1609503bdcd 15:00:31 Removing intermediate container b578005365d3 15:00:31 ---> 871faf40341b 15:00:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:00:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:00:35 ---> ed11b63ce3e7 15:00:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:00:42 ---> cd9b28a64d20 15:00:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:00:42 ---> 32935c1d64d4 15:00:42 Step 18/22 : ENTRYPOINT ["/core-data"] 15:00:42 ---> Running in 413ba7387a42 15:00:42 Removing intermediate container 413ba7387a42 15:00:42 ---> 62d00d060a6e 15:00:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:00:42 ---> Running in 53b29d1dbb44 15:00:42 Removing intermediate container 53b29d1dbb44 15:00:42 ---> 2a218bfd295f 15:00:42 Step 20/22 : LABEL arch=x86_64 15:00:42 Removing intermediate container 6bdfa5226b55 15:00:42 ---> 30123fdf25f8 15:00:42 Step 7/32 : COPY . . 15:00:42 ---> Running in fce6f82dc573 15:00:42 Removing intermediate container 8bc59896898a 15:00:42 ---> dfca51dca742 15:00:42 Step 7/23 : COPY . . 15:00:42 Removing intermediate container 6da262476eff 15:00:42 ---> af626b595bf8 15:00:42 Step 7/24 : COPY . . 15:00:44 Removing intermediate container fce6f82dc573 15:00:44 ---> d6e8940ad295 15:00:44 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:00:55 ---> Running in bd9479ba7adc 15:00:55 ---> 18d236e7ee88 15:00:55 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:00:55 ---> af674286e4ca 15:00:55 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:00:55 ---> 38a643eb98bd 15:00:55 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:00:55 ---> Running in 3956fb8e2ca4 15:00:55 ---> Running in b19e668bc60b 15:00:55 ---> Running in 972719b79f30 15:00:55 Removing intermediate container bd9479ba7adc 15:00:55 ---> 554eabe08210 15:00:55 Step 22/22 : LABEL version=3.0.0-dev.40 15:00:55 ---> Running in e4bc3a3976ff 15:00:55 Removing intermediate container 972719b79f30 15:00:55 ---> a34bffb7a1a8 15:00:55 Step 9/23 : WORKDIR /edgex-go/spire-build 15:00:55 Removing intermediate container e4bc3a3976ff 15:00:55 ---> e1440980be8a 15:00:55 15:00:55 ---> Running in a48a32e86b14 15:00:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:00:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:00:55 Successfully built e1440980be8a 15:00:55 Successfully tagged core-data:latest 15:00:55  Building core-data ... done Building security-spire-config 15:00:55 Removing intermediate container a48a32e86b14 15:00:55 ---> 9d2ab5cd58dc 15:00:55 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:00:58 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:00:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:00:58 ---> 17387dab0476 15:00:58 Step 3/24 : WORKDIR /edgex-go 15:00:58 ---> Using cache 15:00:58 ---> 9c4c21f59834 15:00:58 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:00:58 ---> Using cache 15:00:58 ---> e44813d0d76d 15:00:58 Step 5/24 : COPY go.mod vendor* ./ 15:00:58 ---> Using cache 15:00:58 ---> b18e959aa740 15:00:58 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:00:58 ---> Using cache 15:00:58 ---> dfca51dca742 15:00:58 Step 7/24 : COPY . . 15:00:58 ---> Using cache 15:00:58 ---> 38a643eb98bd 15:00:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:00:58 ---> Using cache 15:00:58 ---> a34bffb7a1a8 15:00:58 Step 9/24 : WORKDIR /edgex-go/spire-build 15:00:58 ---> Using cache 15:00:58 ---> 9d2ab5cd58dc 15:00:58 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:01:02 ---> Running in 33bce6bdce8b 15:01:02 ---> Running in 6b1e3adecf97 15:01:02 Removing intermediate container e1609503bdcd 15:01:02 ---> 3497a78d84a8 15:01:02 15:01:02 Step 10/24 : FROM alpine:3.16 15:01:02 ---> bfe296a52501 15:01:02 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:01:02 ---> Using cache 15:01:02 ---> a3ee539112b2 15:01:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:01:02 ---> Using cache 15:01:02 ---> 040a7434224e 15:01:02 Step 13/24 : ENV APP_PORT=59881 15:01:02 ---> Running in 8130a641c81b 15:01:02 Removing intermediate container 8130a641c81b 15:01:02 ---> 451345efb758 15:01:02 Step 14/24 : EXPOSE $APP_PORT 15:01:02 ---> Running in 928625bfcc52 15:01:02 Removing intermediate container 928625bfcc52 15:01:02 ---> b8377e976dfb 15:01:02 Step 15/24 : WORKDIR / 15:01:02 ---> Running in eb8abc1b5fe8 15:01:03 Removing intermediate container eb8abc1b5fe8 15:01:03 ---> 23601b9953c0 15:01:03 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:03 ---> 3124d8cf251f 15:01:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:01:03 Removing intermediate container 33bce6bdce8b 15:01:03 ---> e9638ce61ff8 15:01:03 Step 11/23 : WORKDIR /edgex-go 15:01:03 ---> Running in 25a58cecc324 15:01:03 Removing intermediate container 6b1e3adecf97 15:01:03 ---> 2523fb83accb 15:01:03 Step 11/24 : WORKDIR /edgex-go 15:01:04 ---> Running in 5d39338adf19 15:01:04 Removing intermediate container 25a58cecc324 15:01:04 ---> 833c8f208e10 15:01:04 15:01:04 Step 12/23 : FROM alpine:3.15 15:01:04 ---> c4fc93816858 15:01:04 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:01:04 ---> Using cache 15:01:04 ---> 03563cecc93e 15:01:04 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:01:04 ---> Using cache 15:01:04 ---> abf759b1d83f 15:01:04 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:01:04 ---> cea2490a3400 15:01:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:01:04 Removing intermediate container 5d39338adf19 15:01:04 ---> cd0153eb04b2 15:01:04 15:01:04 Step 12/24 : FROM alpine:3.15 15:01:04 ---> c4fc93816858 15:01:04 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:01:04 ---> Using cache 15:01:04 ---> 03563cecc93e 15:01:04 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:01:04 ---> Running in 5493c32dfa92 15:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:01:05 ---> 3e98395c8c02 15:01:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:01:05 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:01:05 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:01:05 OK: 15859 distinct packages available 15:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:01:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:01:05 (1/4) Installing dumb-init (1.2.5-r1) 15:01:05 (2/4) Installing musl-obstack (1.2.3-r0) 15:01:05 (3/4) Installing libucontext (1.1-r0) 15:01:05 (4/4) Installing gcompat (1.0.0-r4) 15:01:05 Executing busybox-1.34.1-r7.trigger 15:01:05 OK: 6 MiB in 18 packages 15:01:07 ---> b515b663b97c 15:01:07 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:01:07 ---> 8ec57ffcb799 15:01:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:01:07 ---> Running in 838ad4c1daa4 15:01:07 Removing intermediate container 5493c32dfa92 15:01:07 ---> ff8ead1efe97 15:01:07 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:01:07 Removing intermediate container 838ad4c1daa4 15:01:07 ---> af09c451fdd7 15:01:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:01:07 ---> Running in 38d75429c21a 15:01:07 ---> 8631d633d962 15:01:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:01:07 Removing intermediate container 38d75429c21a 15:01:07 ---> 04f5ea882a06 15:01:07 Step 22/24 : LABEL arch=x86_64 15:01:07 ---> Running in 9ab2c8f45c62 15:01:09 ---> f17305025db3 15:01:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:01:09 Removing intermediate container 9ab2c8f45c62 15:01:09 ---> 49098c003fff 15:01:09 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:09 ---> 78d919d82838 15:01:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:01:09 ---> Running in a99b83b3369c 15:01:09 Removing intermediate container a99b83b3369c 15:01:09 ---> 6455b24d685c 15:01:09 Step 24/24 : LABEL version=3.0.0-dev.40 15:01:09 ---> 24bd11ea80e9 15:01:09 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:01:09 ---> Running in c5d90da88baf 15:01:09 ---> d38b4f1a5bfa 15:01:09 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:01:09 ---> Running in e81edaf3ce55 15:01:09 ---> Running in 96860606f12a 15:01:10 Removing intermediate container c5d90da88baf 15:01:10 ---> da0dd9dc9693 15:01:10 15:01:10 Removing intermediate container e81edaf3ce55 15:01:10 ---> ddb918cfb823 15:01:10 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:01:10 ---> Running in 7da7331185e6 15:01:10 Removing intermediate container 96860606f12a 15:01:10 ---> 2aac7205e08e 15:01:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:01:10 Successfully built da0dd9dc9693 15:01:10 Successfully tagged core-metadata:latest 15:01:10 Building core-common-config-bootstrapper 15:01:13  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:01:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:01:13 ---> 17387dab0476 15:01:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:01:13 ---> Using cache 15:01:13 ---> c6ac64e008b0 15:01:13 Step 4/22 : WORKDIR /edgex-go 15:01:13 ---> Using cache 15:01:13 ---> c4d0f7ae63be 15:01:13 Step 5/22 : RUN apk add --update --no-cache make git 15:01:13 ---> Using cache 15:01:13 ---> bf5dde94e367 15:01:13 Step 6/22 : COPY go.mod vendor* ./ 15:01:13 ---> Using cache 15:01:13 ---> 4aa4020bcda8 15:01:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:01:13 ---> Using cache 15:01:13 ---> 7b6756b17353 15:01:13 Step 8/22 : COPY . . 15:01:13 ---> Using cache 15:01:13 ---> fa387a058f7f 15:01:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:01:15 Removing intermediate container 7da7331185e6 15:01:15 ---> f2937a2ecc93 15:01:15 Step 21/23 : LABEL arch=x86_64 15:01:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:01:16 ---> bd96ff0519e9 15:01:16 Step 19/24 : WORKDIR / 15:01:16 ---> Running in f9e43a8f39fb 15:01:16 ---> Running in 6126b9bd776b 15:01:16 ---> Running in 80def11054db 15:01:16 Removing intermediate container 6126b9bd776b 15:01:16 ---> 87786ca16200 15:01:16 Step 22/23 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:16 ---> Running in 21c2d0de9a36 15:01:16 Removing intermediate container 80def11054db 15:01:16 ---> 5cbb19bb52ba 15:01:16 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:01:16 ---> Running in d92cfa7abf13 15:01:16 Removing intermediate container 21c2d0de9a36 15:01:16 ---> d398886012ff 15:01:16 Step 23/23 : LABEL version=3.0.0-dev.40 15:01:16 ---> Running in c4f95dfca1eb 15:01:16 Removing intermediate container d92cfa7abf13 15:01:16 ---> 6dbed8403866 15:01:16 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:01:16 ---> Running in 3d394dda3b7e 15:01:16 Removing intermediate container c4f95dfca1eb 15:01:16 ---> 792bbf77380d 15:01:16 15:01:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:01:16 Successfully built 792bbf77380d 15:01:16 Successfully tagged security-spire-server:latest 15:01:16  Building security-spire-server ... done Removing intermediate container 3d394dda3b7e 15:01:16 ---> 0141808edec7 15:01:16 Step 22/24 : LABEL arch=x86_64 15:01:16 ---> Running in d082fb218176 15:01:16 Removing intermediate container d082fb218176 15:01:16 ---> f7836fd7c1e6 15:01:16 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:16 ---> Running in 31186c4bdbfa 15:01:16 Removing intermediate container 31186c4bdbfa 15:01:16 ---> 1450e52fe303 15:01:16 Step 24/24 : LABEL version=3.0.0-dev.40 15:01:17 ---> Running in c009a181e64c 15:01:17 Removing intermediate container c009a181e64c 15:01:17 ---> 9fcc0469a84e 15:01:17 15:01:17 Successfully built 9fcc0469a84e 15:01:17 Successfully tagged security-spire-config:latest 15:01:19  Building security-spire-config ... done Removing intermediate container 3956fb8e2ca4 15:01:19 ---> ad38d6dbd24b 15:01:19 15:01:19 Step 9/24 : FROM alpine:3.16 15:01:19 ---> bfe296a52501 15:01:19 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:01:20 ---> Running in 38dfb9443e49 15:01:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:01:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:01:21 (1/3) Installing ca-certificates (20220614-r0) 15:01:21 (2/3) Installing dumb-init (1.2.5-r1) 15:01:21 (3/3) Installing su-exec (0.2-r1) 15:01:21 Executing busybox-1.35.0-r17.trigger 15:01:21 Executing ca-certificates-20220614-r0.trigger 15:01:21 OK: 6 MiB in 17 packages 15:01:21 Removing intermediate container b19e668bc60b 15:01:21 ---> 1aad4dc4d7d0 15:01:21 15:01:21 Step 9/32 : FROM alpine:3.16 15:01:21 ---> bfe296a52501 15:01:21 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:01:21 ---> Running in 9c2f60823378 15:01:21 Removing intermediate container 9c2f60823378 15:01:21 ---> 6ee21aa1bdc5 15:01:21 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:01:21 ---> Running in 53b9bb3cf913 15:01:21 Removing intermediate container 38dfb9443e49 15:01:21 ---> d88200a9d130 15:01:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:01:21 ---> Running in 3ae031e79f47 15:01:22 Removing intermediate container 3ae031e79f47 15:01:22 ---> 277388c1e2e5 15:01:22 Step 12/24 : WORKDIR / 15:01:22 ---> Running in 1d75944a1270 15:01:22 Removing intermediate container 1d75944a1270 15:01:22 ---> a2083b65c2c0 15:01:22 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:01:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:01:22 ---> 430b411f72b9 15:01:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:01:22 (1/2) Installing dumb-init (1.2.5-r1) 15:01:22 (2/2) Installing su-exec (0.2-r1) 15:01:22 Executing busybox-1.35.0-r17.trigger 15:01:22 OK: 6 MiB in 16 packages 15:01:23 ---> 1facfe618f14 15:01:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:01:23 Removing intermediate container 53b9bb3cf913 15:01:23 ---> 7e1e9651f7d0 15:01:23 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:01:23 ---> 892038867027 15:01:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:01:23 ---> Running in a0f113f13db5 15:01:23 Removing intermediate container a0f113f13db5 15:01:23 ---> 0737499e3011 15:01:23 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:01:23 ---> Running in ae765052066c 15:01:23 ---> f04e6daac5b0 15:01:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:01:23 Removing intermediate container ae765052066c 15:01:23 ---> 5aafa3354a99 15:01:23 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:01:24 ---> Running in c1ed22f31cd4 15:01:24 Removing intermediate container c1ed22f31cd4 15:01:24 ---> 30a8b2fd5905 15:01:24 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:01:24 ---> d683bbe9545b 15:01:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:01:24 ---> Running in f45e4d45be50 15:01:24 Removing intermediate container f45e4d45be50 15:01:24 ---> 922979fbdc7a 15:01:24 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:01:24 ---> Running in b8b8216f6ac4 15:01:25 ---> bbc0961eee6d 15:01:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:01:25 ---> c30d12b45b3f 15:01:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:01:25 ---> Running in 0b441f3cbfa6 15:01:25 Removing intermediate container b8b8216f6ac4 15:01:25 ---> b306f940528e 15:01:25 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:01:25 ---> Running in c05f76607b1c 15:01:25 Removing intermediate container c05f76607b1c 15:01:25 ---> bf2f83e2ab33 15:01:25 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:01:25 ---> ca8e5623874b 15:01:25 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:01:25 ---> Running in 30dc183b1ebe 15:01:26 Removing intermediate container 0b441f3cbfa6 15:01:26 ---> 1edcb667a2e2 15:01:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:01:26 ---> Running in 6de2c5203229 15:01:26 Removing intermediate container 6de2c5203229 15:01:26 ---> ca7e9a16b4d1 15:01:26 Step 22/24 : LABEL arch=x86_64 15:01:26 ---> Running in 10a20cc09e75 15:01:26 Removing intermediate container 10a20cc09e75 15:01:26 ---> 858a994dffff 15:01:26 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:26 ---> Running in 9548404dd673 15:01:26 Removing intermediate container 9548404dd673 15:01:26 ---> ce13d6e3b735 15:01:26 Step 24/24 : LABEL version=3.0.0-dev.40 15:01:26 ---> Running in 0d71293afe4c 15:01:26 Removing intermediate container 0d71293afe4c 15:01:26 ---> 9132ecbd901d 15:01:26 15:01:26 Successfully built 9132ecbd901d 15:01:26 Successfully tagged security-secretstore-setup:latest 15:01:26  Building security-secretstore-setup ... done Removing intermediate container 30dc183b1ebe 15:01:26 ---> c50818383699 15:01:26 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:26 ---> aa30a14fdbce 15:01:26 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:01:27 ---> 93b8577b84ef 15:01:27 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:01:27 ---> 2a7ab7105da6 15:01:27 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:01:28 ---> 12fbae04445e 15:01:28 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:01:29 ---> 9ff4eb5ed543 15:01:29 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:01:29 ---> d755f81a3321 15:01:29 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:01:29 ---> eb0596fd7c87 15:01:29 Step 27/32 : RUN chmod +x /entrypoint.sh 15:01:29 ---> Running in 92ee93ed62d7 15:01:29 Removing intermediate container 92ee93ed62d7 15:01:29 ---> 92d0d1c9c0a9 15:01:29 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:01:29 ---> Running in 998033ab9746 15:01:29 Removing intermediate container 998033ab9746 15:01:29 ---> a2c5474c3e81 15:01:29 Step 29/32 : CMD ["gate"] 15:01:29 ---> Running in cd9d7ec9e5cb 15:01:30 Removing intermediate container cd9d7ec9e5cb 15:01:30 ---> 54cc1eb1b792 15:01:30 Step 30/32 : LABEL arch=x86_64 15:01:30 ---> Running in 69f2129dd670 15:01:30 Removing intermediate container 69f2129dd670 15:01:30 ---> af7a75e83ec4 15:01:30 Step 31/32 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:30 ---> Running in 336b7e5a8edd 15:01:30 Removing intermediate container 336b7e5a8edd 15:01:30 ---> 0c18be2a80c6 15:01:30 Step 32/32 : LABEL version=3.0.0-dev.40 15:01:30 ---> Running in 809b910fd2f4 15:01:30 Removing intermediate container 809b910fd2f4 15:01:30 ---> 09762a670e0b 15:01:30 15:01:30 Successfully built 09762a670e0b 15:01:30 Successfully tagged security-bootstrapper:latest 15:01:32  Building security-bootstrapper ... done Removing intermediate container f9e43a8f39fb 15:01:32 ---> 8dc269e23a7a 15:01:32 15:01:32 Step 10/22 : FROM alpine:3.16 15:01:32 ---> bfe296a52501 15:01:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:01:32 ---> Running in c119212de885 15:01:32 Removing intermediate container c119212de885 15:01:32 ---> 339e2cad7a48 15:01:32 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:01:32 ---> Running in 51812be1a0aa 15:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:01:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:01:33 (1/1) Installing dumb-init (1.2.5-r1) 15:01:33 Executing busybox-1.35.0-r17.trigger 15:01:33 OK: 6 MiB in 15 packages 15:01:33 Removing intermediate container 51812be1a0aa 15:01:33 ---> c2f34b9d674c 15:01:33 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:01:33 ---> 2dc0936e1a2c 15:01:33 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:01:34 ---> aab786c7dde0 15:01:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:01:34 ---> 41ebfea6b7d9 15:01:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:01:34 ---> fca29e970000 15:01:34 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:01:34 ---> Running in f2085254c15e 15:01:34 Removing intermediate container f2085254c15e 15:01:34 ---> dfd3029305b9 15:01:34 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:01:34 ---> Running in c06fbacf6622 15:01:35 Removing intermediate container c06fbacf6622 15:01:35 ---> 15032be5b129 15:01:35 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:01:35 ---> Running in e44a002913a4 15:01:35 Removing intermediate container e44a002913a4 15:01:35 ---> 3070aacbcc1e 15:01:35 Step 20/22 : LABEL arch=x86_64 15:01:35 ---> Running in 174c1f4e1ff5 15:01:35 Removing intermediate container 174c1f4e1ff5 15:01:35 ---> 069ec2a04e71 15:01:35 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:35 ---> Running in dadaad9cd9ab 15:01:35 Removing intermediate container dadaad9cd9ab 15:01:35 ---> 9d811cfbe98c 15:01:35 Step 22/22 : LABEL version=3.0.0-dev.40 15:01:35 ---> Running in 063fedc29b64 15:01:35 Removing intermediate container 063fedc29b64 15:01:35 ---> a66dc0319bb7 15:01:35 15:01:35 Successfully built a66dc0319bb7 15:01:35 Successfully tagged core-common-config-bootstrapper:latest 15:01:35  Building core-common-config-bootstrapper ... done  [Pipeline] } 15:01:35 $ docker stop --time=1 5761ef8c1d438a654e233edb1a7392ebbd4f084d4b52f4bf8c8026693a3d4920 15:01:36 $ docker rm -f --volumes 5761ef8c1d438a654e233edb1a7392ebbd4f084d4b52f4bf8c8026693a3d4920 [Pipeline] // withDockerContainer [Pipeline] sh 15:01:36 + docker images 15:01:36 REPOSITORY TAG IMAGE ID CREATED SIZE 15:01:36 core-common-config-bootstrapper latest a66dc0319bb7 1 second ago 15.5MB 15:01:36 8dc269e23a7a 5 seconds ago 1.67GB 15:01:36 security-bootstrapper latest 09762a670e0b 6 seconds ago 20.3MB 15:01:36 security-secretstore-setup latest 9132ecbd901d 10 seconds ago 29.9MB 15:01:36 1aad4dc4d7d0 16 seconds ago 1.67GB 15:01:36 ad38d6dbd24b 17 seconds ago 1.67GB 15:01:36 security-spire-config latest 9fcc0469a84e 19 seconds ago 85.8MB 15:01:36 security-spire-server latest 792bbf77380d 20 seconds ago 86.5MB 15:01:36 core-metadata latest da0dd9dc9693 27 seconds ago 18.4MB 15:01:36 cd0153eb04b2 32 seconds ago 1.55GB 15:01:36 833c8f208e10 33 seconds ago 1.55GB 15:01:36 3497a78d84a8 39 seconds ago 1.68GB 15:01:36 core-data latest e1440980be8a 42 seconds ago 17.9MB 15:01:36 support-scheduler latest 9f4af2c044c8 About a minute ago 30MB 15:01:36 b5de1e4f330e About a minute ago 1.68GB 15:01:36 ae7a42ba7017 About a minute ago 1.74GB 15:01:36 security-proxy-setup latest 102db34aa110 About a minute ago 27.8MB 15:01:36 support-notifications latest bf81237861b9 About a minute ago 30.6MB 15:01:36 core-command latest cbfa52966c3a About a minute ago 17.7MB 15:01:36 security-spiffe-token-provider latest 26d9933c3ba5 About a minute ago 29.9MB 15:01:36 4802f5d16f35 2 minutes ago 1.74GB 15:01:36 3d25a15a9693 2 minutes ago 1.71GB 15:01:36 c874feda3b95 2 minutes ago 1.68GB 15:01:36 b5a0dd38eeef 2 minutes ago 1.67GB 15:01:36 security-spire-agent latest 430e21168da1 2 minutes ago 125MB 15:01:36 313727298e8f 2 minutes ago 1.55GB 15:01:36 ci-base-image-x86_64 latest 17387dab0476 6 minutes ago 903MB 15:01:36 alpine 3.16 bfe296a52501 2 months ago 5.54MB 15:01:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 15:01:36 alpine 3.15 c4fc93816858 6 months ago 5.59MB 15:01:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 15:01:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:01:36 provisioning config files... 15:01:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/399@tmp/config14834926761572166601tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:01:37 ---> docker-login.sh 15:01:37 nexus3.edgexfoundry.org:10001 15:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:37 Configure a credential helper to remove this warning. See 15:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:37 15:01:37 Login Succeeded 15:01:37 nexus3.edgexfoundry.org:10002 15:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:37 Configure a credential helper to remove this warning. See 15:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:37 15:01:37 Login Succeeded 15:01:37 nexus3.edgexfoundry.org:10003 15:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:37 Configure a credential helper to remove this warning. See 15:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:37 15:01:37 Login Succeeded 15:01:37 nexus3.edgexfoundry.org:10004 15:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:37 Configure a credential helper to remove this warning. See 15:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:37 15:01:37 Login Succeeded 15:01:37 docker.io 15:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:01:37 Configure a credential helper to remove this warning. See 15:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:01:37 15:01:37 Login Succeeded 15:01:37 ---> docker-login.sh ends [Pipeline] } 15:01:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:01:37 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:01:37 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:37 latest 15:01:37 3.0.0-dev.40 15:01:37 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:37 main 15:01:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:38 + docker push nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:38 19c99250cf28: Preparing 15:01:38 e97b15794815: Preparing 15:01:38 791a250d19f4: Preparing 15:01:38 e4a976dbd2ef: Preparing 15:01:38 e5e13b0c77cb: Preparing 15:01:38 e5e13b0c77cb: Layer already exists 15:01:38 e4a976dbd2ef: Pushed 15:01:38 791a250d19f4: Pushed 15:01:38 19c99250cf28: Pushed 15:01:39 e97b15794815: Pushed 15:01:39 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:55d6a256159da5d17e1f54b457d3c2185b842cdaab651068393880291ea2d59c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:40 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:40 19c99250cf28: Preparing 15:01:40 e97b15794815: Preparing 15:01:40 791a250d19f4: Preparing 15:01:40 e4a976dbd2ef: Preparing 15:01:40 e5e13b0c77cb: Preparing 15:01:40 19c99250cf28: Layer already exists 15:01:40 e97b15794815: Layer already exists 15:01:40 e5e13b0c77cb: Layer already exists 15:01:40 791a250d19f4: Layer already exists 15:01:40 e4a976dbd2ef: Layer already exists 15:01:40 latest: digest: sha256:55d6a256159da5d17e1f54b457d3c2185b842cdaab651068393880291ea2d59c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:40 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:41 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.40 15:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:41 19c99250cf28: Preparing 15:01:41 e97b15794815: Preparing 15:01:41 791a250d19f4: Preparing 15:01:41 e4a976dbd2ef: Preparing 15:01:41 e5e13b0c77cb: Preparing 15:01:41 e97b15794815: Layer already exists 15:01:41 791a250d19f4: Layer already exists 15:01:41 e5e13b0c77cb: Layer already exists 15:01:41 19c99250cf28: Layer already exists 15:01:41 e4a976dbd2ef: Layer already exists 15:01:41 3.0.0-dev.40: digest: sha256:55d6a256159da5d17e1f54b457d3c2185b842cdaab651068393880291ea2d59c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:41 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:41 + docker push nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:41 19c99250cf28: Preparing 15:01:41 e97b15794815: Preparing 15:01:41 791a250d19f4: Preparing 15:01:41 e4a976dbd2ef: Preparing 15:01:41 e5e13b0c77cb: Preparing 15:01:41 e5e13b0c77cb: Layer already exists 15:01:41 e97b15794815: Layer already exists 15:01:41 791a250d19f4: Layer already exists 15:01:41 19c99250cf28: Layer already exists 15:01:41 e4a976dbd2ef: Layer already exists 15:01:41 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:55d6a256159da5d17e1f54b457d3c2185b842cdaab651068393880291ea2d59c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:01:42 19c99250cf28: Preparing 15:01:42 e97b15794815: Preparing 15:01:42 791a250d19f4: Preparing 15:01:42 e4a976dbd2ef: Preparing 15:01:42 e5e13b0c77cb: Preparing 15:01:42 e5e13b0c77cb: Layer already exists 15:01:42 791a250d19f4: Layer already exists 15:01:42 e97b15794815: Layer already exists 15:01:42 19c99250cf28: Layer already exists 15:01:42 e4a976dbd2ef: Layer already exists 15:01:42 main: digest: sha256:55d6a256159da5d17e1f54b457d3c2185b842cdaab651068393880291ea2d59c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:42 ===================================================== [Pipeline] echo 15:01:42 taggedImages: 15:01:42 - nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:42 - nexus3.edgexfoundry.org:10004/core-command:latest 15:01:42 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.40 15:01:42 - nexus3.edgexfoundry.org:10004/core-command:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:42 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:01:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:01:42 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:42 latest 15:01:42 3.0.0-dev.40 15:01:42 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:42 main 15:01:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:01:42 7a05e12e55f1: Preparing 15:01:42 87369104d060: Preparing 15:01:42 84da74d8e83b: Preparing 15:01:42 3bb74e69a123: Preparing 15:01:42 791a250d19f4: Preparing 15:01:42 763e35528cd6: Preparing 15:01:42 e5e13b0c77cb: Preparing 15:01:42 763e35528cd6: Waiting 15:01:42 e5e13b0c77cb: Waiting 15:01:42 791a250d19f4: Layer already exists 15:01:42 87369104d060: Pushed 15:01:42 84da74d8e83b: Pushed 15:01:42 7a05e12e55f1: Pushed 15:01:42 763e35528cd6: Pushed 15:01:42 e5e13b0c77cb: Layer already exists 15:01:43 3bb74e69a123: Pushed 15:01:44 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:b081a05ae3ef1e475a78d35ae74b9ec1c638e2d91f478ef3748ba9566116bd26 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:44 + 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 15:01:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:01:44 7a05e12e55f1: Preparing 15:01:44 87369104d060: Preparing 15:01:44 84da74d8e83b: Preparing 15:01:44 3bb74e69a123: Preparing 15:01:44 791a250d19f4: Preparing 15:01:44 763e35528cd6: Preparing 15:01:44 e5e13b0c77cb: Preparing 15:01:44 763e35528cd6: Waiting 15:01:44 e5e13b0c77cb: Waiting 15:01:44 3bb74e69a123: Layer already exists 15:01:44 87369104d060: Layer already exists 15:01:44 84da74d8e83b: Layer already exists 15:01:44 7a05e12e55f1: Layer already exists 15:01:44 791a250d19f4: Layer already exists 15:01:44 763e35528cd6: Layer already exists 15:01:44 e5e13b0c77cb: Layer already exists 15:01:45 latest: digest: sha256:b081a05ae3ef1e475a78d35ae74b9ec1c638e2d91f478ef3748ba9566116bd26 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.40 15:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:01:45 7a05e12e55f1: Preparing 15:01:45 87369104d060: Preparing 15:01:45 84da74d8e83b: Preparing 15:01:45 3bb74e69a123: Preparing 15:01:45 791a250d19f4: Preparing 15:01:45 763e35528cd6: Preparing 15:01:45 e5e13b0c77cb: Preparing 15:01:45 763e35528cd6: Waiting 15:01:45 e5e13b0c77cb: Waiting 15:01:45 84da74d8e83b: Layer already exists 15:01:45 87369104d060: Layer already exists 15:01:45 7a05e12e55f1: Layer already exists 15:01:45 791a250d19f4: Layer already exists 15:01:45 3bb74e69a123: Layer already exists 15:01:45 763e35528cd6: Layer already exists 15:01:45 e5e13b0c77cb: Layer already exists 15:01:45 3.0.0-dev.40: digest: sha256:b081a05ae3ef1e475a78d35ae74b9ec1c638e2d91f478ef3748ba9566116bd26 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:46 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:01:46 7a05e12e55f1: Preparing 15:01:46 87369104d060: Preparing 15:01:46 84da74d8e83b: Preparing 15:01:46 3bb74e69a123: Preparing 15:01:46 791a250d19f4: Preparing 15:01:46 763e35528cd6: Preparing 15:01:46 e5e13b0c77cb: Preparing 15:01:46 763e35528cd6: Waiting 15:01:46 e5e13b0c77cb: Waiting 15:01:46 87369104d060: Layer already exists 15:01:46 7a05e12e55f1: Layer already exists 15:01:46 3bb74e69a123: Layer already exists 15:01:46 84da74d8e83b: Layer already exists 15:01:46 791a250d19f4: Layer already exists 15:01:46 763e35528cd6: Layer already exists 15:01:46 e5e13b0c77cb: Layer already exists 15:01:46 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:b081a05ae3ef1e475a78d35ae74b9ec1c638e2d91f478ef3748ba9566116bd26 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:46 + 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 15:01:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:01:47 7a05e12e55f1: Preparing 15:01:47 87369104d060: Preparing 15:01:47 84da74d8e83b: Preparing 15:01:47 3bb74e69a123: Preparing 15:01:47 791a250d19f4: Preparing 15:01:47 763e35528cd6: Preparing 15:01:47 e5e13b0c77cb: Preparing 15:01:47 763e35528cd6: Waiting 15:01:47 e5e13b0c77cb: Waiting 15:01:47 87369104d060: Layer already exists 15:01:47 84da74d8e83b: Layer already exists 15:01:47 7a05e12e55f1: Layer already exists 15:01:47 791a250d19f4: Layer already exists 15:01:47 3bb74e69a123: Layer already exists 15:01:47 763e35528cd6: Layer already exists 15:01:47 e5e13b0c77cb: Layer already exists 15:01:47 main: digest: sha256:b081a05ae3ef1e475a78d35ae74b9ec1c638e2d91f478ef3748ba9566116bd26 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:47 ===================================================== [Pipeline] echo 15:01:47 taggedImages: 15:01:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:01:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.40 15:01:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:47 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:01:47 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:01:47 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:47 latest 15:01:47 3.0.0-dev.40 15:01:47 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:47 main 15:01:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:47 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:48 + docker push nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:48 16dd7938cbbc: Preparing 15:01:48 b6ed6695f54f: Preparing 15:01:48 791a250d19f4: Preparing 15:01:48 c2cceccc2da0: Preparing 15:01:48 e5e13b0c77cb: Preparing 15:01:48 791a250d19f4: Layer already exists 15:01:48 e5e13b0c77cb: Layer already exists 15:01:48 16dd7938cbbc: Pushed 15:01:48 c2cceccc2da0: Pushed 15:01:49 b6ed6695f54f: Pushed 15:01:49 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:86826f4da658dc3cd9c1978c2313867d48b3ba1ecdf135a2793b2abb8032ea78 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:50 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:50 16dd7938cbbc: Preparing 15:01:50 b6ed6695f54f: Preparing 15:01:50 791a250d19f4: Preparing 15:01:50 c2cceccc2da0: Preparing 15:01:50 e5e13b0c77cb: Preparing 15:01:50 b6ed6695f54f: Layer already exists 15:01:50 e5e13b0c77cb: Layer already exists 15:01:50 c2cceccc2da0: Layer already exists 15:01:50 16dd7938cbbc: Layer already exists 15:01:50 791a250d19f4: Layer already exists 15:01:50 latest: digest: sha256:86826f4da658dc3cd9c1978c2313867d48b3ba1ecdf135a2793b2abb8032ea78 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:50 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.40 15:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:50 16dd7938cbbc: Preparing 15:01:50 b6ed6695f54f: Preparing 15:01:50 791a250d19f4: Preparing 15:01:50 c2cceccc2da0: Preparing 15:01:50 e5e13b0c77cb: Preparing 15:01:50 16dd7938cbbc: Layer already exists 15:01:50 e5e13b0c77cb: Layer already exists 15:01:50 791a250d19f4: Layer already exists 15:01:50 b6ed6695f54f: Layer already exists 15:01:50 c2cceccc2da0: Layer already exists 15:01:50 3.0.0-dev.40: digest: sha256:86826f4da658dc3cd9c1978c2313867d48b3ba1ecdf135a2793b2abb8032ea78 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:51 + docker push nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:51 16dd7938cbbc: Preparing 15:01:51 b6ed6695f54f: Preparing 15:01:51 791a250d19f4: Preparing 15:01:51 c2cceccc2da0: Preparing 15:01:51 e5e13b0c77cb: Preparing 15:01:51 791a250d19f4: Layer already exists 15:01:51 c2cceccc2da0: Layer already exists 15:01:51 16dd7938cbbc: Layer already exists 15:01:51 b6ed6695f54f: Layer already exists 15:01:51 e5e13b0c77cb: Layer already exists 15:01:51 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:86826f4da658dc3cd9c1978c2313867d48b3ba1ecdf135a2793b2abb8032ea78 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:52 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:01:52 16dd7938cbbc: Preparing 15:01:52 b6ed6695f54f: Preparing 15:01:52 791a250d19f4: Preparing 15:01:52 c2cceccc2da0: Preparing 15:01:52 e5e13b0c77cb: Preparing 15:01:52 c2cceccc2da0: Layer already exists 15:01:52 16dd7938cbbc: Layer already exists 15:01:52 b6ed6695f54f: Layer already exists 15:01:52 e5e13b0c77cb: Layer already exists 15:01:52 791a250d19f4: Layer already exists 15:01:52 main: digest: sha256:86826f4da658dc3cd9c1978c2313867d48b3ba1ecdf135a2793b2abb8032ea78 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:52 ===================================================== [Pipeline] echo 15:01:52 taggedImages: 15:01:52 - nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:52 - nexus3.edgexfoundry.org:10004/core-data:latest 15:01:52 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.40 15:01:52 - nexus3.edgexfoundry.org:10004/core-data:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:52 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:01:52 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:01:52 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:52 latest 15:01:52 3.0.0-dev.40 15:01:52 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:52 main 15:01:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:52 6cb058022a11: Preparing 15:01:52 fca88c0fee06: Preparing 15:01:52 88eada022e68: Preparing 15:01:52 791a250d19f4: Preparing 15:01:52 e4a976dbd2ef: Preparing 15:01:52 e5e13b0c77cb: Preparing 15:01:52 e5e13b0c77cb: Waiting 15:01:52 e4a976dbd2ef: Layer already exists 15:01:52 791a250d19f4: Layer already exists 15:01:52 e5e13b0c77cb: Layer already exists 15:01:52 6cb058022a11: Pushed 15:01:52 fca88c0fee06: Pushed 15:01:54 88eada022e68: Pushed 15:01:54 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:78551d7824ea71b615dc426fe5d9c02db08ede8a0bf260526a9f711a563ce884 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:54 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:54 6cb058022a11: Preparing 15:01:54 fca88c0fee06: Preparing 15:01:54 88eada022e68: Preparing 15:01:54 791a250d19f4: Preparing 15:01:54 e4a976dbd2ef: Preparing 15:01:54 e5e13b0c77cb: Preparing 15:01:54 e5e13b0c77cb: Waiting 15:01:54 791a250d19f4: Layer already exists 15:01:54 e4a976dbd2ef: Layer already exists 15:01:54 fca88c0fee06: Layer already exists 15:01:54 88eada022e68: Layer already exists 15:01:54 6cb058022a11: Layer already exists 15:01:54 e5e13b0c77cb: Layer already exists 15:01:54 latest: digest: sha256:78551d7824ea71b615dc426fe5d9c02db08ede8a0bf260526a9f711a563ce884 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.40 15:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:55 6cb058022a11: Preparing 15:01:55 fca88c0fee06: Preparing 15:01:55 88eada022e68: Preparing 15:01:55 791a250d19f4: Preparing 15:01:55 e4a976dbd2ef: Preparing 15:01:55 e5e13b0c77cb: Preparing 15:01:55 e5e13b0c77cb: Waiting 15:01:55 791a250d19f4: Layer already exists 15:01:55 fca88c0fee06: Layer already exists 15:01:55 e4a976dbd2ef: Layer already exists 15:01:55 88eada022e68: Layer already exists 15:01:55 6cb058022a11: Layer already exists 15:01:55 e5e13b0c77cb: Layer already exists 15:01:55 3.0.0-dev.40: digest: sha256:78551d7824ea71b615dc426fe5d9c02db08ede8a0bf260526a9f711a563ce884 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:55 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 Removing intermediate container f71f8708b755 15:01:56 ---> 0d0dc1181ac6 15:01:56 Step 7/24 : COPY . . 15:01:56 Removing intermediate container 60a8cab554b4 15:01:56 ---> e50aa2f66ae7 15:01:56 Step 8/22 : COPY . . 15:01:56 Removing intermediate container fa27efee2a9a 15:01:56 ---> b902083c6c67 15:01:56 Step 8/23 : COPY . . 15:01:56 Removing intermediate container 142cf52837e2 15:01:56 ---> 825ee760e5f2 15:01:56 Step 7/32 : COPY . . 15:01:56 Removing intermediate container a1e234ff1f89 15:01:56 ---> 8782ddd18dfe 15:01:56 Step 7/21 : COPY . . 15:01:56 ---> d9040f359247 15:01:56 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:01:56 ---> 9b8c5061ca52 15:01:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:01:56 ---> 81ac1e734bc3 15:01:56 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:01:56 ---> ab0fa7c1905f 15:01:56 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:01:56 ---> 05d7049b2b14 15:01:56 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:01:56 ---> Running in 7f3b885b5fcd 15:01:56 ---> Running in 7959806a4f85 15:01:56 ---> Running in d8add1419b57 15:01:56 ---> Running in 00183a44b673 15:01:56 ---> Running in 0e062f5d768f 15:01:56 Removing intermediate container 0e062f5d768f 15:01:56 ---> bbaffb77ade0 15:01:56 Step 9/24 : WORKDIR /edgex-go/spire-build 15:01:56 ---> Running in e6b8e47f74c2 15:01:56 Removing intermediate container e6b8e47f74c2 15:01:56 ---> 07657b3414f3 15:01:56 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:01:56 ---> Running in c571dbce1ace 15:01:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:56 6cb058022a11: Preparing 15:01:56 fca88c0fee06: Preparing 15:01:56 88eada022e68: Preparing 15:01:56 791a250d19f4: Preparing 15:01:56 e4a976dbd2ef: Preparing 15:01:56 e5e13b0c77cb: Preparing 15:01:56 e5e13b0c77cb: Waiting 15:01:56 6cb058022a11: Layer already exists 15:01:56 791a250d19f4: Layer already exists 15:01:56 88eada022e68: Layer already exists 15:01:56 e4a976dbd2ef: Layer already exists 15:01:56 fca88c0fee06: Layer already exists 15:01:56 e5e13b0c77cb: Layer already exists 15:01:56 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:78551d7824ea71b615dc426fe5d9c02db08ede8a0bf260526a9f711a563ce884 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:01:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:01:56 6cb058022a11: Preparing 15:01:56 fca88c0fee06: Preparing 15:01:56 88eada022e68: Preparing 15:01:56 791a250d19f4: Preparing 15:01:56 e4a976dbd2ef: Preparing 15:01:56 e5e13b0c77cb: Preparing 15:01:56 e5e13b0c77cb: Waiting 15:01:56 e4a976dbd2ef: Layer already exists 15:01:56 88eada022e68: Layer already exists 15:01:56 791a250d19f4: Layer already exists 15:01:56 6cb058022a11: Layer already exists 15:01:56 fca88c0fee06: Layer already exists 15:01:56 e5e13b0c77cb: Layer already exists 15:01:56 main: digest: sha256:78551d7824ea71b615dc426fe5d9c02db08ede8a0bf260526a9f711a563ce884 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:01:56 ===================================================== [Pipeline] echo 15:01:56 taggedImages: 15:01:56 - nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:01:56 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.40 15:01:56 - nexus3.edgexfoundry.org:10004/core-metadata:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:56 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:01:56 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:01:56 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:56 latest 15:01:56 3.0.0-dev.40 15:01:56 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:01:56 main 15:01:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:01:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:01:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:01:57 60b489fa2421: Preparing 15:01:57 60b489fa2421: Preparing 15:01:57 dc2fd1eb7dd1: Preparing 15:01:57 b63da42b543d: Preparing 15:01:57 b3e39e168033: Preparing 15:01:57 5b34e7fd02c4: Preparing 15:01:57 4053f6a729b3: Preparing 15:01:57 791a250d19f4: Preparing 15:01:57 c5e53cd9bd5a: Preparing 15:01:57 0cc5cfadd9f9: Preparing 15:01:57 700dcadb1a7a: Preparing 15:01:57 ca5c2a066dce: Preparing 15:01:57 e5e13b0c77cb: Preparing 15:01:57 791a250d19f4: Waiting 15:01:57 c5e53cd9bd5a: Waiting 15:01:57 0cc5cfadd9f9: Waiting 15:01:57 700dcadb1a7a: Waiting 15:01:57 4053f6a729b3: Waiting 15:01:57 b3e39e168033: Pushed 15:01:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:01:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:01:57 b63da42b543d: Pushed 15:01:57 dc2fd1eb7dd1: Pushed 15:01:57 5b34e7fd02c4: Pushed 15:01:57 791a250d19f4: Layer already exists 15:01:57 60b489fa2421: Pushed 15:01:57 c5e53cd9bd5a: Pushed 15:01:57 0cc5cfadd9f9: Pushed 15:01:57 e5e13b0c77cb: Layer already exists 15:01:58 700dcadb1a7a: Pushed 15:01:58 ca5c2a066dce: Pushed 15:01:59 4053f6a729b3: Pushed 15:01:59 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:18bda7b58d354ee04dfc9f90f3658f57aa6e11cc9a1e8bcad9abed7ddf2179ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:01:59 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:02:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:02:00 60b489fa2421: Preparing 15:02:00 60b489fa2421: Preparing 15:02:00 dc2fd1eb7dd1: Preparing 15:02:00 b63da42b543d: Preparing 15:02:00 b3e39e168033: Preparing 15:02:00 5b34e7fd02c4: Preparing 15:02:00 4053f6a729b3: Preparing 15:02:00 791a250d19f4: Preparing 15:02:00 c5e53cd9bd5a: Preparing 15:02:00 0cc5cfadd9f9: Preparing 15:02:00 700dcadb1a7a: Preparing 15:02:00 ca5c2a066dce: Preparing 15:02:00 e5e13b0c77cb: Preparing 15:02:00 c5e53cd9bd5a: Waiting 15:02:00 0cc5cfadd9f9: Waiting 15:02:00 700dcadb1a7a: Waiting 15:02:00 ca5c2a066dce: Waiting 15:02:00 791a250d19f4: Waiting 15:02:00 4053f6a729b3: Waiting 15:02:00 e5e13b0c77cb: Waiting 15:02:00 60b489fa2421: Layer already exists 15:02:00 b63da42b543d: Layer already exists 15:02:00 b3e39e168033: Layer already exists 15:02:00 5b34e7fd02c4: Layer already exists 15:02:00 dc2fd1eb7dd1: Layer already exists 15:02:00 4053f6a729b3: Layer already exists 15:02:00 0cc5cfadd9f9: Layer already exists 15:02:00 791a250d19f4: Layer already exists 15:02:00 700dcadb1a7a: Layer already exists 15:02:00 c5e53cd9bd5a: Layer already exists 15:02:00 ca5c2a066dce: Layer already exists 15:02:00 e5e13b0c77cb: Layer already exists 15:02:00 latest: digest: sha256:18bda7b58d354ee04dfc9f90f3658f57aa6e11cc9a1e8bcad9abed7ddf2179ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:00 Removing intermediate container c571dbce1ace 15:02:00 ---> 797e2b2d1fcc 15:02:00 Step 11/24 : WORKDIR /edgex-go 15:02:00 ---> Running in a052e778766c 15:02:00 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.40 15:02:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:02:00 60b489fa2421: Preparing 15:02:00 60b489fa2421: Preparing 15:02:00 dc2fd1eb7dd1: Preparing 15:02:00 b63da42b543d: Preparing 15:02:00 b3e39e168033: Preparing 15:02:00 5b34e7fd02c4: Preparing 15:02:00 4053f6a729b3: Preparing 15:02:00 791a250d19f4: Preparing 15:02:00 c5e53cd9bd5a: Preparing 15:02:00 0cc5cfadd9f9: Preparing 15:02:00 700dcadb1a7a: Preparing 15:02:00 ca5c2a066dce: Preparing 15:02:00 e5e13b0c77cb: Preparing 15:02:00 e5e13b0c77cb: Waiting 15:02:00 700dcadb1a7a: Waiting 15:02:00 ca5c2a066dce: Waiting 15:02:00 791a250d19f4: Waiting 15:02:00 c5e53cd9bd5a: Waiting 15:02:00 4053f6a729b3: Waiting 15:02:00 dc2fd1eb7dd1: Layer already exists 15:02:00 60b489fa2421: Layer already exists 15:02:00 b3e39e168033: Layer already exists 15:02:00 b63da42b543d: Layer already exists 15:02:00 5b34e7fd02c4: Layer already exists 15:02:00 4053f6a729b3: Layer already exists 15:02:00 c5e53cd9bd5a: Layer already exists 15:02:00 791a250d19f4: Layer already exists 15:02:00 0cc5cfadd9f9: Layer already exists 15:02:00 700dcadb1a7a: Layer already exists 15:02:00 ca5c2a066dce: Layer already exists 15:02:00 e5e13b0c77cb: Layer already exists 15:02:00 3.0.0-dev.40: digest: sha256:18bda7b58d354ee04dfc9f90f3658f57aa6e11cc9a1e8bcad9abed7ddf2179ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:00 Removing intermediate container a052e778766c 15:02:00 ---> bb4d639e621b 15:02:00 15:02:00 Step 12/24 : FROM alpine:3.15 15:02:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 3.15: Pulling from library/alpine 15:02:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:02:01 60b489fa2421: Preparing 15:02:01 60b489fa2421: Preparing 15:02:01 dc2fd1eb7dd1: Preparing 15:02:01 b63da42b543d: Preparing 15:02:01 b3e39e168033: Preparing 15:02:01 5b34e7fd02c4: Preparing 15:02:01 4053f6a729b3: Preparing 15:02:01 791a250d19f4: Preparing 15:02:01 c5e53cd9bd5a: Preparing 15:02:01 0cc5cfadd9f9: Preparing 15:02:01 700dcadb1a7a: Preparing 15:02:01 ca5c2a066dce: Preparing 15:02:01 e5e13b0c77cb: Preparing 15:02:01 791a250d19f4: Waiting 15:02:01 4053f6a729b3: Waiting 15:02:01 0cc5cfadd9f9: Waiting 15:02:01 c5e53cd9bd5a: Waiting 15:02:01 700dcadb1a7a: Waiting 15:02:01 ca5c2a066dce: Waiting 15:02:01 b63da42b543d: Layer already exists 15:02:01 b3e39e168033: Layer already exists 15:02:01 5b34e7fd02c4: Layer already exists 15:02:01 60b489fa2421: Layer already exists 15:02:01 dc2fd1eb7dd1: Layer already exists 15:02:01 4053f6a729b3: Layer already exists 15:02:01 791a250d19f4: Layer already exists 15:02:01 c5e53cd9bd5a: Layer already exists 15:02:01 0cc5cfadd9f9: Layer already exists 15:02:01 700dcadb1a7a: Layer already exists 15:02:01 ca5c2a066dce: Layer already exists 15:02:01 e5e13b0c77cb: Layer already exists 15:02:01 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:18bda7b58d354ee04dfc9f90f3658f57aa6e11cc9a1e8bcad9abed7ddf2179ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:02:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:02:01 60b489fa2421: Preparing 15:02:01 60b489fa2421: Preparing 15:02:01 dc2fd1eb7dd1: Preparing 15:02:01 b63da42b543d: Preparing 15:02:01 b3e39e168033: Preparing 15:02:01 5b34e7fd02c4: Preparing 15:02:01 4053f6a729b3: Preparing 15:02:01 791a250d19f4: Preparing 15:02:01 c5e53cd9bd5a: Preparing 15:02:01 0cc5cfadd9f9: Preparing 15:02:01 700dcadb1a7a: Preparing 15:02:01 ca5c2a066dce: Preparing 15:02:01 e5e13b0c77cb: Preparing 15:02:01 c5e53cd9bd5a: Waiting 15:02:01 700dcadb1a7a: Waiting 15:02:01 ca5c2a066dce: Waiting 15:02:01 e5e13b0c77cb: Waiting 15:02:01 0cc5cfadd9f9: Waiting 15:02:01 791a250d19f4: Waiting 15:02:01 b63da42b543d: Layer already exists 15:02:01 5b34e7fd02c4: Layer already exists 15:02:01 b3e39e168033: Layer already exists 15:02:01 dc2fd1eb7dd1: Layer already exists 15:02:01 60b489fa2421: Layer already exists 15:02:01 4053f6a729b3: Layer already exists 15:02:01 791a250d19f4: Layer already exists 15:02:01 c5e53cd9bd5a: Layer already exists 15:02:01 0cc5cfadd9f9: Layer already exists 15:02:01 700dcadb1a7a: Layer already exists 15:02:01 ca5c2a066dce: Layer already exists 15:02:01 e5e13b0c77cb: Layer already exists 15:02:01 main: digest: sha256:18bda7b58d354ee04dfc9f90f3658f57aa6e11cc9a1e8bcad9abed7ddf2179ee size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:02 ===================================================== [Pipeline] echo 15:02:02 taggedImages: 15:02:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:02:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.40 15:02:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:02 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:02:02 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:02:02 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:02 latest 15:02:02 3.0.0-dev.40 15:02:02 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:02 main 15:02:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:02 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:02:02 dbfd4e1be4b7: Preparing 15:02:02 8623171f70a4: Preparing 15:02:02 2f5e4f7b6a94: Preparing 15:02:02 0f7ed8ceb73d: Preparing 15:02:02 5ae629a653d4: Preparing 15:02:02 ee64c22a0a8c: Preparing 15:02:02 7b2064cf5fb3: Preparing 15:02:02 e5e13b0c77cb: Preparing 15:02:02 ee64c22a0a8c: Waiting 15:02:02 7b2064cf5fb3: Waiting 15:02:02 e5e13b0c77cb: Waiting 15:02:02 8623171f70a4: Pushed 15:02:02 dbfd4e1be4b7: Pushed 15:02:02 5ae629a653d4: Pushed 15:02:02 e5e13b0c77cb: Layer already exists 15:02:02 ee64c22a0a8c: Pushed 15:02:03 7b2064cf5fb3: Pushed 15:02:03 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 15:02:03 Status: Downloaded newer image for alpine:3.15 15:02:03 ---> 8aa73fd46299 15:02:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:02:03 ---> Running in f6ad009f6805 15:02:03 0f7ed8ceb73d: Pushed 15:02:03 2f5e4f7b6a94: Pushed 15:02:03 Removing intermediate container f6ad009f6805 15:02:03 ---> d54d58766511 15:02:03 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:02:04 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:209c0dac31c359c5d4cd8a37c87e35dd4c1dbe8fc112850666ab6697022e29da size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:04 ---> Running in 1fa9ec757a2b 15:02:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:02:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:02:04 dbfd4e1be4b7: Preparing 15:02:04 8623171f70a4: Preparing 15:02:04 2f5e4f7b6a94: Preparing 15:02:04 0f7ed8ceb73d: Preparing 15:02:04 5ae629a653d4: Preparing 15:02:04 ee64c22a0a8c: Preparing 15:02:04 7b2064cf5fb3: Preparing 15:02:04 e5e13b0c77cb: Preparing 15:02:04 7b2064cf5fb3: Waiting 15:02:04 ee64c22a0a8c: Waiting 15:02:04 e5e13b0c77cb: Waiting 15:02:04 dbfd4e1be4b7: Layer already exists 15:02:04 2f5e4f7b6a94: Layer already exists 15:02:04 8623171f70a4: Layer already exists 15:02:04 0f7ed8ceb73d: Layer already exists 15:02:04 5ae629a653d4: Layer already exists 15:02:04 7b2064cf5fb3: Layer already exists 15:02:04 ee64c22a0a8c: Layer already exists 15:02:04 e5e13b0c77cb: Layer already exists 15:02:04 latest: digest: sha256:209c0dac31c359c5d4cd8a37c87e35dd4c1dbe8fc112850666ab6697022e29da size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.40 15:02:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:02:05 dbfd4e1be4b7: Preparing 15:02:05 8623171f70a4: Preparing 15:02:05 2f5e4f7b6a94: Preparing 15:02:05 0f7ed8ceb73d: Preparing 15:02:05 5ae629a653d4: Preparing 15:02:05 ee64c22a0a8c: Preparing 15:02:05 7b2064cf5fb3: Preparing 15:02:05 e5e13b0c77cb: Preparing 15:02:05 7b2064cf5fb3: Waiting 15:02:05 ee64c22a0a8c: Waiting 15:02:05 e5e13b0c77cb: Waiting 15:02:05 0f7ed8ceb73d: Layer already exists 15:02:05 5ae629a653d4: Layer already exists 15:02:05 2f5e4f7b6a94: Layer already exists 15:02:05 dbfd4e1be4b7: Layer already exists 15:02:05 8623171f70a4: Layer already exists 15:02:05 ee64c22a0a8c: Layer already exists 15:02:05 7b2064cf5fb3: Layer already exists 15:02:05 e5e13b0c77cb: Layer already exists 15:02:05 3.0.0-dev.40: digest: sha256:209c0dac31c359c5d4cd8a37c87e35dd4c1dbe8fc112850666ab6697022e29da size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:02:06 dbfd4e1be4b7: Preparing 15:02:06 8623171f70a4: Preparing 15:02:06 2f5e4f7b6a94: Preparing 15:02:06 0f7ed8ceb73d: Preparing 15:02:06 5ae629a653d4: Preparing 15:02:06 ee64c22a0a8c: Preparing 15:02:06 7b2064cf5fb3: Preparing 15:02:06 e5e13b0c77cb: Preparing 15:02:06 ee64c22a0a8c: Waiting 15:02:06 7b2064cf5fb3: Waiting 15:02:06 e5e13b0c77cb: Waiting 15:02:06 0f7ed8ceb73d: Layer already exists 15:02:06 dbfd4e1be4b7: Layer already exists 15:02:06 5ae629a653d4: Layer already exists 15:02:06 8623171f70a4: Layer already exists 15:02:06 2f5e4f7b6a94: Layer already exists 15:02:06 ee64c22a0a8c: Layer already exists 15:02:06 e5e13b0c77cb: Layer already exists 15:02:06 7b2064cf5fb3: Layer already exists 15:02:06 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:209c0dac31c359c5d4cd8a37c87e35dd4c1dbe8fc112850666ab6697022e29da size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:02:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:02:06 dbfd4e1be4b7: Preparing 15:02:06 8623171f70a4: Preparing 15:02:06 2f5e4f7b6a94: Preparing 15:02:06 0f7ed8ceb73d: Preparing 15:02:06 5ae629a653d4: Preparing 15:02:06 ee64c22a0a8c: Preparing 15:02:06 7b2064cf5fb3: Preparing 15:02:06 e5e13b0c77cb: Preparing 15:02:06 ee64c22a0a8c: Waiting 15:02:06 7b2064cf5fb3: Waiting 15:02:06 e5e13b0c77cb: Waiting 15:02:06 2f5e4f7b6a94: Layer already exists 15:02:06 dbfd4e1be4b7: Layer already exists 15:02:06 0f7ed8ceb73d: Layer already exists 15:02:06 8623171f70a4: Layer already exists 15:02:06 5ae629a653d4: Layer already exists 15:02:06 ee64c22a0a8c: Layer already exists 15:02:06 e5e13b0c77cb: Layer already exists 15:02:06 7b2064cf5fb3: Layer already exists 15:02:06 main: digest: sha256:209c0dac31c359c5d4cd8a37c87e35dd4c1dbe8fc112850666ab6697022e29da size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry 15:02:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:06 ===================================================== [Pipeline] echo 15:02:06 taggedImages: 15:02:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:02:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.40 15:02:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:06 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:02:06 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:02:06 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:06 latest 15:02:06 3.0.0-dev.40 15:02:06 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:06 main 15:02:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:02:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:02:07 b6c91637b190: Preparing 15:02:07 840b6a9e4fe3: Preparing 15:02:07 d9ce77945dfb: Preparing 15:02:07 b4497d1df460: Preparing 15:02:07 9536b19e1237: Preparing 15:02:07 27f392e2f52f: Preparing 15:02:07 26bd76af760d: Preparing 15:02:07 26487b38b256: Preparing 15:02:07 49f547bc5b1f: Preparing 15:02:07 e5e13b0c77cb: Preparing 15:02:07 27f392e2f52f: Waiting 15:02:07 26bd76af760d: Waiting 15:02:07 26487b38b256: Waiting 15:02:07 e5e13b0c77cb: Waiting 15:02:07 49f547bc5b1f: Waiting 15:02:07 9536b19e1237: Pushed 15:02:07 b6c91637b190: Pushed 15:02:07 840b6a9e4fe3: Pushed 15:02:07 26bd76af760d: Pushed 15:02:07 27f392e2f52f: Pushed 15:02:07 e5e13b0c77cb: Layer already exists 15:02:07 26487b38b256: Pushed 15:02:07 49f547bc5b1f: Pushed 15:02:08 b4497d1df460: Pushed 15:02:08 d9ce77945dfb: Pushed 15:02:09 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:02:09 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:02:09 OK: 15736 distinct packages available 15:02:09 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:dd2588b642321803b320bd0861bc0153d8d04b8ff2de0c6f62af29b648293cef size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:02:09 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:02:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:02:09 b6c91637b190: Preparing 15:02:09 840b6a9e4fe3: Preparing 15:02:09 d9ce77945dfb: Preparing 15:02:09 b4497d1df460: Preparing 15:02:09 9536b19e1237: Preparing 15:02:09 27f392e2f52f: Preparing 15:02:09 26bd76af760d: Preparing 15:02:09 26487b38b256: Preparing 15:02:09 49f547bc5b1f: Preparing 15:02:09 e5e13b0c77cb: Preparing 15:02:09 27f392e2f52f: Waiting 15:02:09 26bd76af760d: Waiting 15:02:09 26487b38b256: Waiting 15:02:09 49f547bc5b1f: Waiting 15:02:09 e5e13b0c77cb: Waiting 15:02:09 9536b19e1237: Layer already exists 15:02:09 840b6a9e4fe3: Layer already exists 15:02:09 b6c91637b190: Layer already exists 15:02:09 b4497d1df460: Layer already exists 15:02:09 d9ce77945dfb: Layer already exists 15:02:09 27f392e2f52f: Layer already exists 15:02:09 49f547bc5b1f: Layer already exists 15:02:09 26bd76af760d: Layer already exists 15:02:09 26487b38b256: Layer already exists 15:02:09 e5e13b0c77cb: Layer already exists 15:02:09 latest: digest: sha256:dd2588b642321803b320bd0861bc0153d8d04b8ff2de0c6f62af29b648293cef size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.40 15:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:02:10 b6c91637b190: Preparing 15:02:10 840b6a9e4fe3: Preparing 15:02:10 d9ce77945dfb: Preparing 15:02:10 b4497d1df460: Preparing 15:02:10 9536b19e1237: Preparing 15:02:10 27f392e2f52f: Preparing 15:02:10 26bd76af760d: Preparing 15:02:10 26487b38b256: Preparing 15:02:10 49f547bc5b1f: Preparing 15:02:10 e5e13b0c77cb: Preparing 15:02:10 27f392e2f52f: Waiting 15:02:10 26bd76af760d: Waiting 15:02:10 26487b38b256: Waiting 15:02:10 e5e13b0c77cb: Waiting 15:02:10 d9ce77945dfb: Layer already exists 15:02:10 b6c91637b190: Layer already exists 15:02:10 b4497d1df460: Layer already exists 15:02:10 840b6a9e4fe3: Layer already exists 15:02:10 9536b19e1237: Layer already exists 15:02:10 26bd76af760d: Layer already exists 15:02:10 e5e13b0c77cb: Layer already exists 15:02:10 26487b38b256: Layer already exists 15:02:10 27f392e2f52f: Layer already exists 15:02:10 49f547bc5b1f: Layer already exists 15:02:10 3.0.0-dev.40: digest: sha256:dd2588b642321803b320bd0861bc0153d8d04b8ff2de0c6f62af29b648293cef size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:10 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:11 (1/5) Installing dumb-init (1.2.5-r1) 15:02:11 (2/5) Installing musl-obstack (1.2.3-r0) 15:02:11 (3/5) Installing libucontext (1.1-r0) 15:02:11 (4/5) Installing gcompat (1.0.0-r4) 15:02:11 (5/5) Installing openssl (1.1.1t-r1) 15:02:11 Executing busybox-1.34.1-r7.trigger 15:02:11 OK: 6 MiB in 19 packages 15:02:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:02:11 b6c91637b190: Preparing 15:02:11 840b6a9e4fe3: Preparing 15:02:11 d9ce77945dfb: Preparing 15:02:11 b4497d1df460: Preparing 15:02:11 9536b19e1237: Preparing 15:02:11 27f392e2f52f: Preparing 15:02:11 26bd76af760d: Preparing 15:02:11 26487b38b256: Preparing 15:02:11 49f547bc5b1f: Preparing 15:02:11 e5e13b0c77cb: Preparing 15:02:11 27f392e2f52f: Waiting 15:02:11 26487b38b256: Waiting 15:02:11 26bd76af760d: Waiting 15:02:11 49f547bc5b1f: Waiting 15:02:11 840b6a9e4fe3: Layer already exists 15:02:11 9536b19e1237: Layer already exists 15:02:11 b4497d1df460: Layer already exists 15:02:11 d9ce77945dfb: Layer already exists 15:02:11 b6c91637b190: Layer already exists 15:02:11 26bd76af760d: Layer already exists 15:02:11 27f392e2f52f: Layer already exists 15:02:11 26487b38b256: Layer already exists 15:02:11 e5e13b0c77cb: Layer already exists 15:02:11 49f547bc5b1f: Layer already exists 15:02:11 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:dd2588b642321803b320bd0861bc0153d8d04b8ff2de0c6f62af29b648293cef size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:02:11 b6c91637b190: Preparing 15:02:11 840b6a9e4fe3: Preparing 15:02:11 d9ce77945dfb: Preparing 15:02:11 b4497d1df460: Preparing 15:02:11 9536b19e1237: Preparing 15:02:11 27f392e2f52f: Preparing 15:02:11 26bd76af760d: Preparing 15:02:11 26487b38b256: Preparing 15:02:11 49f547bc5b1f: Preparing 15:02:11 e5e13b0c77cb: Preparing 15:02:11 26bd76af760d: Waiting 15:02:11 26487b38b256: Waiting 15:02:11 49f547bc5b1f: Waiting 15:02:11 e5e13b0c77cb: Waiting 15:02:11 b6c91637b190: Layer already exists 15:02:11 b4497d1df460: Layer already exists 15:02:11 840b6a9e4fe3: Layer already exists 15:02:11 9536b19e1237: Layer already exists 15:02:11 d9ce77945dfb: Layer already exists 15:02:11 27f392e2f52f: Layer already exists 15:02:11 26bd76af760d: Layer already exists 15:02:11 26487b38b256: Layer already exists 15:02:11 e5e13b0c77cb: Layer already exists 15:02:11 49f547bc5b1f: Layer already exists 15:02:11 main: digest: sha256:dd2588b642321803b320bd0861bc0153d8d04b8ff2de0c6f62af29b648293cef size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:11 ===================================================== [Pipeline] echo 15:02:11 taggedImages: 15:02:11 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:11 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:02:11 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.40 15:02:11 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:11 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:02:11 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:02:11 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:11 latest 15:02:11 3.0.0-dev.40 15:02:11 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:11 main 15:02:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:12 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:02:12 8b4f5d875efa: Preparing 15:02:12 2884d639e7f4: Preparing 15:02:12 791a250d19f4: Preparing 15:02:12 d68e0d120149: Preparing 15:02:12 34d5ebaa5410: Preparing 15:02:12 791a250d19f4: Layer already exists 15:02:12 34d5ebaa5410: Layer already exists 15:02:12 8b4f5d875efa: Pushed 15:02:13 d68e0d120149: Pushed 15:02:13 Removing intermediate container 1fa9ec757a2b 15:02:13 ---> 41f83b3e1c02 15:02:13 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:02:14 2884d639e7f4: Pushed 15:02:14 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:ae4a257b0b7d067eac417a7b3f5ee1f7289d5d91b14285c9219a2e9e9631fdce size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:14 + 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 15:02:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:02:15 8b4f5d875efa: Preparing 15:02:15 2884d639e7f4: Preparing 15:02:15 791a250d19f4: Preparing 15:02:15 d68e0d120149: Preparing 15:02:15 34d5ebaa5410: Preparing 15:02:15 2884d639e7f4: Layer already exists 15:02:15 34d5ebaa5410: Layer already exists 15:02:15 d68e0d120149: Layer already exists 15:02:15 791a250d19f4: Layer already exists 15:02:15 8b4f5d875efa: Layer already exists 15:02:15 latest: digest: sha256:ae4a257b0b7d067eac417a7b3f5ee1f7289d5d91b14285c9219a2e9e9631fdce size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:15 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.40 15:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:02:15 8b4f5d875efa: Preparing 15:02:15 2884d639e7f4: Preparing 15:02:15 791a250d19f4: Preparing 15:02:15 d68e0d120149: Preparing 15:02:15 34d5ebaa5410: Preparing 15:02:15 791a250d19f4: Layer already exists 15:02:15 8b4f5d875efa: Layer already exists 15:02:15 d68e0d120149: Layer already exists 15:02:15 2884d639e7f4: Layer already exists 15:02:15 34d5ebaa5410: Layer already exists 15:02:15 3.0.0-dev.40: digest: sha256:ae4a257b0b7d067eac417a7b3f5ee1f7289d5d91b14285c9219a2e9e9631fdce size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:16 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:02:16 8b4f5d875efa: Preparing 15:02:16 2884d639e7f4: Preparing 15:02:16 791a250d19f4: Preparing 15:02:16 d68e0d120149: Preparing 15:02:16 34d5ebaa5410: Preparing 15:02:16 34d5ebaa5410: Layer already exists 15:02:16 8b4f5d875efa: Layer already exists 15:02:16 d68e0d120149: Layer already exists 15:02:16 791a250d19f4: Layer already exists 15:02:16 2884d639e7f4: Layer already exists 15:02:16 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:ae4a257b0b7d067eac417a7b3f5ee1f7289d5d91b14285c9219a2e9e9631fdce size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:16 + 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 15:02:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:02:17 8b4f5d875efa: Preparing 15:02:17 2884d639e7f4: Preparing 15:02:17 791a250d19f4: Preparing 15:02:17 d68e0d120149: Preparing 15:02:17 34d5ebaa5410: Preparing 15:02:17 791a250d19f4: Layer already exists 15:02:17 d68e0d120149: Layer already exists 15:02:17 2884d639e7f4: Layer already exists 15:02:17 8b4f5d875efa: Layer already exists 15:02:17 34d5ebaa5410: Layer already exists 15:02:17 main: digest: sha256:ae4a257b0b7d067eac417a7b3f5ee1f7289d5d91b14285c9219a2e9e9631fdce size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:17 ===================================================== [Pipeline] echo 15:02:17 taggedImages: 15:02:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:02:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.40 15:02:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:02:17 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:02:17 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:17 latest 15:02:17 3.0.0-dev.40 15:02:17 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:17 main 15:02:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:02:17 d8432430e876: Preparing 15:02:17 ba955a760055: Preparing 15:02:17 11747c042731: Preparing 15:02:17 99302e665b01: Preparing 15:02:17 f1b65e1f5105: Preparing 15:02:17 ba7ff3d8e21d: Preparing 15:02:17 34d5ebaa5410: Preparing 15:02:17 ba7ff3d8e21d: Waiting 15:02:17 34d5ebaa5410: Waiting 15:02:17 ba955a760055: Pushed 15:02:17 d8432430e876: Pushed 15:02:17 11747c042731: Pushed 15:02:17 34d5ebaa5410: Layer already exists 15:02:18 ba7ff3d8e21d: Pushed 15:02:19 ---> 0d49bae381b5 15:02:19 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:02:21 f1b65e1f5105: Pushed 15:02:24 99302e665b01: Pushed 15:02:24 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:249738aedd3a7913de5989072ad53b5a2562562d02429c9c43a251232c3df013 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:24 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:02:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:02:24 d8432430e876: Preparing 15:02:24 ba955a760055: Preparing 15:02:24 11747c042731: Preparing 15:02:24 99302e665b01: Preparing 15:02:24 f1b65e1f5105: Preparing 15:02:24 ba7ff3d8e21d: Preparing 15:02:24 34d5ebaa5410: Preparing 15:02:24 ba7ff3d8e21d: Waiting 15:02:24 34d5ebaa5410: Waiting 15:02:24 99302e665b01: Layer already exists 15:02:24 d8432430e876: Layer already exists 15:02:24 11747c042731: Layer already exists 15:02:24 ba955a760055: Layer already exists 15:02:24 f1b65e1f5105: Layer already exists 15:02:24 ba7ff3d8e21d: Layer already exists 15:02:24 34d5ebaa5410: Layer already exists 15:02:24 latest: digest: sha256:249738aedd3a7913de5989072ad53b5a2562562d02429c9c43a251232c3df013 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.40 15:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:02:25 d8432430e876: Preparing 15:02:25 ba955a760055: Preparing 15:02:25 11747c042731: Preparing 15:02:25 99302e665b01: Preparing 15:02:25 f1b65e1f5105: Preparing 15:02:25 ba7ff3d8e21d: Preparing 15:02:25 34d5ebaa5410: Preparing 15:02:25 ba7ff3d8e21d: Waiting 15:02:25 34d5ebaa5410: Waiting 15:02:25 f1b65e1f5105: Layer already exists 15:02:25 99302e665b01: Layer already exists 15:02:25 11747c042731: Layer already exists 15:02:25 ba955a760055: Layer already exists 15:02:25 d8432430e876: Layer already exists 15:02:25 ba7ff3d8e21d: Layer already exists 15:02:25 34d5ebaa5410: Layer already exists 15:02:25 3.0.0-dev.40: digest: sha256:249738aedd3a7913de5989072ad53b5a2562562d02429c9c43a251232c3df013 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:02:26 d8432430e876: Preparing 15:02:26 ba955a760055: Preparing 15:02:26 11747c042731: Preparing 15:02:26 99302e665b01: Preparing 15:02:26 f1b65e1f5105: Preparing 15:02:26 ba7ff3d8e21d: Preparing 15:02:26 34d5ebaa5410: Preparing 15:02:26 34d5ebaa5410: Waiting 15:02:26 ba7ff3d8e21d: Waiting 15:02:26 d8432430e876: Layer already exists 15:02:26 ba955a760055: Layer already exists 15:02:26 11747c042731: Layer already exists 15:02:26 99302e665b01: Layer already exists 15:02:26 f1b65e1f5105: Layer already exists 15:02:26 ba7ff3d8e21d: Layer already exists 15:02:26 34d5ebaa5410: Layer already exists 15:02:26 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:249738aedd3a7913de5989072ad53b5a2562562d02429c9c43a251232c3df013 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:02:26 d8432430e876: Preparing 15:02:26 ba955a760055: Preparing 15:02:26 11747c042731: Preparing 15:02:26 99302e665b01: Preparing 15:02:26 f1b65e1f5105: Preparing 15:02:26 ba7ff3d8e21d: Preparing 15:02:26 34d5ebaa5410: Preparing 15:02:26 ba7ff3d8e21d: Waiting 15:02:26 34d5ebaa5410: Waiting 15:02:26 99302e665b01: Layer already exists 15:02:26 ba955a760055: Layer already exists 15:02:26 d8432430e876: Layer already exists 15:02:26 f1b65e1f5105: Layer already exists 15:02:26 11747c042731: Layer already exists 15:02:26 ba7ff3d8e21d: Layer already exists 15:02:26 34d5ebaa5410: Layer already exists 15:02:26 main: digest: sha256:249738aedd3a7913de5989072ad53b5a2562562d02429c9c43a251232c3df013 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:26 ===================================================== [Pipeline] echo 15:02:26 taggedImages: 15:02:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:02:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.40 15:02:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:26 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:02:26 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:02:26 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:26 latest 15:02:26 3.0.0-dev.40 15:02:26 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:26 main 15:02:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:27 ---> 9d1fa574c0bb 15:02:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:02:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:02:27 291656a4306f: Preparing 15:02:27 2437356cef8f: Preparing 15:02:27 b660e87ff56d: Preparing 15:02:27 52a1c20940fd: Preparing 15:02:27 6a067d86947c: Preparing 15:02:27 34d5ebaa5410: Preparing 15:02:27 34d5ebaa5410: Waiting 15:02:27 291656a4306f: Pushed 15:02:27 b660e87ff56d: Pushed 15:02:27 2437356cef8f: Pushed 15:02:27 34d5ebaa5410: Layer already exists 15:02:27 6a067d86947c: Pushed 15:02:28 ---> daa9aa0bb07a 15:02:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:02:30 ---> 8fd532cd2bdd 15:02:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:02:31 ---> 6b2b1e3feeeb 15:02:31 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:02:31 ---> Running in 94bc92ac315f 15:02:31 Removing intermediate container 94bc92ac315f 15:02:31 ---> a7f6bff630dd 15:02:31 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:02:31 ---> Running in ee77b9e245a9 15:02:32 Removing intermediate container ee77b9e245a9 15:02:32 ---> ef6321562d5e 15:02:32 Step 22/24 : LABEL arch=arm64 15:02:32 ---> Running in fe5f865bd461 15:02:33 Removing intermediate container fe5f865bd461 15:02:33 ---> de9ebeb76bab 15:02:33 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:33 ---> Running in f08b1d91dde8 15:02:33 Removing intermediate container f08b1d91dde8 15:02:33 ---> 125ce5f10f4f 15:02:33 Step 24/24 : LABEL version=3.0.0-dev.40 15:02:34 ---> Running in 4588bb18dfbb 15:02:34 52a1c20940fd: Pushed 15:02:34 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:2f7429ea9b70b79266ba87998be270fb9383f5a76577e899bd4cecaec8851bb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:34 Removing intermediate container 4588bb18dfbb 15:02:34 ---> 2d3cc60c96f4 15:02:34 15:02:34 Successfully built 2d3cc60c96f4 15:02:34 Successfully tagged security-spire-agent-arm64:latest 15:02:34  Building security-spire-agent ... done Building security-spire-server 15:02:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:02:35 291656a4306f: Preparing 15:02:35 2437356cef8f: Preparing 15:02:35 b660e87ff56d: Preparing 15:02:35 52a1c20940fd: Preparing 15:02:35 6a067d86947c: Preparing 15:02:35 34d5ebaa5410: Preparing 15:02:35 34d5ebaa5410: Waiting 15:02:35 52a1c20940fd: Layer already exists 15:02:35 291656a4306f: Layer already exists 15:02:35 6a067d86947c: Layer already exists 15:02:35 2437356cef8f: Layer already exists 15:02:35 b660e87ff56d: Layer already exists 15:02:35 34d5ebaa5410: Layer already exists 15:02:35 latest: digest: sha256:2f7429ea9b70b79266ba87998be270fb9383f5a76577e899bd4cecaec8851bb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.40 15:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:02:35 291656a4306f: Preparing 15:02:35 2437356cef8f: Preparing 15:02:35 b660e87ff56d: Preparing 15:02:35 52a1c20940fd: Preparing 15:02:35 6a067d86947c: Preparing 15:02:35 34d5ebaa5410: Preparing 15:02:35 34d5ebaa5410: Waiting 15:02:35 52a1c20940fd: Layer already exists 15:02:35 291656a4306f: Layer already exists 15:02:35 2437356cef8f: Layer already exists 15:02:35 6a067d86947c: Layer already exists 15:02:35 b660e87ff56d: Layer already exists 15:02:35 34d5ebaa5410: Layer already exists 15:02:35 3.0.0-dev.40: digest: sha256:2f7429ea9b70b79266ba87998be270fb9383f5a76577e899bd4cecaec8851bb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:02:36 291656a4306f: Preparing 15:02:36 2437356cef8f: Preparing 15:02:36 b660e87ff56d: Preparing 15:02:36 52a1c20940fd: Preparing 15:02:36 6a067d86947c: Preparing 15:02:36 34d5ebaa5410: Preparing 15:02:36 34d5ebaa5410: Waiting 15:02:36 2437356cef8f: Layer already exists 15:02:36 291656a4306f: Layer already exists 15:02:36 b660e87ff56d: Layer already exists 15:02:36 6a067d86947c: Layer already exists 15:02:36 52a1c20940fd: Layer already exists 15:02:36 34d5ebaa5410: Layer already exists 15:02:36 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:2f7429ea9b70b79266ba87998be270fb9383f5a76577e899bd4cecaec8851bb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:36 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:02:36 291656a4306f: Preparing 15:02:36 2437356cef8f: Preparing 15:02:36 b660e87ff56d: Preparing 15:02:36 52a1c20940fd: Preparing 15:02:36 6a067d86947c: Preparing 15:02:36 34d5ebaa5410: Preparing 15:02:36 34d5ebaa5410: Waiting 15:02:36 52a1c20940fd: Layer already exists 15:02:36 b660e87ff56d: Layer already exists 15:02:36 6a067d86947c: Layer already exists 15:02:36 2437356cef8f: Layer already exists 15:02:36 291656a4306f: Layer already exists 15:02:36 34d5ebaa5410: Layer already exists 15:02:36 main: digest: sha256:2f7429ea9b70b79266ba87998be270fb9383f5a76577e899bd4cecaec8851bb9 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:36 ===================================================== [Pipeline] echo 15:02:36 taggedImages: 15:02:36 - nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:36 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:02:36 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.40 15:02:36 - nexus3.edgexfoundry.org:10004/security-spire-config:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:36 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:02:36 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:02:36 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:36 latest 15:02:36 3.0.0-dev.40 15:02:36 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:36 main 15:02:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:37 3e65877e5823: Preparing 15:02:37 b7750ddc6bcb: Preparing 15:02:37 c997c30f1ec2: Preparing 15:02:37 5707a77ede5a: Preparing 15:02:37 ba7ff3d8e21d: Preparing 15:02:37 34d5ebaa5410: Preparing 15:02:37 34d5ebaa5410: Waiting 15:02:37 ba7ff3d8e21d: Layer already exists 15:02:37 34d5ebaa5410: Layer already exists 15:02:37 c997c30f1ec2: Pushed 15:02:37 3e65877e5823: Pushed 15:02:37 b7750ddc6bcb: Pushed 15:02:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:02:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:02:41 ---> 35357c565f8f 15:02:41 Step 3/23 : WORKDIR /edgex-go 15:02:41 ---> Using cache 15:02:41 ---> c9a5442e9cdc 15:02:41 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:02:43 ---> Running in 4671101ad1a6 15:02:44 5707a77ede5a: Pushed 15:02:44 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:29ac276275a06af6f599e23339f8615b9a180e3161b8c49ed4cc10ae57745fdb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:44 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:02:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:44 3e65877e5823: Preparing 15:02:44 b7750ddc6bcb: Preparing 15:02:44 c997c30f1ec2: Preparing 15:02:44 5707a77ede5a: Preparing 15:02:44 ba7ff3d8e21d: Preparing 15:02:44 34d5ebaa5410: Preparing 15:02:44 34d5ebaa5410: Waiting 15:02:44 ba7ff3d8e21d: Layer already exists 15:02:44 c997c30f1ec2: Layer already exists 15:02:44 3e65877e5823: Layer already exists 15:02:44 5707a77ede5a: Layer already exists 15:02:44 b7750ddc6bcb: Layer already exists 15:02:44 34d5ebaa5410: Layer already exists 15:02:44 latest: digest: sha256:29ac276275a06af6f599e23339f8615b9a180e3161b8c49ed4cc10ae57745fdb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.40 15:02:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:45 3e65877e5823: Preparing 15:02:45 b7750ddc6bcb: Preparing 15:02:45 c997c30f1ec2: Preparing 15:02:45 5707a77ede5a: Preparing 15:02:45 ba7ff3d8e21d: Preparing 15:02:45 34d5ebaa5410: Preparing 15:02:45 34d5ebaa5410: Waiting 15:02:45 3e65877e5823: Layer already exists 15:02:45 ba7ff3d8e21d: Layer already exists 15:02:45 5707a77ede5a: Layer already exists 15:02:45 b7750ddc6bcb: Layer already exists 15:02:45 c997c30f1ec2: Layer already exists 15:02:45 34d5ebaa5410: Layer already exists 15:02:45 3.0.0-dev.40: digest: sha256:29ac276275a06af6f599e23339f8615b9a180e3161b8c49ed4cc10ae57745fdb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:46 3e65877e5823: Preparing 15:02:46 b7750ddc6bcb: Preparing 15:02:46 c997c30f1ec2: Preparing 15:02:46 5707a77ede5a: Preparing 15:02:46 ba7ff3d8e21d: Preparing 15:02:46 34d5ebaa5410: Preparing 15:02:46 34d5ebaa5410: Waiting 15:02:46 5707a77ede5a: Layer already exists 15:02:46 c997c30f1ec2: Layer already exists 15:02:46 b7750ddc6bcb: Layer already exists 15:02:46 ba7ff3d8e21d: Layer already exists 15:02:46 3e65877e5823: Layer already exists 15:02:46 34d5ebaa5410: Layer already exists 15:02:46 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:29ac276275a06af6f599e23339f8615b9a180e3161b8c49ed4cc10ae57745fdb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:02:46 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:02:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:02:46 3e65877e5823: Preparing 15:02:46 b7750ddc6bcb: Preparing 15:02:46 c997c30f1ec2: Preparing 15:02:46 5707a77ede5a: Preparing 15:02:46 ba7ff3d8e21d: Preparing 15:02:46 34d5ebaa5410: Preparing 15:02:46 34d5ebaa5410: Waiting 15:02:46 c997c30f1ec2: Layer already exists 15:02:46 ba7ff3d8e21d: Layer already exists 15:02:46 5707a77ede5a: Layer already exists 15:02:46 3e65877e5823: Layer already exists 15:02:46 b7750ddc6bcb: Layer already exists 15:02:46 34d5ebaa5410: Layer already exists 15:02:46 main: digest: sha256:29ac276275a06af6f599e23339f8615b9a180e3161b8c49ed4cc10ae57745fdb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:46 ===================================================== [Pipeline] echo 15:02:46 taggedImages: 15:02:46 - nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:46 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:02:46 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.40 15:02:46 - nexus3.edgexfoundry.org:10004/security-spire-server:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:46 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:02:46 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:02:46 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:46 latest 15:02:46 3.0.0-dev.40 15:02:46 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:46 main 15:02:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:02:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:47 13875953a7a8: Preparing 15:02:47 5c703ac54677: Preparing 15:02:47 791a250d19f4: Preparing 15:02:47 59b840629cda: Preparing 15:02:47 e5e13b0c77cb: Preparing 15:02:47 e5e13b0c77cb: Layer already exists 15:02:47 791a250d19f4: Layer already exists 15:02:47 13875953a7a8: Pushed 15:02:47 59b840629cda: Pushed 15:02:49 OK: 221 MiB in 51 packages 15:02:50 5c703ac54677: Pushed 15:02:50 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:fe5a852da5de6e70c80bd3019930d6caf3ee0a4f7c5b4b6b6e59e9fc5bab20de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:02:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:50 13875953a7a8: Preparing 15:02:50 5c703ac54677: Preparing 15:02:50 791a250d19f4: Preparing 15:02:50 59b840629cda: Preparing 15:02:50 e5e13b0c77cb: Preparing 15:02:50 e5e13b0c77cb: Layer already exists 15:02:50 13875953a7a8: Layer already exists 15:02:50 791a250d19f4: Layer already exists 15:02:51 59b840629cda: Layer already exists 15:02:51 Removing intermediate container 4671101ad1a6 15:02:51 ---> 173b0e3281e6 15:02:51 Step 5/23 : COPY go.mod vendor* ./ 15:02:51 5c703ac54677: Layer already exists 15:02:51 latest: digest: sha256:fe5a852da5de6e70c80bd3019930d6caf3ee0a4f7c5b4b6b6e59e9fc5bab20de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.40 15:02:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:52 13875953a7a8: Preparing 15:02:52 5c703ac54677: Preparing 15:02:52 791a250d19f4: Preparing 15:02:52 59b840629cda: Preparing 15:02:52 e5e13b0c77cb: Preparing 15:02:52 5c703ac54677: Layer already exists 15:02:52 59b840629cda: Layer already exists 15:02:52 791a250d19f4: Layer already exists 15:02:52 e5e13b0c77cb: Layer already exists 15:02:52 13875953a7a8: Layer already exists 15:02:52 3.0.0-dev.40: digest: sha256:fe5a852da5de6e70c80bd3019930d6caf3ee0a4f7c5b4b6b6e59e9fc5bab20de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:52 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:53 13875953a7a8: Preparing 15:02:53 5c703ac54677: Preparing 15:02:53 791a250d19f4: Preparing 15:02:53 59b840629cda: Preparing 15:02:53 e5e13b0c77cb: Preparing 15:02:53 e5e13b0c77cb: Layer already exists 15:02:53 5c703ac54677: Layer already exists 15:02:53 791a250d19f4: Layer already exists 15:02:53 59b840629cda: Layer already exists 15:02:53 13875953a7a8: Layer already exists 15:02:53 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:fe5a852da5de6e70c80bd3019930d6caf3ee0a4f7c5b4b6b6e59e9fc5bab20de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:53 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:53 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:02:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:02:53 13875953a7a8: Preparing 15:02:53 5c703ac54677: Preparing 15:02:53 791a250d19f4: Preparing 15:02:53 59b840629cda: Preparing 15:02:53 e5e13b0c77cb: Preparing 15:02:53 e5e13b0c77cb: Layer already exists 15:02:53 59b840629cda: Layer already exists 15:02:53 13875953a7a8: Layer already exists 15:02:53 5c703ac54677: Layer already exists 15:02:53 791a250d19f4: Layer already exists 15:02:53 main: digest: sha256:fe5a852da5de6e70c80bd3019930d6caf3ee0a4f7c5b4b6b6e59e9fc5bab20de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:53 ===================================================== [Pipeline] echo 15:02:53 taggedImages: 15:02:53 - nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:53 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:02:53 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.40 15:02:53 - nexus3.edgexfoundry.org:10004/support-notifications:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:53 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:02:53 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:02:53 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:53 latest 15:02:53 3.0.0-dev.40 15:02:53 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:53 main 15:02:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:54 ---> aab51d59214d 15:02:54 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:02:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:54 ---> Running in 3fea70591ea4 15:02:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:54 67e115a0abf6: Preparing 15:02:54 dba86e400872: Preparing 15:02:54 791a250d19f4: Preparing 15:02:54 e4a976dbd2ef: Preparing 15:02:54 e5e13b0c77cb: Preparing 15:02:54 791a250d19f4: Layer already exists 15:02:54 e5e13b0c77cb: Layer already exists 15:02:54 e4a976dbd2ef: Layer already exists 15:02:54 67e115a0abf6: Pushed 15:02:56 dba86e400872: Pushed 15:02:56 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:7261c7c72b80b01748f65ea74b2595a646b24d2aa82195b955960c364a477181 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:02:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:57 67e115a0abf6: Preparing 15:02:57 dba86e400872: Preparing 15:02:57 791a250d19f4: Preparing 15:02:57 e4a976dbd2ef: Preparing 15:02:57 e5e13b0c77cb: Preparing 15:02:57 e4a976dbd2ef: Layer already exists 15:02:57 e5e13b0c77cb: Layer already exists 15:02:57 791a250d19f4: Layer already exists 15:02:57 67e115a0abf6: Layer already exists 15:02:57 dba86e400872: Layer already exists 15:02:57 latest: digest: sha256:7261c7c72b80b01748f65ea74b2595a646b24d2aa82195b955960c364a477181 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.40 15:02:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:58 67e115a0abf6: Preparing 15:02:58 dba86e400872: Preparing 15:02:58 791a250d19f4: Preparing 15:02:58 e4a976dbd2ef: Preparing 15:02:58 e5e13b0c77cb: Preparing 15:02:58 e4a976dbd2ef: Layer already exists 15:02:58 e5e13b0c77cb: Layer already exists 15:02:58 67e115a0abf6: Layer already exists 15:02:58 dba86e400872: Layer already exists 15:02:58 791a250d19f4: Layer already exists 15:02:58 3.0.0-dev.40: digest: sha256:7261c7c72b80b01748f65ea74b2595a646b24d2aa82195b955960c364a477181 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:58 67e115a0abf6: Preparing 15:02:58 dba86e400872: Preparing 15:02:58 791a250d19f4: Preparing 15:02:58 e4a976dbd2ef: Preparing 15:02:58 e5e13b0c77cb: Preparing 15:02:58 e5e13b0c77cb: Layer already exists 15:02:58 e4a976dbd2ef: Layer already exists 15:02:58 dba86e400872: Layer already exists 15:02:58 791a250d19f4: Layer already exists 15:02:58 67e115a0abf6: Layer already exists 15:02:58 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:7261c7c72b80b01748f65ea74b2595a646b24d2aa82195b955960c364a477181 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:02:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:02:59 67e115a0abf6: Preparing 15:02:59 dba86e400872: Preparing 15:02:59 791a250d19f4: Preparing 15:02:59 e4a976dbd2ef: Preparing 15:02:59 e5e13b0c77cb: Preparing 15:02:59 dba86e400872: Layer already exists 15:02:59 791a250d19f4: Layer already exists 15:02:59 e5e13b0c77cb: Layer already exists 15:02:59 e4a976dbd2ef: Layer already exists 15:02:59 67e115a0abf6: Layer already exists 15:02:59 main: digest: sha256:7261c7c72b80b01748f65ea74b2595a646b24d2aa82195b955960c364a477181 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:02:59 ===================================================== [Pipeline] echo 15:02:59 taggedImages: 15:02:59 - nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:02:59 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:02:59 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.40 15:02:59 - nexus3.edgexfoundry.org:10004/support-scheduler:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:02:59 - 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] } 15:04:46 Removing intermediate container 3fea70591ea4 15:04:46 ---> b96ad2f76da5 15:04:46 Step 7/23 : COPY . . 15:04:46 ---> f6278d3654a5 15:04:46 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:04:46 ---> Running in 5756a6bca1fd 15:04:46 Removing intermediate container 5756a6bca1fd 15:04:46 ---> c5846eb49ae3 15:04:46 Step 9/23 : WORKDIR /edgex-go/spire-build 15:04:46 ---> Running in 759448977d09 15:04:46 Removing intermediate container 759448977d09 15:04:46 ---> 61c75b221feb 15:04:46 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:04:46 ---> Running in fb4413e2d3d9 15:04:49 Removing intermediate container fb4413e2d3d9 15:04:49 ---> 12362b9d5560 15:04:49 Step 11/23 : WORKDIR /edgex-go 15:04:49 ---> Running in f04d56b44ea9 15:04:50 Removing intermediate container f04d56b44ea9 15:04:50 ---> 275627efe68a 15:04:50 15:04:50 Step 12/23 : FROM alpine:3.15 15:04:50 ---> 8aa73fd46299 15:04:50 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:04:50 ---> Using cache 15:04:50 ---> d54d58766511 15:04:50 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:04:50 ---> Using cache 15:04:50 ---> 41f83b3e1c02 15:04:50 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:04:57 ---> 9e8d1ec0f2a7 15:04:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:04:57 ---> 1683164239a9 15:04:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:04:57 ---> d08a62f6528c 15:04:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:04:58 ---> 64863cddbf43 15:04:58 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:04:58 ---> Running in e539d0fe74e3 15:04:59 Removing intermediate container e539d0fe74e3 15:04:59 ---> 8fdff3429d48 15:04:59 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:04:59 ---> Running in 0a92019aae2a 15:04:59 Removing intermediate container 0a92019aae2a 15:04:59 ---> 0e79065c21bf 15:04:59 Step 21/23 : LABEL arch=arm64 15:05:00 ---> Running in 7c5170b1441d 15:05:00 Removing intermediate container 7c5170b1441d 15:05:00 ---> efca3e994d15 15:05:00 Step 22/23 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:05:00 ---> Running in 72a1aeeecec9 15:05:01 Removing intermediate container 72a1aeeecec9 15:05:01 ---> 218a27276874 15:05:01 Step 23/23 : LABEL version=3.0.0-dev.40 15:05:01 ---> Running in 183866b3e92b 15:05:01 Removing intermediate container 183866b3e92b 15:05:01 ---> 7f2c6eb9abe6 15:05:01 15:05:01 Successfully built 7f2c6eb9abe6 15:05:01 Successfully tagged security-spire-server-arm64:latest 15:05:01 Building support-scheduler 15:05:06  Building security-spire-server ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:05:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:06 ---> 35357c565f8f 15:05:06 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:05:06 ---> Using cache 15:05:06 ---> 0d38af1d2ad8 15:05:06 Step 4/22 : WORKDIR /edgex-go 15:05:06 ---> Using cache 15:05:06 ---> 4123421147a5 15:05:06 Step 5/22 : RUN apk add --update --no-cache make git 15:05:06 ---> Using cache 15:05:06 ---> bfea527a7b4e 15:05:06 Step 6/22 : COPY go.mod vendor* ./ 15:05:06 ---> Using cache 15:05:06 ---> db313cb50d94 15:05:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:05:06 ---> Using cache 15:05:06 ---> b902083c6c67 15:05:06 Step 8/22 : COPY . . 15:05:06 ---> Using cache 15:05:06 ---> ab0fa7c1905f 15:05:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:05:06 ---> Running in 1af7ba8fa2c7 15:05:08 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:09:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:09:36 Removing intermediate container 7f3b885b5fcd 15:09:36 ---> e36b5e2312b4 15:09:36 15:09:36 Step 9/21 : FROM alpine:3.16 15:09:36 3.16: Pulling from library/alpine 15:09:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 15:09:38 Status: Downloaded newer image for alpine:3.16 15:09:38 ---> 2b4661558fb8 15:09:38 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:09:38 ---> Running in 5e6e27a9f042 15:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:09:42 (1/6) Installing ca-certificates (20220614-r0) 15:09:42 (2/6) Installing brotli-libs (1.0.9-r6) 15:09:42 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:09:42 (4/6) Installing libcurl (7.83.1-r5) 15:09:42 (5/6) Installing curl (7.83.1-r5) 15:09:42 (6/6) Installing dumb-init (1.2.5-r1) 15:09:42 Executing busybox-1.35.0-r17.trigger 15:09:42 Executing ca-certificates-20220614-r0.trigger 15:09:43 OK: 8 MiB in 20 packages 15:09:46 Removing intermediate container 5e6e27a9f042 15:09:46 ---> 148759732bcc 15:09:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:09:46 ---> Running in 1934585c7af7 15:09:46 Removing intermediate container 1934585c7af7 15:09:46 ---> ebbb06328004 15:09:46 Step 12/21 : WORKDIR /edgex 15:09:46 ---> Running in f0e9b13d053f 15:09:47 Removing intermediate container f0e9b13d053f 15:09:47 ---> ed314d963ddc 15:09:47 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:09:48 ---> f64dda58215f 15:09:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:09:50 ---> 4c971932a67e 15:09:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:09:51 ---> 4c74bea5d398 15:09:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:09:53 ---> 8e20ac4f9fac 15:09:53 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:09:53 ---> Running in ea51f57af352 15:09:58 Removing intermediate container ea51f57af352 15:09:58 ---> 91219e59dd3c 15:09:58 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:09:58 ---> Running in 86bcdd5a4c54 15:09:59 Removing intermediate container 86bcdd5a4c54 15:09:59 ---> 73196c0103da 15:09:59 Step 19/21 : LABEL arch=arm64 15:09:59 ---> Running in 41814ae1a957 15:10:00 Removing intermediate container 41814ae1a957 15:10:00 ---> ff0e4b8b2095 15:10:00 Step 20/21 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:10:01 ---> Running in 24b0df80c02d 15:10:01 Removing intermediate container 24b0df80c02d 15:10:01 ---> 39eece9730a9 15:10:01 Step 21/21 : LABEL version=3.0.0-dev.40 15:10:01 ---> Running in 6d667956f0d8 15:10:02 Removing intermediate container 6d667956f0d8 15:10:02 ---> e060ae0487f7 15:10:02 15:10:03 Successfully built e060ae0487f7 15:10:03 Successfully tagged security-proxy-setup-arm64:latest 15:10:03  Building security-proxy-setup ... done Building core-data 15:10:03 Removing intermediate container 7959806a4f85 15:10:03 ---> d7b4206cb150 15:10:03 15:10:03 Step 9/32 : FROM alpine:3.16 15:10:03 ---> 2b4661558fb8 15:10:03 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:10:03 ---> Running in 6e8c9642e77a 15:10:04 Removing intermediate container 6e8c9642e77a 15:10:04 ---> 5213fdaebd7b 15:10:04 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:10:04 ---> Running in 1786100d1e8c 15:10:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:10:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:10:07 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:10:07 ---> 35357c565f8f 15:10:07 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:10:07 ---> Using cache 15:10:07 ---> 0d38af1d2ad8 15:10:07 Step 4/22 : WORKDIR /edgex-go 15:10:07 ---> Using cache 15:10:07 ---> 4123421147a5 15:10:07 Step 5/22 : RUN apk add --update --no-cache make git 15:10:07 ---> Using cache 15:10:07 ---> bfea527a7b4e 15:10:07 Step 6/22 : COPY go.mod vendor* ./ 15:10:07 ---> Using cache 15:10:07 ---> db313cb50d94 15:10:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:07 ---> Using cache 15:10:07 ---> b902083c6c67 15:10:07 Step 8/22 : COPY . . 15:10:07 ---> Using cache 15:10:07 ---> ab0fa7c1905f 15:10:07 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:10:07 ---> Running in 82e449ac272d 15:10:09 (1/2) Installing dumb-init (1.2.5-r1) 15:10:09 (2/2) Installing su-exec (0.2-r1) 15:10:09 Executing busybox-1.35.0-r17.trigger 15:10:09 OK: 5 MiB in 16 packages 15:10:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:10:11 Removing intermediate container 1786100d1e8c 15:10:11 ---> 85f53ccf7305 15:10:11 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:10:12 ---> Running in 7fda6116073d 15:10:13 Removing intermediate container 7fda6116073d 15:10:13 ---> f52303375f1f 15:10:13 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:10:13 ---> Running in b29b8159d8c1 15:10:14 Removing intermediate container b29b8159d8c1 15:10:14 ---> 8e16ca959593 15:10:14 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:10:14 ---> Running in 4f766a9bafdb 15:10:15 Removing intermediate container 4f766a9bafdb 15:10:15 ---> 6658ff1e1208 15:10:15 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:10:15 ---> Running in cb48e766e963 15:10:15 Removing intermediate container cb48e766e963 15:10:15 ---> 3beff26a976f 15:10:15 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:10:16 ---> Running in 8c3036507e7f 15:10:20 Removing intermediate container 8c3036507e7f 15:10:20 ---> 6a4a3c869d5e 15:10:20 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:10:20 ---> Running in 334f71c4de0b 15:10:21 Removing intermediate container 334f71c4de0b 15:10:21 ---> fb6689e00827 15:10:21 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:10:24 ---> 2ed871ffa098 15:10:24 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:10:24 ---> Running in c478c7530467 15:10:24 Removing intermediate container 00183a44b673 15:10:24 ---> a07ed5ec5cbe 15:10:24 15:10:24 Step 10/23 : FROM alpine:3.16 15:10:24 ---> 2b4661558fb8 15:10:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:10:24 ---> Running in b7790d607798 15:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:10:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:10:28 Removing intermediate container c478c7530467 15:10:28 ---> cfd0f43373e1 15:10:28 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:28 ---> fc149f1e5a39 15:10:28 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:10:29 (1/1) Installing dumb-init (1.2.5-r1) 15:10:29 Executing busybox-1.35.0-r17.trigger 15:10:29 OK: 5 MiB in 15 packages 15:10:31 Removing intermediate container b7790d607798 15:10:31 ---> 3ddca1b222e2 15:10:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:10:31 ---> Running in d2bd6f60a1dd 15:10:31 ---> 42f4b79a1d7f 15:10:31 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:10:32 Removing intermediate container d2bd6f60a1dd 15:10:32 ---> 9ebe37644f19 15:10:32 Step 13/23 : ENV APP_PORT=59882 15:10:32 ---> Running in 73797c2197f4 15:10:33 ---> 36a80476b49f 15:10:33 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:10:33 Removing intermediate container 73797c2197f4 15:10:33 ---> 8e6a02c96e87 15:10:33 Step 14/23 : EXPOSE $APP_PORT 15:10:33 ---> Running in b7f1f137aac4 15:10:34 Removing intermediate container b7f1f137aac4 15:10:34 ---> f28b5be9c5f7 15:10:34 Step 15/23 : WORKDIR / 15:10:34 ---> 990d00f69937 15:10:34 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:10:34 ---> Running in f761e97d202d 15:10:36 Removing intermediate container f761e97d202d 15:10:36 ---> b8978d781393 15:10:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:36 ---> 98aed12e6aa6 15:10:36 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:10:37 ---> 884e4fff6965 15:10:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:10:37 ---> 965d540d9679 15:10:37 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:10:38 ---> 403eb49572f5 15:10:38 Step 27/32 : RUN chmod +x /entrypoint.sh 15:10:39 ---> Running in a14f6423afe2 15:10:40 ---> 88085a8e29cd 15:10:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:10:41 ---> 5ea39ca07fe1 15:10:41 Step 19/23 : ENTRYPOINT ["/core-command"] 15:10:41 ---> Running in a95f87957f0f 15:10:42 Removing intermediate container a95f87957f0f 15:10:42 ---> 6c6aea028244 15:10:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:10:42 ---> Running in e9ab32a1535a 15:10:43 Removing intermediate container e9ab32a1535a 15:10:43 ---> e1ed2d973bee 15:10:43 Step 21/23 : LABEL arch=arm64 15:10:43 Removing intermediate container a14f6423afe2 15:10:43 ---> 7fa6d9d39e82 15:10:43 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:10:43 ---> Running in 0ccd90e96436 15:10:43 ---> Running in dcfea506b4b0 15:10:44 Removing intermediate container 0ccd90e96436 15:10:44 ---> 6c39efda2298 15:10:44 Step 22/23 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:10:44 ---> Running in 19945880ba1f 15:10:44 Removing intermediate container dcfea506b4b0 15:10:44 ---> abf38979e064 15:10:44 Step 29/32 : CMD ["gate"] 15:10:44 ---> Running in 7c471a78f377 15:10:45 Removing intermediate container 7c471a78f377 15:10:45 ---> 9cc22002da1c 15:10:45 Step 30/32 : LABEL arch=arm64 15:10:45 Removing intermediate container 19945880ba1f 15:10:45 ---> af96b0c234d2 15:10:45 Step 23/23 : LABEL version=3.0.0-dev.40 15:10:45 ---> Running in 3306c93a8a11 15:10:45 ---> Running in 85c1369e6be8 15:10:46 Removing intermediate container 3306c93a8a11 15:10:46 ---> 4a1834a40e22 15:10:46 15:10:46 Removing intermediate container 85c1369e6be8 15:10:46 ---> 9b82f1653817 15:10:46 Step 31/32 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:10:46 Successfully built 4a1834a40e22 15:10:46 Successfully tagged core-command-arm64:latest 15:10:46  Building core-command ... done Building security-spiffe-token-provider 15:10:46 ---> Running in cc44d6bfeb5c 15:10:47 Removing intermediate container cc44d6bfeb5c 15:10:47 ---> b0139698d95d 15:10:47 Step 32/32 : LABEL version=3.0.0-dev.40 15:10:47 ---> Running in 048f5e8bbbd8 15:10:49 Removing intermediate container 048f5e8bbbd8 15:10:49 ---> ace8d912c0b7 15:10:49 15:10:50 Successfully built ace8d912c0b7 15:10:50 Successfully tagged security-bootstrapper-arm64:latest 15:10:50  Building security-bootstrapper ... done Building core-metadata 15:10:50 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:50 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:10:50 ---> 35357c565f8f 15:10:50 Step 3/19 : WORKDIR /edgex-go 15:10:50 ---> Using cache 15:10:50 ---> c9a5442e9cdc 15:10:50 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:10:50 ---> Running in 763364aa2669 15:10:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:10:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:10:54 v3.16.3-158-gc0082ecfbed [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:10:54 v3.16.3-151-gb476f155c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:10:54 OK: 16903 distinct packages available 15:10:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:10:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:10:54 ---> 35357c565f8f 15:10:54 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:10:54 ---> Using cache 15:10:54 ---> 0d38af1d2ad8 15:10:54 Step 4/24 : WORKDIR /edgex-go 15:10:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:10:54 ---> Using cache 15:10:54 ---> 4123421147a5 15:10:54 Step 5/24 : RUN apk add --update --no-cache make git 15:10:54 ---> Using cache 15:10:54 ---> bfea527a7b4e 15:10:54 Step 6/24 : COPY go.mod vendor* ./ 15:10:54 ---> Using cache 15:10:54 ---> db313cb50d94 15:10:54 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:54 ---> Using cache 15:10:54 ---> b902083c6c67 15:10:54 Step 8/24 : COPY . . 15:10:55 ---> Using cache 15:10:55 ---> ab0fa7c1905f 15:10:55 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:10:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:10:55 ---> Running in 7b7208c00559 15:10:56 OK: 221 MiB in 51 packages 15:10:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:10:58 Removing intermediate container 763364aa2669 15:10:58 ---> 621c27d85899 15:10:58 Step 5/19 : COPY go.mod vendor* ./ 15:10:59 ---> 853866f4f11a 15:10:59 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:10:59 ---> Running in 7c88894349b6 15:12:51 Removing intermediate container 7c88894349b6 15:12:51 ---> 1e3344f2583f 15:12:51 Step 7/19 : COPY . . 15:12:51 ---> e4d899da3f25 15:12:51 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:12:51 ---> Running in 409bc4a76650 15:12:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:13:58 Removing intermediate container d8add1419b57 15:13:58 ---> 2009f255b8e9 15:13:58 15:13:58 Step 10/22 : FROM alpine:3.16 15:13:58 ---> 2b4661558fb8 15:13:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:13:58 ---> Running in 5d279b8fa33a 15:13:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:13:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:13:58 (1/2) Installing ca-certificates (20220614-r0) 15:13:58 (2/2) Installing dumb-init (1.2.5-r1) 15:13:58 Executing busybox-1.35.0-r17.trigger 15:13:58 Executing ca-certificates-20220614-r0.trigger 15:13:58 OK: 6 MiB in 16 packages 15:13:58 Removing intermediate container 5d279b8fa33a 15:13:58 ---> 20f84b7c11bf 15:13:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:13:58 ---> Running in fdfa2c363471 15:13:58 Removing intermediate container fdfa2c363471 15:13:58 ---> 4fbe3b395410 15:13:58 Step 13/22 : ENV APP_PORT=59860 15:13:58 ---> Running in 56b7c6d07307 15:13:58 Removing intermediate container 56b7c6d07307 15:13:58 ---> 5932cf1959b1 15:13:58 Step 14/22 : EXPOSE $APP_PORT 15:13:58 ---> Running in 58bb373716a1 15:13:58 Removing intermediate container 58bb373716a1 15:13:58 ---> 4f677a1a51fb 15:13:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:13:59 ---> 5afbfdcbd954 15:13:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:14:02 ---> 6adcdf6d05f0 15:14:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:14:03 ---> f4e308d1666e 15:14:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:14:03 ---> Running in 1395f93b0817 15:14:04 Removing intermediate container 1395f93b0817 15:14:04 ---> 5b54bcee88e7 15:14:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:14:04 ---> Running in 58672622297f 15:14:05 Removing intermediate container 58672622297f 15:14:05 ---> 02fa354d7b5e 15:14:05 Step 20/22 : LABEL arch=arm64 15:14:05 ---> Running in 213f2db4cc89 15:14:05 Removing intermediate container 213f2db4cc89 15:14:05 ---> 3e8cc77d80c0 15:14:05 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:14:06 ---> Running in 862450e1d4bd 15:14:06 Removing intermediate container 862450e1d4bd 15:14:06 ---> 2e6096882bec 15:14:06 Step 22/22 : LABEL version=3.0.0-dev.40 15:14:06 ---> Running in a875412990ee 15:14:07 Removing intermediate container a875412990ee 15:14:07 ---> 117369a172af 15:14:07 15:14:07 Successfully built 117369a172af 15:14:07 Successfully tagged support-notifications-arm64:latest 15:14:07 Building security-secretstore-setup 15:14:11  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:14:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:14:11 ---> 35357c565f8f 15:14:11 Step 3/24 : WORKDIR /edgex-go 15:14:11 ---> Using cache 15:14:11 ---> c9a5442e9cdc 15:14:11 Step 4/24 : RUN apk add --update --no-cache make git 15:14:11 ---> Using cache 15:14:11 ---> d9781b7e0e9f 15:14:11 Step 5/24 : COPY go.mod vendor* ./ 15:14:11 ---> Using cache 15:14:11 ---> dcb96b7b0c8d 15:14:11 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:14:11 ---> Using cache 15:14:11 ---> 8782ddd18dfe 15:14:11 Step 7/24 : COPY . . 15:14:11 ---> Using cache 15:14:11 ---> d9040f359247 15:14:11 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:14:13 ---> Running in fe33ae2e39b8 15:14:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:16:52 Removing intermediate container 1af7ba8fa2c7 15:16:52 ---> 6f8360cda412 15:16:52 15:16:52 Step 10/22 : FROM alpine:3.16 15:16:52 ---> 2b4661558fb8 15:16:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:16:52 ---> Using cache 15:16:52 ---> 3ddca1b222e2 15:16:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:16:52 ---> Using cache 15:16:52 ---> 9ebe37644f19 15:16:52 Step 13/22 : ENV APP_PORT=59861 15:16:52 ---> Running in 0ae88235e1f9 15:16:52 Removing intermediate container 0ae88235e1f9 15:16:52 ---> 5fe282466c7f 15:16:52 Step 14/22 : EXPOSE $APP_PORT 15:16:52 ---> Running in bef8032fb12c 15:16:52 Removing intermediate container bef8032fb12c 15:16:52 ---> 25352e77f7b3 15:16:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:16:52 ---> cf630528c8d2 15:16:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:16:52 ---> 340cdaa6ebee 15:16:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:16:52 ---> 867bf8b5f2ce 15:16:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:16:52 ---> Running in 7bccb0f5379d 15:16:52 Removing intermediate container 7bccb0f5379d 15:16:52 ---> 734a543e5a27 15:16:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:16:52 ---> Running in 845df50d15f4 15:16:52 Removing intermediate container 845df50d15f4 15:16:52 ---> 972f6128fd25 15:16:52 Step 20/22 : LABEL arch=arm64 15:16:52 ---> Running in c86cf42f1ffb 15:16:52 Removing intermediate container c86cf42f1ffb 15:16:52 ---> 5ee57f1bcec2 15:16:52 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:16:52 ---> Running in 6e4412a55f45 15:16:52 Removing intermediate container 6e4412a55f45 15:16:52 ---> e2d91f9df1f9 15:16:52 Step 22/22 : LABEL version=3.0.0-dev.40 15:16:52 ---> Running in 421c35cc7e50 15:16:52 Removing intermediate container 421c35cc7e50 15:16:52 ---> 6fdddf63d611 15:16:52 15:16:52 Successfully built 6fdddf63d611 15:16:52 Successfully tagged support-scheduler-arm64:latest 15:16:52 Building core-common-config-bootstrapper 15:16:56  Building support-scheduler ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:16:56 ---> 35357c565f8f 15:16:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:16:56 ---> Using cache 15:16:56 ---> 0d38af1d2ad8 15:16:56 Step 4/22 : WORKDIR /edgex-go 15:16:56 ---> Using cache 15:16:56 ---> 4123421147a5 15:16:56 Step 5/22 : RUN apk add --update --no-cache make git 15:16:56 ---> Using cache 15:16:56 ---> bfea527a7b4e 15:16:56 Step 6/22 : COPY go.mod vendor* ./ 15:16:56 ---> Using cache 15:16:56 ---> db313cb50d94 15:16:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:56 ---> Using cache 15:16:56 ---> b902083c6c67 15:16:56 Step 8/22 : COPY . . 15:16:56 ---> Using cache 15:16:56 ---> ab0fa7c1905f 15:16:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:16:58 ---> Running in 558e729e9aa3 15:17:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:18:37 Removing intermediate container 82e449ac272d 15:18:37 ---> 3e887dc7cfb3 15:18:37 15:18:37 Step 10/22 : FROM alpine:3.16 15:18:37 ---> 2b4661558fb8 15:18:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:18:37 ---> Running in f92eda1701e3 15:18:37 Removing intermediate container f92eda1701e3 15:18:37 ---> caf939c4468d 15:18:37 Step 12/22 : ENV APP_PORT=59880 15:18:37 ---> Running in 7a4595e18335 15:18:37 Removing intermediate container 7a4595e18335 15:18:37 ---> 71738d76faaa 15:18:37 Step 13/22 : EXPOSE $APP_PORT 15:18:37 ---> Running in c72cad881360 15:18:37 Removing intermediate container c72cad881360 15:18:37 ---> fb77b4546ca9 15:18:37 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:18:37 ---> Running in c2f6bacf8c1e 15:18:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:18:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:18:41 (1/1) Installing dumb-init (1.2.5-r1) 15:18:41 Executing busybox-1.35.0-r17.trigger 15:18:41 OK: 5 MiB in 15 packages 15:18:43 Removing intermediate container c2f6bacf8c1e 15:18:43 ---> 8b7aad200f1f 15:18:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:43 ---> 1e7dd181f65a 15:18:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:18:45 ---> 2154ea1b782f 15:18:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:18:46 ---> 7e6f67e826d0 15:18:46 Step 18/22 : ENTRYPOINT ["/core-data"] 15:18:46 ---> Running in 2c8f60f235e4 15:18:47 Removing intermediate container 2c8f60f235e4 15:18:47 ---> 9e5dd7afbb2f 15:18:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:47 ---> Running in 1e7c5f0ffedc 15:18:48 Removing intermediate container 1e7c5f0ffedc 15:18:48 ---> 6cc9d88ee9d1 15:18:48 Step 20/22 : LABEL arch=arm64 15:18:48 ---> Running in f51fcf9a5104 15:18:48 Removing intermediate container f51fcf9a5104 15:18:48 ---> b3328ba67eb1 15:18:48 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:18:48 ---> Running in e59ca36f9c87 15:18:49 Removing intermediate container e59ca36f9c87 15:18:49 ---> bdc05d13e5d7 15:18:49 Step 22/22 : LABEL version=3.0.0-dev.40 15:18:49 ---> Running in 078b5270314e 15:18:50 Removing intermediate container 078b5270314e 15:18:50 ---> ae99c5112ffb 15:18:50 15:18:50 Successfully built ae99c5112ffb 15:18:50 Successfully tagged core-data-arm64:latest 15:18:50 Building security-spire-config 15:18:54  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:18:54 ---> 35357c565f8f 15:18:54 Step 3/24 : WORKDIR /edgex-go 15:18:54 ---> Using cache 15:18:54 ---> c9a5442e9cdc 15:18:54 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:18:54 ---> Using cache 15:18:54 ---> 173b0e3281e6 15:18:54 Step 5/24 : COPY go.mod vendor* ./ 15:18:54 ---> Using cache 15:18:54 ---> aab51d59214d 15:18:54 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:54 ---> Using cache 15:18:54 ---> b96ad2f76da5 15:18:54 Step 7/24 : COPY . . 15:18:54 ---> Using cache 15:18:54 ---> f6278d3654a5 15:18:54 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:18:54 ---> Using cache 15:18:54 ---> c5846eb49ae3 15:18:54 Step 9/24 : WORKDIR /edgex-go/spire-build 15:18:54 ---> Using cache 15:18:54 ---> 61c75b221feb 15:18:54 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:18:54 ---> Running in 3de4ca081553 15:18:58 Removing intermediate container 3de4ca081553 15:18:58 ---> 03fa281c2fdf 15:18:58 Step 11/24 : WORKDIR /edgex-go 15:18:58 ---> Running in 3d9f55e6266b 15:18:58 Removing intermediate container 3d9f55e6266b 15:18:58 ---> feeba92e13cf 15:18:58 15:18:58 Step 12/24 : FROM alpine:3.15 15:18:58 ---> 8aa73fd46299 15:18:58 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:18:58 ---> Using cache 15:18:58 ---> d54d58766511 15:18:58 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:18:59 ---> Running in cc709c91f3ad 15:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:19:03 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:19:03 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:19:03 OK: 15736 distinct packages available 15:19:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:19:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:19:05 (1/4) Installing dumb-init (1.2.5-r1) 15:19:05 (2/4) Installing musl-obstack (1.2.3-r0) 15:19:05 (3/4) Installing libucontext (1.1-r0) 15:19:05 (4/4) Installing gcompat (1.0.0-r4) 15:19:05 Executing busybox-1.34.1-r7.trigger 15:19:05 OK: 6 MiB in 18 packages 15:19:07 Removing intermediate container cc709c91f3ad 15:19:07 ---> 77bde791adb8 15:19:07 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:19:14 ---> b9b04d2e432e 15:19:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:19:14 ---> f153f7efe150 15:19:14 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:19:14 ---> Running in becaebb1d884 15:19:15 Removing intermediate container becaebb1d884 15:19:15 ---> 15562b1b460c 15:19:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:19:16 ---> d38f8602dcee 15:19:16 Step 19/24 : WORKDIR / 15:19:16 ---> Running in a71004a3c453 15:19:17 Removing intermediate container a71004a3c453 15:19:17 ---> 815cb0a4df15 15:19:17 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:19:17 ---> Running in 28a57cbec6af 15:19:18 Removing intermediate container 28a57cbec6af 15:19:18 ---> ae3f2de1a964 15:19:18 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:19:18 ---> Running in a154fa4ea076 15:19:18 Removing intermediate container a154fa4ea076 15:19:18 ---> bad942d012f0 15:19:18 Step 22/24 : LABEL arch=arm64 15:19:18 ---> Running in 23d21047a404 15:19:19 Removing intermediate container 23d21047a404 15:19:19 ---> aed6f5599c46 15:19:19 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:19:19 ---> Running in 5825a6c148aa 15:19:20 Removing intermediate container 5825a6c148aa 15:19:20 ---> 6d64a29aec4f 15:19:20 Step 24/24 : LABEL version=3.0.0-dev.40 15:19:20 ---> Running in 9baafd9f9ab3 15:19:20 Removing intermediate container 9baafd9f9ab3 15:19:20 ---> 135afd1e724b 15:19:20 15:19:20 Successfully built 135afd1e724b 15:19:20 Successfully tagged security-spire-config-arm64:latest 15:19:33  Building security-spire-config ... done Removing intermediate container 7b7208c00559 15:19:33 ---> 8417cd2f8f09 15:19:33 15:19:33 Step 10/24 : FROM alpine:3.16 15:19:33 ---> 2b4661558fb8 15:19:33 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:19:33 ---> Using cache 15:19:33 ---> 3ddca1b222e2 15:19:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:19:33 ---> Using cache 15:19:33 ---> 9ebe37644f19 15:19:33 Step 13/24 : ENV APP_PORT=59881 15:19:33 ---> Running in 020d9cb690ae 15:19:34 Removing intermediate container 020d9cb690ae 15:19:34 ---> f7906ab10c08 15:19:34 Step 14/24 : EXPOSE $APP_PORT 15:19:34 ---> Running in 07e322dcefc0 15:19:34 Removing intermediate container 07e322dcefc0 15:19:34 ---> ba55af19bc22 15:19:34 Step 15/24 : WORKDIR / 15:19:34 ---> Running in 5dc75436ac60 15:19:35 Removing intermediate container 5dc75436ac60 15:19:35 ---> 356078bb861e 15:19:35 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:19:36 ---> 65b731f7d320 15:19:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:19:38 ---> 1c5715ac1b53 15:19:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:19:39 ---> 6f78e4a61a6d 15:19:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:19:40 ---> 21a4939df28c 15:19:40 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:19:40 ---> Running in 611fbe068e16 15:19:41 Removing intermediate container 611fbe068e16 15:19:41 ---> d6e2683a68d6 15:19:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:19:41 ---> Running in a0c4fd953348 15:19:41 Removing intermediate container a0c4fd953348 15:19:41 ---> f5076f1b3317 15:19:41 Step 22/24 : LABEL arch=arm64 15:19:41 ---> Running in 9b5b4fa6bc0a 15:19:42 Removing intermediate container 9b5b4fa6bc0a 15:19:42 ---> 66d89a0c05a3 15:19:42 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:19:42 ---> Running in 15578907208c 15:19:43 Removing intermediate container 15578907208c 15:19:43 ---> 8bd376f2ecb8 15:19:43 Step 24/24 : LABEL version=3.0.0-dev.40 15:19:43 ---> Running in b64cb8c33197 15:19:43 Removing intermediate container b64cb8c33197 15:19:43 ---> 4117b679f798 15:19:43 15:19:44 Successfully built 4117b679f798 15:19:44 Successfully tagged core-metadata-arm64:latest 15:20:40  Building core-metadata ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.40" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:20:58 Removing intermediate container fe33ae2e39b8 15:20:58 ---> 7a219a838a59 15:20:58 15:20:58 Step 9/24 : FROM alpine:3.16 15:20:58 ---> 2b4661558fb8 15:20:58 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:20:58 ---> Running in b778354bc928 15:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:01 (1/3) Installing ca-certificates (20220614-r0) 15:21:01 (2/3) Installing dumb-init (1.2.5-r1) 15:21:01 (3/3) Installing su-exec (0.2-r1) 15:21:01 Executing busybox-1.35.0-r17.trigger 15:21:01 Executing ca-certificates-20220614-r0.trigger 15:21:02 OK: 6 MiB in 17 packages 15:21:06 Removing intermediate container b778354bc928 15:21:06 ---> 8a460714e421 15:21:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:21:06 ---> Running in ba1d9f401b8c 15:21:06 Removing intermediate container ba1d9f401b8c 15:21:06 ---> 7ecfe6c6643a 15:21:06 Step 12/24 : WORKDIR / 15:21:06 ---> Running in fae47df26114 15:21:07 Removing intermediate container fae47df26114 15:21:07 ---> bd1c0862d627 15:21:07 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:21:08 ---> 8ebc5f637ff6 15:21:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:21:09 ---> 6dbc9fe6170f 15:21:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:21:10 ---> eed73f840f5b 15:21:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:21:10 ---> b8737efea2b4 15:21:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:21:12 ---> ec95e6387fdd 15:21:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:21:14 ---> 8ff6442b1ed5 15:21:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:21:14 ---> f6c33be3788d 15:21:14 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:21:14 ---> Running in 32eb3d2e1d63 15:21:19 Removing intermediate container 32eb3d2e1d63 15:21:19 ---> 125f0adfb30f 15:21:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:21:19 ---> Running in 616fb1392c10 15:21:19 Removing intermediate container 616fb1392c10 15:21:19 ---> 2bec8eb63cb6 15:21:19 Step 22/24 : LABEL arch=arm64 15:21:20 ---> Running in 4e0fcddac579 15:21:20 Removing intermediate container 4e0fcddac579 15:21:20 ---> 4596fcb39cf4 15:21:20 Step 23/24 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:21:20 ---> Running in 45e6f22ed48f 15:21:21 Removing intermediate container 45e6f22ed48f 15:21:21 ---> 4451d23cb94e 15:21:21 Step 24/24 : LABEL version=3.0.0-dev.40 15:21:21 ---> Running in 096b7a65f38c 15:21:22 Removing intermediate container 096b7a65f38c 15:21:22 ---> 296968f08a78 15:21:22 15:21:22 Successfully built 296968f08a78 15:21:22 Successfully tagged security-secretstore-setup-arm64:latest 15:21:32  Building security-secretstore-setup ... done Removing intermediate container 409bc4a76650 15:21:32 ---> 870a233751ce 15:21:32 15:21:32 Step 9/19 : FROM alpine:3.15 15:21:32 ---> 8aa73fd46299 15:21:32 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:21:32 ---> Using cache 15:21:32 ---> d54d58766511 15:21:32 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:21:32 ---> Running in dd3f9dc62412 15:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:21:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:21:35 v3.15.6-295-g1d57d748550 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:21:35 v3.15.6-283-ga9bed072b9 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:21:35 OK: 15736 distinct packages available 15:21:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:21:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:21:36 (1/9) Installing ca-certificates (20220614-r0) 15:21:36 (2/9) Installing brotli-libs (1.0.9-r5) 15:21:36 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:21:36 (4/9) Installing libcurl (7.80.0-r5) 15:21:36 (5/9) Installing curl (7.80.0-r5) 15:21:36 (6/9) Installing dumb-init (1.2.5-r1) 15:21:36 (7/9) Installing musl-obstack (1.2.3-r0) 15:21:36 (8/9) Installing libucontext (1.1-r0) 15:21:36 (9/9) Installing gcompat (1.0.0-r4) 15:21:36 Executing busybox-1.34.1-r7.trigger 15:21:36 Executing ca-certificates-20220614-r0.trigger 15:21:37 OK: 8 MiB in 23 packages 15:21:39 Removing intermediate container dd3f9dc62412 15:21:39 ---> bea891287764 15:21:39 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:21:40 ---> 4b1285450ce0 15:21:40 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:21:41 ---> 207d1e77a847 15:21:41 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:21:42 ---> 03003c486de9 15:21:42 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:21:42 ---> Running in 21ba29831f36 15:21:42 Removing intermediate container 21ba29831f36 15:21:42 ---> f835576f37b9 15:21:42 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:21:42 ---> Running in 7f8c170d7515 15:21:43 Removing intermediate container 7f8c170d7515 15:21:43 ---> c89831ee2834 15:21:43 Step 17/19 : LABEL arch=arm64 15:21:43 ---> Running in 7a260a6bf618 15:21:43 Removing intermediate container 7a260a6bf618 15:21:43 ---> ca4af63764cb 15:21:43 Step 18/19 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:21:44 ---> Running in 5e20f852af01 15:21:44 Removing intermediate container 5e20f852af01 15:21:44 ---> 6287721fd00f 15:21:44 Step 19/19 : LABEL version=3.0.0-dev.40 15:21:44 ---> Running in 210db75907e2 15:21:44 Removing intermediate container 210db75907e2 15:21:44 ---> 51c050264f8c 15:21:44 15:21:45 Successfully built 51c050264f8c 15:21:45 Successfully tagged security-spiffe-token-provider-arm64:latest 15:21:49  Building security-spiffe-token-provider ... done Removing intermediate container 558e729e9aa3 15:21:49 ---> e36e9c9786b8 15:21:49 15:21:49 Step 10/22 : FROM alpine:3.16 15:21:49 ---> 2b4661558fb8 15:21:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:21:49 ---> Running in 22e68ecfbd5a 15:21:49 Removing intermediate container 22e68ecfbd5a 15:21:49 ---> 168a73f0e6e4 15:21:49 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:21:49 ---> Running in 077d2cb8cee0 15:21:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:21:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:21:51 (1/1) Installing dumb-init (1.2.5-r1) 15:21:51 Executing busybox-1.35.0-r17.trigger 15:21:51 OK: 5 MiB in 15 packages 15:21:52 Removing intermediate container 077d2cb8cee0 15:21:52 ---> 219e3ce4fdb3 15:21:52 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:21:53 ---> 9148a2fc4e3a 15:21:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:21:56 ---> 311582e0ee1c 15:21:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:21:57 ---> 3744d73f8dbf 15:21:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:21:57 ---> efd4e4f06f98 15:21:57 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:21:57 ---> Running in c056e1fe65cb 15:21:59 Removing intermediate container c056e1fe65cb 15:21:59 ---> 9927141e10b1 15:21:59 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:21:59 ---> Running in 406c481140b7 15:22:00 Removing intermediate container 406c481140b7 15:22:00 ---> f6c79c385849 15:22:00 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:22:00 ---> Running in 20591c79d481 15:22:00 Removing intermediate container 20591c79d481 15:22:00 ---> 0aafd4e82a57 15:22:00 Step 20/22 : LABEL arch=arm64 15:22:00 ---> Running in 7ce18e5e7ed7 15:22:00 Removing intermediate container 7ce18e5e7ed7 15:22:00 ---> d8833b20f80c 15:22:00 Step 21/22 : LABEL git_sha=cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:00 ---> Running in 84354be8f250 15:22:01 Removing intermediate container 84354be8f250 15:22:01 ---> 44490bbaa035 15:22:01 Step 22/22 : LABEL version=3.0.0-dev.40 15:22:01 ---> Running in 3180e3c91871 15:22:01 Removing intermediate container 3180e3c91871 15:22:01 ---> 7b7d1599b8e8 15:22:01 15:22:01 Successfully built 7b7d1599b8e8 15:22:01 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:22:02  Building core-common-config-bootstrapper ... done  [Pipeline] } 15:22:02 $ docker stop --time=1 5e792809910c7e53ad6602da6f92ee5bb9375d063f9159b9ef9f10e097cc0040 15:22:03 $ docker rm -f --volumes 5e792809910c7e53ad6602da6f92ee5bb9375d063f9159b9ef9f10e097cc0040 [Pipeline] // withDockerContainer [Pipeline] sh 15:22:04 + docker images 15:22:04 REPOSITORY TAG IMAGE ID CREATED SIZE 15:22:04 core-common-config-bootstrapper-arm64 latest 7b7d1599b8e8 3 seconds ago 14.9MB 15:22:04 e36e9c9786b8 17 seconds ago 1.33GB 15:22:04 security-spiffe-token-provider-arm64 latest 51c050264f8c 20 seconds ago 29MB 15:22:04 870a233751ce 34 seconds ago 1.37GB 15:22:04 security-secretstore-setup-arm64 latest 296968f08a78 42 seconds ago 28.8MB 15:22:04 7a219a838a59 About a minute ago 1.33GB 15:22:04 core-metadata-arm64 latest 4117b679f798 2 minutes ago 17.7MB 15:22:04 8417cd2f8f09 2 minutes ago 1.34GB 15:22:04 security-spire-config-arm64 latest 135afd1e724b 2 minutes ago 83.6MB 15:22:04 feeba92e13cf 3 minutes ago 1.21GB 15:22:04 core-data-arm64 latest ae99c5112ffb 3 minutes ago 17.2MB 15:22:04 3e887dc7cfb3 3 minutes ago 1.34GB 15:22:04 support-scheduler-arm64 latest 6fdddf63d611 5 minutes ago 29MB 15:22:04 6f8360cda412 5 minutes ago 1.4GB 15:22:04 support-notifications-arm64 latest 117369a172af 7 minutes ago 29.6MB 15:22:04 2009f255b8e9 8 minutes ago 1.4GB 15:22:04 security-bootstrapper-arm64 latest ace8d912c0b7 11 minutes ago 19.5MB 15:22:04 core-command-arm64 latest 4a1834a40e22 11 minutes ago 17MB 15:22:04 a07ed5ec5cbe 11 minutes ago 1.34GB 15:22:04 d7b4206cb150 12 minutes ago 1.33GB 15:22:04 security-proxy-setup-arm64 latest e060ae0487f7 12 minutes ago 26.8MB 15:22:04 e36b5e2312b4 12 minutes ago 1.33GB 15:22:04 security-spire-server-arm64 latest 7f2c6eb9abe6 17 minutes ago 84.3MB 15:22:04 275627efe68a 17 minutes ago 1.21GB 15:22:04 security-spire-agent-arm64 latest 2d3cc60c96f4 19 minutes ago 122MB 15:22:04 bb4d639e621b 20 minutes ago 1.21GB 15:22:04 ci-base-image-arm64 latest 35357c565f8f 23 minutes ago 905MB 15:22:04 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 15:22:04 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 15:22:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 15:22:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:22:04 provisioning config files... 15:22:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/399@tmp/config14363036910816615998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:22:05 ---> docker-login.sh 15:22:05 nexus3.edgexfoundry.org:10001 15:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:05 Configure a credential helper to remove this warning. See 15:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:05 15:22:05 Login Succeeded 15:22:05 nexus3.edgexfoundry.org:10002 15:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:05 Configure a credential helper to remove this warning. See 15:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:05 15:22:05 Login Succeeded 15:22:05 nexus3.edgexfoundry.org:10003 15:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:06 Configure a credential helper to remove this warning. See 15:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:06 15:22:06 Login Succeeded 15:22:06 nexus3.edgexfoundry.org:10004 15:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:06 Configure a credential helper to remove this warning. See 15:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:06 15:22:06 Login Succeeded 15:22:06 docker.io 15:22:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:22:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:22:07 Configure a credential helper to remove this warning. See 15:22:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:22:07 15:22:07 Login Succeeded 15:22:07 ---> docker-login.sh ends [Pipeline] } 15:22:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:22:07 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:22:07 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:07 latest 15:22:07 3.0.0-dev.40 15:22:07 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:07 main 15:22:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:22:08 0e274770ee24: Preparing 15:22:08 073d9c8abd83: Preparing 15:22:08 b175b6e8b87c: Preparing 15:22:08 39fc907fecfc: Preparing 15:22:08 17bec77d7fdc: Preparing 15:22:08 17bec77d7fdc: Layer already exists 15:22:08 b175b6e8b87c: Pushed 15:22:08 0e274770ee24: Pushed 15:22:08 39fc907fecfc: Pushed 15:22:12 073d9c8abd83: Pushed 15:22:12 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:707ff3372bc675623cda3aeaac4fcde84057b23d6116c8b9e40699e5c7045c55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:22:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:22:12 0e274770ee24: Preparing 15:22:12 073d9c8abd83: Preparing 15:22:12 b175b6e8b87c: Preparing 15:22:12 39fc907fecfc: Preparing 15:22:12 17bec77d7fdc: Preparing 15:22:12 b175b6e8b87c: Layer already exists 15:22:12 0e274770ee24: Layer already exists 15:22:12 17bec77d7fdc: Layer already exists 15:22:12 073d9c8abd83: Layer already exists 15:22:12 39fc907fecfc: Layer already exists 15:22:13 latest: digest: sha256:707ff3372bc675623cda3aeaac4fcde84057b23d6116c8b9e40699e5c7045c55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.40 15:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:22:13 0e274770ee24: Preparing 15:22:13 073d9c8abd83: Preparing 15:22:13 b175b6e8b87c: Preparing 15:22:13 39fc907fecfc: Preparing 15:22:13 17bec77d7fdc: Preparing 15:22:13 39fc907fecfc: Layer already exists 15:22:13 b175b6e8b87c: Layer already exists 15:22:13 17bec77d7fdc: Layer already exists 15:22:13 073d9c8abd83: Layer already exists 15:22:13 0e274770ee24: Layer already exists 15:22:13 3.0.0-dev.40: digest: sha256:707ff3372bc675623cda3aeaac4fcde84057b23d6116c8b9e40699e5c7045c55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:22:14 0e274770ee24: Preparing 15:22:14 073d9c8abd83: Preparing 15:22:14 b175b6e8b87c: Preparing 15:22:14 39fc907fecfc: Preparing 15:22:14 17bec77d7fdc: Preparing 15:22:14 17bec77d7fdc: Layer already exists 15:22:14 39fc907fecfc: Layer already exists 15:22:14 0e274770ee24: Layer already exists 15:22:14 073d9c8abd83: Layer already exists 15:22:14 b175b6e8b87c: Layer already exists 15:22:14 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:707ff3372bc675623cda3aeaac4fcde84057b23d6116c8b9e40699e5c7045c55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:15 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:22:15 0e274770ee24: Preparing 15:22:15 073d9c8abd83: Preparing 15:22:15 b175b6e8b87c: Preparing 15:22:15 39fc907fecfc: Preparing 15:22:15 17bec77d7fdc: Preparing 15:22:15 39fc907fecfc: Layer already exists 15:22:15 073d9c8abd83: Layer already exists 15:22:15 17bec77d7fdc: Layer already exists 15:22:15 b175b6e8b87c: Layer already exists 15:22:15 0e274770ee24: Layer already exists 15:22:15 main: digest: sha256:707ff3372bc675623cda3aeaac4fcde84057b23d6116c8b9e40699e5c7045c55 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:15 ===================================================== [Pipeline] echo 15:22:15 taggedImages: 15:22:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:22:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.40 15:22:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:15 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:22:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:22:16 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:16 latest 15:22:16 3.0.0-dev.40 15:22:16 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:16 main 15:22:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:22:16 bcf33c756ffb: Preparing 15:22:16 8f1fdba69d8b: Preparing 15:22:16 a2c0e5caa367: Preparing 15:22:16 b2e8b9ff6672: Preparing 15:22:16 b175b6e8b87c: Preparing 15:22:16 f98f7494ed58: Preparing 15:22:16 17bec77d7fdc: Preparing 15:22:16 f98f7494ed58: Waiting 15:22:16 17bec77d7fdc: Waiting 15:22:16 b175b6e8b87c: Layer already exists 15:22:16 8f1fdba69d8b: Pushed 15:22:16 a2c0e5caa367: Pushed 15:22:16 bcf33c756ffb: Pushed 15:22:16 17bec77d7fdc: Layer already exists 15:22:16 f98f7494ed58: Pushed 15:22:19 b2e8b9ff6672: Pushed 15:22:19 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:92ece06c7a7cca956472c97058db6c91f4079d506e3eaa28b37f577d27a4dcbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:19 + 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 15:22:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:22:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:22:20 bcf33c756ffb: Preparing 15:22:20 8f1fdba69d8b: Preparing 15:22:20 a2c0e5caa367: Preparing 15:22:20 b2e8b9ff6672: Preparing 15:22:20 b175b6e8b87c: Preparing 15:22:20 f98f7494ed58: Preparing 15:22:20 17bec77d7fdc: Preparing 15:22:20 f98f7494ed58: Waiting 15:22:20 17bec77d7fdc: Waiting 15:22:20 b175b6e8b87c: Layer already exists 15:22:20 8f1fdba69d8b: Layer already exists 15:22:20 bcf33c756ffb: Layer already exists 15:22:20 b2e8b9ff6672: Layer already exists 15:22:20 a2c0e5caa367: Layer already exists 15:22:20 f98f7494ed58: Layer already exists 15:22:20 17bec77d7fdc: Layer already exists 15:22:20 latest: digest: sha256:92ece06c7a7cca956472c97058db6c91f4079d506e3eaa28b37f577d27a4dcbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:20 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.40 15:22:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:22:21 bcf33c756ffb: Preparing 15:22:21 8f1fdba69d8b: Preparing 15:22:21 a2c0e5caa367: Preparing 15:22:21 b2e8b9ff6672: Preparing 15:22:21 b175b6e8b87c: Preparing 15:22:21 f98f7494ed58: Preparing 15:22:21 17bec77d7fdc: Preparing 15:22:21 f98f7494ed58: Waiting 15:22:21 17bec77d7fdc: Waiting 15:22:21 b175b6e8b87c: Layer already exists 15:22:21 a2c0e5caa367: Layer already exists 15:22:21 bcf33c756ffb: Layer already exists 15:22:21 b2e8b9ff6672: Layer already exists 15:22:21 8f1fdba69d8b: Layer already exists 15:22:21 17bec77d7fdc: Layer already exists 15:22:21 f98f7494ed58: Layer already exists 15:22:21 3.0.0-dev.40: digest: sha256:92ece06c7a7cca956472c97058db6c91f4079d506e3eaa28b37f577d27a4dcbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:21 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:22:22 bcf33c756ffb: Preparing 15:22:22 8f1fdba69d8b: Preparing 15:22:22 a2c0e5caa367: Preparing 15:22:22 b2e8b9ff6672: Preparing 15:22:22 b175b6e8b87c: Preparing 15:22:22 f98f7494ed58: Preparing 15:22:22 17bec77d7fdc: Preparing 15:22:22 f98f7494ed58: Waiting 15:22:22 17bec77d7fdc: Waiting 15:22:22 a2c0e5caa367: Layer already exists 15:22:22 8f1fdba69d8b: Layer already exists 15:22:22 b2e8b9ff6672: Layer already exists 15:22:22 bcf33c756ffb: Layer already exists 15:22:22 b175b6e8b87c: Layer already exists 15:22:22 17bec77d7fdc: Layer already exists 15:22:22 f98f7494ed58: Layer already exists 15:22:22 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:92ece06c7a7cca956472c97058db6c91f4079d506e3eaa28b37f577d27a4dcbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:22 + 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 15:22:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:22:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:22:23 bcf33c756ffb: Preparing 15:22:23 8f1fdba69d8b: Preparing 15:22:23 a2c0e5caa367: Preparing 15:22:23 b2e8b9ff6672: Preparing 15:22:23 b175b6e8b87c: Preparing 15:22:23 f98f7494ed58: Preparing 15:22:23 17bec77d7fdc: Preparing 15:22:23 f98f7494ed58: Waiting 15:22:23 a2c0e5caa367: Layer already exists 15:22:23 bcf33c756ffb: Layer already exists 15:22:23 b175b6e8b87c: Layer already exists 15:22:23 b2e8b9ff6672: Layer already exists 15:22:23 8f1fdba69d8b: Layer already exists 15:22:23 f98f7494ed58: Layer already exists 15:22:23 17bec77d7fdc: Layer already exists 15:22:23 main: digest: sha256:92ece06c7a7cca956472c97058db6c91f4079d506e3eaa28b37f577d27a4dcbd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:23 ===================================================== [Pipeline] echo 15:22:23 taggedImages: 15:22:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:22:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.40 15:22:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:22:23 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:22:23 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:23 latest 15:22:23 3.0.0-dev.40 15:22:23 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:23 main 15:22:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:23 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:24 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:22:24 ead4f88e227a: Preparing 15:22:24 b2f604773401: Preparing 15:22:24 b175b6e8b87c: Preparing 15:22:24 f058dd07d77d: Preparing 15:22:24 17bec77d7fdc: Preparing 15:22:24 b175b6e8b87c: Layer already exists 15:22:24 17bec77d7fdc: Layer already exists 15:22:24 ead4f88e227a: Pushed 15:22:24 f058dd07d77d: Pushed 15:22:27 b2f604773401: Pushed 15:22:27 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:35cb73b12eb6f349185137833db23197d973f148873597541668873fdc613e89 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:22:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:22:28 ead4f88e227a: Preparing 15:22:28 b2f604773401: Preparing 15:22:28 b175b6e8b87c: Preparing 15:22:28 f058dd07d77d: Preparing 15:22:28 17bec77d7fdc: Preparing 15:22:28 b2f604773401: Layer already exists 15:22:28 17bec77d7fdc: Layer already exists 15:22:28 b175b6e8b87c: Layer already exists 15:22:28 ead4f88e227a: Layer already exists 15:22:28 f058dd07d77d: Layer already exists 15:22:28 latest: digest: sha256:35cb73b12eb6f349185137833db23197d973f148873597541668873fdc613e89 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.40 15:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:22:29 ead4f88e227a: Preparing 15:22:29 b2f604773401: Preparing 15:22:29 b175b6e8b87c: Preparing 15:22:29 f058dd07d77d: Preparing 15:22:29 17bec77d7fdc: Preparing 15:22:29 ead4f88e227a: Layer already exists 15:22:29 f058dd07d77d: Layer already exists 15:22:29 b175b6e8b87c: Layer already exists 15:22:29 17bec77d7fdc: Layer already exists 15:22:29 b2f604773401: Layer already exists 15:22:29 3.0.0-dev.40: digest: sha256:35cb73b12eb6f349185137833db23197d973f148873597541668873fdc613e89 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:22:30 ead4f88e227a: Preparing 15:22:30 b2f604773401: Preparing 15:22:30 b175b6e8b87c: Preparing 15:22:30 f058dd07d77d: Preparing 15:22:30 17bec77d7fdc: Preparing 15:22:30 17bec77d7fdc: Layer already exists 15:22:30 f058dd07d77d: Layer already exists 15:22:30 b2f604773401: Layer already exists 15:22:30 ead4f88e227a: Layer already exists 15:22:30 b175b6e8b87c: Layer already exists 15:22:30 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:35cb73b12eb6f349185137833db23197d973f148873597541668873fdc613e89 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:22:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:22:31 ead4f88e227a: Preparing 15:22:31 b2f604773401: Preparing 15:22:31 b175b6e8b87c: Preparing 15:22:31 f058dd07d77d: Preparing 15:22:31 17bec77d7fdc: Preparing 15:22:31 17bec77d7fdc: Layer already exists 15:22:31 ead4f88e227a: Layer already exists 15:22:31 b175b6e8b87c: Layer already exists 15:22:31 b2f604773401: Layer already exists 15:22:31 f058dd07d77d: Layer already exists 15:22:31 main: digest: sha256:35cb73b12eb6f349185137833db23197d973f148873597541668873fdc613e89 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:31 ===================================================== [Pipeline] echo 15:22:31 taggedImages: 15:22:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:22:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.40 15:22:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:31 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:22:31 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:22:31 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:31 latest 15:22:31 3.0.0-dev.40 15:22:31 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:31 main 15:22:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:22:32 513fb763652c: Preparing 15:22:32 54051a7d869b: Preparing 15:22:32 f3bbcf888a5c: Preparing 15:22:32 b175b6e8b87c: Preparing 15:22:32 39fc907fecfc: Preparing 15:22:32 17bec77d7fdc: Preparing 15:22:32 17bec77d7fdc: Waiting 15:22:32 b175b6e8b87c: Layer already exists 15:22:32 39fc907fecfc: Layer already exists 15:22:32 17bec77d7fdc: Layer already exists 15:22:32 54051a7d869b: Pushed 15:22:32 513fb763652c: Pushed 15:22:36 f3bbcf888a5c: Pushed 15:22:36 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:91b4ea82bd7b6ce0b2585d7b6679d1d8b337a880f47f865037735206511f4dd9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:22:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:22:36 513fb763652c: Preparing 15:22:36 54051a7d869b: Preparing 15:22:36 f3bbcf888a5c: Preparing 15:22:36 b175b6e8b87c: Preparing 15:22:36 39fc907fecfc: Preparing 15:22:36 17bec77d7fdc: Preparing 15:22:36 17bec77d7fdc: Waiting 15:22:36 b175b6e8b87c: Layer already exists 15:22:36 513fb763652c: Layer already exists 15:22:36 39fc907fecfc: Layer already exists 15:22:36 f3bbcf888a5c: Layer already exists 15:22:36 54051a7d869b: Layer already exists 15:22:36 17bec77d7fdc: Layer already exists 15:22:37 latest: digest: sha256:91b4ea82bd7b6ce0b2585d7b6679d1d8b337a880f47f865037735206511f4dd9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.40 15:22:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:22:37 513fb763652c: Preparing 15:22:37 54051a7d869b: Preparing 15:22:37 f3bbcf888a5c: Preparing 15:22:37 b175b6e8b87c: Preparing 15:22:37 39fc907fecfc: Preparing 15:22:37 17bec77d7fdc: Preparing 15:22:37 17bec77d7fdc: Waiting 15:22:37 54051a7d869b: Layer already exists 15:22:37 39fc907fecfc: Layer already exists 15:22:37 f3bbcf888a5c: Layer already exists 15:22:37 513fb763652c: Layer already exists 15:22:37 b175b6e8b87c: Layer already exists 15:22:37 17bec77d7fdc: Layer already exists 15:22:38 3.0.0-dev.40: digest: sha256:91b4ea82bd7b6ce0b2585d7b6679d1d8b337a880f47f865037735206511f4dd9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:38 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:22:38 513fb763652c: Preparing 15:22:38 54051a7d869b: Preparing 15:22:38 f3bbcf888a5c: Preparing 15:22:38 b175b6e8b87c: Preparing 15:22:38 39fc907fecfc: Preparing 15:22:38 17bec77d7fdc: Preparing 15:22:38 17bec77d7fdc: Waiting 15:22:39 39fc907fecfc: Layer already exists 15:22:39 513fb763652c: Layer already exists 15:22:39 b175b6e8b87c: Layer already exists 15:22:39 54051a7d869b: Layer already exists 15:22:39 f3bbcf888a5c: Layer already exists 15:22:39 17bec77d7fdc: Layer already exists 15:22:39 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:91b4ea82bd7b6ce0b2585d7b6679d1d8b337a880f47f865037735206511f4dd9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:22:40 513fb763652c: Preparing 15:22:40 54051a7d869b: Preparing 15:22:40 f3bbcf888a5c: Preparing 15:22:40 b175b6e8b87c: Preparing 15:22:40 39fc907fecfc: Preparing 15:22:40 17bec77d7fdc: Preparing 15:22:40 17bec77d7fdc: Waiting 15:22:40 513fb763652c: Layer already exists 15:22:40 f3bbcf888a5c: Layer already exists 15:22:40 b175b6e8b87c: Layer already exists 15:22:40 54051a7d869b: Layer already exists 15:22:40 39fc907fecfc: Layer already exists 15:22:40 17bec77d7fdc: Layer already exists 15:22:40 main: digest: sha256:91b4ea82bd7b6ce0b2585d7b6679d1d8b337a880f47f865037735206511f4dd9 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:40 ===================================================== [Pipeline] echo 15:22:40 taggedImages: 15:22:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:22:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.40 15:22:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:40 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:22:40 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:22:40 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:40 latest 15:22:40 3.0.0-dev.40 15:22:40 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:40 main 15:22:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:22:41 2fc739d096fc: Preparing 15:22:41 2fc739d096fc: Preparing 15:22:41 c9e298897db3: Preparing 15:22:41 174be9c5b5f5: Preparing 15:22:41 64f70d7b05f6: Preparing 15:22:41 0e1479377fd6: Preparing 15:22:41 50fcdab598f6: Preparing 15:22:41 b175b6e8b87c: Preparing 15:22:41 3de245dfff32: Preparing 15:22:41 effcc26ed086: Preparing 15:22:41 0e030a158277: Preparing 15:22:41 43405d24d920: Preparing 15:22:41 17bec77d7fdc: Preparing 15:22:41 50fcdab598f6: Waiting 15:22:41 0e030a158277: Waiting 15:22:41 43405d24d920: Waiting 15:22:41 17bec77d7fdc: Waiting 15:22:41 b175b6e8b87c: Waiting 15:22:41 3de245dfff32: Waiting 15:22:41 effcc26ed086: Waiting 15:22:41 64f70d7b05f6: Pushed 15:22:41 2fc739d096fc: Pushed 15:22:41 0e1479377fd6: Pushed 15:22:41 c9e298897db3: Pushed 15:22:41 174be9c5b5f5: Pushed 15:22:41 b175b6e8b87c: Layer already exists 15:22:42 0e030a158277: Pushed 15:22:42 43405d24d920: Pushed 15:22:42 3de245dfff32: Pushed 15:22:42 effcc26ed086: Pushed 15:22:42 17bec77d7fdc: Layer already exists 15:22:46 50fcdab598f6: Pushed 15:22:46 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:5fbde794d096af56b7da711ac58a741d1ec9882a0ae9731df6711ea12bdfa1f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:46 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:22:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:22:47 2fc739d096fc: Preparing 15:22:47 2fc739d096fc: Preparing 15:22:47 c9e298897db3: Preparing 15:22:47 174be9c5b5f5: Preparing 15:22:47 64f70d7b05f6: Preparing 15:22:47 0e1479377fd6: Preparing 15:22:47 50fcdab598f6: Preparing 15:22:47 b175b6e8b87c: Preparing 15:22:47 3de245dfff32: Preparing 15:22:47 effcc26ed086: Preparing 15:22:47 0e030a158277: Preparing 15:22:47 43405d24d920: Preparing 15:22:47 17bec77d7fdc: Preparing 15:22:47 effcc26ed086: Waiting 15:22:47 43405d24d920: Waiting 15:22:47 17bec77d7fdc: Waiting 15:22:47 b175b6e8b87c: Waiting 15:22:47 3de245dfff32: Waiting 15:22:47 0e030a158277: Waiting 15:22:47 50fcdab598f6: Waiting 15:22:47 174be9c5b5f5: Layer already exists 15:22:47 0e1479377fd6: Layer already exists 15:22:47 c9e298897db3: Layer already exists 15:22:47 2fc739d096fc: Layer already exists 15:22:47 64f70d7b05f6: Layer already exists 15:22:47 50fcdab598f6: Layer already exists 15:22:47 0e030a158277: Layer already exists 15:22:47 3de245dfff32: Layer already exists 15:22:47 effcc26ed086: Layer already exists 15:22:47 b175b6e8b87c: Layer already exists 15:22:47 17bec77d7fdc: Layer already exists 15:22:47 43405d24d920: Layer already exists 15:22:47 latest: digest: sha256:5fbde794d096af56b7da711ac58a741d1ec9882a0ae9731df6711ea12bdfa1f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:47 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.40 15:22:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:22:48 2fc739d096fc: Preparing 15:22:48 2fc739d096fc: Preparing 15:22:48 c9e298897db3: Preparing 15:22:48 174be9c5b5f5: Preparing 15:22:48 64f70d7b05f6: Preparing 15:22:48 0e1479377fd6: Preparing 15:22:48 50fcdab598f6: Preparing 15:22:48 b175b6e8b87c: Preparing 15:22:48 3de245dfff32: Preparing 15:22:48 effcc26ed086: Preparing 15:22:48 0e030a158277: Preparing 15:22:48 43405d24d920: Preparing 15:22:48 17bec77d7fdc: Preparing 15:22:48 50fcdab598f6: Waiting 15:22:48 effcc26ed086: Waiting 15:22:48 0e030a158277: Waiting 15:22:48 43405d24d920: Waiting 15:22:48 17bec77d7fdc: Waiting 15:22:48 b175b6e8b87c: Waiting 15:22:48 3de245dfff32: Waiting 15:22:48 0e1479377fd6: Layer already exists 15:22:48 2fc739d096fc: Layer already exists 15:22:48 174be9c5b5f5: Layer already exists 15:22:48 c9e298897db3: Layer already exists 15:22:48 64f70d7b05f6: Layer already exists 15:22:48 50fcdab598f6: Layer already exists 15:22:48 b175b6e8b87c: Layer already exists 15:22:48 3de245dfff32: Layer already exists 15:22:48 effcc26ed086: Layer already exists 15:22:48 0e030a158277: Layer already exists 15:22:48 43405d24d920: Layer already exists 15:22:48 17bec77d7fdc: Layer already exists 15:22:48 3.0.0-dev.40: digest: sha256:5fbde794d096af56b7da711ac58a741d1ec9882a0ae9731df6711ea12bdfa1f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:22:49 2fc739d096fc: Preparing 15:22:49 2fc739d096fc: Preparing 15:22:49 c9e298897db3: Preparing 15:22:49 174be9c5b5f5: Preparing 15:22:49 64f70d7b05f6: Preparing 15:22:49 0e1479377fd6: Preparing 15:22:49 50fcdab598f6: Preparing 15:22:49 b175b6e8b87c: Preparing 15:22:49 3de245dfff32: Preparing 15:22:49 effcc26ed086: Preparing 15:22:49 0e030a158277: Preparing 15:22:49 43405d24d920: Preparing 15:22:49 17bec77d7fdc: Preparing 15:22:49 effcc26ed086: Waiting 15:22:49 50fcdab598f6: Waiting 15:22:49 b175b6e8b87c: Waiting 15:22:49 3de245dfff32: Waiting 15:22:49 0e030a158277: Waiting 15:22:49 43405d24d920: Waiting 15:22:49 17bec77d7fdc: Waiting 15:22:49 0e1479377fd6: Layer already exists 15:22:49 64f70d7b05f6: Layer already exists 15:22:49 2fc739d096fc: Layer already exists 15:22:49 174be9c5b5f5: Layer already exists 15:22:49 c9e298897db3: Layer already exists 15:22:49 3de245dfff32: Layer already exists 15:22:49 50fcdab598f6: Layer already exists 15:22:49 b175b6e8b87c: Layer already exists 15:22:49 0e030a158277: Layer already exists 15:22:49 effcc26ed086: Layer already exists 15:22:49 43405d24d920: Layer already exists 15:22:49 17bec77d7fdc: Layer already exists 15:22:49 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:5fbde794d096af56b7da711ac58a741d1ec9882a0ae9731df6711ea12bdfa1f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:22:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:22:50 2fc739d096fc: Preparing 15:22:50 2fc739d096fc: Preparing 15:22:50 c9e298897db3: Preparing 15:22:50 174be9c5b5f5: Preparing 15:22:50 64f70d7b05f6: Preparing 15:22:50 0e1479377fd6: Preparing 15:22:50 50fcdab598f6: Preparing 15:22:50 b175b6e8b87c: Preparing 15:22:50 3de245dfff32: Preparing 15:22:50 effcc26ed086: Preparing 15:22:50 0e030a158277: Preparing 15:22:50 43405d24d920: Preparing 15:22:50 17bec77d7fdc: Preparing 15:22:50 effcc26ed086: Waiting 15:22:50 0e030a158277: Waiting 15:22:50 43405d24d920: Waiting 15:22:50 17bec77d7fdc: Waiting 15:22:50 50fcdab598f6: Waiting 15:22:50 b175b6e8b87c: Waiting 15:22:50 3de245dfff32: Waiting 15:22:50 0e1479377fd6: Layer already exists 15:22:50 c9e298897db3: Layer already exists 15:22:50 64f70d7b05f6: Layer already exists 15:22:50 2fc739d096fc: Layer already exists 15:22:50 174be9c5b5f5: Layer already exists 15:22:50 3de245dfff32: Layer already exists 15:22:50 50fcdab598f6: Layer already exists 15:22:50 effcc26ed086: Layer already exists 15:22:50 b175b6e8b87c: Layer already exists 15:22:50 0e030a158277: Layer already exists 15:22:50 17bec77d7fdc: Layer already exists 15:22:50 43405d24d920: Layer already exists 15:22:50 main: digest: sha256:5fbde794d096af56b7da711ac58a741d1ec9882a0ae9731df6711ea12bdfa1f8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:50 ===================================================== [Pipeline] echo 15:22:50 taggedImages: 15:22:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:22:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.40 15:22:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:50 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:22:50 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:22:50 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:50 latest 15:22:50 3.0.0-dev.40 15:22:50 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:50 main 15:22:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:50 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:22:51 bfd645f85f11: Preparing 15:22:51 5771dfe52667: Preparing 15:22:51 197050cb00b6: Preparing 15:22:51 0fc56a0bcbe5: Preparing 15:22:51 d3b2211cc4b8: Preparing 15:22:51 b9032f5250cf: Preparing 15:22:51 0f43c333f17f: Preparing 15:22:51 17bec77d7fdc: Preparing 15:22:51 b9032f5250cf: Waiting 15:22:51 0f43c333f17f: Waiting 15:22:51 17bec77d7fdc: Waiting 15:22:51 5771dfe52667: Pushed 15:22:51 bfd645f85f11: Pushed 15:22:51 d3b2211cc4b8: Pushed 15:22:51 17bec77d7fdc: Layer already exists 15:22:51 b9032f5250cf: Pushed 15:22:52 0f43c333f17f: Pushed 15:22:54 197050cb00b6: Pushed 15:22:54 0fc56a0bcbe5: Pushed 15:22:54 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:4766fc5e23189ea011a7f23b8fa7f5538bd5b4e212f274eea9f5ffb7cd5ef686 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:54 + 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 15:22:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:22:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:22:55 bfd645f85f11: Preparing 15:22:55 5771dfe52667: Preparing 15:22:55 197050cb00b6: Preparing 15:22:55 0fc56a0bcbe5: Preparing 15:22:55 d3b2211cc4b8: Preparing 15:22:55 b9032f5250cf: Preparing 15:22:55 0f43c333f17f: Preparing 15:22:55 17bec77d7fdc: Preparing 15:22:55 0f43c333f17f: Waiting 15:22:55 17bec77d7fdc: Waiting 15:22:55 b9032f5250cf: Waiting 15:22:55 197050cb00b6: Layer already exists 15:22:55 d3b2211cc4b8: Layer already exists 15:22:55 0fc56a0bcbe5: Layer already exists 15:22:55 bfd645f85f11: Layer already exists 15:22:55 5771dfe52667: Layer already exists 15:22:55 0f43c333f17f: Layer already exists 15:22:55 b9032f5250cf: Layer already exists 15:22:55 17bec77d7fdc: Layer already exists 15:22:55 latest: digest: sha256:4766fc5e23189ea011a7f23b8fa7f5538bd5b4e212f274eea9f5ffb7cd5ef686 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:55 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.40 15:22:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:22:56 bfd645f85f11: Preparing 15:22:56 5771dfe52667: Preparing 15:22:56 197050cb00b6: Preparing 15:22:56 0fc56a0bcbe5: Preparing 15:22:56 d3b2211cc4b8: Preparing 15:22:56 b9032f5250cf: Preparing 15:22:56 0f43c333f17f: Preparing 15:22:56 17bec77d7fdc: Preparing 15:22:56 b9032f5250cf: Waiting 15:22:56 0f43c333f17f: Waiting 15:22:56 17bec77d7fdc: Waiting 15:22:56 0fc56a0bcbe5: Layer already exists 15:22:56 d3b2211cc4b8: Layer already exists 15:22:56 bfd645f85f11: Layer already exists 15:22:56 197050cb00b6: Layer already exists 15:22:56 5771dfe52667: Layer already exists 15:22:56 0f43c333f17f: Layer already exists 15:22:56 17bec77d7fdc: Layer already exists 15:22:56 b9032f5250cf: Layer already exists 15:22:56 3.0.0-dev.40: digest: sha256:4766fc5e23189ea011a7f23b8fa7f5538bd5b4e212f274eea9f5ffb7cd5ef686 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:56 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:22:57 bfd645f85f11: Preparing 15:22:57 5771dfe52667: Preparing 15:22:57 197050cb00b6: Preparing 15:22:57 0fc56a0bcbe5: Preparing 15:22:57 d3b2211cc4b8: Preparing 15:22:57 b9032f5250cf: Preparing 15:22:57 0f43c333f17f: Preparing 15:22:57 17bec77d7fdc: Preparing 15:22:57 b9032f5250cf: Waiting 15:22:57 0f43c333f17f: Waiting 15:22:57 17bec77d7fdc: Waiting 15:22:57 d3b2211cc4b8: Layer already exists 15:22:57 5771dfe52667: Layer already exists 15:22:57 bfd645f85f11: Layer already exists 15:22:57 197050cb00b6: Layer already exists 15:22:57 0fc56a0bcbe5: Layer already exists 15:22:57 b9032f5250cf: Layer already exists 15:22:57 0f43c333f17f: Layer already exists 15:22:57 17bec77d7fdc: Layer already exists 15:22:57 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:4766fc5e23189ea011a7f23b8fa7f5538bd5b4e212f274eea9f5ffb7cd5ef686 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:57 + 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 15:22:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:22:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:22:58 bfd645f85f11: Preparing 15:22:58 5771dfe52667: Preparing 15:22:58 197050cb00b6: Preparing 15:22:58 0fc56a0bcbe5: Preparing 15:22:58 d3b2211cc4b8: Preparing 15:22:58 b9032f5250cf: Preparing 15:22:58 0f43c333f17f: Preparing 15:22:58 17bec77d7fdc: Preparing 15:22:58 b9032f5250cf: Waiting 15:22:58 0f43c333f17f: Waiting 15:22:58 17bec77d7fdc: Waiting 15:22:58 0fc56a0bcbe5: Layer already exists 15:22:58 197050cb00b6: Layer already exists 15:22:58 d3b2211cc4b8: Layer already exists 15:22:58 bfd645f85f11: Layer already exists 15:22:58 5771dfe52667: Layer already exists 15:22:58 0f43c333f17f: Layer already exists 15:22:58 b9032f5250cf: Layer already exists 15:22:58 17bec77d7fdc: Layer already exists 15:22:58 main: digest: sha256:4766fc5e23189ea011a7f23b8fa7f5538bd5b4e212f274eea9f5ffb7cd5ef686 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:58 ===================================================== [Pipeline] echo 15:22:58 taggedImages: 15:22:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:22:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.40 15:22:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:58 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:22:58 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:22:58 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:58 latest 15:22:58 3.0.0-dev.40 15:22:58 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:22:58 main 15:22:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:58 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:22:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:22:59 7476442401a4: Preparing 15:22:59 9b85bc532e13: Preparing 15:22:59 f207a145a067: Preparing 15:22:59 700905a21bbc: Preparing 15:22:59 596353327261: Preparing 15:22:59 f3ff0eef27a0: Preparing 15:22:59 6ab104046560: Preparing 15:22:59 37d93ccde7bd: Preparing 15:22:59 356753bbb4db: Preparing 15:22:59 17bec77d7fdc: Preparing 15:22:59 f3ff0eef27a0: Waiting 15:22:59 6ab104046560: Waiting 15:22:59 37d93ccde7bd: Waiting 15:22:59 356753bbb4db: Waiting 15:22:59 17bec77d7fdc: Waiting 15:22:59 7476442401a4: Pushed 15:22:59 9b85bc532e13: Pushed 15:22:59 596353327261: Pushed 15:22:59 f3ff0eef27a0: Pushed 15:22:59 37d93ccde7bd: Pushed 15:22:59 6ab104046560: Pushed 15:22:59 17bec77d7fdc: Layer already exists 15:22:59 356753bbb4db: Pushed 15:23:01 700905a21bbc: Pushed 15:23:02 f207a145a067: Pushed 15:23:03 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:f58b3f3ceb03a55763cb430462fa56e3e12b5c44c26dc74e5bbf6df9f6bda1eb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:03 + 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 15:23:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:23:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:23:03 7476442401a4: Preparing 15:23:03 9b85bc532e13: Preparing 15:23:03 f207a145a067: Preparing 15:23:03 700905a21bbc: Preparing 15:23:03 596353327261: Preparing 15:23:03 f3ff0eef27a0: Preparing 15:23:03 6ab104046560: Preparing 15:23:03 37d93ccde7bd: Preparing 15:23:03 356753bbb4db: Preparing 15:23:03 17bec77d7fdc: Preparing 15:23:03 f3ff0eef27a0: Waiting 15:23:03 6ab104046560: Waiting 15:23:03 37d93ccde7bd: Waiting 15:23:03 356753bbb4db: Waiting 15:23:03 17bec77d7fdc: Waiting 15:23:03 596353327261: Layer already exists 15:23:03 700905a21bbc: Layer already exists 15:23:03 f207a145a067: Layer already exists 15:23:03 9b85bc532e13: Layer already exists 15:23:03 7476442401a4: Layer already exists 15:23:03 f3ff0eef27a0: Layer already exists 15:23:03 6ab104046560: Layer already exists 15:23:03 37d93ccde7bd: Layer already exists 15:23:03 356753bbb4db: Layer already exists 15:23:03 17bec77d7fdc: Layer already exists 15:23:03 latest: digest: sha256:f58b3f3ceb03a55763cb430462fa56e3e12b5c44c26dc74e5bbf6df9f6bda1eb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:04 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.40 15:23:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:23:04 7476442401a4: Preparing 15:23:04 9b85bc532e13: Preparing 15:23:04 f207a145a067: Preparing 15:23:04 700905a21bbc: Preparing 15:23:04 596353327261: Preparing 15:23:04 f3ff0eef27a0: Preparing 15:23:04 6ab104046560: Preparing 15:23:04 37d93ccde7bd: Preparing 15:23:04 356753bbb4db: Preparing 15:23:04 17bec77d7fdc: Preparing 15:23:04 f3ff0eef27a0: Waiting 15:23:04 356753bbb4db: Waiting 15:23:04 6ab104046560: Waiting 15:23:04 37d93ccde7bd: Waiting 15:23:04 17bec77d7fdc: Waiting 15:23:04 9b85bc532e13: Layer already exists 15:23:04 700905a21bbc: Layer already exists 15:23:04 7476442401a4: Layer already exists 15:23:04 f207a145a067: Layer already exists 15:23:04 596353327261: Layer already exists 15:23:04 f3ff0eef27a0: Layer already exists 15:23:04 6ab104046560: Layer already exists 15:23:04 37d93ccde7bd: Layer already exists 15:23:04 17bec77d7fdc: Layer already exists 15:23:04 356753bbb4db: Layer already exists 15:23:04 3.0.0-dev.40: digest: sha256:f58b3f3ceb03a55763cb430462fa56e3e12b5c44c26dc74e5bbf6df9f6bda1eb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:23:05 7476442401a4: Preparing 15:23:05 9b85bc532e13: Preparing 15:23:05 f207a145a067: Preparing 15:23:05 700905a21bbc: Preparing 15:23:05 596353327261: Preparing 15:23:05 f3ff0eef27a0: Preparing 15:23:05 6ab104046560: Preparing 15:23:05 37d93ccde7bd: Preparing 15:23:05 356753bbb4db: Preparing 15:23:05 17bec77d7fdc: Preparing 15:23:05 37d93ccde7bd: Waiting 15:23:05 f3ff0eef27a0: Waiting 15:23:05 6ab104046560: Waiting 15:23:05 17bec77d7fdc: Waiting 15:23:05 356753bbb4db: Waiting 15:23:05 700905a21bbc: Layer already exists 15:23:05 f207a145a067: Layer already exists 15:23:05 596353327261: Layer already exists 15:23:05 7476442401a4: Layer already exists 15:23:05 9b85bc532e13: Layer already exists 15:23:05 37d93ccde7bd: Layer already exists 15:23:05 f3ff0eef27a0: Layer already exists 15:23:05 6ab104046560: Layer already exists 15:23:05 17bec77d7fdc: Layer already exists 15:23:05 356753bbb4db: Layer already exists 15:23:05 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:f58b3f3ceb03a55763cb430462fa56e3e12b5c44c26dc74e5bbf6df9f6bda1eb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:06 + 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 15:23:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:23:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:23:06 7476442401a4: Preparing 15:23:06 9b85bc532e13: Preparing 15:23:06 f207a145a067: Preparing 15:23:06 700905a21bbc: Preparing 15:23:06 596353327261: Preparing 15:23:06 f3ff0eef27a0: Preparing 15:23:06 6ab104046560: Preparing 15:23:06 37d93ccde7bd: Preparing 15:23:06 356753bbb4db: Preparing 15:23:06 17bec77d7fdc: Preparing 15:23:06 6ab104046560: Waiting 15:23:06 37d93ccde7bd: Waiting 15:23:06 356753bbb4db: Waiting 15:23:06 17bec77d7fdc: Waiting 15:23:06 f3ff0eef27a0: Waiting 15:23:06 9b85bc532e13: Layer already exists 15:23:06 f207a145a067: Layer already exists 15:23:06 7476442401a4: Layer already exists 15:23:06 700905a21bbc: Layer already exists 15:23:06 596353327261: Layer already exists 15:23:06 f3ff0eef27a0: Layer already exists 15:23:06 6ab104046560: Layer already exists 15:23:06 37d93ccde7bd: Layer already exists 15:23:06 17bec77d7fdc: Layer already exists 15:23:06 356753bbb4db: Layer already exists 15:23:06 main: digest: sha256:f58b3f3ceb03a55763cb430462fa56e3e12b5c44c26dc74e5bbf6df9f6bda1eb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:06 ===================================================== [Pipeline] echo 15:23:06 taggedImages: 15:23:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:23:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.40 15:23:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:23:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:23:06 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:06 latest 15:23:06 3.0.0-dev.40 15:23:06 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:06 main 15:23:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:07 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:07 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:23:07 b46fde9cdb54: Preparing 15:23:07 e87b0b5770c6: Preparing 15:23:07 b175b6e8b87c: Preparing 15:23:07 cfa3bbcfa9e1: Preparing 15:23:07 9833f26c6bda: Preparing 15:23:07 b175b6e8b87c: Layer already exists 15:23:07 9833f26c6bda: Layer already exists 15:23:07 b46fde9cdb54: Pushed 15:23:09 cfa3bbcfa9e1: Pushed 15:23:13 e87b0b5770c6: Pushed 15:23:13 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:e1ccaaff6a6a8badf66246e24364811ca0f8ceeb0516a960fd60d1034e4123ba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:13 + 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 15:23:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:23:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:23:14 b46fde9cdb54: Preparing 15:23:14 e87b0b5770c6: Preparing 15:23:14 b175b6e8b87c: Preparing 15:23:14 cfa3bbcfa9e1: Preparing 15:23:14 9833f26c6bda: Preparing 15:23:14 b175b6e8b87c: Layer already exists 15:23:14 cfa3bbcfa9e1: Layer already exists 15:23:14 b46fde9cdb54: Layer already exists 15:23:14 e87b0b5770c6: Layer already exists 15:23:14 9833f26c6bda: Layer already exists 15:23:14 latest: digest: sha256:e1ccaaff6a6a8badf66246e24364811ca0f8ceeb0516a960fd60d1034e4123ba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.40 15:23:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:23:15 b46fde9cdb54: Preparing 15:23:15 e87b0b5770c6: Preparing 15:23:15 b175b6e8b87c: Preparing 15:23:15 cfa3bbcfa9e1: Preparing 15:23:15 9833f26c6bda: Preparing 15:23:15 b175b6e8b87c: Layer already exists 15:23:15 b46fde9cdb54: Layer already exists 15:23:15 cfa3bbcfa9e1: Layer already exists 15:23:15 e87b0b5770c6: Layer already exists 15:23:15 9833f26c6bda: Layer already exists 15:23:15 3.0.0-dev.40: digest: sha256:e1ccaaff6a6a8badf66246e24364811ca0f8ceeb0516a960fd60d1034e4123ba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:15 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:23:16 b46fde9cdb54: Preparing 15:23:16 e87b0b5770c6: Preparing 15:23:16 b175b6e8b87c: Preparing 15:23:16 cfa3bbcfa9e1: Preparing 15:23:16 9833f26c6bda: Preparing 15:23:16 9833f26c6bda: Layer already exists 15:23:16 cfa3bbcfa9e1: Layer already exists 15:23:16 e87b0b5770c6: Layer already exists 15:23:16 b175b6e8b87c: Layer already exists 15:23:16 b46fde9cdb54: Layer already exists 15:23:16 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:e1ccaaff6a6a8badf66246e24364811ca0f8ceeb0516a960fd60d1034e4123ba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:16 + 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 15:23:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:23:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:23:17 b46fde9cdb54: Preparing 15:23:17 e87b0b5770c6: Preparing 15:23:17 b175b6e8b87c: Preparing 15:23:17 cfa3bbcfa9e1: Preparing 15:23:17 9833f26c6bda: Preparing 15:23:17 b46fde9cdb54: Layer already exists 15:23:17 b175b6e8b87c: Layer already exists 15:23:17 e87b0b5770c6: Layer already exists 15:23:17 9833f26c6bda: Layer already exists 15:23:17 cfa3bbcfa9e1: Layer already exists 15:23:17 main: digest: sha256:e1ccaaff6a6a8badf66246e24364811ca0f8ceeb0516a960fd60d1034e4123ba size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:17 ===================================================== [Pipeline] echo 15:23:17 taggedImages: 15:23:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:23:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.40 15:23:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:17 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:23:17 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:23:17 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:17 latest 15:23:17 3.0.0-dev.40 15:23:17 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:17 main 15:23:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:17 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:23:18 1ba869ca2ec4: Preparing 15:23:18 01e41753540a: Preparing 15:23:18 50299427e099: Preparing 15:23:18 c73ab904af44: Preparing 15:23:18 678e03569bf8: Preparing 15:23:18 4b82cd6bca1c: Preparing 15:23:18 9833f26c6bda: Preparing 15:23:18 4b82cd6bca1c: Waiting 15:23:18 9833f26c6bda: Waiting 15:23:18 01e41753540a: Pushed 15:23:18 50299427e099: Pushed 15:23:18 1ba869ca2ec4: Pushed 15:23:18 9833f26c6bda: Layer already exists 15:23:19 4b82cd6bca1c: Pushed 15:23:27 678e03569bf8: Pushed 15:23:35 c73ab904af44: Pushed 15:23:35 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:d5d23f3705c2a838e18a73a972aeda084f206ad5d508bc9d4455450491be00fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:36 + 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 15:23:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:23:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:23:36 1ba869ca2ec4: Preparing 15:23:36 01e41753540a: Preparing 15:23:36 50299427e099: Preparing 15:23:36 c73ab904af44: Preparing 15:23:36 678e03569bf8: Preparing 15:23:36 4b82cd6bca1c: Preparing 15:23:36 9833f26c6bda: Preparing 15:23:36 9833f26c6bda: Waiting 15:23:36 4b82cd6bca1c: Waiting 15:23:36 c73ab904af44: Layer already exists 15:23:36 01e41753540a: Layer already exists 15:23:36 50299427e099: Layer already exists 15:23:36 1ba869ca2ec4: Layer already exists 15:23:36 678e03569bf8: Layer already exists 15:23:36 4b82cd6bca1c: Layer already exists 15:23:36 9833f26c6bda: Layer already exists 15:23:36 latest: digest: sha256:d5d23f3705c2a838e18a73a972aeda084f206ad5d508bc9d4455450491be00fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:37 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.40 15:23:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:23:37 1ba869ca2ec4: Preparing 15:23:37 01e41753540a: Preparing 15:23:37 50299427e099: Preparing 15:23:37 c73ab904af44: Preparing 15:23:37 678e03569bf8: Preparing 15:23:37 4b82cd6bca1c: Preparing 15:23:37 9833f26c6bda: Preparing 15:23:37 9833f26c6bda: Waiting 15:23:37 4b82cd6bca1c: Waiting 15:23:37 50299427e099: Layer already exists 15:23:37 01e41753540a: Layer already exists 15:23:37 678e03569bf8: Layer already exists 15:23:37 1ba869ca2ec4: Layer already exists 15:23:37 c73ab904af44: Layer already exists 15:23:37 4b82cd6bca1c: Layer already exists 15:23:37 9833f26c6bda: Layer already exists 15:23:37 3.0.0-dev.40: digest: sha256:d5d23f3705c2a838e18a73a972aeda084f206ad5d508bc9d4455450491be00fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:23:38 1ba869ca2ec4: Preparing 15:23:38 01e41753540a: Preparing 15:23:38 50299427e099: Preparing 15:23:38 c73ab904af44: Preparing 15:23:38 678e03569bf8: Preparing 15:23:38 4b82cd6bca1c: Preparing 15:23:38 9833f26c6bda: Preparing 15:23:38 4b82cd6bca1c: Waiting 15:23:38 9833f26c6bda: Waiting 15:23:38 01e41753540a: Layer already exists 15:23:38 c73ab904af44: Layer already exists 15:23:38 678e03569bf8: Layer already exists 15:23:38 50299427e099: Layer already exists 15:23:38 1ba869ca2ec4: Layer already exists 15:23:38 9833f26c6bda: Layer already exists 15:23:38 4b82cd6bca1c: Layer already exists 15:23:38 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:d5d23f3705c2a838e18a73a972aeda084f206ad5d508bc9d4455450491be00fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:39 + 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 15:23:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:23:39 1ba869ca2ec4: Preparing 15:23:39 01e41753540a: Preparing 15:23:39 50299427e099: Preparing 15:23:39 c73ab904af44: Preparing 15:23:39 678e03569bf8: Preparing 15:23:39 4b82cd6bca1c: Preparing 15:23:39 9833f26c6bda: Preparing 15:23:39 4b82cd6bca1c: Waiting 15:23:39 9833f26c6bda: Waiting 15:23:39 01e41753540a: Layer already exists 15:23:39 1ba869ca2ec4: Layer already exists 15:23:39 50299427e099: Layer already exists 15:23:39 678e03569bf8: Layer already exists 15:23:39 c73ab904af44: Layer already exists 15:23:39 9833f26c6bda: Layer already exists 15:23:39 4b82cd6bca1c: Layer already exists 15:23:39 main: digest: sha256:d5d23f3705c2a838e18a73a972aeda084f206ad5d508bc9d4455450491be00fb size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:23:39 ===================================================== [Pipeline] echo 15:23:39 taggedImages: 15:23:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:23:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.40 15:23:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:39 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:23:39 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:23:39 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:39 latest 15:23:39 3.0.0-dev.40 15:23:39 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:39 main 15:23:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:23:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:23:40 d53c79f0b29a: Preparing 15:23:40 63e7e65549af: Preparing 15:23:40 ddd9884ea1bb: Preparing 15:23:40 94dd56e24002: Preparing 15:23:40 2d36364735e4: Preparing 15:23:40 9833f26c6bda: Preparing 15:23:40 9833f26c6bda: Waiting 15:23:40 ddd9884ea1bb: Pushed 15:23:40 63e7e65549af: Pushed 15:23:40 d53c79f0b29a: Pushed 15:23:40 9833f26c6bda: Layer already exists 15:23:41 2d36364735e4: Pushed 15:23:56 94dd56e24002: Pushed 15:23:56 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:da1c79f267fe34200323b68405ae41bbc06238ab41062c9f3ce5f7a73a517a7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:56 + 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 15:23:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:23:57 d53c79f0b29a: Preparing 15:23:57 63e7e65549af: Preparing 15:23:57 ddd9884ea1bb: Preparing 15:23:57 94dd56e24002: Preparing 15:23:57 2d36364735e4: Preparing 15:23:57 9833f26c6bda: Preparing 15:23:57 9833f26c6bda: Waiting 15:23:57 2d36364735e4: Layer already exists 15:23:57 d53c79f0b29a: Layer already exists 15:23:57 ddd9884ea1bb: Layer already exists 15:23:57 94dd56e24002: Layer already exists 15:23:57 63e7e65549af: Layer already exists 15:23:57 9833f26c6bda: Layer already exists 15:23:57 latest: digest: sha256:da1c79f267fe34200323b68405ae41bbc06238ab41062c9f3ce5f7a73a517a7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.40 15:23:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:23:58 d53c79f0b29a: Preparing 15:23:58 63e7e65549af: Preparing 15:23:58 ddd9884ea1bb: Preparing 15:23:58 94dd56e24002: Preparing 15:23:58 2d36364735e4: Preparing 15:23:58 9833f26c6bda: Preparing 15:23:58 9833f26c6bda: Waiting 15:23:58 d53c79f0b29a: Layer already exists 15:23:58 2d36364735e4: Layer already exists 15:23:58 63e7e65549af: Layer already exists 15:23:58 ddd9884ea1bb: Layer already exists 15:23:58 94dd56e24002: Layer already exists 15:23:58 9833f26c6bda: Layer already exists 15:23:58 3.0.0-dev.40: digest: sha256:da1c79f267fe34200323b68405ae41bbc06238ab41062c9f3ce5f7a73a517a7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:23:59 d53c79f0b29a: Preparing 15:23:59 63e7e65549af: Preparing 15:23:59 ddd9884ea1bb: Preparing 15:23:59 94dd56e24002: Preparing 15:23:59 2d36364735e4: Preparing 15:23:59 9833f26c6bda: Preparing 15:23:59 9833f26c6bda: Waiting 15:23:59 d53c79f0b29a: Layer already exists 15:23:59 ddd9884ea1bb: Layer already exists 15:23:59 2d36364735e4: Layer already exists 15:23:59 94dd56e24002: Layer already exists 15:23:59 63e7e65549af: Layer already exists 15:23:59 9833f26c6bda: Layer already exists 15:23:59 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:da1c79f267fe34200323b68405ae41bbc06238ab41062c9f3ce5f7a73a517a7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:23:59 + 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 15:23:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:23:59 d53c79f0b29a: Preparing 15:23:59 63e7e65549af: Preparing 15:23:59 ddd9884ea1bb: Preparing 15:23:59 94dd56e24002: Preparing 15:23:59 2d36364735e4: Preparing 15:23:59 9833f26c6bda: Preparing 15:23:59 9833f26c6bda: Waiting 15:23:59 ddd9884ea1bb: Layer already exists 15:23:59 94dd56e24002: Layer already exists 15:23:59 63e7e65549af: Layer already exists 15:23:59 2d36364735e4: Layer already exists 15:23:59 d53c79f0b29a: Layer already exists 15:23:59 9833f26c6bda: Layer already exists 15:24:00 main: digest: sha256:da1c79f267fe34200323b68405ae41bbc06238ab41062c9f3ce5f7a73a517a7b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:00 ===================================================== [Pipeline] echo 15:24:00 taggedImages: 15:24:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:24:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.40 15:24:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:24:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:24:00 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:00 latest 15:24:00 3.0.0-dev.40 15:24:00 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:00 main 15:24:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:00 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:24:00 24aee3676922: Preparing 15:24:00 aa814c71fbca: Preparing 15:24:00 3b021fade04d: Preparing 15:24:00 d890a4f49018: Preparing 15:24:00 4b82cd6bca1c: Preparing 15:24:00 9833f26c6bda: Preparing 15:24:00 9833f26c6bda: Waiting 15:24:00 4b82cd6bca1c: Layer already exists 15:24:01 9833f26c6bda: Layer already exists 15:24:01 aa814c71fbca: Pushed 15:24:01 3b021fade04d: Pushed 15:24:01 24aee3676922: Pushed 15:24:19 d890a4f49018: Pushed 15:24:19 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:8686ec7298972ebde9132481e6e78a176b3fd773d3ad42f1523de410a83ec948 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:19 + 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 15:24:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:24:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:24:20 24aee3676922: Preparing 15:24:20 aa814c71fbca: Preparing 15:24:20 3b021fade04d: Preparing 15:24:20 d890a4f49018: Preparing 15:24:20 4b82cd6bca1c: Preparing 15:24:20 9833f26c6bda: Preparing 15:24:20 9833f26c6bda: Waiting 15:24:20 3b021fade04d: Layer already exists 15:24:20 24aee3676922: Layer already exists 15:24:20 4b82cd6bca1c: Layer already exists 15:24:20 aa814c71fbca: Layer already exists 15:24:20 d890a4f49018: Layer already exists 15:24:20 9833f26c6bda: Layer already exists 15:24:20 latest: digest: sha256:8686ec7298972ebde9132481e6e78a176b3fd773d3ad42f1523de410a83ec948 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:20 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.40 15:24:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:24:21 24aee3676922: Preparing 15:24:21 aa814c71fbca: Preparing 15:24:21 3b021fade04d: Preparing 15:24:21 d890a4f49018: Preparing 15:24:21 4b82cd6bca1c: Preparing 15:24:21 9833f26c6bda: Preparing 15:24:21 9833f26c6bda: Waiting 15:24:21 d890a4f49018: Layer already exists 15:24:21 24aee3676922: Layer already exists 15:24:21 4b82cd6bca1c: Layer already exists 15:24:21 3b021fade04d: Layer already exists 15:24:21 aa814c71fbca: Layer already exists 15:24:21 9833f26c6bda: Layer already exists 15:24:21 3.0.0-dev.40: digest: sha256:8686ec7298972ebde9132481e6e78a176b3fd773d3ad42f1523de410a83ec948 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:21 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:24:22 24aee3676922: Preparing 15:24:22 aa814c71fbca: Preparing 15:24:22 3b021fade04d: Preparing 15:24:22 d890a4f49018: Preparing 15:24:22 4b82cd6bca1c: Preparing 15:24:22 9833f26c6bda: Preparing 15:24:22 9833f26c6bda: Waiting 15:24:22 d890a4f49018: Layer already exists 15:24:22 4b82cd6bca1c: Layer already exists 15:24:22 aa814c71fbca: Layer already exists 15:24:22 3b021fade04d: Layer already exists 15:24:22 24aee3676922: Layer already exists 15:24:22 9833f26c6bda: Layer already exists 15:24:22 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:8686ec7298972ebde9132481e6e78a176b3fd773d3ad42f1523de410a83ec948 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:22 + 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 15:24:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:24:23 24aee3676922: Preparing 15:24:23 aa814c71fbca: Preparing 15:24:23 3b021fade04d: Preparing 15:24:23 d890a4f49018: Preparing 15:24:23 4b82cd6bca1c: Preparing 15:24:23 9833f26c6bda: Preparing 15:24:23 9833f26c6bda: Waiting 15:24:23 24aee3676922: Layer already exists 15:24:23 4b82cd6bca1c: Layer already exists 15:24:23 d890a4f49018: Layer already exists 15:24:23 3b021fade04d: Layer already exists 15:24:23 aa814c71fbca: Layer already exists 15:24:23 9833f26c6bda: Layer already exists 15:24:23 main: digest: sha256:8686ec7298972ebde9132481e6e78a176b3fd773d3ad42f1523de410a83ec948 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:23 ===================================================== [Pipeline] echo 15:24:23 taggedImages: 15:24:23 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:23 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:24:23 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.40 15:24:23 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:23 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:24:23 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:24:23 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:23 latest 15:24:23 3.0.0-dev.40 15:24:23 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:23 main 15:24:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:23 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:24:24 72ea1da7119c: Preparing 15:24:24 5a7bd5a119f6: Preparing 15:24:24 b175b6e8b87c: Preparing 15:24:24 d2b84cb2a10e: Preparing 15:24:24 17bec77d7fdc: Preparing 15:24:24 b175b6e8b87c: Layer already exists 15:24:24 17bec77d7fdc: Layer already exists 15:24:24 72ea1da7119c: Pushed 15:24:24 d2b84cb2a10e: Pushed 15:24:30 5a7bd5a119f6: Pushed 15:24:30 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:248c6ea8da01e7b88dfab455e0e12f23c211a670f4221ae9df8b3ed639e9b8de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:24:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:24:30 72ea1da7119c: Preparing 15:24:30 5a7bd5a119f6: Preparing 15:24:30 b175b6e8b87c: Preparing 15:24:30 d2b84cb2a10e: Preparing 15:24:30 17bec77d7fdc: Preparing 15:24:30 72ea1da7119c: Layer already exists 15:24:30 5a7bd5a119f6: Layer already exists 15:24:30 17bec77d7fdc: Layer already exists 15:24:30 b175b6e8b87c: Layer already exists 15:24:30 d2b84cb2a10e: Layer already exists 15:24:30 latest: digest: sha256:248c6ea8da01e7b88dfab455e0e12f23c211a670f4221ae9df8b3ed639e9b8de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.40 15:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:24:33 72ea1da7119c: Preparing 15:24:33 5a7bd5a119f6: Preparing 15:24:33 b175b6e8b87c: Preparing 15:24:33 d2b84cb2a10e: Preparing 15:24:33 17bec77d7fdc: Preparing 15:24:33 b175b6e8b87c: Layer already exists 15:24:33 17bec77d7fdc: Layer already exists 15:24:33 5a7bd5a119f6: Layer already exists 15:24:33 d2b84cb2a10e: Layer already exists 15:24:33 72ea1da7119c: Layer already exists 15:24:34 3.0.0-dev.40: digest: sha256:248c6ea8da01e7b88dfab455e0e12f23c211a670f4221ae9df8b3ed639e9b8de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:34 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:24:34 72ea1da7119c: Preparing 15:24:34 5a7bd5a119f6: Preparing 15:24:34 b175b6e8b87c: Preparing 15:24:34 d2b84cb2a10e: Preparing 15:24:34 17bec77d7fdc: Preparing 15:24:34 5a7bd5a119f6: Layer already exists 15:24:34 d2b84cb2a10e: Layer already exists 15:24:34 b175b6e8b87c: Layer already exists 15:24:34 72ea1da7119c: Layer already exists 15:24:34 17bec77d7fdc: Layer already exists 15:24:35 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:248c6ea8da01e7b88dfab455e0e12f23c211a670f4221ae9df8b3ed639e9b8de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:24:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:24:35 72ea1da7119c: Preparing 15:24:35 5a7bd5a119f6: Preparing 15:24:35 b175b6e8b87c: Preparing 15:24:35 d2b84cb2a10e: Preparing 15:24:35 17bec77d7fdc: Preparing 15:24:35 d2b84cb2a10e: Layer already exists 15:24:35 b175b6e8b87c: Layer already exists 15:24:35 17bec77d7fdc: Layer already exists 15:24:35 72ea1da7119c: Layer already exists 15:24:35 5a7bd5a119f6: Layer already exists 15:24:36 main: digest: sha256:248c6ea8da01e7b88dfab455e0e12f23c211a670f4221ae9df8b3ed639e9b8de size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:36 ===================================================== [Pipeline] echo 15:24:36 taggedImages: 15:24:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:24:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.40 15:24:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:36 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:24:36 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:24:36 cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:36 latest 15:24:36 3.0.0-dev.40 15:24:36 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:36 main 15:24:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:24:36 e0ca9018fa94: Preparing 15:24:36 ca5799096c64: Preparing 15:24:36 b175b6e8b87c: Preparing 15:24:36 39fc907fecfc: Preparing 15:24:36 17bec77d7fdc: Preparing 15:24:36 39fc907fecfc: Layer already exists 15:24:36 b175b6e8b87c: Layer already exists 15:24:36 17bec77d7fdc: Layer already exists 15:24:37 e0ca9018fa94: Pushed 15:24:42 ca5799096c64: Pushed 15:24:42 cb6527cf2788a41b6debaba97c6050bf2889ad58: digest: sha256:cb3ce24bef328a0172645aaa37e20e7c4a923aa2521203df1d30acffc250abf7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:24:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:24:43 e0ca9018fa94: Preparing 15:24:43 ca5799096c64: Preparing 15:24:43 b175b6e8b87c: Preparing 15:24:43 39fc907fecfc: Preparing 15:24:43 17bec77d7fdc: Preparing 15:24:43 17bec77d7fdc: Layer already exists 15:24:43 e0ca9018fa94: Layer already exists 15:24:43 ca5799096c64: Layer already exists 15:24:43 39fc907fecfc: Layer already exists 15:24:43 b175b6e8b87c: Layer already exists 15:24:43 latest: digest: sha256:cb3ce24bef328a0172645aaa37e20e7c4a923aa2521203df1d30acffc250abf7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:43 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.40 15:24:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:24:44 e0ca9018fa94: Preparing 15:24:44 ca5799096c64: Preparing 15:24:44 b175b6e8b87c: Preparing 15:24:44 39fc907fecfc: Preparing 15:24:44 17bec77d7fdc: Preparing 15:24:44 17bec77d7fdc: Layer already exists 15:24:44 39fc907fecfc: Layer already exists 15:24:44 b175b6e8b87c: Layer already exists 15:24:44 ca5799096c64: Layer already exists 15:24:44 e0ca9018fa94: Layer already exists 15:24:44 3.0.0-dev.40: digest: sha256:cb3ce24bef328a0172645aaa37e20e7c4a923aa2521203df1d30acffc250abf7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:24:45 e0ca9018fa94: Preparing 15:24:45 ca5799096c64: Preparing 15:24:45 b175b6e8b87c: Preparing 15:24:45 39fc907fecfc: Preparing 15:24:45 17bec77d7fdc: Preparing 15:24:45 17bec77d7fdc: Layer already exists 15:24:45 e0ca9018fa94: Layer already exists 15:24:45 39fc907fecfc: Layer already exists 15:24:45 b175b6e8b87c: Layer already exists 15:24:45 ca5799096c64: Layer already exists 15:24:46 cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40: digest: sha256:cb3ce24bef328a0172645aaa37e20e7c4a923aa2521203df1d30acffc250abf7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:24:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:24:46 e0ca9018fa94: Preparing 15:24:46 ca5799096c64: Preparing 15:24:46 b175b6e8b87c: Preparing 15:24:46 39fc907fecfc: Preparing 15:24:46 17bec77d7fdc: Preparing 15:24:46 17bec77d7fdc: Layer already exists 15:24:46 39fc907fecfc: Layer already exists 15:24:46 b175b6e8b87c: Layer already exists 15:24:46 ca5799096c64: Layer already exists 15:24:46 e0ca9018fa94: Layer already exists 15:24:47 main: digest: sha256:cb3ce24bef328a0172645aaa37e20e7c4a923aa2521203df1d30acffc250abf7 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:24:47 ===================================================== [Pipeline] echo 15:24:47 taggedImages: 15:24:47 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58 15:24:47 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:24:47 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.40 15:24:47 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cb6527cf2788a41b6debaba97c6050bf2889ad58-3.0.0-dev.40 15:24:47 - 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 15:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:47 15:24:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:48 arm64: Pulling from edgex-lftools-log-publisher 15:24:48 8998bd30e6a1: Pulling fs layer 15:24:48 04944245beec: Pulling fs layer 15:24:48 699f458cf7ca: Pulling fs layer 15:24:48 765212b225bb: Pulling fs layer 15:24:48 f23df028b6ca: Pulling fs layer 15:24:48 d65c8cfc05b1: Pulling fs layer 15:24:48 2437ff75d9bd: Pulling fs layer 15:24:48 f23df028b6ca: Waiting 15:24:48 d65c8cfc05b1: Waiting 15:24:48 2437ff75d9bd: Waiting 15:24:48 765212b225bb: Waiting 15:24:48 04944245beec: Verifying Checksum 15:24:48 04944245beec: Download complete 15:24:48 765212b225bb: Verifying Checksum 15:24:48 765212b225bb: Download complete 15:24:48 f23df028b6ca: Verifying Checksum 15:24:48 f23df028b6ca: Download complete 15:24:48 d65c8cfc05b1: Verifying Checksum 15:24:48 d65c8cfc05b1: Download complete 15:24:48 699f458cf7ca: Verifying Checksum 15:24:48 699f458cf7ca: Download complete 15:24:48 8998bd30e6a1: Download complete 15:24:51 2437ff75d9bd: Verifying Checksum 15:24:51 2437ff75d9bd: Download complete 15:24:53 8998bd30e6a1: Pull complete 15:24:53 04944245beec: Pull complete 15:24:54 699f458cf7ca: Pull complete 15:24:55 765212b225bb: Pull complete 15:24:56 f23df028b6ca: Pull complete 15:24:56 d65c8cfc05b1: Pull complete 15:25:11 2437ff75d9bd: Pull complete 15:25:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:25:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:25:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:11 prd-ubuntu20.04-docker-arm64-4c-16g-5124 does not seem to be running inside a container 15:25:11 $ 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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@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 15:25:14 $ docker top 800f806085c6ba1fa9016804d0c4e6c804d4c6ea61bc0c3238d8d9373308f935 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:15 ---> job-cost.sh 15:25:15 lf-activate-venv: SKIPPING 15:25:15 INFO: No Stack... 15:25:16 INFO: Retrieving Pricing Info for: v3-standard-4 15:25:16 INFO: Archiving Costs [Pipeline] sh 15:25:17 + + cat /w/workspace/edgex-go/399/archives/cost.csv 15:25:17 cut -d, -f6 [Pipeline] lock 15:25:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-399-stack-cost] 15:25:17 Resource [jenkins-edgexfoundry-edgex-go-main-399-stack-cost] did not exist. Created. 15:25:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-399-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:25:18 + echo total: 0.10999999940395355 [Pipeline] stash 15:25:18 Stashed 1 file(s) [Pipeline] } 15:25:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-399-stack-cost] [Pipeline] // lock [Pipeline] } 15:25:18 $ docker stop --time=1 800f806085c6ba1fa9016804d0c4e6c804d4c6ea61bc0c3238d8d9373308f935 15:25:20 $ docker rm -f --volumes 800f806085c6ba1fa9016804d0c4e6c804d4c6ea61bc0c3238d8d9373308f935 [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 15:25:20 provisioning config files... 15:25:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/399@tmp/config5415446056111578195tmp [Pipeline] { [Pipeline] sh 15:25:21 + set +x 15:25:21 + bash -s -- 15:25:21 + curl -s https://codecov.io/bash 15:25:21 15:25:21 _____ _ 15:25:21 / ____| | | 15:25:21 | | ___ __| | ___ ___ _____ __ 15:25:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:25:21 | |___| (_) | (_| | __/ (_| (_) \ V / 15:25:21 \_____\___/ \__,_|\___|\___\___/ \_/ 15:25:21 Bash-1.0.6 15:25:21 15:25:21 15:25:21 ==> git version 2.25.1 found 15:25:21 ==> 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 15:25:21 Release-Date: 2020-01-08 15:25:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:25:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:25:21 ==> Jenkins CI detected. 15:25:21 current dir:  /w/workspace/edgex-go/399 15:25:21 project root: . 15:25:21 --> token set from env 15:25:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:25:21 ==> Running gcov in . (disable via -X gcov) 15:25:21 ==> Python coveragepy not found 15:25:21 ==> Searching for coverage reports in: 15:25:21 + . 15:25:21 -> Found 1 reports 15:25:21 ==> Detecting git/mercurial file structure 15:25:21 ==> Reading reports 15:25:21 + ./coverage.out bytes=484957 15:25:21 ==> Appending adjustments 15:25:21 https://docs.codecov.io/docs/fixing-reports 15:25:22 + Found adjustments 15:25:22 ==> Gzipping contents 15:25:22 64K /tmp/codecov.TwzEK4.gz 15:25:22 ==> Uploading reports 15:25:22 url: https://codecov.io 15:25:22 query: branch=main&commit=cb6527cf2788a41b6debaba97c6050bf2889ad58&build=399&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F399%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:22 -> Pinging Codecov 15:25:22 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=cb6527cf2788a41b6debaba97c6050bf2889ad58&build=399&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F399%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:22 -> Uploading to 15:25:22 https://storage.googleapis.com/codecov/v4/raw/2023-02-08/00271124DB129430A58F1EEE437C3FCB/cb6527cf2788a41b6debaba97c6050bf2889ad58/37707be5-d177-44c0-91b7-0b6e35a8be6a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230208T152522Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e95f90b9f9405c778251235fb3391574200a247dc88871f324e05397e3ba22c 15:25:22 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:22 Dload Upload Total Spent Left Speed 15:25:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62733 0 0 100 62733 0 181k --:--:-- --:--:-- --:--:-- 181k 15:25:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/cb6527cf2788a41b6debaba97c6050bf2889ad58 [Pipeline] } 15:25:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:25:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:25:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:23 15:25:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:23 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:25:23 df9b9388f04a: Pulling fs layer 15:25:23 52dc419b0ee2: Pulling fs layer 15:25:23 25bc292e5bac: Pulling fs layer 15:25:23 114826534d7a: Pulling fs layer 15:25:23 4657fd5d0bcf: Pulling fs layer 15:25:23 114826534d7a: Waiting 15:25:23 6ad1cebc031e: Pulling fs layer 15:25:23 4657fd5d0bcf: Waiting 15:25:23 8a3aa393b2d8: Pulling fs layer 15:25:23 6ad1cebc031e: Waiting 15:25:23 8a3aa393b2d8: Waiting 15:25:23 25bc292e5bac: Verifying Checksum 15:25:23 25bc292e5bac: Download complete 15:25:24 52dc419b0ee2: Download complete 15:25:24 4657fd5d0bcf: Verifying Checksum 15:25:24 4657fd5d0bcf: Download complete 15:25:24 df9b9388f04a: Download complete 15:25:24 df9b9388f04a: Pull complete 15:25:24 52dc419b0ee2: Pull complete 15:25:24 25bc292e5bac: Pull complete 15:25:24 6ad1cebc031e: Verifying Checksum 15:25:24 6ad1cebc031e: Download complete 15:25:25 114826534d7a: Verifying Checksum 15:25:25 114826534d7a: Download complete 15:25:25 8a3aa393b2d8: Verifying Checksum 15:25:25 8a3aa393b2d8: Download complete 15:25:29 114826534d7a: Pull complete 15:25:30 4657fd5d0bcf: Pull complete 15:25:30 6ad1cebc031e: Pull complete 15:25:33 8a3aa393b2d8: Pull complete 15:25:33 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:25:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:34 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:25:34 $ 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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:25:41 $ docker top 08153ca1a7e367b7707d24aab6691aecadd3bf10f12d01772a793ed9775c7628 -eo pid,comm [Pipeline] { [Pipeline] echo 15:25:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:25:42 + set -o pipefail 15:25:42 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:25:47 15:25:47 Monitoring /w/workspace/edgex-go/399 (github.com/edgexfoundry/edgex-go)... 15:25:47 15:25:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/477e542d-637b-4519-8274-c5419ac97fd2 15:25:47 15:25:47 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:25:47 15:25:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:47 15:25:47 15:25:47 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:25:47 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:25:47 More details here: https://snyk.co/ue1NS [Pipeline] } 15:25:47 $ docker stop --time=1 08153ca1a7e367b7707d24aab6691aecadd3bf10f12d01772a793ed9775c7628 15:25:53 $ docker rm -f --volumes 08153ca1a7e367b7707d24aab6691aecadd3bf10f12d01772a793ed9775c7628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:25:54 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:25:54 provisioning config files... 15:25:54 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/399@tmp/config10089716031084040342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:54 --> edgex-publish-swagger.sh 15:25:54 === Publish openapi/v2 API === 15:25:54 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:25:54 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/399/openapi/v2/core-command.yaml] 15:25:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:54 Dload Upload Total Spent Left Speed 15:25:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 48203 --:--:-- --:--:-- --:--:-- 48277 15:25:54 15:25:54 15:25:54 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/399/openapi/v2/core-data.yaml] 15:25:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:54 Dload Upload Total Spent Left Speed 15:25:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 121k --:--:-- --:--:-- --:--:-- 121k 15:25:55 15:25:55 15:25:55 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/399/openapi/v2/core-metadata.yaml] 15:25:55 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:55 Dload Upload Total Spent Left Speed 15:25:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 226k --:--:-- --:--:-- --:--:-- 226k 100 142k 0 0 100 142k 0 226k --:--:-- --:--:-- --:--:-- 226k 15:25:56 15:25:56 15:25:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/399/openapi/v2/support-notifications.yaml] 15:25:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:56 Dload Upload Total Spent Left Speed 15:25:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 136k --:--:-- --:--:-- --:--:-- 136k 15:25:56 15:25:56 15:25:56 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/399/openapi/v2/support-scheduler.yaml] 15:25:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:56 Dload Upload Total Spent Left Speed 15:25:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 165k --:--:-- --:--:-- --:--:-- 164k 100 36985 0 0 100 36985 0 74868 --:--:-- --:--:-- --:--:-- 74717 15:25:57 15:25:57 [Pipeline] } 15:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 15:25:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:25:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:25:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:58 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:25:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:25:58 $ docker top 35710dfaf7c2722ac8fb8f56d36f86a1caa31416fa379c729f8df60a64d8d73a -eo pid,comm 15:25:58 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). 15:25:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:58 [ssh-agent] Looking for ssh-agent implementation... 15:25:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:58 $ docker exec 35710dfaf7c2722ac8fb8f56d36f86a1caa31416fa379c729f8df60a64d8d73a ssh-agent 15:25:58 SSH_AUTH_SOCK=/tmp/ssh-Hv4AR27zjBSA/agent.32 15:25:58 SSH_AGENT_PID=38 15:25:58 Running ssh-add (command line suppressed) 15:25:59 Identity added: /w/workspace/edgex-go/399@tmp/private_key_10233266885137775403.key (/w/workspace/edgex-go/399@tmp/private_key_10233266885137775403.key) 15:25:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:59 + git semver tag 15:25:59 2023-02-08 15:25:59,576 [run_tag] DEBUG tag force:False 15:25:59 2023-02-08 15:25:59,576 [check_head_tag] DEBUG check head tag 15:25:59 2023-02-08 15:25:59,579 [execute] INFO git cat-file --batch-check 15:25:59 2023-02-08 15:25:59,579 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/399, universal_newlines=False, shell=None, istream=) 15:25:59 2023-02-08 15:25:59,582 [execute] INFO git cat-file --batch 15:25:59 2023-02-08 15:25:59,582 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/399, universal_newlines=False, shell=None, istream=) 15:25:59 2023-02-08 15:25:59,625 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:25:59 2023-02-08 15:25:59,625 [execute] INFO git tag -a v3.0.0-dev.40 -m v3.0.0-dev.40 15:25:59 2023-02-08 15:25:59,625 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.40', '-m', 'v3.0.0-dev.40'], cwd=/w/workspace/edgex-go/399, universal_newlines=False, shell=None, istream=None) 15:25:59 2023-02-08 15:25:59,628 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:25:59 3.0.0-dev.40 [Pipeline] } 15:25:59 $ docker exec --env ******** --env ******** 35710dfaf7c2722ac8fb8f56d36f86a1caa31416fa379c729f8df60a64d8d73a ssh-agent -k 15:25:59 unset SSH_AUTH_SOCK; 15:26:00 unset SSH_AGENT_PID; 15:26:00 echo Agent pid 38 killed; 15:26:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:00 + git semver [Pipeline] } 15:26:00 $ docker stop --time=1 35710dfaf7c2722ac8fb8f56d36f86a1caa31416fa379c729f8df60a64d8d73a 15:26:01 $ docker rm -f --volumes 35710dfaf7c2722ac8fb8f56d36f86a1caa31416fa379c729f8df60a64d8d73a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:02 15:26:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:02 0.23.1-centos7: Pulling from edgex-lftools 15:26:02 ab5ef0e58194: Pulling fs layer 15:26:02 9712f1f96733: Pulling fs layer 15:26:02 63f879dbbcfc: Pulling fs layer 15:26:02 0d9ebad4ef96: Pulling fs layer 15:26:02 e9a5061849ea: Pulling fs layer 15:26:02 d747dcd14b5f: Pulling fs layer 15:26:02 2de7ff778b66: Pulling fs layer 15:26:02 e9a5061849ea: Waiting 15:26:02 d747dcd14b5f: Waiting 15:26:02 2de7ff778b66: Waiting 15:26:02 0d9ebad4ef96: Waiting 15:26:02 9712f1f96733: Verifying Checksum 15:26:02 9712f1f96733: Download complete 15:26:03 63f879dbbcfc: Verifying Checksum 15:26:03 63f879dbbcfc: Download complete 15:26:03 e9a5061849ea: Verifying Checksum 15:26:03 e9a5061849ea: Download complete 15:26:03 d747dcd14b5f: Verifying Checksum 15:26:03 ab5ef0e58194: Verifying Checksum 15:26:03 ab5ef0e58194: Download complete 15:26:03 0d9ebad4ef96: Verifying Checksum 15:26:03 0d9ebad4ef96: Download complete 15:26:03 2de7ff778b66: Verifying Checksum 15:26:03 2de7ff778b66: Download complete 15:26:06 ab5ef0e58194: Pull complete 15:26:06 9712f1f96733: Pull complete 15:26:07 63f879dbbcfc: Pull complete 15:26:10 0d9ebad4ef96: Pull complete 15:26:10 e9a5061849ea: Pull complete 15:26:10 d747dcd14b5f: Pull complete 15:26:11 2de7ff778b66: Pull complete 15:26:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:11 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:26:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:26:16 $ docker top 48c4bed9f127737d666062ce410359183dec8267099f79dfc183f1b6ea1ebfc6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:16 provisioning config files... 15:26:16 copy managed file [sigul-config] to file:/w/workspace/edgex-go/399@tmp/config8876312457883477033tmp 15:26:17 copy managed file [sigul-password] to file:/w/workspace/edgex-go/399@tmp/config11131220960769672491tmp 15:26:17 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/399@tmp/config6516803876022022527tmp [Pipeline] { [Pipeline] echo 15:26:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:17 ---> sigul-configuration.sh 15:26:17 gpg: directory `/root/.gnupg' created 15:26:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:17 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:17 gpg: CAST5 encrypted data 15:26:17 gpg: encrypted with 1 passphrase 15:26:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:17 + mkdir /home/jenkins 15:26:17 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:17 + 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 15:26:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:18 ---> sigul-install.sh 15:26:18 Sigul already installed; skipping installation. [Pipeline] sh 15:26:18 + git tag --list 15:26:18 0.6.0 15:26:18 0.6.1 15:26:18 0.7.0 15:26:18 0.7.1 15:26:18 v1.0.0 15:26:18 v1.0.1 15:26:18 v1.1.0 15:26:18 v1.2.0 15:26:18 v1.2.1 15:26:18 v1.3.0 15:26:18 v1.3.1 15:26:18 v2.0.0 15:26:18 v2.1.0 15:26:18 v2.1.1 15:26:18 v2.1.1-dev.1 15:26:18 v2.1.1-dev.2 15:26:18 v2.1.1-dev.3 15:26:18 v2.1.1-dev.4 15:26:18 v2.1.1-dev.5 15:26:18 v2.1.1-dev.6 15:26:18 v2.1.1-dev.7 15:26:18 v2.1.1-dev.8 15:26:18 v2.1.2-dev.1 15:26:18 v2.2.0 15:26:18 v2.2.1-dev.1 15:26:18 v2.2.1-dev.10 15:26:18 v2.2.1-dev.11 15:26:18 v2.2.1-dev.12 15:26:18 v2.2.1-dev.13 15:26:18 v2.2.1-dev.14 15:26:18 v2.2.1-dev.15 15:26:18 v2.2.1-dev.16 15:26:18 v2.2.1-dev.17 15:26:18 v2.2.1-dev.18 15:26:18 v2.2.1-dev.19 15:26:18 v2.2.1-dev.2 15:26:18 v2.2.1-dev.20 15:26:18 v2.2.1-dev.21 15:26:18 v2.2.1-dev.22 15:26:18 v2.2.1-dev.23 15:26:18 v2.2.1-dev.24 15:26:18 v2.2.1-dev.25 15:26:18 v2.2.1-dev.26 15:26:18 v2.2.1-dev.27 15:26:18 v2.2.1-dev.28 15:26:18 v2.2.1-dev.29 15:26:18 v2.2.1-dev.3 15:26:18 v2.2.1-dev.4 15:26:18 v2.2.1-dev.5 15:26:18 v2.2.1-dev.6 15:26:18 v2.2.1-dev.7 15:26:18 v2.2.1-dev.8 15:26:18 v2.2.1-dev.9 15:26:18 v2.3.0 15:26:18 v2.3.0-dev.100 15:26:18 v2.3.0-dev.101 15:26:18 v2.3.0-dev.102 15:26:18 v2.3.0-dev.103 15:26:18 v2.3.0-dev.104 15:26:18 v2.3.0-dev.105 15:26:18 v2.3.0-dev.106 15:26:18 v2.3.0-dev.29 15:26:18 v2.3.0-dev.30 15:26:18 v2.3.0-dev.31 15:26:18 v2.3.0-dev.32 15:26:18 v2.3.0-dev.33 15:26:18 v2.3.0-dev.34 15:26:18 v2.3.0-dev.35 15:26:18 v2.3.0-dev.36 15:26:18 v2.3.0-dev.37 15:26:18 v2.3.0-dev.38 15:26:18 v2.3.0-dev.39 15:26:18 v2.3.0-dev.40 15:26:18 v2.3.0-dev.41 15:26:18 v2.3.0-dev.42 15:26:18 v2.3.0-dev.43 15:26:18 v2.3.0-dev.44 15:26:18 v2.3.0-dev.45 15:26:18 v2.3.0-dev.46 15:26:18 v2.3.0-dev.47 15:26:18 v2.3.0-dev.48 15:26:18 v2.3.0-dev.49 15:26:18 v2.3.0-dev.50 15:26:18 v2.3.0-dev.51 15:26:18 v2.3.0-dev.52 15:26:18 v2.3.0-dev.53 15:26:18 v2.3.0-dev.54 15:26:18 v2.3.0-dev.55 15:26:18 v2.3.0-dev.56 15:26:18 v2.3.0-dev.57 15:26:18 v2.3.0-dev.58 15:26:18 v2.3.0-dev.59 15:26:18 v2.3.0-dev.60 15:26:18 v2.3.0-dev.61 15:26:18 v2.3.0-dev.62 15:26:18 v2.3.0-dev.63 15:26:18 v2.3.0-dev.64 15:26:18 v2.3.0-dev.65 15:26:18 v2.3.0-dev.66 15:26:18 v2.3.0-dev.67 15:26:18 v2.3.0-dev.68 15:26:18 v2.3.0-dev.69 15:26:18 v2.3.0-dev.70 15:26:18 v2.3.0-dev.71 15:26:18 v2.3.0-dev.72 15:26:18 v2.3.0-dev.73 15:26:18 v2.3.0-dev.74 15:26:18 v2.3.0-dev.75 15:26:18 v2.3.0-dev.76 15:26:18 v2.3.0-dev.77 15:26:18 v2.3.0-dev.78 15:26:18 v2.3.0-dev.79 15:26:18 v2.3.0-dev.80 15:26:18 v2.3.0-dev.81 15:26:18 v2.3.0-dev.82 15:26:18 v2.3.0-dev.83 15:26:18 v2.3.0-dev.84 15:26:18 v2.3.0-dev.85 15:26:18 v2.3.0-dev.86 15:26:18 v2.3.0-dev.87 15:26:18 v2.3.0-dev.88 15:26:18 v2.3.0-dev.89 15:26:18 v2.3.0-dev.90 15:26:18 v2.3.0-dev.91 15:26:18 v2.3.0-dev.92 15:26:18 v2.3.0-dev.93 15:26:18 v2.3.0-dev.94 15:26:18 v2.3.0-dev.95 15:26:18 v2.3.0-dev.96 15:26:18 v2.3.0-dev.97 15:26:18 v2.3.0-dev.98 15:26:18 v2.3.0-dev.99 15:26:18 v2.3.1-dev.1 15:26:18 v2.3.1-dev.2 15:26:18 v2.3.1-dev.3 15:26:18 v2.3.1-dev.4 15:26:18 v2.3.1-dev.5 15:26:18 v3.0.0-dev.1 15:26:18 v3.0.0-dev.10 15:26:18 v3.0.0-dev.11 15:26:18 v3.0.0-dev.12 15:26:18 v3.0.0-dev.13 15:26:18 v3.0.0-dev.14 15:26:18 v3.0.0-dev.15 15:26:18 v3.0.0-dev.16 15:26:18 v3.0.0-dev.17 15:26:18 v3.0.0-dev.18 15:26:18 v3.0.0-dev.19 15:26:18 v3.0.0-dev.2 15:26:18 v3.0.0-dev.20 15:26:18 v3.0.0-dev.21 15:26:18 v3.0.0-dev.22 15:26:18 v3.0.0-dev.23 15:26:18 v3.0.0-dev.24 15:26:18 v3.0.0-dev.25 15:26:18 v3.0.0-dev.26 15:26:18 v3.0.0-dev.27 15:26:18 v3.0.0-dev.28 15:26:18 v3.0.0-dev.29 15:26:18 v3.0.0-dev.3 15:26:18 v3.0.0-dev.30 15:26:18 v3.0.0-dev.31 15:26:18 v3.0.0-dev.32 15:26:18 v3.0.0-dev.33 15:26:18 v3.0.0-dev.34 15:26:18 v3.0.0-dev.35 15:26:18 v3.0.0-dev.36 15:26:18 v3.0.0-dev.37 15:26:18 v3.0.0-dev.38 15:26:18 v3.0.0-dev.39 15:26:18 v3.0.0-dev.4 15:26:18 v3.0.0-dev.40 15:26:18 v3.0.0-dev.5 15:26:18 v3.0.0-dev.6 15:26:18 v3.0.0-dev.7 15:26:18 v3.0.0-dev.8 15:26:18 v3.0.0-dev.9 [Pipeline] sh 15:26:18 + lftools sign git-tag v3.0.0-dev.40 15:26:19 Signing Git tag with Sigul... 15:26:19 Signing v3.0.0-dev.40 [Pipeline] echo 15:26:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:20 $ docker stop --time=1 48c4bed9f127737d666062ce410359183dec8267099f79dfc183f1b6ea1ebfc6 15:26:21 $ docker rm -f --volumes 48c4bed9f127737d666062ce410359183dec8267099f79dfc183f1b6ea1ebfc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:26:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:22 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:26:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:26:22 $ docker top 2d098604f6249bef91859f9d43add72e20f81d4e874a0e3d4cb863f1ff65b7cf -eo pid,comm 15:26:22 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). 15:26:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:22 [ssh-agent] Looking for ssh-agent implementation... 15:26:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:22 $ docker exec 2d098604f6249bef91859f9d43add72e20f81d4e874a0e3d4cb863f1ff65b7cf ssh-agent 15:26:22 SSH_AUTH_SOCK=/tmp/ssh-cYR9WuJRAcaI/agent.32 15:26:22 SSH_AGENT_PID=38 15:26:22 Running ssh-add (command line suppressed) 15:26:23 Identity added: /w/workspace/edgex-go/399@tmp/private_key_17872204758423084035.key (/w/workspace/edgex-go/399@tmp/private_key_17872204758423084035.key) 15:26:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:23 + git semver bump pre 15:26:23 2023-02-08 15:26:23,563 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:26:23 2023-02-08 15:26:23,563 [bump_version] DEBUG bumping version:3.0.0-dev.40 on axis:pre with prefix:dev 15:26:23 2023-02-08 15:26:23,563 [bump_version] DEBUG bumped version:3.0.0-dev.41 15:26:23 2023-02-08 15:26:23,563 [write_version] DEBUG write version:3.0.0-dev.41 to path:/w/workspace/edgex-go/399/.semver/main with force:True 15:26:23 2023-02-08 15:26:23,563 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:26:23 2023-02-08 15:26:23,563 [write_file] DEBUG write to file:/w/workspace/edgex-go/399/.semver/main 15:26:23 2023-02-08 15:26:23,565 [execute] INFO git cat-file --batch-check 15:26:23 2023-02-08 15:26:23,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=False, shell=None, istream=) 15:26:23 2023-02-08 15:26:23,571 [execute] INFO git cat-file --batch 15:26:23 2023-02-08 15:26:23,571 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=False, shell=None, istream=) 15:26:23 2023-02-08 15:26:23,576 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:26:23 3.0.0-dev.41 [Pipeline] } 15:26:23 $ docker exec --env ******** --env ******** 2d098604f6249bef91859f9d43add72e20f81d4e874a0e3d4cb863f1ff65b7cf ssh-agent -k 15:26:23 unset SSH_AUTH_SOCK; 15:26:23 unset SSH_AGENT_PID; 15:26:23 echo Agent pid 38 killed; 15:26:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:24 + git semver [Pipeline] } 15:26:24 $ docker stop --time=1 2d098604f6249bef91859f9d43add72e20f81d4e874a0e3d4cb863f1ff65b7cf 15:26:26 $ docker rm -f --volumes 2d098604f6249bef91859f9d43add72e20f81d4e874a0e3d4cb863f1ff65b7cf [Pipeline] // withDockerContainer [Pipeline] sh 15:26:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:26 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:26:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:26:27 $ docker top bc94d0ba33e2e32ad63877bf02d7f1d8143d7f4856199200eaa8278f90ad50a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:27 [ssh-agent] Looking for ssh-agent implementation... 15:26:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:27 $ docker exec bc94d0ba33e2e32ad63877bf02d7f1d8143d7f4856199200eaa8278f90ad50a9 ssh-agent 15:26:27 SSH_AUTH_SOCK=/tmp/ssh-EKlwjZj4IULq/agent.31 15:26:27 SSH_AGENT_PID=37 15:26:27 Running ssh-add (command line suppressed) 15:26:27 Identity added: /w/workspace/edgex-go/399@tmp/private_key_11560964776405803192.key (/w/workspace/edgex-go/399@tmp/private_key_11560964776405803192.key) 15:26:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:27 + git semver push 15:26:28 2023-02-08 15:26:28,126 [run_push] DEBUG push 15:26:28 2023-02-08 15:26:28,127 [execute] INFO git cat-file --batch-check 15:26:28 2023-02-08 15:26:28,127 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=False, shell=None, istream=) 15:26:28 2023-02-08 15:26:28,131 [execute] INFO git rev-list e320f5e32c58630a9206ab7550830fb30394ed90 -- 15:26:28 2023-02-08 15:26:28,131 [execute] DEBUG Popen(['git', 'rev-list', 'e320f5e32c58630a9206ab7550830fb30394ed90', '--'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=False, shell=None, istream=None) 15:26:28 2023-02-08 15:26:28,148 [execute] INFO git fetch -v origin 15:26:28 2023-02-08 15:26:28,149 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=True, shell=None, istream=None) 15:26:28 2023-02-08 15:26:28,728 [run_push] DEBUG no remote changes detected 15:26:28 2023-02-08 15:26:28,728 [execute] INFO git push origin semver 15:26:28 2023-02-08 15:26:28,729 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/399/.semver, universal_newlines=False, shell=None, istream=None) 15:26:30 2023-02-08 15:26:29,791 [run_push] DEBUG push all version tags 15:26:30 2023-02-08 15:26:29,791 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:26:30 2023-02-08 15:26:29,792 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/399, universal_newlines=False, shell=None, istream=None) 15:26:31 2023-02-08 15:26:30,788 [read_version] DEBUG read version from /w/workspace/edgex-go/399/.semver/main 15:26:31 3.0.0-dev.41 [Pipeline] } 15:26:31 $ docker exec --env ******** --env ******** bc94d0ba33e2e32ad63877bf02d7f1d8143d7f4856199200eaa8278f90ad50a9 ssh-agent -k 15:26:31 unset SSH_AUTH_SOCK; 15:26:31 unset SSH_AGENT_PID; 15:26:31 echo Agent pid 37 killed; 15:26:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:31 + git semver [Pipeline] } 15:26:31 $ docker stop --time=1 bc94d0ba33e2e32ad63877bf02d7f1d8143d7f4856199200eaa8278f90ad50a9 15:26:33 $ docker rm -f --volumes bc94d0ba33e2e32ad63877bf02d7f1d8143d7f4856199200eaa8278f90ad50a9 [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 15:26:33 + [ -d /w/workspace/edgex-go/399/archives ] [Pipeline] libraryResource [Pipeline] sh 15:26:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:26:34 ---> package-listing.sh 15:26:34 ++ facter osfamily 15:26:34 ++ tr '[:upper:]' '[:lower:]' 15:26:35 + OS_FAMILY=debian 15:26:35 + workspace=/w/workspace/edgex-go/399 15:26:35 + START_PACKAGES=/tmp/packages_start.txt 15:26:35 + END_PACKAGES=/tmp/packages_end.txt 15:26:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:26:35 + PACKAGES=/tmp/packages_start.txt 15:26:35 + '[' /w/workspace/edgex-go/399 ']' 15:26:35 + PACKAGES=/tmp/packages_end.txt 15:26:35 + case "${OS_FAMILY}" in 15:26:35 + dpkg -l 15:26:35 + grep '^ii' 15:26:35 + '[' -f /tmp/packages_start.txt ']' 15:26:35 + '[' -f /tmp/packages_end.txt ']' 15:26:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:26:35 + '[' /w/workspace/edgex-go/399 ']' 15:26:35 + mkdir -p /w/workspace/edgex-go/399/archives/ 15:26:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/399/archives/ [Pipeline] echo 15:26:35 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/399/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:26:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:26:36 15:26:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:26:36 latest: Pulling from edgex-lftools-log-publisher 15:26:36 5eb5b503b376: Pulling fs layer 15:26:36 5c69ac0246d0: Pulling fs layer 15:26:36 ec43610c2a17: Pulling fs layer 15:26:36 3a2ae6a8a46f: Pulling fs layer 15:26:36 33b1e0a273af: Pulling fs layer 15:26:36 5d3b04190fa2: Pulling fs layer 15:26:36 2f39f015ded8: Pulling fs layer 15:26:36 5d3b04190fa2: Waiting 15:26:36 2f39f015ded8: Waiting 15:26:36 33b1e0a273af: Waiting 15:26:36 5c69ac0246d0: Download complete 15:26:36 3a2ae6a8a46f: Download complete 15:26:36 33b1e0a273af: Verifying Checksum 15:26:36 33b1e0a273af: Download complete 15:26:36 5d3b04190fa2: Verifying Checksum 15:26:36 5d3b04190fa2: Download complete 15:26:36 ec43610c2a17: Verifying Checksum 15:26:36 ec43610c2a17: Download complete 15:26:37 5eb5b503b376: Verifying Checksum 15:26:37 5eb5b503b376: Download complete 15:26:38 2f39f015ded8: Download complete 15:26:38 5eb5b503b376: Pull complete 15:26:38 5c69ac0246d0: Pull complete 15:26:39 ec43610c2a17: Pull complete 15:26:40 3a2ae6a8a46f: Pull complete 15:26:41 33b1e0a273af: Pull complete 15:26:42 5d3b04190fa2: Pull complete 15:26:47 2f39f015ded8: Pull complete 15:26:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:26:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:26:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:48 prd-ubuntu20.04-docker-8c-8g-5121 does not seem to be running inside a container 15:26:48 $ 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/399/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/399 -v /w/workspace/edgex-go/399:/w/workspace/edgex-go/399:rw,z -v /w/workspace/edgex-go/399@tmp:/w/workspace/edgex-go/399@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:26:54 $ docker top a834b38d711e313f907b705da4b9da55ede040e4d323247fbec5cce0b4da5644 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:54 + touch /tmp/pre-build-complete [Pipeline] sh 15:26:54 + mkdir -p /var/log/sysstat [Pipeline] sh 15:26:55 + ls /var/log/sa-host 15:26:55 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:26:55 provisioning config files... 15:26:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/399@tmp/config5715900297780519095tmp [Pipeline] { [Pipeline] echo 15:26:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:26:55 ---> create-netrc.sh [Pipeline] } 15:26:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:26:55 ---> python-tools-install.sh [Pipeline] echo 15:26:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:26:56 ---> sudo-logs.sh 15:26:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:26:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:26:56 ---> job-cost.sh 15:26:56 lf-activate-venv: SKIPPING 15:26:56 DEBUG: total: 0.10999999940395355 15:26:56 INFO: Retrieving Stack Cost... 15:26:56 INFO: Retrieving Pricing Info for: v3-standard-8 15:26:57 INFO: Archiving Costs [Pipeline] echo 15:26:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:26:57 ---> logs-deploy.sh 15:26:57 lf-activate-venv: SKIPPING 15:26:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/399 15:26:57 INFO: archiving workspace using pattern(s): 15:26:58 Archives upload complete. 15:26:58 INFO: archiving logs to Nexus 15:26:59 ---> uname -a: 15:26:59 Linux prd-ubuntu20-04-docker-8c-8g-5121 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:26:59 15:26:59 15:26:59 ---> lscpu: 15:26:59 Architecture: x86_64 15:26:59 CPU op-mode(s): 32-bit, 64-bit 15:26:59 Byte Order: Little Endian 15:26:59 Address sizes: 40 bits physical, 48 bits virtual 15:26:59 CPU(s): 8 15:26:59 On-line CPU(s) list: 0-7 15:26:59 Thread(s) per core: 1 15:26:59 Core(s) per socket: 1 15:26:59 Socket(s): 8 15:26:59 NUMA node(s): 1 15:26:59 Vendor ID: AuthenticAMD 15:26:59 CPU family: 23 15:26:59 Model: 49 15:26:59 Model name: AMD EPYC-Rome Processor 15:26:59 Stepping: 0 15:26:59 CPU MHz: 2799.998 15:26:59 BogoMIPS: 5599.99 15:26:59 Virtualization: AMD-V 15:26:59 Hypervisor vendor: KVM 15:26:59 Virtualization type: full 15:26:59 L1d cache: 256 KiB 15:26:59 L1i cache: 256 KiB 15:26:59 L2 cache: 4 MiB 15:26:59 L3 cache: 128 MiB 15:26:59 NUMA node0 CPU(s): 0-7 15:26:59 Vulnerability Itlb multihit: Not affected 15:26:59 Vulnerability L1tf: Not affected 15:26:59 Vulnerability Mds: Not affected 15:26:59 Vulnerability Meltdown: Not affected 15:26:59 Vulnerability Mmio stale data: Not affected 15:26:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:26:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:26:59 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:26:59 Vulnerability Srbds: Not affected 15:26:59 Vulnerability Tsx async abort: Not affected 15:26:59 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 15:26:59 15:26:59 15:26:59 ---> nproc: 15:26:59 8 15:26:59 15:26:59 15:26:59 ---> df -h: 15:26:59 Filesystem Size Used Avail Use% Mounted on 15:26:59 overlay 155G 21G 135G 14% / 15:26:59 tmpfs 64M 0 64M 0% /dev 15:26:59 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:26:59 shm 64M 0 64M 0% /dev/shm 15:26:59 /dev/vda1 155G 21G 135G 14% /facter-os 15:26:59 15:26:59 15:26:59 ---> sar -b -r -n DEV: 15:26:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5121) 02/08/23 _x86_64_ (8 CPU) 15:26:59 15:26:59 14:54:03 LINUX RESTART (8 CPU) 15:26:59 15:26:59 14:55:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:26:59 14:56:01 137.51 3.71 133.80 0.00 445.99 68433.30 0.00 15:26:59 14:57:01 36.74 0.22 36.53 0.00 2.93 14730.09 0.00 15:26:59 14:58:01 229.56 0.25 229.31 0.00 29.86 106668.62 0.00 15:26:59 14:59:01 596.02 8.08 587.94 0.00 70.91 260702.70 0.00 15:26:59 15:00:01 736.48 10.16 726.31 0.00 2959.91 225077.02 0.00 15:26:59 15:01:01 638.74 4.57 634.18 0.00 2294.15 226276.95 0.00 15:26:59 15:02:01 706.18 0.13 706.05 0.00 13.73 83239.32 0.00 15:26:59 15:03:01 27.95 0.00 27.95 0.00 0.00 720.68 0.00 15:26:59 15:04:01 2.65 0.00 2.65 0.00 0.00 31.33 0.00 15:26:59 15:05:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 15:26:59 15:06:01 0.98 0.00 0.98 0.00 0.00 10.13 0.00 15:26:59 15:07:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 15:26:59 15:08:01 1.05 0.00 1.05 0.00 0.00 10.53 0.00 15:26:59 15:09:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 15:26:59 15:10:01 1.77 0.02 1.75 0.00 0.13 23.33 0.00 15:26:59 15:11:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 15:26:59 15:12:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 15:26:59 15:13:01 1.68 0.00 1.68 0.00 0.00 18.13 0.00 15:26:59 15:14:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 15:26:59 15:15:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 15:26:59 15:16:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 15:26:59 15:17:01 1.72 0.02 1.70 0.00 0.13 18.26 0.00 15:26:59 15:18:01 1.17 0.00 1.17 0.00 0.00 12.40 0.00 15:26:59 15:19:01 1.58 0.00 1.58 0.00 0.00 16.40 0.00 15:26:59 15:20:01 1.15 0.00 1.15 0.00 0.00 13.33 0.00 15:26:59 15:21:01 1.55 0.00 1.55 0.00 0.00 16.40 0.00 15:26:59 15:22:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 15:26:59 15:23:01 1.58 0.00 1.58 0.00 0.00 18.26 0.00 15:26:59 15:24:01 1.12 0.00 1.12 0.00 0.00 12.13 0.00 15:26:59 15:25:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 15:26:59 15:26:01 60.87 0.17 60.71 0.00 14.93 33507.75 0.00 15:26:59 Average: 103.24 0.88 102.36 0.00 187.87 32856.58 0.00 15:26:59 15:26:59 14:55:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:26:59 14:56:01 27835008 31378564 924132 2.81 113044 3640960 2339868 6.90 1619232 2987376 476280 15:26:59 14:57:01 27881668 31566352 733456 2.23 116376 3751768 1826864 5.38 1248592 3287280 294228 15:26:59 14:58:01 26063808 31442616 843300 2.56 127716 5372332 2380496 7.02 1643932 4627864 18876 15:26:59 14:59:01 21405136 30732072 1537628 4.68 290160 8887300 4351672 12.82 2750060 7880696 2048 15:26:59 15:00:01 19876028 31118304 1138544 3.46 325236 10682340 2881592 8.49 2565260 9500792 45692 15:26:59 15:01:01 17218148 31363400 891908 2.71 433384 13310120 2524816 7.44 2575340 11984828 58920 15:26:59 15:02:01 18747752 31527068 741144 2.25 440092 11986048 1837460 5.42 2447228 10647360 1880 15:26:59 15:03:01 18743688 31524296 743172 2.26 440912 11986512 1835912 5.41 2451284 10647384 584 15:26:59 15:04:01 18743988 31524616 742752 2.26 440932 11986512 1835912 5.41 2449312 10647388 20 15:26:59 15:05:01 18743836 31524492 743112 2.26 440948 11986524 1835912 5.41 2449400 10647396 16 15:26:59 15:06:01 18750908 31531568 736004 2.24 440960 11986524 1835912 5.41 2442660 10647396 12 15:26:59 15:07:01 18751200 31532040 735872 2.24 440972 11986528 1835912 5.41 2442512 10647564 16 15:26:59 15:08:01 18754956 31535816 732032 2.23 440988 11986528 1835912 5.41 2438980 10647564 8 15:26:59 15:09:01 18754940 31535816 731972 2.23 441004 11986524 1835912 5.41 2438988 10647568 8 15:26:59 15:10:01 18752500 31533476 734304 2.23 441032 11986512 1874156 5.52 2439268 10647548 24 15:26:59 15:11:01 18753024 31534012 733912 2.23 441056 11986512 1874156 5.52 2439264 10647548 8 15:26:59 15:12:01 18753244 31534280 733632 2.23 441076 11986516 1874156 5.52 2439104 10647552 8 15:26:59 15:13:01 18752952 31534032 733756 2.23 441092 11986520 1874156 5.52 2439100 10647556 8 15:26:59 15:14:01 18753196 31534344 733440 2.23 441108 11986516 1874156 5.52 2439228 10647612 12 15:26:59 15:15:01 18752768 31534036 733636 2.23 441140 11986528 1874156 5.52 2439288 10647628 8 15:26:59 15:16:01 18752688 31533976 733620 2.23 441148 11986532 1874156 5.52 2439136 10647628 12 15:26:59 15:17:01 18752696 31533996 733540 2.23 441176 11986532 1874156 5.52 2439416 10647636 8 15:26:59 15:18:01 18752592 31533960 733488 2.23 441192 11986540 1874156 5.52 2439148 10647640 8 15:26:59 15:19:01 18752768 31534152 733480 2.23 441196 11986540 1874156 5.52 2439180 10647640 8 15:26:59 15:20:01 18752720 31534116 733492 2.23 441200 11986544 1874156 5.52 2439372 10647644 12 15:26:59 15:21:01 18752704 31534104 733440 2.23 441208 11986544 1874156 5.52 2439236 10647644 16 15:26:59 15:22:01 18752372 31533784 733684 2.23 441228 11986548 1874156 5.52 2439420 10647648 20 15:26:59 15:23:01 18753072 31534512 732908 2.23 441236 11986556 1874156 5.52 2439276 10647652 28 15:26:59 15:24:01 18752748 31534196 733152 2.23 441256 11986552 1874156 5.52 2439264 10647652 8 15:26:59 15:25:01 18753012 31534500 733056 2.23 441272 11986560 1874156 5.52 2439556 10647660 12 15:26:59 15:26:01 17949996 31487400 775976 2.36 447100 12691028 2078332 6.13 2532752 11306836 1068 15:26:59 Average: 19621488 31479674 789921 2.40 401240 11161681 2034161 5.99 2371735 9907006 29028 15:26:59 15:26:59 14:55:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:26:59 14:56:01 veth726f166 0.05 0.21 0.00 0.02 0.00 0.00 0.00 0.00 15:26:59 14:56:01 ens3 615.55 557.85 7723.44 70.91 0.00 0.00 0.00 0.00 15:26:59 14:56:01 docker0 416.82 425.69 32.71 3534.92 0.00 0.00 0.00 0.00 15:26:59 14:56:01 lo 1.17 1.17 0.12 0.12 0.00 0.00 0.00 0.00 15:26:59 14:57:01 veth726f166 1.32 1.37 0.10 0.11 0.00 0.00 0.00 0.00 15:26:59 14:57:01 ens3 55.39 56.56 33.70 106.78 0.00 0.00 0.00 0.00 15:26:59 14:57:01 docker0 1.32 1.33 0.08 0.11 0.00 0.00 0.00 0.00 15:26:59 14:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 14:58:01 vethb2d6503 28.95 42.08 2.84 14.35 0.00 0.00 0.00 0.00 15:26:59 14:58:01 vethedc7be8 28.85 41.99 2.83 14.35 0.00 0.00 0.00 0.00 15:26:59 14:58:01 ens3 323.40 216.61 2015.92 36.84 0.00 0.00 0.00 0.00 15:26:59 14:58:01 vetha4b44a9 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 15:26:59 14:58:01 docker0 154.14 229.56 12.79 314.67 0.00 0.00 0.00 0.00 15:26:59 14:58:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 15:26:59 14:58:01 vethc249f9d 28.96 42.21 2.84 14.36 0.00 0.00 0.00 0.00 15:26:59 14:58:01 veth6cb26d5 28.76 42.09 2.83 14.21 0.00 0.00 0.00 0.00 15:26:59 14:58:01 vethea6933e 28.95 42.18 2.84 14.36 0.00 0.00 0.00 0.00 15:26:59 14:59:01 ens3 863.00 591.07 5916.03 56.49 0.00 0.00 0.00 0.00 15:26:59 14:59:01 veth711c4dc 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 14:59:01 vetha27c497 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 14:59:01 vetha4b44a9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 14:59:01 veth7a1f0b2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 14:59:01 docker0 577.57 841.45 41.05 5855.89 0.00 0.00 0.00 0.00 15:26:59 14:59:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 15:26:59 14:59:01 veth6615fbe 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 15:00:01 vethe8b4ae2 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 15:00:01 ens3 451.14 227.16 4187.07 35.52 0.00 0.00 0.00 0.00 15:26:59 15:00:01 veth4f2a463 1.53 1.58 0.14 0.99 0.00 0.00 0.00 0.00 15:26:59 15:00:01 veth76af8a5 1.88 1.80 0.17 1.03 0.00 0.00 0.00 0.00 15:26:59 15:00:01 veth1f1894b 1.25 1.28 0.12 0.90 0.00 0.00 0.00 0.00 15:26:59 15:00:01 vetha4b44a9 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 15:26:59 15:00:01 docker0 97.65 170.65 8.10 1562.55 0.00 0.00 0.00 0.00 15:26:59 15:00:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 15:26:59 15:00:01 veth6a65d29 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 15:26:59 15:01:01 ens3 526.10 344.39 3775.87 42.64 0.00 0.00 0.00 0.00 15:26:59 15:01:01 veth944f966 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 15:01:01 veth993580e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 15:01:01 vetha4b44a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:01:01 docker0 281.15 423.60 24.09 3534.68 0.00 0.00 0.00 0.00 15:26:59 15:01:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 15:26:59 15:02:01 ens3 258.48 246.45 344.89 789.11 0.00 0.00 0.00 0.00 15:26:59 15:02:01 docker0 9.51 18.38 0.60 202.56 0.00 0.00 0.00 0.00 15:26:59 15:02:01 lo 24.53 24.53 2.42 2.42 0.00 0.00 0.00 0.00 15:26:59 15:03:01 ens3 447.91 429.28 205.93 2605.21 0.00 0.00 0.00 0.00 15:26:59 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:03:01 lo 37.99 37.99 3.74 3.74 0.00 0.00 0.00 0.00 15:26:59 15:04:01 ens3 0.68 0.18 0.11 0.10 0.00 0.00 0.00 0.00 15:26:59 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:05:01 ens3 3.28 1.83 7.40 0.55 0.00 0.00 0.00 0.00 15:26:59 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:06:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:07:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:09:01 ens3 0.45 0.12 0.05 0.01 0.00 0.00 0.00 0.00 15:26:59 15:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:10:01 ens3 1.27 0.70 0.53 0.35 0.00 0.00 0.00 0.00 15:26:59 15:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:11:01 ens3 0.58 0.40 0.27 0.21 0.00 0.00 0.00 0.00 15:26:59 15:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:12:01 ens3 0.48 0.05 0.03 0.00 0.00 0.00 0.00 0.00 15:26:59 15:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:13:01 ens3 0.62 0.10 0.05 0.01 0.00 0.00 0.00 0.00 15:26:59 15:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:14:01 ens3 1.15 0.45 0.40 0.28 0.00 0.00 0.00 0.00 15:26:59 15:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:15:01 ens3 0.75 0.47 0.42 0.34 0.00 0.00 0.00 0.00 15:26:59 15:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:16:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:17:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:18:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 15:26:59 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:19:01 ens3 0.40 0.22 0.10 0.01 0.00 0.00 0.00 0.00 15:26:59 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:20:01 ens3 0.93 0.63 0.46 0.35 0.00 0.00 0.00 0.00 15:26:59 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:21:01 ens3 0.55 0.08 0.05 0.01 0.00 0.00 0.00 0.00 15:26:59 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:22:01 ens3 0.72 0.60 0.37 0.29 0.00 0.00 0.00 0.00 15:26:59 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:23:01 ens3 0.65 0.18 0.10 0.01 0.00 0.00 0.00 0.00 15:26:59 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:24:01 ens3 0.43 0.00 0.03 0.00 0.00 0.00 0.00 0.00 15:26:59 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:25:01 ens3 1.28 0.82 0.55 0.36 0.00 0.00 0.00 0.00 15:26:59 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:59 15:26:01 ens3 203.82 132.93 4586.53 32.56 0.00 0.00 0.00 0.00 15:26:59 15:26:01 veth013855b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:26:59 15:26:01 docker0 33.04 48.99 3.00 587.09 0.00 0.00 0.00 0.00 15:26:59 15:26:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 15:26:59 Average: ens3 120.75 90.12 921.74 121.96 0.00 0.00 0.00 0.00 15:26:59 Average: veth013855b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:59 Average: docker0 50.29 69.29 3.92 499.74 0.00 0.00 0.00 0.00 15:26:59 Average: lo 2.28 2.28 0.22 0.22 0.00 0.00 0.00 0.00 15:26:59 15:26:59 15:26:59 ---> sar -P ALL: 15:26:59 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5121) 02/08/23 _x86_64_ (8 CPU) 15:26:59 15:26:59 14:54:03 LINUX RESTART (8 CPU) 15:26:59 15:26:59 14:55:03 CPU %user %nice %system %iowait %steal %idle 15:26:59 14:56:01 all 26.84 0.00 5.45 1.41 0.11 66.19 15:26:59 14:56:01 0 27.10 0.00 4.26 1.08 0.10 67.45 15:26:59 14:56:01 1 26.69 0.00 6.90 7.60 0.11 58.70 15:26:59 14:56:01 2 31.77 0.00 6.27 0.94 0.10 60.92 15:26:59 14:56:01 3 25.13 0.00 5.88 0.77 0.16 68.07 15:26:59 14:56:01 4 25.99 0.00 4.30 0.47 0.09 69.15 15:26:59 14:56:01 5 25.45 0.00 4.28 0.09 0.10 70.08 15:26:59 14:56:01 6 27.28 0.00 6.82 0.33 0.11 65.46 15:26:59 14:56:01 7 25.26 0.00 4.93 0.04 0.11 69.68 15:26:59 14:57:01 all 43.08 0.00 6.42 0.14 0.10 50.27 15:26:59 14:57:01 0 42.04 0.00 6.46 0.96 0.10 50.44 15:26:59 14:57:01 1 43.90 0.00 5.80 0.00 0.10 50.20 15:26:59 14:57:01 2 42.78 0.00 6.19 0.00 0.08 50.94 15:26:59 14:57:01 3 42.72 0.00 6.49 0.08 0.10 50.61 15:26:59 14:57:01 4 42.94 0.00 5.62 0.02 0.10 51.32 15:26:59 14:57:01 5 42.70 0.00 5.89 0.00 0.10 51.30 15:26:59 14:57:01 6 43.61 0.00 6.50 0.00 0.12 49.77 15:26:59 14:57:01 7 43.92 0.00 8.38 0.03 0.12 47.55 15:26:59 14:58:01 all 16.44 0.00 7.11 2.76 0.11 73.59 15:26:59 14:58:01 0 15.42 0.00 6.60 0.31 0.10 77.57 15:26:59 14:58:01 1 17.87 0.00 7.67 3.19 0.14 71.13 15:26:59 14:58:01 2 16.36 0.00 8.57 14.20 0.10 60.76 15:26:59 14:58:01 3 17.17 0.00 7.44 0.14 0.10 75.16 15:26:59 14:58:01 4 15.29 0.00 7.53 0.44 0.09 76.65 15:26:59 14:58:01 5 15.52 0.00 6.18 0.15 0.08 78.06 15:26:59 14:58:01 6 17.18 0.00 5.96 1.24 0.08 75.53 15:26:59 14:58:01 7 16.67 0.00 6.92 2.54 0.15 73.72 15:26:59 14:59:01 all 25.74 0.00 8.99 9.79 0.10 55.37 15:26:59 14:59:01 0 25.33 0.00 8.54 3.33 0.08 62.72 15:26:59 14:59:01 1 25.50 0.00 8.88 5.98 0.08 59.56 15:26:59 14:59:01 2 26.97 0.00 8.93 4.15 0.08 59.87 15:26:59 14:59:01 3 25.46 0.00 8.40 1.55 0.12 64.48 15:26:59 14:59:01 4 25.81 0.00 8.33 15.04 0.10 50.72 15:26:59 14:59:01 5 25.49 0.00 10.55 38.45 0.12 25.39 15:26:59 14:59:01 6 25.92 0.00 8.22 2.29 0.12 63.46 15:26:59 14:59:01 7 25.48 0.00 10.12 7.69 0.12 56.59 15:26:59 15:00:01 all 48.81 0.00 12.20 12.96 0.21 25.82 15:26:59 15:00:01 0 47.02 0.00 10.45 17.59 0.26 24.69 15:26:59 15:00:01 1 50.48 0.00 13.08 11.54 0.22 24.68 15:26:59 15:00:01 2 47.87 0.00 12.63 11.92 0.17 27.41 15:26:59 15:00:01 3 46.58 0.00 10.45 7.00 0.26 35.71 15:26:59 15:00:01 4 50.39 0.00 12.61 11.69 0.27 25.03 15:26:59 15:00:01 5 50.15 0.00 12.61 19.53 0.14 17.57 15:26:59 15:00:01 6 49.20 0.00 11.94 10.14 0.17 28.56 15:26:59 15:00:01 7 48.78 0.00 13.80 14.36 0.19 22.87 15:26:59 15:01:01 all 39.34 0.00 11.93 13.80 0.26 34.68 15:26:59 15:01:01 0 34.94 0.00 12.66 21.26 0.24 30.90 15:26:59 15:01:01 1 41.49 0.00 14.32 16.20 0.21 27.79 15:26:59 15:01:01 2 39.35 0.00 10.92 15.20 0.41 34.13 15:26:59 15:01:01 3 38.38 0.00 10.60 11.26 0.17 39.58 15:26:59 15:01:01 4 38.40 0.00 10.73 13.18 0.24 37.45 15:26:59 15:01:01 5 42.21 0.00 12.75 17.92 0.21 26.91 15:26:59 15:01:01 6 41.70 0.00 12.48 8.52 0.21 37.10 15:26:59 15:01:01 7 38.15 0.00 10.96 6.86 0.36 43.66 15:26:59 15:02:01 all 31.44 0.00 7.33 3.05 0.16 58.02 15:26:59 15:02:01 0 31.12 0.00 6.99 2.00 0.15 59.73 15:26:59 15:02:01 1 34.93 0.00 9.23 1.53 0.14 54.17 15:26:59 15:02:01 2 33.42 0.00 7.78 3.00 0.15 55.65 15:26:59 15:02:01 3 31.12 0.00 7.32 1.86 0.19 59.51 15:26:59 15:02:01 4 28.88 0.00 7.03 3.91 0.19 59.99 15:26:59 15:02:01 5 29.99 0.00 5.97 2.20 0.17 61.67 15:26:59 15:02:01 6 30.55 0.00 6.87 6.48 0.14 55.95 15:26:59 15:02:01 7 31.50 0.00 7.42 3.41 0.17 57.50 15:26:59 15:03:01 all 8.45 0.00 1.01 0.07 0.07 90.39 15:26:59 15:03:01 0 7.68 0.00 1.30 0.00 0.07 90.96 15:26:59 15:03:01 1 12.78 0.00 1.35 0.02 0.08 85.76 15:26:59 15:03:01 2 10.83 0.00 1.29 0.27 0.08 87.53 15:26:59 15:03:01 3 11.69 0.00 1.02 0.12 0.10 87.08 15:26:59 15:03:01 4 5.29 0.00 0.62 0.02 0.03 94.05 15:26:59 15:03:01 5 2.32 0.00 0.57 0.02 0.03 97.06 15:26:59 15:03:01 6 7.71 0.00 0.67 0.13 0.07 91.42 15:26:59 15:03:01 7 9.37 0.00 1.28 0.00 0.12 89.23 15:26:59 15:04:01 all 0.04 0.00 0.01 0.00 0.00 99.94 15:26:59 15:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:26:59 15:04:01 1 0.08 0.00 0.03 0.00 0.00 99.88 15:26:59 15:04:01 2 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:04:01 3 0.00 0.00 0.03 0.00 0.00 99.97 15:26:59 15:04:01 4 0.02 0.00 0.00 0.02 0.02 99.95 15:26:59 15:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:04:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:04:01 7 0.12 0.00 0.00 0.00 0.00 99.88 15:26:59 15:05:01 all 0.06 0.00 0.02 0.00 0.01 99.91 15:26:59 15:05:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:26:59 15:05:01 1 0.07 0.00 0.02 0.00 0.02 99.90 15:26:59 15:05:01 2 0.10 0.00 0.03 0.00 0.02 99.85 15:26:59 15:05:01 3 0.27 0.00 0.00 0.00 0.02 99.72 15:26:59 15:05:01 4 0.00 0.00 0.00 0.02 0.00 99.98 15:26:59 15:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:05:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:05:01 7 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:06:01 all 0.28 0.00 0.01 0.00 0.00 99.71 15:26:59 15:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 15:26:59 15:06:01 1 0.05 0.00 0.00 0.00 0.00 99.95 15:26:59 15:06:01 2 0.00 0.00 0.05 0.02 0.00 99.93 15:26:59 15:06:01 3 2.00 0.00 0.00 0.00 0.00 98.00 15:26:59 15:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:06:01 6 0.03 0.00 0.02 0.00 0.02 99.93 15:26:59 15:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:26:59 15:06:01 CPU %user %nice %system %iowait %steal %idle 15:26:59 15:07:01 all 0.17 0.00 0.01 0.01 0.00 99.81 15:26:59 15:07:01 0 0.08 0.00 0.02 0.00 0.00 99.90 15:26:59 15:07:01 1 0.07 0.00 0.02 0.00 0.02 99.90 15:26:59 15:07:01 2 0.13 0.00 0.03 0.02 0.02 99.80 15:26:59 15:07:01 3 1.03 0.00 0.00 0.00 0.00 98.97 15:26:59 15:07:01 4 0.02 0.00 0.00 0.03 0.00 99.95 15:26:59 15:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:07:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:08:01 all 0.02 0.00 0.02 0.01 0.01 99.95 15:26:59 15:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 15:26:59 15:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:08:01 2 0.02 0.00 0.03 0.07 0.02 99.87 15:26:59 15:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:08:01 4 0.02 0.00 0.03 0.02 0.02 99.92 15:26:59 15:08:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 15:26:59 15:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:09:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:26:59 15:09:01 2 0.00 0.00 0.03 0.00 0.02 99.95 15:26:59 15:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:26:59 15:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:09:01 5 0.02 0.00 0.00 0.00 0.02 99.97 15:26:59 15:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:10:01 all 0.06 0.00 0.03 0.00 0.01 99.90 15:26:59 15:10:01 0 0.07 0.00 0.00 0.00 0.02 99.92 15:26:59 15:10:01 1 0.05 0.00 0.07 0.00 0.00 99.88 15:26:59 15:10:01 2 0.08 0.00 0.03 0.02 0.02 99.85 15:26:59 15:10:01 3 0.18 0.00 0.03 0.00 0.00 99.78 15:26:59 15:10:01 4 0.00 0.00 0.03 0.02 0.00 99.95 15:26:59 15:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:10:01 6 0.07 0.00 0.02 0.00 0.02 99.90 15:26:59 15:10:01 7 0.02 0.00 0.02 0.00 0.02 99.95 15:26:59 15:11:01 all 0.28 0.00 0.01 0.00 0.00 99.70 15:26:59 15:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:26:59 15:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:11:01 2 0.15 0.00 0.05 0.02 0.02 99.77 15:26:59 15:11:01 3 1.97 0.00 0.00 0.00 0.00 98.03 15:26:59 15:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 15:26:59 15:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:12:01 all 0.08 0.00 0.02 0.00 0.00 99.90 15:26:59 15:12:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:12:01 2 0.03 0.00 0.07 0.00 0.02 99.88 15:26:59 15:12:01 3 0.42 0.00 0.05 0.00 0.00 99.53 15:26:59 15:12:01 4 0.05 0.00 0.03 0.00 0.00 99.92 15:26:59 15:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:12:01 6 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:13:01 all 0.05 0.00 0.01 0.00 0.01 99.93 15:26:59 15:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:26:59 15:13:01 1 0.05 0.00 0.02 0.00 0.02 99.92 15:26:59 15:13:01 2 0.07 0.00 0.05 0.02 0.02 99.85 15:26:59 15:13:01 3 0.23 0.00 0.00 0.00 0.00 99.77 15:26:59 15:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:13:01 6 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:14:01 all 0.12 0.00 0.01 0.01 0.00 99.85 15:26:59 15:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 15:26:59 15:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:26:59 15:14:01 2 0.05 0.00 0.02 0.05 0.02 99.87 15:26:59 15:14:01 3 0.80 0.00 0.00 0.00 0.00 99.20 15:26:59 15:14:01 4 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:14:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:15:01 all 0.02 0.00 0.01 0.00 0.00 99.97 15:26:59 15:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:15:01 2 0.02 0.00 0.03 0.00 0.00 99.95 15:26:59 15:15:01 3 0.00 0.00 0.00 0.00 0.02 99.98 15:26:59 15:15:01 4 0.00 0.00 0.00 0.02 0.00 99.98 15:26:59 15:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:15:01 6 0.03 0.00 0.03 0.00 0.00 99.93 15:26:59 15:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:16:01 all 0.08 0.00 0.01 0.01 0.00 99.90 15:26:59 15:16:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:26:59 15:16:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:16:01 2 0.08 0.00 0.03 0.08 0.02 99.78 15:26:59 15:16:01 3 0.42 0.00 0.05 0.00 0.00 99.53 15:26:59 15:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:17:01 all 0.02 0.00 0.01 0.01 0.00 99.95 15:26:59 15:17:01 0 0.05 0.00 0.02 0.00 0.00 99.93 15:26:59 15:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:17:01 2 0.00 0.00 0.03 0.05 0.02 99.90 15:26:59 15:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:26:59 15:17:01 4 0.03 0.00 0.02 0.03 0.02 99.90 15:26:59 15:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:17:01 6 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:26:59 15:17:01 CPU %user %nice %system %iowait %steal %idle 15:26:59 15:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 15:26:59 15:18:01 0 0.00 0.00 0.03 0.00 0.02 99.95 15:26:59 15:18:01 1 0.05 0.00 0.00 0.00 0.02 99.93 15:26:59 15:18:01 2 0.08 0.00 0.03 0.02 0.00 99.87 15:26:59 15:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:18:01 6 0.05 0.00 0.02 0.00 0.02 99.92 15:26:59 15:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:19:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:26:59 15:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:19:01 2 0.05 0.00 0.02 0.00 0.02 99.92 15:26:59 15:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:19:01 4 0.00 0.00 0.02 0.02 0.00 99.97 15:26:59 15:19:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:19:01 6 0.02 0.00 0.02 0.02 0.00 99.95 15:26:59 15:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:20:01 all 0.02 0.00 0.01 0.02 0.00 99.95 15:26:59 15:20:01 0 0.05 0.00 0.00 0.00 0.00 99.95 15:26:59 15:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:20:01 2 0.02 0.00 0.05 0.08 0.00 99.85 15:26:59 15:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:20:01 4 0.02 0.00 0.00 0.07 0.00 99.92 15:26:59 15:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:20:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:20:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:21:01 all 0.22 0.00 0.01 0.00 0.00 99.76 15:26:59 15:21:01 0 0.03 0.00 0.07 0.00 0.00 99.90 15:26:59 15:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:21:01 2 0.05 0.00 0.00 0.02 0.02 99.92 15:26:59 15:21:01 3 1.61 0.00 0.02 0.00 0.00 98.37 15:26:59 15:21:01 4 0.00 0.00 0.00 0.02 0.00 99.98 15:26:59 15:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:21:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:26:59 15:21:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:22:01 all 0.12 0.00 0.01 0.03 0.01 99.82 15:26:59 15:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:26:59 15:22:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:26:59 15:22:01 2 0.12 0.00 0.05 0.15 0.03 99.65 15:26:59 15:22:01 3 0.71 0.00 0.02 0.00 0.02 99.25 15:26:59 15:22:01 4 0.00 0.00 0.02 0.12 0.00 99.87 15:26:59 15:22:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:22:01 6 0.03 0.00 0.00 0.00 0.03 99.93 15:26:59 15:22:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:23:01 all 0.03 0.00 0.01 0.00 0.02 99.94 15:26:59 15:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:26:59 15:23:01 1 0.05 0.00 0.02 0.00 0.00 99.93 15:26:59 15:23:01 2 0.08 0.00 0.05 0.00 0.00 99.87 15:26:59 15:23:01 3 0.05 0.00 0.00 0.00 0.00 99.95 15:26:59 15:23:01 4 0.00 0.00 0.00 0.03 0.02 99.95 15:26:59 15:23:01 5 0.00 0.00 0.00 0.00 0.13 99.87 15:26:59 15:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:59 15:24:01 all 0.04 0.00 0.01 0.01 0.01 99.93 15:26:59 15:24:01 0 0.02 0.00 0.05 0.00 0.10 99.83 15:26:59 15:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:24:01 2 0.03 0.00 0.00 0.02 0.02 99.93 15:26:59 15:24:01 3 0.20 0.00 0.00 0.00 0.00 99.80 15:26:59 15:24:01 4 0.00 0.00 0.02 0.02 0.00 99.97 15:26:59 15:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:24:01 6 0.02 0.00 0.00 0.02 0.00 99.97 15:26:59 15:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:26:59 15:25:01 all 0.07 0.00 0.01 0.03 0.01 99.88 15:26:59 15:25:01 0 0.08 0.00 0.05 0.00 0.02 99.85 15:26:59 15:25:01 1 0.02 0.00 0.00 0.00 0.02 99.97 15:26:59 15:25:01 2 0.03 0.00 0.03 0.15 0.00 99.78 15:26:59 15:25:01 3 0.35 0.00 0.00 0.00 0.02 99.63 15:26:59 15:25:01 4 0.00 0.00 0.00 0.08 0.00 99.92 15:26:59 15:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 15:26:59 15:25:01 7 0.03 0.00 0.00 0.00 0.02 99.95 15:26:59 15:26:01 all 4.74 0.00 2.07 3.49 0.13 89.57 15:26:59 15:26:01 0 4.35 0.00 1.69 0.12 0.10 93.74 15:26:59 15:26:01 1 6.09 0.00 2.47 0.55 0.15 90.73 15:26:59 15:26:01 2 4.96 0.00 2.35 6.84 0.24 85.61 15:26:59 15:26:01 3 3.98 0.00 1.97 0.65 0.05 93.34 15:26:59 15:26:01 4 5.76 0.00 2.71 19.01 0.13 72.38 15:26:59 15:26:01 5 3.94 0.00 1.27 0.17 0.23 94.39 15:26:59 15:26:01 6 4.40 0.00 1.61 0.12 0.05 93.82 15:26:59 15:26:01 7 4.44 0.00 2.46 0.56 0.05 92.49 15:26:59 Average: all 7.83 0.00 1.99 1.51 0.04 88.63 15:26:59 Average: 0 7.47 0.00 1.88 1.46 0.05 89.14 15:26:59 Average: 1 8.27 0.00 2.22 1.47 0.04 88.00 15:26:59 Average: 2 8.13 0.00 2.09 1.82 0.05 87.90 15:26:59 Average: 3 8.01 0.00 1.89 0.74 0.04 89.32 15:26:59 Average: 4 7.59 0.00 1.89 2.05 0.04 88.43 15:26:59 Average: 5 7.55 0.00 1.91 2.49 0.04 88.01 15:26:59 Average: 6 7.87 0.00 1.94 0.93 0.04 89.22 15:26:59 Average: 7 7.72 0.00 2.10 1.12 0.04 89.01 15:26:59 15:26:59 15:26:59