Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 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-ssh3584689706479184117.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-ssh2013357172924154351.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-ssh7497992477590642542.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-ssh3609888801482469323.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-ssh11376478613228000318.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8822 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/445 [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/445 # 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 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 (main) Commit message: "fix: Corrected NGINX forward rules for both rules engines (#4420)" > 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 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 > git rev-list --no-walk 363f833ea6f60f941992b7112881234b721ef949 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:13:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:13:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:13:10 ========================================================= 15:13:10 EdgeX Global Pipelines Version Info 15:13:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:13:11 ------------------- 15:13:11 stable info: 15:13:11 ------------------- 15:13:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:13:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:13:11 Message: update stable to v1.0.244 15:13:12 ------------------- 15:13:12 experimental info: 15:13:12 ------------------- 15:13:12 Commited By: **** collab-it+edgex@linuxfoundation.org 15:13:12 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:13:12 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e64f21c [Pipeline] echo 15:13:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:13:12 provisioning config files... 15:13:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config4414196033598726844tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:13:12 ---> docker-login.sh 15:13:12 nexus3.edgexfoundry.org:10001 15:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:13 Configure a credential helper to remove this warning. See 15:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:13 15:13:13 Login Succeeded 15:13:13 nexus3.edgexfoundry.org:10002 15:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:13 Configure a credential helper to remove this warning. See 15:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:13 15:13:13 Login Succeeded 15:13:13 nexus3.edgexfoundry.org:10003 15:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:13 Configure a credential helper to remove this warning. See 15:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:13 15:13:13 Login Succeeded 15:13:13 nexus3.edgexfoundry.org:10004 15:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:13 Configure a credential helper to remove this warning. See 15:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:13 15:13:13 Login Succeeded 15:13:13 docker.io 15:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:13:13 Configure a credential helper to remove this warning. See 15:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:13:13 15:13:13 Login Succeeded 15:13:13 ---> docker-login.sh ends [Pipeline] } 15:13:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:13:13 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 15:13:13 + dirname cmd/core-command/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo core-command,cmd/core-command/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:13:13 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:13:13 + dirname cmd/core-data/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo core-data,cmd/core-data/Dockerfile 15:13:13 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 15:13:13 -f2 15:13:13 + echo core-metadata,cmd/core-metadata/Dockerfile 15:13:13 + dirname cmd/security-bootstrapper/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:13:13 + dirname cmd/security-proxy-auth/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 15:13:13 + dirname cmd/security-proxy-setup/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:13:13 + dirname cmd/security-secretstore-setup/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:13:13 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:13:13 + dirname cmd/security-spire-agent/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:13:13 + dirname cmd/security-spire-config/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:13:13 + + cut -d/ -f2 15:13:13 dirname cmd/security-spire-server/Dockerfile 15:13:13 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:13:13 + dirname cmd/support-notifications/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo support-notifications,cmd/support-notifications/Dockerfile 15:13:13 + dirname cmd/support-scheduler/Dockerfile 15:13:13 + cut -d/ -f2 15:13:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:13:14 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:13:14 + git rev-list -1 --merges e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57~1..e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo 15:13:14 -----------> git rev-list -1 --merges e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57~1..e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [false] [Pipeline] sh 15:13:14 + git log --format=format:%s -1 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] echo 15:13:14 ========================================================= 15:13:14 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:13:14 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:13:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:13:15 + grep -v github /etc/ssh/ssh_known_hosts 15:13:15 + [ -e /tmp/ssh_known_hosts ] 15:13:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:13:15 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 15:13:15 -a /etc/ssh/ssh_known_hosts 15:13:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:13:15 15:13:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:13:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:13:15 0.1.4: Pulling from edgex-devops/py-git-semver 15:13:15 b85a868b505f: Pulling fs layer 15:13:15 e2be974225ed: Pulling fs layer 15:13:15 339a4e72a1f5: Pulling fs layer 15:13:15 988bab9f4d93: Pulling fs layer 15:13:15 1469e6f7b9e6: Pulling fs layer 15:13:15 eaf3925da568: Pulling fs layer 15:13:15 bab4dde63d76: Pulling fs layer 15:13:15 bde34c3a00c8: Pulling fs layer 15:13:15 b352a97aabf1: Pulling fs layer 15:13:15 4872d77fe225: Pulling fs layer 15:13:15 5851b861e8e6: Pulling fs layer 15:13:15 bab4dde63d76: Waiting 15:13:15 bde34c3a00c8: Waiting 15:13:15 5851b861e8e6: Waiting 15:13:15 b352a97aabf1: Waiting 15:13:15 988bab9f4d93: Waiting 15:13:15 4872d77fe225: Waiting 15:13:15 1469e6f7b9e6: Waiting 15:13:15 eaf3925da568: Waiting 15:13:15 e2be974225ed: Verifying Checksum 15:13:15 e2be974225ed: Download complete 15:13:15 988bab9f4d93: Verifying Checksum 15:13:15 988bab9f4d93: Download complete 15:13:15 339a4e72a1f5: Verifying Checksum 15:13:15 339a4e72a1f5: Download complete 15:13:15 1469e6f7b9e6: Verifying Checksum 15:13:15 1469e6f7b9e6: Download complete 15:13:15 eaf3925da568: Download complete 15:13:15 bde34c3a00c8: Download complete 15:13:15 b352a97aabf1: Download complete 15:13:15 4872d77fe225: Verifying Checksum 15:13:15 4872d77fe225: Download complete 15:13:15 5851b861e8e6: Verifying Checksum 15:13:15 5851b861e8e6: Download complete 15:13:15 b85a868b505f: Verifying Checksum 15:13:15 b85a868b505f: Download complete 15:13:16 bab4dde63d76: Verifying Checksum 15:13:16 bab4dde63d76: Download complete 15:13:17 b85a868b505f: Pull complete 15:13:17 e2be974225ed: Pull complete 15:13:18 339a4e72a1f5: Pull complete 15:13:18 988bab9f4d93: Pull complete 15:13:18 1469e6f7b9e6: Pull complete 15:13:18 eaf3925da568: Pull complete 15:13:20 bab4dde63d76: Pull complete 15:13:20 bde34c3a00c8: Pull complete 15:13:20 b352a97aabf1: Pull complete 15:13:20 4872d77fe225: Pull complete 15:13:20 5851b861e8e6: Pull complete 15:13:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:13:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:13:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:13:20 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:13:23 $ docker top dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 -eo pid,comm 15:13:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 15:13:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:13:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:23 [ssh-agent] Looking for ssh-agent implementation... 15:13:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:23 $ docker exec dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent 15:13:24 SSH_AUTH_SOCK=/tmp/ssh-LwRALx6HNpsp/agent.31 15:13:24 SSH_AGENT_PID=37 15:13:24 Running ssh-add (command line suppressed) 15:13:24 Identity added: /w/workspace/edgex-go/445@tmp/private_key_2209654574434430297.key (/w/workspace/edgex-go/445@tmp/private_key_2209654574434430297.key) 15:13:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:24 + git tag --points-at HEAD [Pipeline] } 15:13:24 $ docker exec --env ******** --env ******** dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent -k 15:13:24 unset SSH_AUTH_SOCK; 15:13:24 unset SSH_AGENT_PID; 15:13:24 echo Agent pid 37 killed; 15:13:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:13:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:13:24 [ssh-agent] Looking for ssh-agent implementation... 15:13:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:13:24 $ docker exec dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent 15:13:24 SSH_AUTH_SOCK=/tmp/ssh-iq0QxYt0KuwU/agent.70 15:13:24 SSH_AGENT_PID=76 15:13:24 Running ssh-add (command line suppressed) 15:13:24 Identity added: /w/workspace/edgex-go/445@tmp/private_key_6445800951765501480.key (/w/workspace/edgex-go/445@tmp/private_key_6445800951765501480.key) 15:13:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:13:25 + git semver init 15:13:25 2023-03-08 15:13:25,406 [run_init] DEBUG init version:0.0.0 force:False 15:13:25 2023-03-08 15:13:25,407 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/445/.semver 15:13:25 2023-03-08 15:13:25,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/445/.semver 15:13:25 2023-03-08 15:13:25,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/445/.semver'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) 15:13:30 2023-03-08 15:13:30,598 [append_file] DEBUG append to file:/w/workspace/edgex-go/445/.git/info/exclude 15:13:30 2023-03-08 15:13:30,599 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/445/.semver/main with force:False 15:13:30 2023-03-08 15:13:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:13:30 2023-03-08 15:13:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:13:30 3.0.0-dev.83 [Pipeline] } 15:13:30 $ docker exec --env ******** --env ******** dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 ssh-agent -k 15:13:30 unset SSH_AUTH_SOCK; 15:13:30 unset SSH_AGENT_PID; 15:13:30 echo Agent pid 76 killed; 15:13:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:13:31 + git semver [Pipeline] } 15:13:31 $ docker stop --time=1 dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 15:13:32 $ docker rm -f --volumes dbd743304adafb6759c841d4c85b8e6e961446d73e9f9243c5ef5734c47065d8 [Pipeline] // withDockerContainer [Pipeline] sh 15:13:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:13:33 Stashed 1 file(s) [Pipeline] echo 15:13:33 [edgeXSemver]: initialized semver on version 3.0.0-dev.83 [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 15:13:33 + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] echo 15:13:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:13:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:13:33 ========================================================= 15:13:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:13:33 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:13:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:13:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:13:34 213ec9aee27d: Pulling fs layer 15:13:34 4583459ba037: Pulling fs layer 15:13:34 93c1e223e6f2: Pulling fs layer 15:13:34 53926ce57604: Pulling fs layer 15:13:34 21b2b0c7a3f4: Pulling fs layer 15:13:34 22ff95d597cd: Pulling fs layer 15:13:34 12d6caf4c0d1: Pulling fs layer 15:13:34 96b7cbca73a9: Pulling fs layer 15:13:34 a7acece74701: Pulling fs layer 15:13:34 21b2b0c7a3f4: Waiting 15:13:34 22ff95d597cd: Waiting 15:13:34 a7acece74701: Waiting 15:13:34 12d6caf4c0d1: Waiting 15:13:34 96b7cbca73a9: Waiting 15:13:34 53926ce57604: Waiting 15:13:34 93c1e223e6f2: Verifying Checksum 15:13:34 93c1e223e6f2: Download complete 15:13:34 4583459ba037: Verifying Checksum 15:13:34 4583459ba037: Download complete 15:13:34 21b2b0c7a3f4: Verifying Checksum 15:13:34 21b2b0c7a3f4: Download complete 15:13:34 22ff95d597cd: Download complete 15:13:34 213ec9aee27d: Verifying Checksum 15:13:34 213ec9aee27d: Download complete 15:13:34 12d6caf4c0d1: Verifying Checksum 15:13:34 12d6caf4c0d1: Download complete 15:13:34 213ec9aee27d: Pull complete 15:13:34 4583459ba037: Pull complete 15:13:34 93c1e223e6f2: Pull complete 15:13:34 a7acece74701: Verifying Checksum 15:13:34 a7acece74701: Download complete 15:13:34 96b7cbca73a9: Verifying Checksum 15:13:34 96b7cbca73a9: Download complete 15:13:35 53926ce57604: Download complete 15:13:38 53926ce57604: Pull complete 15:13:38 21b2b0c7a3f4: Pull complete 15:13:38 22ff95d597cd: Pull complete 15:13:38 12d6caf4c0d1: Pull complete 15:13:41 96b7cbca73a9: Pull complete 15:13:41 a7acece74701: Pull complete 15:13:41 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:13:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:13:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:13:41 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:13:41 WORKDIR /edgex 15:13:41 COPY go.mod . 15:13:41 RUN go mod download 15:13:41 docker build -t ci-base-image-x86_64 -f - . 15:13:42 Sending build context to Docker daemon 170.3MB 15:13:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:13:42 ---> db6d94c90886 15:13:42 Step 2/4 : WORKDIR /edgex 15:13:46 ---> Running in b5e6f7ac656c 15:13:47 Removing intermediate container b5e6f7ac656c 15:13:47 ---> 3b4eb14386b3 15:13:47 Step 3/4 : COPY go.mod . 15:13:47 ---> e37f9d046178 15:13:47 Step 4/4 : RUN go mod download 15:13:47 ---> Running in d0f1333fa64b 15:13:48 Still waiting to schedule task 15:13:48 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 15:14:01 Removing intermediate container d0f1333fa64b 15:14:01 ---> 079bd95c9975 15:14:01 Successfully built 079bd95c9975 15:14:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:02 + docker inspect -f . ci-base-image-x86_64 15:14:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:02 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:14:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:14:02 $ docker top 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 -eo pid,comm [Pipeline] { [Pipeline] sh 15:14:03 + go version 15:14:03 go version go1.18.7 linux/amd64 [Pipeline] } 15:14:03 $ docker stop --time=1 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 15:14:04 $ docker rm -f --volumes 8de90c5a9ac6501be0934f686a3bdb14a053e7b7a910d50496cd1ffcc510d138 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:04 + docker inspect -f . ci-base-image-x86_64 15:14:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:04 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:14:04 $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:14:05 $ docker top 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 -eo pid,comm [Pipeline] { [Pipeline] echo 15:14:05 ========================================================= 15:14:05 [edgeXBuildGoParallel] Running Tests and Build... 15:14:05 ========================================================= [Pipeline] sh 15:14:05 + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] fileExists [Pipeline] sh 15:14:05 + make test 15:14:05 go test -race -coverprofile=coverage.out ./... 15:14:12 ? github.com/edgexfoundry/edgex-go [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:14:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.074s coverage: 28.7% of statements 15:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:14:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:14:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.116s coverage: 98.5% of statements 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.144s coverage: 71.2% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.137s coverage: 54.0% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.501s coverage: 88.5% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.148s coverage: 3.9% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.514s coverage: 95.6% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.094s coverage: 72.2% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 65.9% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.093s coverage: 0.9% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.074s coverage: 29.6% of statements 15:14:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 45.5% of statements 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 82.9% of statements 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements 15:14:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 15:14:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.407s coverage: 79.9% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 64.4% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.060s coverage: 86.9% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.2% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.081s coverage: 82.1% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 84.8% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 89.4% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 38.4% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.068s coverage: 89.5% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.069s coverage: 84.8% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.158s coverage: 92.3% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:14:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.106s coverage: 97.7% of statements 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:14:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:14:53 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 15:15:15 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." 15:15:15 go vet ./... 15:15:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:15:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:15:17 ./bin/test-attribution-txt.sh [Pipeline] echo 15:15:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:15:17 + ls -al . 15:15:17 total 704 15:15:17 drwxrwxr-x 11 1001 1001 4096 Mar 8 15:14 . 15:15:17 drwxr-xr-x 4 root root 4096 Mar 8 15:14 .. 15:15:17 drwxrwxr-x 2 1001 1001 4096 Mar 8 15:13 .blubracket 15:15:17 -rw-rw-r-- 1 1001 1001 16 Mar 8 15:13 .dockerignore 15:15:17 drwxrwxr-x 8 1001 1001 4096 Mar 8 15:14 .git 15:15:17 drwxrwxr-x 3 1001 1001 4096 Mar 8 15:13 .github 15:15:17 -rw-rw-r-- 1 1001 1001 1112 Mar 8 15:13 .gitignore 15:15:17 -rw-rw-r-- 1 1001 1001 42 Mar 8 15:13 .golangci.yml 15:15:17 -rw-rw-r-- 1 1001 1001 87 Mar 8 15:13 .hadolint.yml 15:15:17 drwxr-xr-x 3 1001 1001 4096 Mar 8 15:13 .semver 15:15:17 -rw-rw-r-- 1 1001 1001 166 Mar 8 15:13 .sonarcloud.properties 15:15:17 -rw-rw-r-- 1 1001 1001 1171 Mar 8 15:13 ADOPTERS.md 15:15:17 -rw-rw-r-- 1 1001 1001 10825 Mar 8 15:13 Attribution.txt 15:15:17 -rw-rw-r-- 1 1001 1001 73765 Mar 8 15:13 CHANGELOG.md 15:15:17 -rw-rw-r-- 1 1001 1001 3804 Mar 8 15:13 CONTRIBUTING.md 15:15:17 -rw-rw-r-- 1 1001 1001 677 Mar 8 15:13 GOVERNANCE.md 15:15:17 -rw-rw-r-- 1 1001 1001 883 Mar 8 15:13 Jenkinsfile 15:15:17 -rw-rw-r-- 1 1001 1001 10775 Mar 8 15:13 LICENSE 15:15:17 -rw-rw-r-- 1 1001 1001 14071 Mar 8 15:13 Makefile 15:15:17 -rw-rw-r-- 1 1001 1001 582 Mar 8 15:13 OWNERS.md 15:15:17 -rw-rw-r-- 1 1001 1001 9403 Mar 8 15:13 README.md 15:15:17 -rw-rw-r-- 1 1001 1001 6912 Mar 8 15:13 SECURITY.md 15:15:17 -rw-rw-r-- 1 1001 1001 12 Mar 8 15:13 VERSION 15:15:17 drwxrwxr-x 2 1001 1001 4096 Mar 8 15:13 bin 15:15:17 drwxrwxr-x 18 1001 1001 4096 Mar 8 15:13 cmd 15:15:17 -rw-r--r-- 1 root root 446903 Mar 8 15:14 coverage.out 15:15:17 -rw-rw-r-- 1 1001 1001 3232 Mar 8 15:13 go.mod 15:15:17 -rw-rw-r-- 1 1001 1001 31098 Mar 8 15:13 go.sum 15:15:17 drwxrwxr-x 7 1001 1001 4096 Mar 8 15:13 internal 15:15:17 drwxrwxr-x 3 1001 1001 4096 Mar 8 15:13 openapi 15:15:17 drwxrwxr-x 4 1001 1001 4096 Mar 8 15:13 snap 15:15:17 -rw-rw-r-- 1 1001 1001 204 Mar 8 15:13 version.go [Pipeline] sh 15:15:18 + '[' -e coverage.out ] 15:15:18 + chown 1001:1001 coverage.out [Pipeline] stash 15:15:18 Stashed 1 file(s) [Pipeline] sh 15:15:18 + make build 15:15:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:15:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:15:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:15:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:15:34 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:15:42 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:15:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:15:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:15:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:15:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:15:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:15:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:15:51 $ docker stop --time=1 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 15:15:55 $ docker rm -f --volumes 10bca34f5c3daf4cd495d877d723d8d728aad591d1b07525064f882b49e5b7e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:15:56 15:15:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:15:56 latest: Pulling from edgex-devops/edgex-compose 15:15:56 cbdbe7a5bc2a: Pulling fs layer 15:15:56 ca9280d653b3: Pulling fs layer 15:15:56 7e9c9ca2126c: Pulling fs layer 15:15:57 cbdbe7a5bc2a: Download complete 15:15:57 ca9280d653b3: Verifying Checksum 15:15:57 ca9280d653b3: Download complete 15:15:57 cbdbe7a5bc2a: Pull complete 15:15:57 7e9c9ca2126c: Download complete 15:15:57 ca9280d653b3: Pull complete 15:16:01 7e9c9ca2126c: Pull complete 15:16:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:16:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:01 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:16:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:16:04 $ docker top d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:04 + docker-compose build --help 15:16:04 + grep parallel 15:16:05 --parallel Build images in parallel. [Pipeline] } 15:16:05 $ docker stop --time=1 d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d 15:16:06 $ docker rm -f --volumes d5d2734815b748e089b2d8f5fee8dbd2702d07e74c3fffa7545306bd9083518d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:16:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:06 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:16:06 $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:16:07 $ docker top 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:07 + docker-compose -f ./docker-compose-build.yml build --parallel 15:16:08 Building core-command ... 15:16:08 Building core-common-config-bootstrapper ... 15:16:08 Building core-data ... 15:16:08 Building core-metadata ... 15:16:08 Building security-bootstrapper ... 15:16:08 Building security-proxy-auth ... 15:16:08 Building security-proxy-setup ... 15:16:08 Building security-secretstore-setup ... 15:16:08 Building security-spiffe-token-provider ... 15:16:08 Building security-spire-agent ... 15:16:08 Building security-spire-config ... 15:16:08 Building security-spire-server ... 15:16:08 Building support-notifications ... 15:16:08 Building support-scheduler ... 15:16:08 Building security-proxy-setup 15:16:08 Building security-bootstrapper 15:16:08 Building security-spiffe-token-provider 15:16:08 Building support-scheduler 15:16:08 Building support-notifications 15:16:22 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:22 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:16:22 ---> 079bd95c9975 15:16:22 Step 3/32 : WORKDIR /edgex-go 15:16:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:16:22 ---> 079bd95c9975 15:16:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:16:22 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:22 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:16:22 ---> 079bd95c9975 15:16:22 Step 3/20 : WORKDIR /edgex-go 15:16:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:16:22 ---> 079bd95c9975 15:16:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:16:23 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:16:23 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:16:23 ---> 079bd95c9975 15:16:23 Step 3/19 : WORKDIR /edgex-go 15:16:35 ---> Running in ff648ef53765 15:16:35 ---> Running in 2ad4ad27ad90 15:16:35 ---> Running in 54792b287b92 15:16:35 ---> Running in a030f7a68741 15:16:35 ---> Running in c0ecbfff6c0d 15:16:35 Removing intermediate container ff648ef53765 15:16:35 ---> 9fa493ab9182 15:16:35 Step 4/32 : RUN apk add --update --no-cache make git 15:16:35 Removing intermediate container a030f7a68741 15:16:35 ---> bc4d778e9eac 15:16:35 Step 4/22 : WORKDIR /edgex-go 15:16:35 Removing intermediate container 2ad4ad27ad90 15:16:35 ---> da7c9caecb7f 15:16:35 Step 4/22 : WORKDIR /edgex-go 15:16:35 Removing intermediate container c0ecbfff6c0d 15:16:35 ---> f43af61ed84a 15:16:35 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:16:35 Removing intermediate container 54792b287b92 15:16:35 ---> 81c23f8ee3ae 15:16:35 Step 4/20 : RUN apk add --update --no-cache make git 15:16:35 ---> Running in 02aed6782418 15:16:35 ---> Running in 1c58312c63a6 15:16:35 ---> Running in 640c25e2f93f 15:16:35 ---> Running in 7d4d4e9fda5f 15:16:35 ---> Running in 83e9427f9d1e 15:16:35 Removing intermediate container 1c58312c63a6 15:16:35 ---> a5ec439aaca5 15:16:35 Step 5/22 : RUN apk add --update --no-cache make git 15:16:35 ---> Running in 3088db73aab1 15:16:35 Removing intermediate container 640c25e2f93f 15:16:35 ---> 781878f8c4a7 15:16:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:16:35 ---> Running in 97daba7fb655 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 OK: 211 MiB in 51 packages 15:16:35 OK: 211 MiB in 51 packages 15:16:35 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:16:35 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:16:35 OK: 17046 distinct packages available 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:16:35 OK: 211 MiB in 51 packages 15:16:35 OK: 211 MiB in 51 packages 15:16:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:16:35 OK: 211 MiB in 51 packages 15:16:35 Removing intermediate container 7d4d4e9fda5f 15:16:35 ---> 92354258607c 15:16:35 Step 5/20 : COPY go.mod vendor* ./ 15:16:35 Removing intermediate container 02aed6782418 15:16:35 ---> e83d9efcec32 15:16:35 Step 5/32 : COPY go.mod vendor* ./ 15:16:35 ---> 2002818c665e 15:16:35 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:35 ---> Running in 459eaf3620b4 15:16:36 ---> 841ca16e1ee0 15:16:36 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:36 Removing intermediate container 3088db73aab1 15:16:36 ---> 8eacf9580143 15:16:36 Step 6/22 : COPY go.mod vendor* ./ 15:16:36 ---> Running in a40edb81c308 15:16:36 Removing intermediate container 97daba7fb655 15:16:36 ---> b89db7da2ef4 15:16:36 Step 6/22 : COPY go.mod vendor* ./ 15:16:36 Removing intermediate container 83e9427f9d1e 15:16:36 ---> 481830f9ab3f 15:16:36 Step 5/19 : COPY go.mod vendor* ./ 15:16:36 ---> becf037a48b2 15:16:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:36 ---> 8a1b1e95fe5b 15:16:36 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:36 ---> Running in f0e11aacc78f 15:16:36 ---> Running in 552bd0dc8b06 15:16:36 ---> 700dd621cd3f 15:16:36 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:36 ---> Running in 49ae84659c6a 15:17:32 Removing intermediate container a40edb81c308 15:17:32 ---> 498fbbcd2cef 15:17:32 Step 7/32 : COPY . . 15:17:32 Removing intermediate container f0e11aacc78f 15:17:32 ---> c5521bfe636a 15:17:32 Step 8/22 : COPY . . 15:17:32 Removing intermediate container 459eaf3620b4 15:17:32 ---> 10bff8d05beb 15:17:32 Step 7/20 : COPY . . 15:17:32 Removing intermediate container 49ae84659c6a 15:17:32 ---> 083309f1e6fd 15:17:32 Step 7/19 : COPY . . 15:17:32 Removing intermediate container 552bd0dc8b06 15:17:32 ---> 0f43561d2fc6 15:17:32 Step 8/22 : COPY . . 15:17:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8824 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:17:42 Running in /w/workspace/edgex-go/445 [Pipeline] { [Pipeline] checkout 15:17:42 The recommended git tool is: git 15:17:47 using credential edgex-jenkins-ssh 15:17:47 Cloning the remote Git repository 15:17:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:17:47 ---> 0a78dde25f34 15:17:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:17:47 ---> 88f18094ae86 15:17:47 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:17:47 ---> c0a7254d6081 15:17:47 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:17:47 ---> Running in 6ea79a457deb 15:17:47 ---> f22c1f4a1905 15:17:47 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:17:47 ---> 4acfd2226a19 15:17:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:17:47 ---> Running in 9acf7739e866 15:17:47 ---> Running in 8b362e1a4841 15:17:47 ---> Running in 066cdfa3518b 15:17:47 ---> Running in a861f35b9b17 15:17:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:17:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:17:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:17:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:17:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:17:47 > git init /w/workspace/edgex-go/445 # timeout=10 15:17:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:17:47 > git --version # timeout=10 15:17:47 > git --version # 'git version 2.25.1' 15:17:47 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:18:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:18:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:18:05 Avoid second fetch 15:18:05 Checking out Revision e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 (main) 15:18:06 Commit message: "fix: Corrected NGINX forward rules for both rules engines (#4420)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:18:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:18:06 % Total % Received % Xferd Average Speed Time Time Time Current 15:18:06 Dload Upload Total Spent Left Speed 15:18:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 15:18:05 > git config core.sparsecheckout # timeout=10 15:18:05 > git checkout -f e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 # timeout=10 [Pipeline] sh 15:18:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:18:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:18:07 + sudo tee /etc/docker/daemon.new 15:18:07 { 15:18:07 "registry-mirrors": [ 15:18:07 "https://nexus3.edgexfoundry.org:10001" 15:18:07 ], 15:18:07 "bip": "10.250.0.254/24", 15:18:07 "hosts": [ 15:18:07 "tcp://0.0.0.0:5555", 15:18:07 "unix:///var/run/docker.sock" 15:18:07 ], 15:18:07 "mtu": 1458, 15:18:07 "selinux-enabled": true, 15:18:07 "seccomp-profile": "/etc/docker/seccomp.json" 15:18:07 } [Pipeline] sh 15:18:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:18:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:18:26 provisioning config files... 15:18:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config8190223221262340621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:27 ---> docker-login.sh 15:18:27 nexus3.edgexfoundry.org:10001 15:18:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:27 Configure a credential helper to remove this warning. See 15:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:27 15:18:27 Login Succeeded 15:18:27 nexus3.edgexfoundry.org:10002 15:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:28 Configure a credential helper to remove this warning. See 15:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:28 15:18:28 Login Succeeded 15:18:28 nexus3.edgexfoundry.org:10003 15:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:28 Configure a credential helper to remove this warning. See 15:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:28 15:18:28 Login Succeeded 15:18:28 nexus3.edgexfoundry.org:10004 15:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:28 Configure a credential helper to remove this warning. See 15:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:28 15:18:28 Login Succeeded 15:18:28 docker.io 15:18:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:18:29 Configure a credential helper to remove this warning. See 15:18:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:18:29 15:18:29 Login Succeeded 15:18:29 ---> docker-login.sh ends [Pipeline] } 15:18:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 15:18:29 + git config --global --add safe.directory /w/workspace/edgex-go/445 [Pipeline] echo 15:18:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:29 ========================================================= 15:18:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:18:29 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:18:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:18:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:18:30 9b18e9b68314: Pulling fs layer 15:18:30 35d82f9e3411: Pulling fs layer 15:18:30 e16973657156: Pulling fs layer 15:18:30 fc693d55d65f: Pulling fs layer 15:18:30 7e9fc2657dce: Pulling fs layer 15:18:30 dda99020689f: Pulling fs layer 15:18:30 db1c61fa0a46: Pulling fs layer 15:18:30 891c053d2c06: Pulling fs layer 15:18:30 7e9fc2657dce: Waiting 15:18:30 dda99020689f: Waiting 15:18:30 db1c61fa0a46: Waiting 15:18:30 891c053d2c06: Waiting 15:18:30 fc693d55d65f: Waiting 15:18:30 e16973657156: Verifying Checksum 15:18:30 e16973657156: Download complete 15:18:30 35d82f9e3411: Verifying Checksum 15:18:30 35d82f9e3411: Download complete 15:18:30 7e9fc2657dce: Verifying Checksum 15:18:30 7e9fc2657dce: Download complete 15:18:30 dda99020689f: Verifying Checksum 15:18:30 dda99020689f: Download complete 15:18:30 9b18e9b68314: Download complete 15:18:31 9b18e9b68314: Pull complete 15:18:31 891c053d2c06: Verifying Checksum 15:18:31 891c053d2c06: Download complete 15:18:32 35d82f9e3411: Pull complete 15:18:32 e16973657156: Pull complete 15:18:33 db1c61fa0a46: Verifying Checksum 15:18:33 db1c61fa0a46: Download complete 15:18:33 fc693d55d65f: Verifying Checksum 15:18:33 fc693d55d65f: Download complete 15:18:35 Removing intermediate container 8b362e1a4841 15:18:35 ---> 306773832618 15:18:35 15:18:35 Step 9/32 : FROM alpine:3.16 15:18:35 Removing intermediate container a861f35b9b17 15:18:35 ---> 3c04d4906b1d 15:18:35 15:18:35 Step 9/20 : FROM alpine:3.16 15:18:35 3.16: Pulling from library/alpine 15:18:35 3.16: Pulling from library/alpine 15:18:38 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:18:38 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:18:38 Status: Downloaded newer image for alpine:3.16 15:18:38 Status: Image is up to date for alpine:3.16 15:18:39 ---> dfd21b5a31f5 15:18:39 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:18:39 ---> dfd21b5a31f5 15:18:39 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:18:39 ---> Running in 0f6e0ae515e0 15:18:39 ---> Running in 2c0b2aed2774 15:18:39 Removing intermediate container 0f6e0ae515e0 15:18:39 ---> db8bc1f1d073 15:18:39 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:18:39 Removing intermediate container 9acf7739e866 15:18:39 Removing intermediate container 6ea79a457deb 15:18:39 ---> 6b773717881b 15:18:39 ---> 1592b8f7314d 15:18:39 15:18:39 Step 10/22 : FROM alpine:3.16 15:18:39 ---> dfd21b5a31f5 15:18:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:18:39 15:18:39 Step 9/19 : FROM alpine:3.15 15:18:39 Removing intermediate container 066cdfa3518b 15:18:39 ---> 2d48eb41ee46 15:18:39 15:18:39 Step 10/22 : FROM alpine:3.16 15:18:39 ---> dfd21b5a31f5 15:18:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:18:39 ---> Running in 57435abbf708 15:18:39 ---> Running in 44c66ea38a88 15:18:39 ---> Running in 86138e3bd3a4 15:18:39 3.15: Pulling from library/alpine 15:18:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:39 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:18:39 Status: Downloaded newer image for alpine:3.15 15:18:39 ---> 5ce65d7b0fde 15:18:39 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:18:40 (1/2) Installing dumb-init (1.2.5-r1) 15:18:40 (2/2) Installing openssl (1.1.1t-r0) 15:18:40 Executing busybox-1.35.0-r17.trigger 15:18:40 OK: 6 MiB in 16 packages 15:18:40 ---> Running in 50b3ce4295e1 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:40 Removing intermediate container 50b3ce4295e1 15:18:40 ---> ac0628466f97 15:18:40 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:18:40 ---> Running in 14ec392b368a 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:40 (1/2) Installing dumb-init (1.2.5-r1) 15:18:40 (2/2) Installing su-exec (0.2-r1) 15:18:40 Executing busybox-1.35.0-r17.trigger 15:18:40 OK: 6 MiB in 16 packages 15:18:40 (1/1) Installing dumb-init (1.2.5-r1) 15:18:40 Executing busybox-1.35.0-r17.trigger 15:18:40 OK: 6 MiB in 15 packages 15:18:40 Removing intermediate container 2c0b2aed2774 15:18:40 ---> ea008af6745a 15:18:40 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:18:40 ---> Running in 0e0dabddda7b 15:18:40 (1/2) Installing ca-certificates (20220614-r0) 15:18:40 (2/2) Installing dumb-init (1.2.5-r1) 15:18:40 Executing busybox-1.35.0-r17.trigger 15:18:40 Executing ca-certificates-20220614-r0.trigger 15:18:40 OK: 6 MiB in 16 packages 15:18:40 Removing intermediate container 0e0dabddda7b 15:18:40 ---> 2eb993039598 15:18:40 Step 12/20 : WORKDIR /edgex 15:18:40 ---> Running in c43df2669535 15:18:40 Removing intermediate container c43df2669535 15:18:40 ---> b6aa394d4a06 15:18:40 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:18:40 Removing intermediate container 57435abbf708 15:18:40 ---> 996e97e9ae76 15:18:40 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:18:40 ---> Running in 8ed390b24fd9 15:18:40 ---> a75ff80f1990 15:18:40 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:18:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:18:40 Removing intermediate container 8ed390b24fd9 15:18:40 ---> 835e82bd13e5 15:18:40 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:18:40 Removing intermediate container 44c66ea38a88 15:18:40 ---> 92343a8864e1 15:18:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:18:40 ---> Running in 99473c4cdfdb 15:18:41 ---> Running in 45cdb62c11a4 15:18:41 Removing intermediate container 99473c4cdfdb 15:18:41 ---> 00d3c68ec45f 15:18:41 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:18:41 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:18:41 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:18:41 OK: 15859 distinct packages available 15:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:18:41 Removing intermediate container 86138e3bd3a4 15:18:41 ---> 03e0c60f1c90 15:18:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:18:41 Removing intermediate container 45cdb62c11a4 15:18:41 ---> 9ee6335b6105 15:18:41 Step 13/22 : ENV APP_PORT=59861 15:18:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:18:41 ---> 2474680dad89 15:18:41 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:18:41 ---> Running in 17eced204f51 15:18:41 ---> Running in ce66f0f04d15 15:18:41 ---> Running in 7ddea89ef33e 15:18:41 Removing intermediate container 17eced204f51 15:18:41 ---> 4f6440d06e5c 15:18:41 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:18:41 Removing intermediate container ce66f0f04d15 15:18:41 ---> ae7f55596c10 15:18:41 Step 13/22 : ENV APP_PORT=59860 15:18:41 Removing intermediate container 7ddea89ef33e 15:18:41 ---> 6d1125a72e9f 15:18:41 Step 14/22 : EXPOSE $APP_PORT 15:18:41 ---> Running in c06ec6fb76e3 15:18:41 ---> Running in 5e2ac138d82c 15:18:41 ---> Running in 6195e9d1d25a 15:18:41 (1/9) Installing ca-certificates (20220614-r0) 15:18:41 ---> b10b29d5f87f 15:18:41 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:18:41 (2/9) Installing brotli-libs (1.0.9-r5) 15:18:41 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:18:41 (4/9) Installing libcurl (7.80.0-r6) 15:18:41 (5/9) Installing curl (7.80.0-r6) 15:18:41 ---> Running in 9f123d999997 15:18:41 (6/9) Installing dumb-init (1.2.5-r1) 15:18:41 (7/9) Installing musl-obstack (1.2.3-r0) 15:18:41 (8/9) Installing libucontext (1.1-r0) 15:18:41 (9/9) Installing gcompat (1.0.0-r4) 15:18:41 Executing busybox-1.34.1-r7.trigger 15:18:41 Executing ca-certificates-20220614-r0.trigger 15:18:41 Removing intermediate container c06ec6fb76e3 15:18:41 ---> 1766a8960795 15:18:41 Step 14/22 : EXPOSE $APP_PORT 15:18:41 Removing intermediate container 5e2ac138d82c 15:18:41 ---> a4d71f175f93 15:18:41 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:18:41 Removing intermediate container 6195e9d1d25a 15:18:41 ---> f5c488380c11 15:18:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:41 ---> Running in 6fd80f97272f 15:18:41 ---> Running in 2afa0c339c18 15:18:41 OK: 8 MiB in 23 packages 15:18:42 Removing intermediate container 2afa0c339c18 15:18:42 ---> 5de8c2ff8628 15:18:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:42 ---> c97e0e6e9837 15:18:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:18:42 ---> 14cec69e6a8b 15:18:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:18:43 ---> 34b7af11090d 15:18:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:18:43 ---> 761c55106b69 15:18:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:18:43 Removing intermediate container 14ec392b368a 15:18:43 ---> 3d187ad1ef2b 15:18:43 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:43 ---> 2783fe9c49cf 15:18:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:18:43 ---> Running in fcf43ee91b6b 15:18:43 ---> 207de526709a 15:18:43 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:18:43 ---> 8087de9939cc 15:18:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:18:43 Removing intermediate container 9f123d999997 15:18:43 ---> 564be616062a 15:18:43 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 15:18:43 ---> Running in 17a77e70eda5 15:18:43 Removing intermediate container fcf43ee91b6b 15:18:43 ---> c4a8d1989a0e 15:18:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:43 Removing intermediate container 6fd80f97272f 15:18:43 ---> 24a8b857f8a7 15:18:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:18:43 ---> Running in 39c7b5b55732 15:18:43 ---> Running in c9659bbd295f 15:18:43 ---> Running in edccf6696f1c 15:18:43 Removing intermediate container 17a77e70eda5 15:18:43 ---> 33aad5706204 15:18:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:43 Removing intermediate container 39c7b5b55732 15:18:43 ---> fcca152a1988 15:18:43 Step 18/20 : LABEL arch=x86_64 15:18:43 Removing intermediate container c9659bbd295f 15:18:43 ---> 790f0eef944f 15:18:43 Step 20/22 : LABEL arch=x86_64 15:18:43 ---> d924e1567079 15:18:43 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:18:43 ---> Running in e46216fa2f09 15:18:43 ---> Running in 6fa17af61217 15:18:43 ---> Running in 38ddb4cb4f33 15:18:43 Removing intermediate container edccf6696f1c 15:18:43 ---> 5b931637ade3 15:18:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:18:44 Removing intermediate container e46216fa2f09 15:18:44 ---> e609c5115f46 15:18:44 Step 20/22 : LABEL arch=x86_64 15:18:44 Removing intermediate container 38ddb4cb4f33 15:18:44 ---> 954fc30af5c0 15:18:44 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:18:44 Removing intermediate container 6fa17af61217 15:18:44 ---> 48f8f58880e3 15:18:44 Step 19/20 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:18:44 ---> Running in dee7f9c384da 15:18:44 ---> f366224e8739 15:18:44 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:18:44 ---> Running in 6d474d4e8762 15:18:44 ---> Running in 98e87dcbe9df 15:18:44 ---> Running in cdf3f993e20d 15:18:44 ---> 413cd4b6c894 15:18:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:18:44 Removing intermediate container dee7f9c384da 15:18:44 ---> 561e27469dc2 15:18:44 Step 22/22 : LABEL version=3.0.0-dev.83 15:18:44 ---> Running in a0738dbd81a0 15:18:44 Removing intermediate container 6d474d4e8762 15:18:44 ---> 414c9fa8186c 15:18:44 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:18:44 ---> Running in c91b80c1101f 15:18:44 Removing intermediate container 98e87dcbe9df 15:18:44 ---> e8f20520c4ad 15:18:44 Step 20/20 : LABEL version=3.0.0-dev.83 15:18:44 Removing intermediate container cdf3f993e20d 15:18:44 ---> d55644c3f680 15:18:44 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:18:44 ---> Running in 1c6854361027 15:18:44 ---> Running in af5a7b896c28 15:18:44 ---> Running in 550ed1afbb80 15:18:44 Removing intermediate container c91b80c1101f 15:18:44 ---> 2302e163e0d9 15:18:44 15:18:44 Removing intermediate container 1c6854361027 15:18:44 ---> d62f55e9c273 15:18:44 Step 22/22 : LABEL version=3.0.0-dev.83 15:18:44 ---> Running in 547dc89c3397 15:18:44 Successfully built 2302e163e0d9 15:18:44 Removing intermediate container af5a7b896c28 15:18:44 ---> 2aafbdc2f067 15:18:44 15:18:44 Removing intermediate container 550ed1afbb80 15:18:44 ---> 45dfe191ddae 15:18:44 Step 17/19 : LABEL arch=x86_64Successfully tagged support-scheduler:latest 15:18:44 15:18:44  Building support-scheduler ... done Building security-proxy-auth 15:18:44 ---> Running in 4d6abd3ce01f 15:18:44 Successfully built 2aafbdc2f067 15:18:44 Successfully tagged security-proxy-setup:latest 15:18:44 Building core-common-config-bootstrapper 15:18:44  Building security-proxy-setup ... done Removing intermediate container 547dc89c3397 15:18:44 ---> b55f822d1911 15:18:44 15:18:44 Removing intermediate container 4d6abd3ce01f 15:18:44 ---> f23d5e07d087 15:18:44 Step 18/19 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:18:44 ---> Running in 097b93b67375 15:18:44 Successfully built b55f822d1911 15:18:44 Successfully tagged support-notifications:latest 15:18:44 Building security-spire-config 15:18:45  Building support-notifications ... done Removing intermediate container 097b93b67375 15:18:45 ---> 11f3b468b6c7 15:18:45 Step 19/19 : LABEL version=3.0.0-dev.83 15:18:45 fc693d55d65f: Pull complete 15:18:45 7e9fc2657dce: Pull complete 15:18:45 dda99020689f: Pull complete 15:18:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:50 ---> 079bd95c9975 15:18:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:18:50 ---> Using cache 15:18:50 ---> da7c9caecb7f 15:18:50 Step 4/22 : WORKDIR /edgex-go 15:18:50 ---> Using cache 15:18:50 ---> 781878f8c4a7 15:18:50 Step 5/22 : RUN apk add --update --no-cache make git 15:18:50 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:18:50 ---> 079bd95c9975 15:18:50 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:18:50 ---> Using cache 15:18:50 ---> da7c9caecb7f 15:18:50 Step 4/22 : WORKDIR /edgex-go 15:18:50 ---> Using cache 15:18:50 ---> 781878f8c4a7 15:18:50 Step 5/22 : RUN apk add --update --no-cache make git 15:18:51 db1c61fa0a46: Pull complete 15:18:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:18:51 ---> 079bd95c9975 15:18:51 Step 3/24 : WORKDIR /edgex-go 15:18:51 ---> Using cache 15:18:51 ---> 81c23f8ee3ae 15:18:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:18:54 891c053d2c06: Pull complete 15:18:54 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:18:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:18:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:18:55 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:18:55 WORKDIR /edgex 15:18:55 COPY go.mod . 15:18:55 RUN go mod download 15:18:55 + docker build -t ci-base-image-arm64 -f - . 15:18:55 Sending build context to Docker daemon 2.949MB 15:18:55 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:18:55 ---> f96f9c87975a 15:18:55 Step 2/4 : WORKDIR /edgex 15:18:57 ---> Running in 84998b11a73c 15:18:57 Removing intermediate container 84998b11a73c 15:18:57 ---> cedf40f5de8e 15:18:57 Step 3/4 : COPY go.mod . 15:18:58 ---> Running in 744ad73bd915 15:18:58 ---> Running in a0c002a25d10 15:18:58 ---> Running in 6163e79578ce 15:18:58 ---> Running in aa7e2493bdf0 15:18:58 Removing intermediate container a0738dbd81a0 15:18:58 Removing intermediate container 744ad73bd915 15:18:58 ---> dd73bbb4f5ae 15:18:58 15:18:58 ---> c17c85a742d3 15:18:58 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:18:58 Successfully built dd73bbb4f5ae 15:18:58 Successfully tagged security-spiffe-token-provider:latest 15:18:58  Building security-spiffe-token-provider ... done Building security-spire-server 15:18:58 ---> 04bafc4f05c3 15:18:58 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:18:58 ---> d38dea6e4047 15:18:58 Step 4/4 : RUN go mod download 15:18:58 ---> Running in 8f7002eaa7af 15:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:59 OK: 211 MiB in 51 packages 15:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:59 OK: 211 MiB in 51 packages 15:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:18:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:18:59 OK: 211 MiB in 51 packages 15:18:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:18:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:18:59 ---> 079bd95c9975 15:18:59 Step 3/23 : WORKDIR /edgex-go 15:18:59 ---> Using cache 15:18:59 ---> 81c23f8ee3ae 15:18:59 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:19:01 ---> fa60080c6c45 15:19:01 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:19:01 ---> Running in d8767fc145ea 15:19:01 ---> 616bdd8879b4 15:19:01 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:19:01 Removing intermediate container 6163e79578ce 15:19:01 ---> e0b9001f2edc 15:19:01 Step 6/22 : COPY go.mod vendor* ./ 15:19:01 ---> 139915d78382 15:19:01 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:19:01 Removing intermediate container aa7e2493bdf0 15:19:01 ---> 1498744caae0 15:19:01 Step 6/22 : COPY go.mod vendor* ./ 15:19:01 Removing intermediate container a0c002a25d10 15:19:01 ---> 1f99950896c4 15:19:01 Step 5/24 : COPY go.mod vendor* ./ 15:19:01 ---> c456196cbab7 15:19:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:19:01 ---> Running in 50dd36014e1b 15:19:01 ---> 3c35b4b36d94 15:19:01 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:19:01 ---> beadf3933961 15:19:01 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:19:01 ---> Running in 5b370efdb501 15:19:01 ---> a3142df5ef23 15:19:01 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:19:02 ---> Running in 1a497c3c2b2d 15:19:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:19:02 ---> 89b5b03d867d 15:19:02 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:19:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:19:02 ---> e583ea462538 15:19:02 Step 27/32 : RUN chmod +x /entrypoint.sh 15:19:02 ---> Running in 533a0a0b29f5 15:19:02 OK: 211 MiB in 51 packages 15:19:02 Removing intermediate container d8767fc145ea 15:19:02 ---> fa8dafe0babb 15:19:02 Step 5/23 : COPY go.mod vendor* ./ 15:19:02 ---> 223bfd5eb96f 15:19:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:19:02 ---> Running in a005e975eece 15:19:03 Removing intermediate container 533a0a0b29f5 15:19:03 ---> a61b05bd05ef 15:19:03 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:19:03 ---> Running in 5163ab812c6f 15:19:03 Removing intermediate container 5163ab812c6f 15:19:03 ---> 5efbaa1a08b5 15:19:03 Step 29/32 : CMD ["gate"] 15:19:03 ---> Running in 6b9c5b5be16e 15:19:03 Removing intermediate container 6b9c5b5be16e 15:19:03 ---> b32fa2eea778 15:19:03 Step 30/32 : LABEL arch=x86_64 15:19:03 ---> Running in f8140edb6dcd 15:19:03 Removing intermediate container f8140edb6dcd 15:19:03 ---> e136813e0ad6 15:19:03 Step 31/32 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:19:03 ---> Running in c67d74edf267 15:19:03 Removing intermediate container c67d74edf267 15:19:03 ---> ebe2ffafd476 15:19:03 Step 32/32 : LABEL version=3.0.0-dev.83 15:19:03 ---> Running in 08803dff89b6 15:19:03 Removing intermediate container 08803dff89b6 15:19:03 ---> 814c9d760019 15:19:03 15:19:03 Successfully built 814c9d760019 15:19:03 Successfully tagged security-bootstrapper:latest 15:19:03  Building security-bootstrapper ... done Building core-command 15:19:06 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:19:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:19:06 ---> 079bd95c9975 15:19:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:19:06 ---> Using cache 15:19:06 ---> da7c9caecb7f 15:19:06 Step 4/23 : WORKDIR /edgex-go 15:19:06 ---> Using cache 15:19:06 ---> 781878f8c4a7 15:19:06 Step 5/23 : RUN apk add --update --no-cache make git 15:19:06 ---> Using cache 15:19:06 ---> 1498744caae0 15:19:06 Step 6/23 : COPY go.mod vendor* ./ 15:19:06 ---> Using cache 15:19:06 ---> beadf3933961 15:19:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:19:08 ---> Running in 0f7db6a2f50f 15:19:30 Removing intermediate container 8f7002eaa7af 15:19:30 ---> e1f0e84df80c 15:19:30 Successfully built e1f0e84df80c 15:19:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:30 + docker inspect -f . ci-base-image-arm64 15:19:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:31 prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container 15:19:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:19:32 $ docker top f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:33 + go version 15:19:33 go version go1.18.7 linux/arm64 [Pipeline] } 15:19:33 $ docker stop --time=1 f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a 15:19:34 $ docker rm -f --volumes f7d0aca1d24b6c704fcbeeba436dd08dd93d305d921068013474d2df8bdd2b9a [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 15:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:19:35 15:19:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:19:35 latest: Pulling from edgex-devops/edgex-compose-arm64 15:19:35 29e5d40040c1: Pulling fs layer 15:19:35 1ce36da41761: Pulling fs layer 15:19:35 25b303627fd3: Pulling fs layer 15:19:35 29e5d40040c1: Verifying Checksum 15:19:35 29e5d40040c1: Download complete 15:19:36 1ce36da41761: Verifying Checksum 15:19:36 1ce36da41761: Download complete 15:19:36 29e5d40040c1: Pull complete 15:19:37 1ce36da41761: Pull complete 15:19:37 25b303627fd3: Verifying Checksum 15:19:37 25b303627fd3: Download complete 15:19:40 Removing intermediate container 5b370efdb501 15:19:40 ---> 5f14146c655d 15:19:40 Step 8/22 : COPY . . 15:19:40 Removing intermediate container a005e975eece 15:19:40 ---> a3219fbc492e 15:19:40 Step 7/23 : COPY . . 15:19:40 Removing intermediate container 50dd36014e1b 15:19:40 ---> bef883b8d495 15:19:40 Step 8/22 : COPY . . 15:19:40 Removing intermediate container 1a497c3c2b2d 15:19:40 ---> aa55643bc4dc 15:19:40 Step 7/24 : COPY . . 15:19:47 25b303627fd3: Pull complete 15:19:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:19:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:19:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:47 prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container 15:19:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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 15:19:49 $ docker top 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:50 + docker-compose build --help 15:19:50 + grep parallel 15:19:54 --parallel Build images in parallel. [Pipeline] } 15:19:54 $ docker stop --time=1 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 15:19:56 $ docker rm -f --volumes 3f7f23c1fe71d0788f0feb7df4b4e1f3869e23b5710c48b1320741c66b88f8c9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:19:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:19:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:19:57 prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container 15:19:57 $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:19:58 $ docker top 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:19:59 + docker-compose -f ./docker-compose-build.yml build --parallel 15:20:03 Building core-command ... 15:20:03 Building core-common-config-bootstrapper ... 15:20:03 Building core-data ... 15:20:03 Building core-metadata ... 15:20:03 Building security-bootstrapper ... 15:20:03 Building security-proxy-auth ... 15:20:03 Building security-proxy-setup ... 15:20:03 Building security-secretstore-setup ... 15:20:03 Building security-spiffe-token-provider ... 15:20:03 Building security-spire-agent ... 15:20:03 Building security-spire-config ... 15:20:03 Building security-spire-server ... 15:20:03 Building support-notifications ... 15:20:03 Building support-scheduler ... 15:20:03 Building support-scheduler 15:20:03 Building core-metadata 15:20:03 Building support-notifications 15:20:03 Building security-secretstore-setup 15:20:03 Building security-spire-config 15:20:06 ---> a28e126eefe4 15:20:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:20:06 ---> 4900f3e7992a 15:20:06 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:20:06 ---> a564fa162477 15:20:06 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:20:06 ---> Running in ecb714edc64b 15:20:06 ---> Running in a0ad7590bb76 15:20:06 ---> Running in c4aa27251b16 15:20:06 ---> 0747c592b463 15:20:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:20:06 ---> Running in 22b3420821ec 15:20:06 Removing intermediate container c4aa27251b16 15:20:06 ---> 22d732030efb 15:20:06 Step 9/24 : WORKDIR /edgex-go/spire-build 15:20:06 ---> Running in 12ca8e2da23a 15:20:06 Removing intermediate container 22b3420821ec 15:20:06 ---> a334cf3036db 15:20:06 Step 9/23 : WORKDIR /edgex-go/spire-build 15:20:06 ---> Running in f768157aab8d 15:20:06 Removing intermediate container 12ca8e2da23a 15:20:06 ---> 694dad1cac3e 15:20:06 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:20:06 ---> Running in fcd1606c202d 15:20:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:20:06 Removing intermediate container f768157aab8d 15:20:06 ---> 99bde3a3cd5c 15:20:06 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:20:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:20:06 ---> Running in f253db2d3e2a 15:20:06 Removing intermediate container 0f7db6a2f50f 15:20:06 ---> a23aae52e470 15:20:06 Step 8/23 : COPY . . 15:20:11 Removing intermediate container fcd1606c202d 15:20:11 ---> 0b58242c9a00 15:20:11 Step 11/24 : WORKDIR /edgex-go 15:20:11 Removing intermediate container f253db2d3e2a 15:20:11 ---> cd25ec0c1768 15:20:11 Step 11/23 : WORKDIR /edgex-go 15:20:11 ---> 4421a3502282 15:20:11 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:20:11 ---> Running in cd7daa32f248 15:20:11 ---> Running in 767140f216ab 15:20:11 ---> Running in b1d5b25ea6a3 15:20:11 Removing intermediate container 767140f216ab 15:20:11 ---> 7949c90c10e4 15:20:11 15:20:11 Step 12/24 : FROM alpine:3.15 15:20:11 ---> 5ce65d7b0fde 15:20:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:20:11 ---> Using cache 15:20:11 ---> ac0628466f97 15:20:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:20:11 Removing intermediate container cd7daa32f248 15:20:11 ---> d5995f057bee 15:20:11 15:20:11 Step 12/23 : FROM alpine:3.15 15:20:11 ---> 5ce65d7b0fde 15:20:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:20:11 ---> Using cache 15:20:11 ---> ac0628466f97 15:20:11 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:20:11 ---> Running in 1ffa292084b2 15:20:11 ---> Running in 189d2d7eb065 15:20:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:20:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:20:12 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:20:12 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:20:12 OK: 15859 distinct packages available 15:20:12 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:20:12 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:20:12 OK: 15859 distinct packages available 15:20:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:20:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:20:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:20:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:20:12 (1/5) Installing dumb-init (1.2.5-r1) 15:20:12 (2/5) Installing musl-obstack (1.2.3-r0) 15:20:12 (3/5) Installing libucontext (1.1-r0) 15:20:12 (4/5) Installing gcompat (1.0.0-r4) 15:20:12 (5/5) Installing openssl (1.1.1t-r1) 15:20:12 Executing busybox-1.34.1-r7.trigger 15:20:12 (1/4) Installing dumb-init (1.2.5-r1) 15:20:12 OK: 7 MiB in 19 packages 15:20:12 (2/4) Installing musl-obstack (1.2.3-r0) 15:20:12 (3/4) Installing libucontext (1.1-r0) 15:20:12 (4/4) Installing gcompat (1.0.0-r4) 15:20:12 Executing busybox-1.34.1-r7.trigger 15:20:12 OK: 6 MiB in 18 packages 15:20:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:20:13 ---> e1f0e84df80c 15:20:13 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:20:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:20:13 ---> e1f0e84df80c 15:20:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:20:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:20:13 ---> e1f0e84df80c 15:20:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:20:13 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:20:13 ---> e1f0e84df80c 15:20:13 Step 3/23 : WORKDIR /edgex-go 15:20:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:20:13 ---> e1f0e84df80c 15:20:13 Step 3/24 : WORKDIR /edgex-go 15:20:13 ---> Running in c617279cf048 15:20:13 ---> Running in c3df3ead7e40 15:20:13 ---> Running in 7d3c54ea38be 15:20:13 ---> Running in 3a86c530aa2e 15:20:13 ---> Running in dc43c9557a97 15:20:13 Removing intermediate container dc43c9557a97 15:20:13 ---> 82bf38a6106c 15:20:13 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:20:13 Removing intermediate container c617279cf048 15:20:13 ---> bdaf5f1456c7 15:20:13 Step 4/24 : WORKDIR /edgex-go 15:20:14 ---> Running in 35cf08353e4e 15:20:14 Removing intermediate container 7d3c54ea38be 15:20:14 ---> f9cbe22bc91f 15:20:14 Step 4/22 : WORKDIR /edgex-go 15:20:14 Removing intermediate container 3a86c530aa2e 15:20:14 ---> a9418bb8bf04 15:20:14 Step 4/23 : RUN apk add --update --no-cache make git 15:20:14 Removing intermediate container c3df3ead7e40 15:20:14 ---> 139b19c079b2 15:20:14 Step 4/22 : WORKDIR /edgex-go 15:20:14 ---> Running in 3c4a2b3b04a4 15:20:14 ---> Running in ebfdfa3b966a 15:20:14 ---> Running in 309cb0875f7a 15:20:14 ---> Running in d0e772166f0d 15:20:14 Removing intermediate container 1ffa292084b2 15:20:14 ---> f16905a83069 15:20:14 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:20:14 Removing intermediate container 189d2d7eb065 15:20:14 ---> 774f6d9c468a 15:20:14 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:20:14 Removing intermediate container 3c4a2b3b04a4 15:20:14 ---> d6660fbec065 15:20:14 Step 5/24 : RUN apk add --update --no-cache make git 15:20:14 Removing intermediate container ebfdfa3b966a 15:20:15 ---> b918aa19f16b 15:20:15 Step 5/22 : RUN apk add --update --no-cache make git 15:20:15 Removing intermediate container 309cb0875f7a 15:20:15 ---> e90d17588b61 15:20:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:20:15 ---> Running in e405ae676852 15:20:15 ---> Running in f7ba79d0ca27 15:20:15 ---> Running in 2472e8be2ac8 15:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:20:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:20:17 OK: 221 MiB in 51 packages 15:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:20:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:20:18 OK: 221 MiB in 51 packages 15:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:20:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:20:19 OK: 221 MiB in 51 packages 15:20:19 Removing intermediate container 35cf08353e4e 15:20:19 ---> 2a1b6cdfbfc0 15:20:19 Step 5/24 : COPY go.mod vendor* ./ 15:20:19 OK: 221 MiB in 51 packages 15:20:19 OK: 221 MiB in 51 packages 15:20:20 Removing intermediate container d0e772166f0d 15:20:20 ---> 0e395eefa71f 15:20:20 Step 5/23 : COPY go.mod vendor* ./ 15:20:21 ---> 7c07ed70a658 15:20:21 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:21 Removing intermediate container f7ba79d0ca27 15:20:21 ---> 094cc07ec0f9 15:20:21 Step 6/24 : COPY go.mod vendor* ./ 15:20:21 ---> Running in c102772d2919 15:20:21 ---> 55d97349a958 15:20:21 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:21 Removing intermediate container 2472e8be2ac8 15:20:21 ---> e0b35abea226 15:20:21 Step 6/22 : COPY go.mod vendor* ./ 15:20:21 ---> e6770b04bfc2 15:20:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:20:21 ---> 0d89e2579820 15:20:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:20:21 ---> 7e8a0e938c41 15:20:21 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:20:21 ---> Running in 0d9782d39511 15:20:21 ---> 4533bb00af7f 15:20:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:20:21 ---> eb5b1899d39f 15:20:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:20:21 Removing intermediate container 0d9782d39511 15:20:21 ---> ca043cf7e554 15:20:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:20:21 ---> Running in ca806717dd53 15:20:21 Removing intermediate container e405ae676852 15:20:21 ---> 843eeaea8f57 15:20:21 Step 6/22 : COPY go.mod vendor* ./ 15:20:22 ---> 73c04de132a4 15:20:22 ---> 24d9d5f54d61 15:20:22 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 19/24 : WORKDIR / 15:20:22 15:20:22 ---> Running in d57b0f2b701e 15:20:22 ---> Running in 93ab617f3a26 15:20:22 ---> 73831499c220 15:20:22 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:22 ---> Running in 4255eabe41d9 15:20:22 ---> cff659966330 15:20:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:23 ---> Running in 01accb589c33 15:20:23 ---> 76b5e7dbbf05 15:20:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:23 Removing intermediate container d57b0f2b701e 15:20:23 ---> c3220a365181 15:20:23 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:20:23 Removing intermediate container 93ab617f3a26 15:20:23 ---> 5e051a7ac518 15:20:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:20:23 ---> Running in fc95aae88b16 15:20:23 ---> Running in e39ec160e55b 15:20:23 ---> Running in 2b19a7a328b5 15:20:23 Removing intermediate container fc95aae88b16 15:20:23 ---> a7718ad7e103 15:20:23 Step 21/23 : LABEL arch=x86_64 15:20:23 Removing intermediate container e39ec160e55b 15:20:23 ---> f56659025f73 15:20:23 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:20:23 ---> Running in 7f2f9e95ffe4 15:20:23 ---> Running in 81ae9e72f6ef 15:20:23 Removing intermediate container 7f2f9e95ffe4 15:20:23 ---> 0a44c88729a0 15:20:23 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:20:23 Removing intermediate container 81ae9e72f6ef 15:20:23 ---> c69d97a94598 15:20:23 Step 22/24 : LABEL arch=x86_64 15:20:23 ---> Running in 23d25b81907d 15:20:23 ---> Running in 3a53ce4015f9 15:20:23 Removing intermediate container 3a53ce4015f9 15:20:23 ---> 57396fcafa6e 15:20:23 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:20:23 Removing intermediate container 23d25b81907d 15:20:23 ---> 31e0e3f46c9d 15:20:23 Step 23/23 : LABEL version=3.0.0-dev.83 15:20:23 ---> Running in 1c4e30ef47cf 15:20:23 ---> Running in 264e35c1cc1e 15:20:23 Removing intermediate container 1c4e30ef47cf 15:20:23 ---> 1a706ca0a6d5 15:20:24 Step 24/24 : LABEL version=3.0.0-dev.83 15:20:24 ---> Running in aea95d4efb4e 15:20:24 Removing intermediate container 264e35c1cc1e 15:20:24 ---> f6a8a822414f 15:20:24 15:20:24 Removing intermediate container aea95d4efb4e 15:20:24 ---> ba593b390a81 15:20:24 15:20:24 Successfully built f6a8a822414f 15:20:24 Successfully tagged security-spire-server:latest 15:20:24  Building security-spire-server ... done Building core-data 15:20:24 Successfully built ba593b390a81 15:20:24 Successfully tagged security-spire-config:latest 15:20:24 Building core-metadata 15:20:28  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:20:28 ---> 079bd95c9975 15:20:28 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:20:28 ---> Using cache 15:20:28 ---> da7c9caecb7f 15:20:28 Step 4/22 : WORKDIR /edgex-go 15:20:28 ---> Using cache 15:20:28 ---> 781878f8c4a7 15:20:28 Step 5/22 : RUN apk add --update --no-cache make git 15:20:28 ---> Using cache 15:20:28 ---> 1498744caae0 15:20:28 Step 6/22 : COPY go.mod vendor* ./ 15:20:28 ---> Using cache 15:20:28 ---> beadf3933961 15:20:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:28 ---> Using cache 15:20:28 ---> a23aae52e470 15:20:28 Step 8/22 : COPY . . 15:20:28 ---> Using cache 15:20:28 ---> 4421a3502282 15:20:28 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:20:29 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:20:29 ---> 079bd95c9975 15:20:29 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:20:29 ---> Using cache 15:20:29 ---> da7c9caecb7f 15:20:29 Step 4/24 : WORKDIR /edgex-go 15:20:29 ---> Using cache 15:20:29 ---> 781878f8c4a7 15:20:29 Step 5/24 : RUN apk add --update --no-cache make git 15:20:29 ---> Using cache 15:20:29 ---> 1498744caae0 15:20:29 Step 6/24 : COPY go.mod vendor* ./ 15:20:29 ---> Using cache 15:20:29 ---> beadf3933961 15:20:29 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:29 ---> Using cache 15:20:29 ---> a23aae52e470 15:20:29 Step 8/24 : COPY . . 15:20:29 ---> Using cache 15:20:29 ---> 4421a3502282 15:20:29 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:20:35 ---> Running in c4e2a640f497 15:20:35 ---> Running in 63e37406776b 15:20:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:20:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:20:39 Removing intermediate container ecb714edc64b 15:20:39 Removing intermediate container b1d5b25ea6a3 15:20:39 ---> 900ca8d0000e 15:20:39 ---> cfa1b40e6d3c 15:20:39 15:20:39 15:20:39 Step 10/22 : FROM alpine:3.16Step 10/23 : FROM alpine:3.16 15:20:39 15:20:39 ---> dfd21b5a31f5 15:20:39 ---> dfd21b5a31f5 15:20:39 Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:20:39 15:20:39 ---> Using cache 15:20:39 ---> 92343a8864e1 15:20:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:20:39 ---> Using cache 15:20:39 ---> 9ee6335b6105 15:20:39 Step 13/23 : ENV APP_PORT=59882 15:20:39 Removing intermediate container a0ad7590bb76 15:20:39 ---> 680a34c2d011 15:20:39 15:20:39 Step 10/22 : FROM alpine:3.16 15:20:39 ---> dfd21b5a31f5 15:20:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:20:39 ---> Running in d38d467dd549 15:20:39 ---> Running in 99bbb21f810b 15:20:39 ---> Running in 463db6032733 15:20:39 Removing intermediate container 99bbb21f810b 15:20:39 ---> c681bcf4d59f 15:20:39 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:20:39 ---> Running in c0ae927f6819 15:20:39 Removing intermediate container 463db6032733 15:20:39 ---> 00de0e3b7464 15:20:39 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:20:39 ---> Running in 076c0c64b624 15:20:39 Removing intermediate container d38d467dd549 15:20:39 ---> 1ee6648abdae 15:20:39 Step 14/23 : EXPOSE $APP_PORT 15:20:39 ---> Running in 5f441358b052 15:20:39 Removing intermediate container 5f441358b052 15:20:39 ---> 99ef6e5cb8a8 15:20:39 Step 15/23 : WORKDIR / 15:20:39 ---> Running in 8bb238badb91 15:20:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:20:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:20:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:20:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:20:40 Removing intermediate container 8bb238badb91 15:20:40 ---> 80c2383ad874 15:20:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:20:40 (1/1) Installing dumb-init (1.2.5-r1) 15:20:40 (1/1) Installing dumb-init (1.2.5-r1) 15:20:40 Executing busybox-1.35.0-r17.trigger 15:20:40 Executing busybox-1.35.0-r17.trigger 15:20:40 OK: 6 MiB in 15 packages 15:20:40 OK: 6 MiB in 15 packages 15:20:40 ---> 9c250f27d254 15:20:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:20:41 ---> ff51f4139041 15:20:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:20:41 Removing intermediate container c0ae927f6819 15:20:41 ---> 8c0068556022 15:20:41 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:20:41 Removing intermediate container 076c0c64b624 15:20:41 ---> 49caedba2449 15:20:41 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:20:42 ---> f1523adf92d8 15:20:42 Step 19/23 : ENTRYPOINT ["/core-command"] 15:20:42 ---> c6d927ae4739 15:20:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:20:42 ---> Running in e01dc3d6aa4f 15:20:42 Removing intermediate container e01dc3d6aa4f 15:20:42 ---> 3916ba6a78b6 15:20:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:20:42 ---> 063aa65d64ef 15:20:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:20:42 ---> Running in 36895228e16a 15:20:42 ---> 64ca377fd68f 15:20:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:20:43 Removing intermediate container 36895228e16a 15:20:43 ---> 7d71ea332888 15:20:43 Step 21/23 : LABEL arch=x86_64 15:20:44 ---> Running in 8e336eacd542 15:20:44 ---> 403e08380365 15:20:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:20:44 ---> 10fd22f79d30 15:20:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:20:44 Removing intermediate container 8e336eacd542 15:20:44 ---> b258b78e9ee9 15:20:44 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:20:44 ---> ab2908ab9341 15:20:44 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:20:44 ---> Running in 7a1d474c6833 15:20:44 ---> Running in 4921aef37332 15:20:44 Removing intermediate container 7a1d474c6833 15:20:44 ---> 25f3d9bf4ee7 15:20:44 Step 23/23 : LABEL version=3.0.0-dev.83 15:20:44 ---> 36539243fa5b 15:20:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:20:44 ---> Running in e05b2b4f7687 15:20:45 Removing intermediate container e05b2b4f7687 15:20:45 ---> 66c6c2619fa8 15:20:45 15:20:45 ---> 64a926196166 15:20:45 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:20:45 Successfully built 66c6c2619fa8 15:20:45 Successfully tagged core-command:latest 15:20:45 Building security-secretstore-setup 15:20:45  Building core-command ... done  ---> Running in 9213005cce2f 15:20:48 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:20:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:20:48 ---> 079bd95c9975 15:20:48 Step 3/23 : WORKDIR /edgex-go 15:20:48 ---> Using cache 15:20:48 ---> 81c23f8ee3ae 15:20:48 Step 4/23 : RUN apk add --update --no-cache make git 15:20:48 ---> Using cache 15:20:48 ---> 92354258607c 15:20:48 Step 5/23 : COPY go.mod vendor* ./ 15:20:48 ---> Using cache 15:20:48 ---> 2002818c665e 15:20:48 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:20:48 ---> Using cache 15:20:48 ---> 10bff8d05beb 15:20:48 Step 7/23 : COPY . . 15:20:48 ---> Using cache 15:20:48 ---> f22c1f4a1905 15:20:48 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:20:55 ---> Running in ec73ad414e9a 15:20:55 Removing intermediate container 4921aef37332 15:20:55 ---> 36fc2391ef6b 15:20:55 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:20:55 ---> Running in 9eab4ab8b12b 15:20:55 Removing intermediate container 9eab4ab8b12b 15:20:55 ---> a7135ccc49aa 15:20:55 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:20:55 ---> Running in 5aa2cc553e67 15:20:55 Removing intermediate container 9213005cce2f 15:20:55 ---> d05a3ebbdcb8 15:20:55 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:20:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:20:57 Removing intermediate container 5aa2cc553e67 15:20:57 ---> 21eed08558ab 15:20:57 Step 20/22 : LABEL arch=x86_64 15:20:57 ---> Running in caf11190050a 15:20:57 ---> Running in c226e6ef26e3 15:20:57 Removing intermediate container 63e37406776b 15:20:57 ---> c08aa9704157 15:20:57 15:20:57 Step 10/22 : FROM alpine:3.16 15:20:57 ---> dfd21b5a31f5 15:20:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:20:57 Removing intermediate container c4e2a640f497 15:20:57 ---> 217a25ea060e 15:20:57 15:20:57 Step 10/24 : FROM alpine:3.16 15:20:57 ---> dfd21b5a31f5 15:20:57 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:20:57 ---> Using cache 15:20:57 ---> 92343a8864e1 15:20:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:20:57 ---> Using cache 15:20:57 ---> 9ee6335b6105 15:20:57 Step 13/24 : ENV APP_PORT=59881 15:20:57 ---> Running in e8109a20db47 15:20:57 ---> Running in fd90d4aa05f2 15:20:57 Removing intermediate container caf11190050a 15:20:57 ---> 2a9d3cf0e117 15:20:57 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:20:57 Removing intermediate container c226e6ef26e3 15:20:57 ---> Running in a3f05bf457b1 15:20:57 ---> ced13873e05f 15:20:57 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:20:57 ---> Running in 5aff1c3b8816 15:20:57 Removing intermediate container fd90d4aa05f2 15:20:57 ---> a9841fdfe262 15:20:57 Step 14/24 : EXPOSE $APP_PORT 15:20:57 Removing intermediate container e8109a20db47 15:20:57 ---> feabfbd385a5 15:20:57 Step 12/22 : ENV APP_PORT=59880 15:20:57 Removing intermediate container 5aff1c3b8816 15:20:57 ---> 3bda9e7bd324 15:20:57 Step 22/22 : LABEL version=3.0.0-dev.83 15:20:57 Removing intermediate container a3f05bf457b1 15:20:57 ---> 9acf710c98d5 15:20:57 Step 20/22 : LABEL arch=x86_64 15:20:57 ---> Running in 5f8b0a490d04 15:20:57 ---> Running in 185a5e6af866 15:20:57 ---> Running in f92d96bb8ddf 15:20:57 ---> Running in 5cc91ce3f8dc 15:20:58 Removing intermediate container 5f8b0a490d04 15:20:58 ---> de01afcb099c 15:20:58 Step 15/24 : WORKDIR / 15:20:58 Removing intermediate container f92d96bb8ddf 15:20:58 ---> b8d8bdba7306 15:20:58 15:20:58 Removing intermediate container 185a5e6af866 15:20:58 ---> 51fe252b3ddb 15:20:58 Step 13/22 : EXPOSE $APP_PORT 15:20:58 ---> Running in 5657e98affff 15:20:58 Removing intermediate container 5cc91ce3f8dc 15:20:58 ---> da3656d580fe 15:20:58 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:20:58 ---> Running in 99264537330d 15:20:58 Successfully built b8d8bdba7306 15:20:58 ---> Running in 9c5e46196b9e 15:20:58 Successfully tagged security-proxy-auth:latest 15:20:58 Building security-spire-agent 15:20:58  Building security-proxy-auth ... done Removing intermediate container 99264537330d 15:20:58 ---> f3328a0aa87b 15:20:58 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:20:58 Removing intermediate container 5657e98affff 15:20:58 ---> cc2fbca00e1e 15:20:58 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:20:58 Removing intermediate container 9c5e46196b9e 15:20:58 ---> a33c6f94c2dc 15:20:58 Step 22/22 : LABEL version=3.0.0-dev.83 15:21:01 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:21:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:21:01 ---> 079bd95c9975 15:21:01 Step 3/24 : WORKDIR /edgex-go 15:21:01 ---> Using cache 15:21:01 ---> 81c23f8ee3ae 15:21:01 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:21:01 ---> Using cache 15:21:01 ---> fa8dafe0babb 15:21:01 Step 5/24 : COPY go.mod vendor* ./ 15:21:01 ---> Using cache 15:21:01 ---> 223bfd5eb96f 15:21:01 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:21:01 ---> Using cache 15:21:01 ---> a3219fbc492e 15:21:01 Step 7/24 : COPY . . 15:21:01 ---> Using cache 15:21:01 ---> 0747c592b463 15:21:01 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:21:01 ---> Using cache 15:21:01 ---> a334cf3036db 15:21:01 Step 9/24 : WORKDIR /edgex-go/spire-build 15:21:01 ---> Using cache 15:21:01 ---> 99bde3a3cd5c 15:21:01 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:21:04 ---> Running in 32f7edb77ab1 15:21:04 ---> Running in 984b04b27366 15:21:04 ---> b24d5627e481 15:21:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:21:04 ---> Running in f28cd93fe710 15:21:04 Removing intermediate container 984b04b27366 15:21:04 ---> 7af2de832eec 15:21:04 15:21:04 Successfully built 7af2de832eec 15:21:04 Successfully tagged core-common-config-bootstrapper:latest 15:21:04  Building core-common-config-bootstrapper ... done  ---> 8bb209a08c62 15:21:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:21:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:21:05 ---> 759947c473f4 15:21:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:21:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:21:05 Removing intermediate container f28cd93fe710 15:21:05 ---> 5bcebbe41bb5 15:21:05 Step 11/24 : WORKDIR /edgex-go 15:21:05 ---> bf8aad2e9521 15:21:05 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:21:05 ---> Running in 4a4d71a016d2 15:21:05 ---> Running in 627eade8e1e3 15:21:05 Removing intermediate container 4a4d71a016d2 15:21:05 ---> 33736f2848aa 15:21:05 15:21:05 Step 12/24 : FROM alpine:3.15 15:21:05 ---> 5ce65d7b0fde 15:21:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:21:05 ---> Using cache 15:21:05 ---> ac0628466f97 15:21:05 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:21:05 ---> Using cache 15:21:05 ---> 774f6d9c468a 15:21:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:21:05 Removing intermediate container 627eade8e1e3 15:21:05 ---> aaeee15bd57d 15:21:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:21:05 (1/1) Installing dumb-init (1.2.5-r1) 15:21:05 Executing busybox-1.35.0-r17.trigger 15:21:05 OK: 6 MiB in 15 packages 15:21:05 ---> Running in d52c2700901d 15:21:05 Removing intermediate container d52c2700901d 15:21:05 ---> 6eac75c35380 15:21:05 Step 22/24 : LABEL arch=x86_64 15:21:05 ---> Running in 5d2f7869c52a 15:21:06 Removing intermediate container 5d2f7869c52a 15:21:06 ---> 01ea148b8284 15:21:06 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:06 ---> Running in a3db44717b89 15:21:06 ---> 48b2fdabbcd8 15:21:06 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:21:06 Removing intermediate container 32f7edb77ab1 15:21:06 ---> f9e002e300c9 15:21:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:21:06 Removing intermediate container a3db44717b89 15:21:06 ---> ab0fe29e4976 15:21:06 Step 24/24 : LABEL version=3.0.0-dev.83 15:21:06 ---> Running in 8f11776b4309 15:21:06 ---> 672a203f23aa 15:21:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:21:06 Removing intermediate container 8f11776b4309 15:21:06 ---> 42cd14f12c10 15:21:06 15:21:06 Successfully built 42cd14f12c10 15:21:06 Successfully tagged core-metadata:latest 15:21:09  Building core-metadata ... done  ---> 8ed3219bbaa7 15:21:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:21:09 ---> ba448ca8d2ab 15:21:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:21:09 ---> 316fae84b72c 15:21:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:21:09 ---> 97133dfebe18 15:21:09 Step 18/22 : ENTRYPOINT ["/core-data"] 15:21:09 ---> Running in bacb5dae46ec 15:21:09 Removing intermediate container bacb5dae46ec 15:21:09 ---> ac9a0f57b200 15:21:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:21:09 ---> f93756e86d18 15:21:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:21:09 ---> Running in b668a1a59883 15:21:09 Removing intermediate container b668a1a59883 15:21:09 ---> 4b79f1a09869 15:21:09 Step 20/22 : LABEL arch=x86_64 15:21:09 ---> Running in 1b7023d21954 15:21:09 ---> f78957686b2c 15:21:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:21:09 Removing intermediate container 1b7023d21954 15:21:09 ---> 96d1becf94b3 15:21:09 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:09 ---> Running in 89b92ac32378 15:21:09 ---> Running in 6a9fe1030097 15:21:10 Removing intermediate container 89b92ac32378 15:21:10 ---> 60e116fda54f 15:21:10 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:21:10 ---> Running in 3feb3090a82a 15:21:10 Removing intermediate container 6a9fe1030097 15:21:10 ---> 80deefa6782f 15:21:10 Step 22/22 : LABEL version=3.0.0-dev.83 15:21:10 ---> Running in 2cd47a54d680 15:21:10 Removing intermediate container 3feb3090a82a 15:21:10 ---> 4233f5f8a13a 15:21:10 Step 22/24 : LABEL arch=x86_64 15:21:10 ---> Running in ecb217c64374 15:21:10 Removing intermediate container 2cd47a54d680 15:21:10 ---> 11e9e916e60d 15:21:10 15:21:10 Successfully built 11e9e916e60d 15:21:10 Successfully tagged core-data:latest 15:21:10  Building core-data ... done Removing intermediate container ecb217c64374 15:21:10 ---> 28aef0351552 15:21:10 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:10 ---> Running in c2879eb8a53f 15:21:10 Removing intermediate container c2879eb8a53f 15:21:10 ---> 2a35ebb0a77e 15:21:10 Step 24/24 : LABEL version=3.0.0-dev.83 15:21:10 ---> Running in c97e5de95ccd 15:21:10 Removing intermediate container c97e5de95ccd 15:21:10 ---> b2f738b41972 15:21:10 15:21:10 Successfully built b2f738b41972 15:21:10 Successfully tagged security-spire-agent:latest 15:21:12  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:21:15 Removing intermediate container ec73ad414e9a 15:21:15 ---> 7c98aafbeff4 15:21:15 15:21:15 Step 9/23 : FROM alpine:3.16 15:21:15 ---> dfd21b5a31f5 15:21:15 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:21:16 ---> Running in b68eb873628f 15:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:21:16 (1/3) Installing ca-certificates (20220614-r0) 15:21:16 (2/3) Installing dumb-init (1.2.5-r1) 15:21:16 (3/3) Installing su-exec (0.2-r1) 15:21:16 Executing busybox-1.35.0-r17.trigger 15:21:16 Executing ca-certificates-20220614-r0.trigger 15:21:16 OK: 6 MiB in 17 packages 15:21:17 Removing intermediate container b68eb873628f 15:21:17 ---> 47ffb2de095d 15:21:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:21:17 ---> Running in f28addd674a8 15:21:17 Removing intermediate container f28addd674a8 15:21:17 ---> 942555908bcd 15:21:17 Step 12/23 : WORKDIR / 15:21:17 ---> Running in aa1c1316cd0d 15:21:17 Removing intermediate container aa1c1316cd0d 15:21:17 ---> ed1a2dbe5130 15:21:17 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:21:17 ---> 6bd951769428 15:21:17 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:21:17 ---> c23352af2e56 15:21:17 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:21:17 ---> 220be5b4c010 15:21:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:21:18 ---> fb3aa84c63d1 15:21:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:21:18 ---> d6baa32f9e01 15:21:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:21:18 ---> 95c8b6c582a5 15:21:18 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:21:18 ---> Running in 7f13dd2623e2 15:21:19 Removing intermediate container 7f13dd2623e2 15:21:19 ---> 2ce8c5d0929b 15:21:19 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 15:21:19 ---> Running in 3d4f2504a0c5 15:21:19 Removing intermediate container 3d4f2504a0c5 15:21:19 ---> 1ba58e15e55f 15:21:19 Step 21/23 : LABEL arch=x86_64 15:21:19 ---> Running in 6b2e6482184c 15:21:19 Removing intermediate container 6b2e6482184c 15:21:19 ---> fc66dec25944 15:21:19 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:19 ---> Running in 21e522ed948f 15:21:19 Removing intermediate container 21e522ed948f 15:21:19 ---> b4c6f04742f9 15:21:19 Step 23/23 : LABEL version=3.0.0-dev.83 15:21:19 ---> Running in 2f54794e9929 15:21:19 Removing intermediate container 2f54794e9929 15:21:19 ---> 75cb7e9e8322 15:21:19 15:21:19 Successfully built 75cb7e9e8322 15:21:19 Successfully tagged security-secretstore-setup:latest 15:21:19  Building security-secretstore-setup ... done  [Pipeline] } 15:21:19 $ docker stop --time=1 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 15:21:21 $ docker rm -f --volumes 5b61fc280445ad3e82900eff73e1f156b84c56cf118cae75ec30fa9047faf397 [Pipeline] // withDockerContainer [Pipeline] sh 15:21:21 + docker images 15:21:21 REPOSITORY TAG IMAGE ID CREATED SIZE 15:21:21 security-secretstore-setup latest 75cb7e9e8322 2 seconds ago 29.9MB 15:21:21 7c98aafbeff4 7 seconds ago 1.67GB 15:21:21 security-spire-agent latest b2f738b41972 11 seconds ago 125MB 15:21:21 core-data latest 11e9e916e60d 11 seconds ago 18MB 15:21:21 core-metadata latest 42cd14f12c10 15 seconds ago 18.5MB 15:21:21 33736f2848aa 16 seconds ago 1.55GB 15:21:21 core-common-config-bootstrapper latest 7af2de832eec 17 seconds ago 15.5MB 15:21:21 c08aa9704157 24 seconds ago 1.69GB 15:21:21 217a25ea060e 24 seconds ago 1.69GB 15:21:21 security-proxy-auth latest b8d8bdba7306 24 seconds ago 16.2MB 15:21:21 core-command latest 66c6c2619fa8 36 seconds ago 17.8MB 15:21:21 cfa1b40e6d3c 44 seconds ago 1.68GB 15:21:21 680a34c2d011 44 seconds ago 1.68GB 15:21:21 900ca8d0000e 46 seconds ago 1.66GB 15:21:21 security-spire-server latest f6a8a822414f 58 seconds ago 86.5MB 15:21:21 security-spire-config latest ba593b390a81 58 seconds ago 85.8MB 15:21:21 7949c90c10e4 About a minute ago 1.55GB 15:21:21 d5995f057bee About a minute ago 1.55GB 15:21:21 security-bootstrapper latest 814c9d760019 2 minutes ago 19.8MB 15:21:21 security-spiffe-token-provider latest dd73bbb4f5ae 2 minutes ago 30MB 15:21:21 support-notifications latest b55f822d1911 2 minutes ago 30.7MB 15:21:21 support-scheduler latest 2302e163e0d9 2 minutes ago 30.1MB 15:21:21 security-proxy-setup latest 2aafbdc2f067 2 minutes ago 16.4MB 15:21:21 1592b8f7314d 2 minutes ago 1.75GB 15:21:21 2d48eb41ee46 2 minutes ago 1.75GB 15:21:21 6b773717881b 2 minutes ago 1.72GB 15:21:21 3c04d4906b1d 2 minutes ago 1.66GB 15:21:21 306773832618 2 minutes ago 1.67GB 15:21:21 ci-base-image-x86_64 latest 079bd95c9975 7 minutes ago 903MB 15:21:21 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 15:21:21 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 15:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 15:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 15:21:21 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:21:21 provisioning config files... 15:21:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config1099852246553532548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:21:21 ---> docker-login.sh 15:21:21 nexus3.edgexfoundry.org:10001 15:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:21 Configure a credential helper to remove this warning. See 15:21:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:21 15:21:21 Login Succeeded 15:21:21 nexus3.edgexfoundry.org:10002 15:21:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:22 Configure a credential helper to remove this warning. See 15:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:22 15:21:22 Login Succeeded 15:21:22 nexus3.edgexfoundry.org:10003 15:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:22 Configure a credential helper to remove this warning. See 15:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:22 15:21:22 Login Succeeded 15:21:22 nexus3.edgexfoundry.org:10004 15:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:22 Configure a credential helper to remove this warning. See 15:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:22 15:21:22 Login Succeeded 15:21:22 docker.io 15:21:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:21:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:21:22 Configure a credential helper to remove this warning. See 15:21:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:21:22 15:21:22 Login Succeeded 15:21:22 ---> docker-login.sh ends [Pipeline] } 15:21:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:21:22 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:21:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:22 latest 15:21:22 3.0.0-dev.83 15:21:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:22 main 15:21:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:23 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:23 + docker push nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:21:23 547db1eefe56: Preparing 15:21:23 125419aa0a3b: Preparing 15:21:23 a976e1d3a200: Preparing 15:21:23 fcc6238bcde2: Preparing 15:21:23 aa5968d388b8: Preparing 15:21:23 aa5968d388b8: Layer already exists 15:21:23 547db1eefe56: Pushed 15:21:23 a976e1d3a200: Pushed 15:21:23 fcc6238bcde2: Pushed 15:21:24 125419aa0a3b: Pushed 15:21:24 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:25 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:21:25 547db1eefe56: Preparing 15:21:25 125419aa0a3b: Preparing 15:21:25 a976e1d3a200: Preparing 15:21:25 fcc6238bcde2: Preparing 15:21:25 aa5968d388b8: Preparing 15:21:25 aa5968d388b8: Layer already exists 15:21:25 547db1eefe56: Layer already exists 15:21:25 a976e1d3a200: Layer already exists 15:21:25 fcc6238bcde2: Layer already exists 15:21:25 125419aa0a3b: Layer already exists 15:21:25 latest: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:25 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:25 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 15:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:21:25 547db1eefe56: Preparing 15:21:25 125419aa0a3b: Preparing 15:21:25 a976e1d3a200: Preparing 15:21:25 fcc6238bcde2: Preparing 15:21:25 aa5968d388b8: Preparing 15:21:25 aa5968d388b8: Layer already exists 15:21:25 125419aa0a3b: Layer already exists 15:21:25 547db1eefe56: Layer already exists 15:21:25 a976e1d3a200: Layer already exists 15:21:25 fcc6238bcde2: Layer already exists 15:21:25 3.0.0-dev.83: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:26 + docker push nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:21:26 547db1eefe56: Preparing 15:21:26 125419aa0a3b: Preparing 15:21:26 a976e1d3a200: Preparing 15:21:26 fcc6238bcde2: Preparing 15:21:26 aa5968d388b8: Preparing 15:21:26 fcc6238bcde2: Layer already exists 15:21:26 125419aa0a3b: Layer already exists 15:21:26 aa5968d388b8: Layer already exists 15:21:26 a976e1d3a200: Layer already exists 15:21:26 547db1eefe56: Layer already exists 15:21:26 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:26 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:27 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:21:27 547db1eefe56: Preparing 15:21:27 125419aa0a3b: Preparing 15:21:27 a976e1d3a200: Preparing 15:21:27 fcc6238bcde2: Preparing 15:21:27 aa5968d388b8: Preparing 15:21:27 a976e1d3a200: Layer already exists 15:21:27 125419aa0a3b: Layer already exists 15:21:27 547db1eefe56: Layer already exists 15:21:27 fcc6238bcde2: Layer already exists 15:21:27 aa5968d388b8: Layer already exists 15:21:27 main: digest: sha256:ab5122fd130ef2f2620d695715863382ed5d2094fbc3c9b3df9bec46ca35344f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:27 ===================================================== [Pipeline] echo 15:21:27 taggedImages: 15:21:27 - nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:27 - nexus3.edgexfoundry.org:10004/core-command:latest 15:21:27 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.83 15:21:27 - nexus3.edgexfoundry.org:10004/core-command:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:27 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:21:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:21:27 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:27 latest 15:21:27 3.0.0-dev.83 15:21:27 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:27 main 15:21:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:27 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:21:27 cd7097cf6b15: Preparing 15:21:27 3f2ec8c0cd6e: Preparing 15:21:27 8f75cd0231bf: Preparing 15:21:27 da79d9f46f9d: Preparing 15:21:27 a976e1d3a200: Preparing 15:21:27 46a728b77e62: Preparing 15:21:27 aa5968d388b8: Preparing 15:21:27 46a728b77e62: Waiting 15:21:27 a976e1d3a200: Layer already exists 15:21:27 3f2ec8c0cd6e: Pushed 15:21:27 aa5968d388b8: Layer already exists 15:21:27 8f75cd0231bf: Pushed 15:21:27 46a728b77e62: Pushed 15:21:27 cd7097cf6b15: Pushed 15:21:28 da79d9f46f9d: Pushed 15:21:29 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:29 + 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:21:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:21:29 cd7097cf6b15: Preparing 15:21:29 3f2ec8c0cd6e: Preparing 15:21:29 8f75cd0231bf: Preparing 15:21:29 da79d9f46f9d: Preparing 15:21:29 a976e1d3a200: Preparing 15:21:29 46a728b77e62: Preparing 15:21:29 aa5968d388b8: Preparing 15:21:29 46a728b77e62: Waiting 15:21:29 aa5968d388b8: Waiting 15:21:29 8f75cd0231bf: Layer already exists 15:21:29 3f2ec8c0cd6e: Layer already exists 15:21:29 da79d9f46f9d: Layer already exists 15:21:29 cd7097cf6b15: Layer already exists 15:21:29 a976e1d3a200: Layer already exists 15:21:29 46a728b77e62: Layer already exists 15:21:29 aa5968d388b8: Layer already exists 15:21:29 latest: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 15:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:21:30 cd7097cf6b15: Preparing 15:21:30 3f2ec8c0cd6e: Preparing 15:21:30 8f75cd0231bf: Preparing 15:21:30 da79d9f46f9d: Preparing 15:21:30 a976e1d3a200: Preparing 15:21:30 46a728b77e62: Preparing 15:21:30 aa5968d388b8: Preparing 15:21:30 46a728b77e62: Waiting 15:21:30 aa5968d388b8: Waiting 15:21:30 a976e1d3a200: Layer already exists 15:21:30 8f75cd0231bf: Layer already exists 15:21:30 3f2ec8c0cd6e: Layer already exists 15:21:30 da79d9f46f9d: Layer already exists 15:21:30 cd7097cf6b15: Layer already exists 15:21:30 46a728b77e62: Layer already exists 15:21:30 aa5968d388b8: Layer already exists 15:21:30 3.0.0-dev.83: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:30 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:21:30 cd7097cf6b15: Preparing 15:21:30 3f2ec8c0cd6e: Preparing 15:21:30 8f75cd0231bf: Preparing 15:21:30 da79d9f46f9d: Preparing 15:21:30 a976e1d3a200: Preparing 15:21:30 46a728b77e62: Preparing 15:21:30 aa5968d388b8: Preparing 15:21:30 46a728b77e62: Waiting 15:21:30 aa5968d388b8: Waiting 15:21:30 a976e1d3a200: Layer already exists 15:21:30 3f2ec8c0cd6e: Layer already exists 15:21:30 cd7097cf6b15: Layer already exists 15:21:30 8f75cd0231bf: Layer already exists 15:21:30 da79d9f46f9d: Layer already exists 15:21:30 aa5968d388b8: Layer already exists 15:21:30 46a728b77e62: Layer already exists 15:21:30 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:31 + 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:21:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:21:31 cd7097cf6b15: Preparing 15:21:31 3f2ec8c0cd6e: Preparing 15:21:31 8f75cd0231bf: Preparing 15:21:31 da79d9f46f9d: Preparing 15:21:31 a976e1d3a200: Preparing 15:21:31 46a728b77e62: Preparing 15:21:31 aa5968d388b8: Preparing 15:21:31 46a728b77e62: Waiting 15:21:31 aa5968d388b8: Waiting 15:21:31 3f2ec8c0cd6e: Layer already exists 15:21:31 8f75cd0231bf: Layer already exists 15:21:31 da79d9f46f9d: Layer already exists 15:21:31 cd7097cf6b15: Layer already exists 15:21:31 a976e1d3a200: Layer already exists 15:21:31 46a728b77e62: Layer already exists 15:21:31 aa5968d388b8: Layer already exists 15:21:31 main: digest: sha256:51ae85909ba177250a006006449c57755eb1daa65981ac2df56ec624926b37fd size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:31 ===================================================== [Pipeline] echo 15:21:31 taggedImages: 15:21:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:21:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.83 15:21:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:21:31 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:21:31 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:31 latest 15:21:31 3.0.0-dev.83 15:21:31 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:31 main 15:21:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:32 + docker push nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:21:32 10672249d486: Preparing 15:21:32 7ed420beeb77: Preparing 15:21:32 a976e1d3a200: Preparing 15:21:32 6ab062a1224b: Preparing 15:21:32 aa5968d388b8: Preparing 15:21:32 aa5968d388b8: Layer already exists 15:21:32 a976e1d3a200: Layer already exists 15:21:32 10672249d486: Pushed 15:21:32 6ab062a1224b: Pushed 15:21:33 7ed420beeb77: Pushed 15:21:33 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:34 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:21:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:21:34 10672249d486: Preparing 15:21:34 7ed420beeb77: Preparing 15:21:34 a976e1d3a200: Preparing 15:21:34 6ab062a1224b: Preparing 15:21:34 aa5968d388b8: Preparing 15:21:34 10672249d486: Layer already exists 15:21:34 aa5968d388b8: Layer already exists 15:21:34 7ed420beeb77: Layer already exists 15:21:34 a976e1d3a200: Layer already exists 15:21:34 6ab062a1224b: Layer already exists 15:21:34 latest: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:34 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:34 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 15:21:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:21:34 10672249d486: Preparing 15:21:34 7ed420beeb77: Preparing 15:21:34 a976e1d3a200: Preparing 15:21:34 6ab062a1224b: Preparing 15:21:34 aa5968d388b8: Preparing 15:21:34 a976e1d3a200: Layer already exists 15:21:34 aa5968d388b8: Layer already exists 15:21:34 10672249d486: Layer already exists 15:21:34 6ab062a1224b: Layer already exists 15:21:34 7ed420beeb77: Layer already exists 15:21:34 3.0.0-dev.83: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:35 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:35 + docker push nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:21:35 10672249d486: Preparing 15:21:35 7ed420beeb77: Preparing 15:21:35 a976e1d3a200: Preparing 15:21:35 6ab062a1224b: Preparing 15:21:35 aa5968d388b8: Preparing 15:21:35 7ed420beeb77: Layer already exists 15:21:35 10672249d486: Layer already exists 15:21:35 6ab062a1224b: Layer already exists 15:21:35 a976e1d3a200: Layer already exists 15:21:35 aa5968d388b8: Layer already exists 15:21:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:35 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:36 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:21:36 10672249d486: Preparing 15:21:36 7ed420beeb77: Preparing 15:21:36 a976e1d3a200: Preparing 15:21:36 6ab062a1224b: Preparing 15:21:36 aa5968d388b8: Preparing 15:21:36 10672249d486: Layer already exists 15:21:36 a976e1d3a200: Layer already exists 15:21:36 6ab062a1224b: Layer already exists 15:21:36 aa5968d388b8: Layer already exists 15:21:36 7ed420beeb77: Layer already exists 15:21:36 main: digest: sha256:564ab4077176b0dd93ac90b93c36424140676a331c703348f916aab104ae4353 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:36 ===================================================== [Pipeline] echo 15:21:36 taggedImages: 15:21:36 - nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:36 - nexus3.edgexfoundry.org:10004/core-data:latest 15:21:36 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.83 15:21:36 - nexus3.edgexfoundry.org:10004/core-data:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:36 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:21:36 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:21:36 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:36 latest 15:21:36 3.0.0-dev.83 15:21:36 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:36 main 15:21:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:36 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:21:36 2bd47697d51f: Preparing 15:21:36 f782520d3410: Preparing 15:21:36 cb8bcb0448c0: Preparing 15:21:36 a976e1d3a200: Preparing 15:21:36 fcc6238bcde2: Preparing 15:21:36 aa5968d388b8: Preparing 15:21:36 aa5968d388b8: Waiting 15:21:36 a976e1d3a200: Layer already exists 15:21:36 fcc6238bcde2: Layer already exists 15:21:36 aa5968d388b8: Layer already exists 15:21:36 f782520d3410: Pushed 15:21:36 2bd47697d51f: Pushed 15:21:38 cb8bcb0448c0: Pushed 15:21:38 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:21:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:21:38 2bd47697d51f: Preparing 15:21:38 f782520d3410: Preparing 15:21:38 cb8bcb0448c0: Preparing 15:21:38 a976e1d3a200: Preparing 15:21:38 fcc6238bcde2: Preparing 15:21:38 aa5968d388b8: Preparing 15:21:38 aa5968d388b8: Waiting 15:21:38 2bd47697d51f: Layer already exists 15:21:38 cb8bcb0448c0: Layer already exists 15:21:38 fcc6238bcde2: Layer already exists 15:21:38 a976e1d3a200: Layer already exists 15:21:38 f782520d3410: Layer already exists 15:21:38 aa5968d388b8: Layer already exists 15:21:38 latest: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 15:21:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:21:39 2bd47697d51f: Preparing 15:21:39 f782520d3410: Preparing 15:21:39 cb8bcb0448c0: Preparing 15:21:39 a976e1d3a200: Preparing 15:21:39 fcc6238bcde2: Preparing 15:21:39 aa5968d388b8: Preparing 15:21:39 aa5968d388b8: Waiting 15:21:39 fcc6238bcde2: Layer already exists 15:21:39 a976e1d3a200: Layer already exists 15:21:39 f782520d3410: Layer already exists 15:21:39 2bd47697d51f: Layer already exists 15:21:39 cb8bcb0448c0: Layer already exists 15:21:39 aa5968d388b8: Layer already exists 15:21:39 3.0.0-dev.83: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:21:40 2bd47697d51f: Preparing 15:21:40 f782520d3410: Preparing 15:21:40 cb8bcb0448c0: Preparing 15:21:40 a976e1d3a200: Preparing 15:21:40 fcc6238bcde2: Preparing 15:21:40 aa5968d388b8: Preparing 15:21:40 aa5968d388b8: Waiting 15:21:40 a976e1d3a200: Layer already exists 15:21:40 cb8bcb0448c0: Layer already exists 15:21:40 f782520d3410: Layer already exists 15:21:40 fcc6238bcde2: Layer already exists 15:21:40 2bd47697d51f: Layer already exists 15:21:40 aa5968d388b8: Layer already exists 15:21:40 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:21:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:21:40 2bd47697d51f: Preparing 15:21:40 f782520d3410: Preparing 15:21:40 cb8bcb0448c0: Preparing 15:21:40 a976e1d3a200: Preparing 15:21:40 fcc6238bcde2: Preparing 15:21:40 aa5968d388b8: Preparing 15:21:40 aa5968d388b8: Waiting 15:21:40 f782520d3410: Layer already exists 15:21:40 a976e1d3a200: Layer already exists 15:21:40 cb8bcb0448c0: Layer already exists 15:21:40 2bd47697d51f: Layer already exists 15:21:40 fcc6238bcde2: Layer already exists 15:21:40 aa5968d388b8: Layer already exists 15:21:40 main: digest: sha256:ee679fc1c80f79b0ba3c93016ec4b94334e256ead4671858ba9e400517c5d48e size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:40 ===================================================== [Pipeline] echo 15:21:40 taggedImages: 15:21:40 - nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:40 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:21:40 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.83 15:21:40 - nexus3.edgexfoundry.org:10004/core-metadata:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:40 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:21:40 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:21:40 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:40 latest 15:21:40 3.0.0-dev.83 15:21:40 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:40 main 15:21:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:41 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:21:41 b4ef7506071a: Preparing 15:21:41 b4ef7506071a: Preparing 15:21:41 f1f6ee53da0a: Preparing 15:21:41 b82b72b5f1ab: Preparing 15:21:41 15afb9a841cc: Preparing 15:21:41 61344b5b5721: Preparing 15:21:41 9020d63f4a4a: Preparing 15:21:41 a976e1d3a200: Preparing 15:21:41 81e30a5d604a: Preparing 15:21:41 3797065386f3: Preparing 15:21:41 00507434e8a6: Preparing 15:21:41 87cd3ec130d9: Preparing 15:21:41 aa5968d388b8: Preparing 15:21:41 81e30a5d604a: Waiting 15:21:41 3797065386f3: Waiting 15:21:41 00507434e8a6: Waiting 15:21:41 87cd3ec130d9: Waiting 15:21:41 a976e1d3a200: Waiting 15:21:41 aa5968d388b8: Waiting 15:21:41 9020d63f4a4a: Waiting 15:21:41 61344b5b5721: Pushed 15:21:41 b4ef7506071a: Pushed 15:21:41 f1f6ee53da0a: Pushed 15:21:41 15afb9a841cc: Pushed 15:21:41 b82b72b5f1ab: Pushed 15:21:41 a976e1d3a200: Layer already exists 15:21:41 3797065386f3: Pushed 15:21:41 81e30a5d604a: Pushed 15:21:41 87cd3ec130d9: Pushed 15:21:41 aa5968d388b8: Layer already exists 15:21:41 00507434e8a6: Pushed 15:21:43 9020d63f4a4a: Pushed 15:21:43 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:21:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:21:43 b4ef7506071a: Preparing 15:21:43 b4ef7506071a: Preparing 15:21:43 f1f6ee53da0a: Preparing 15:21:43 b82b72b5f1ab: Preparing 15:21:43 15afb9a841cc: Preparing 15:21:43 61344b5b5721: Preparing 15:21:43 9020d63f4a4a: Preparing 15:21:43 a976e1d3a200: Preparing 15:21:43 81e30a5d604a: Preparing 15:21:43 3797065386f3: Preparing 15:21:43 00507434e8a6: Preparing 15:21:43 87cd3ec130d9: Preparing 15:21:43 aa5968d388b8: Preparing 15:21:43 9020d63f4a4a: Waiting 15:21:43 a976e1d3a200: Waiting 15:21:43 81e30a5d604a: Waiting 15:21:43 3797065386f3: Waiting 15:21:43 87cd3ec130d9: Waiting 15:21:43 00507434e8a6: Waiting 15:21:43 aa5968d388b8: Waiting 15:21:43 f1f6ee53da0a: Layer already exists 15:21:43 15afb9a841cc: Layer already exists 15:21:43 b4ef7506071a: Layer already exists 15:21:43 b82b72b5f1ab: Layer already exists 15:21:43 61344b5b5721: Layer already exists 15:21:43 a976e1d3a200: Layer already exists 15:21:43 9020d63f4a4a: Layer already exists 15:21:43 81e30a5d604a: Layer already exists 15:21:43 3797065386f3: Layer already exists 15:21:43 00507434e8a6: Layer already exists 15:21:43 87cd3ec130d9: Layer already exists 15:21:43 aa5968d388b8: Layer already exists 15:21:43 latest: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 15:21:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:21:44 b4ef7506071a: Preparing 15:21:44 b4ef7506071a: Preparing 15:21:44 f1f6ee53da0a: Preparing 15:21:44 b82b72b5f1ab: Preparing 15:21:44 15afb9a841cc: Preparing 15:21:44 61344b5b5721: Preparing 15:21:44 9020d63f4a4a: Preparing 15:21:44 a976e1d3a200: Preparing 15:21:44 81e30a5d604a: Preparing 15:21:44 3797065386f3: Preparing 15:21:44 00507434e8a6: Preparing 15:21:44 87cd3ec130d9: Preparing 15:21:44 aa5968d388b8: Preparing 15:21:44 3797065386f3: Waiting 15:21:44 00507434e8a6: Waiting 15:21:44 9020d63f4a4a: Waiting 15:21:44 a976e1d3a200: Waiting 15:21:44 81e30a5d604a: Waiting 15:21:44 aa5968d388b8: Waiting 15:21:44 61344b5b5721: Layer already exists 15:21:44 b4ef7506071a: Layer already exists 15:21:44 f1f6ee53da0a: Layer already exists 15:21:44 b82b72b5f1ab: Layer already exists 15:21:44 15afb9a841cc: Layer already exists 15:21:44 9020d63f4a4a: Layer already exists 15:21:44 81e30a5d604a: Layer already exists 15:21:44 00507434e8a6: Layer already exists 15:21:44 3797065386f3: Layer already exists 15:21:44 a976e1d3a200: Layer already exists 15:21:44 87cd3ec130d9: Layer already exists 15:21:44 aa5968d388b8: Layer already exists 15:21:44 3.0.0-dev.83: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:21:44 b4ef7506071a: Preparing 15:21:44 b4ef7506071a: Preparing 15:21:44 f1f6ee53da0a: Preparing 15:21:44 b82b72b5f1ab: Preparing 15:21:44 15afb9a841cc: Preparing 15:21:44 61344b5b5721: Preparing 15:21:44 9020d63f4a4a: Preparing 15:21:44 a976e1d3a200: Preparing 15:21:44 81e30a5d604a: Preparing 15:21:44 3797065386f3: Preparing 15:21:44 00507434e8a6: Preparing 15:21:44 87cd3ec130d9: Preparing 15:21:44 aa5968d388b8: Preparing 15:21:44 81e30a5d604a: Waiting 15:21:44 9020d63f4a4a: Waiting 15:21:44 87cd3ec130d9: Waiting 15:21:44 3797065386f3: Waiting 15:21:44 a976e1d3a200: Waiting 15:21:44 aa5968d388b8: Waiting 15:21:44 00507434e8a6: Waiting 15:21:44 61344b5b5721: Layer already exists 15:21:44 b82b72b5f1ab: Layer already exists 15:21:44 15afb9a841cc: Layer already exists 15:21:44 f1f6ee53da0a: Layer already exists 15:21:44 b4ef7506071a: Layer already exists 15:21:44 9020d63f4a4a: Layer already exists 15:21:44 a976e1d3a200: Layer already exists 15:21:44 81e30a5d604a: Layer already exists 15:21:44 3797065386f3: Layer already exists 15:21:44 00507434e8a6: Layer already exists 15:21:44 87cd3ec130d9: Layer already exists 15:21:44 aa5968d388b8: Layer already exists 15:21:44 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:21:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:21:45 b4ef7506071a: Preparing 15:21:45 b4ef7506071a: Preparing 15:21:45 f1f6ee53da0a: Preparing 15:21:45 b82b72b5f1ab: Preparing 15:21:45 15afb9a841cc: Preparing 15:21:45 61344b5b5721: Preparing 15:21:45 9020d63f4a4a: Preparing 15:21:45 a976e1d3a200: Preparing 15:21:45 81e30a5d604a: Preparing 15:21:45 3797065386f3: Preparing 15:21:45 00507434e8a6: Preparing 15:21:45 87cd3ec130d9: Preparing 15:21:45 aa5968d388b8: Preparing 15:21:45 a976e1d3a200: Waiting 15:21:45 81e30a5d604a: Waiting 15:21:45 87cd3ec130d9: Waiting 15:21:45 aa5968d388b8: Waiting 15:21:45 3797065386f3: Waiting 15:21:45 00507434e8a6: Waiting 15:21:45 9020d63f4a4a: Waiting 15:21:45 b82b72b5f1ab: Layer already exists 15:21:45 f1f6ee53da0a: Layer already exists 15:21:45 61344b5b5721: Layer already exists 15:21:45 15afb9a841cc: Layer already exists 15:21:45 b4ef7506071a: Layer already exists 15:21:45 81e30a5d604a: Layer already exists 15:21:45 9020d63f4a4a: Layer already exists 15:21:45 a976e1d3a200: Layer already exists 15:21:45 3797065386f3: Layer already exists 15:21:45 00507434e8a6: Layer already exists 15:21:45 87cd3ec130d9: Layer already exists 15:21:45 aa5968d388b8: Layer already exists 15:21:45 main: digest: sha256:aeef058b8d7177b86f94a7c8d93ec0b71c40f643f595340b8866319eee5eac73 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:45 ===================================================== [Pipeline] echo 15:21:45 taggedImages: 15:21:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:21:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.83 15:21:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:21:45 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 15:21:45 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:45 latest 15:21:45 3.0.0-dev.83 15:21:45 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:45 main 15:21:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:45 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:21:46 978d15556f45: Preparing 15:21:46 c94e81417ea9: Preparing 15:21:46 633b04f6af90: Preparing 15:21:46 d4384f0f11d8: Preparing 15:21:46 a976e1d3a200: Preparing 15:21:46 46a728b77e62: Preparing 15:21:46 aa5968d388b8: Preparing 15:21:46 46a728b77e62: Waiting 15:21:46 aa5968d388b8: Waiting 15:21:46 a976e1d3a200: Layer already exists 15:21:46 46a728b77e62: Layer already exists 15:21:46 aa5968d388b8: Layer already exists 15:21:46 633b04f6af90: Pushed 15:21:46 c94e81417ea9: Pushed 15:21:46 978d15556f45: Pushed 15:21:47 d4384f0f11d8: Pushed 15:21:47 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:47 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:21:48 978d15556f45: Preparing 15:21:48 c94e81417ea9: Preparing 15:21:48 633b04f6af90: Preparing 15:21:48 d4384f0f11d8: Preparing 15:21:48 a976e1d3a200: Preparing 15:21:48 46a728b77e62: Preparing 15:21:48 aa5968d388b8: Preparing 15:21:48 46a728b77e62: Waiting 15:21:48 aa5968d388b8: Waiting 15:21:48 d4384f0f11d8: Layer already exists 15:21:48 a976e1d3a200: Layer already exists 15:21:48 633b04f6af90: Layer already exists 15:21:48 978d15556f45: Layer already exists 15:21:48 c94e81417ea9: Layer already exists 15:21:48 aa5968d388b8: Layer already exists 15:21:48 46a728b77e62: Layer already exists 15:21:48 latest: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:48 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 15:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:21:48 978d15556f45: Preparing 15:21:48 c94e81417ea9: Preparing 15:21:48 633b04f6af90: Preparing 15:21:48 d4384f0f11d8: Preparing 15:21:48 a976e1d3a200: Preparing 15:21:48 46a728b77e62: Preparing 15:21:48 aa5968d388b8: Preparing 15:21:48 46a728b77e62: Waiting 15:21:48 a976e1d3a200: Layer already exists 15:21:48 c94e81417ea9: Layer already exists 15:21:48 633b04f6af90: Layer already exists 15:21:48 978d15556f45: Layer already exists 15:21:48 d4384f0f11d8: Layer already exists 15:21:48 46a728b77e62: Layer already exists 15:21:48 aa5968d388b8: Layer already exists 15:21:48 3.0.0-dev.83: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:21:49 978d15556f45: Preparing 15:21:49 c94e81417ea9: Preparing 15:21:49 633b04f6af90: Preparing 15:21:49 d4384f0f11d8: Preparing 15:21:49 a976e1d3a200: Preparing 15:21:49 46a728b77e62: Preparing 15:21:49 aa5968d388b8: Preparing 15:21:49 46a728b77e62: Waiting 15:21:49 aa5968d388b8: Waiting 15:21:49 d4384f0f11d8: Layer already exists 15:21:49 978d15556f45: Layer already exists 15:21:49 c94e81417ea9: Layer already exists 15:21:49 633b04f6af90: Layer already exists 15:21:49 a976e1d3a200: Layer already exists 15:21:49 46a728b77e62: Layer already exists 15:21:49 aa5968d388b8: Layer already exists 15:21:49 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:49 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 15:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 15:21:49 978d15556f45: Preparing 15:21:49 c94e81417ea9: Preparing 15:21:49 633b04f6af90: Preparing 15:21:49 d4384f0f11d8: Preparing 15:21:49 a976e1d3a200: Preparing 15:21:49 46a728b77e62: Preparing 15:21:49 aa5968d388b8: Preparing 15:21:49 46a728b77e62: Waiting 15:21:49 aa5968d388b8: Waiting 15:21:49 a976e1d3a200: Layer already exists 15:21:49 978d15556f45: Layer already exists 15:21:49 d4384f0f11d8: Layer already exists 15:21:49 633b04f6af90: Layer already exists 15:21:49 c94e81417ea9: Layer already exists 15:21:49 46a728b77e62: Layer already exists 15:21:49 aa5968d388b8: Layer already exists 15:21:49 main: digest: sha256:c27872b1b70f67888f71abfe066c529417e59bcdfaef0adaadb6884483e3107f size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:49 ===================================================== [Pipeline] echo 15:21:49 taggedImages: 15:21:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 15:21:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.83 15:21:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:49 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 15:21:49 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:21:49 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:49 latest 15:21:49 3.0.0-dev.83 15:21:49 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:49 main 15:21:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:21:50 92ff92e13fbf: Preparing 15:21:50 b4de17fc46d5: Preparing 15:21:50 2e20c767c54e: Preparing 15:21:50 2fad24031177: Preparing 15:21:50 0e2424c5f6c9: Preparing 15:21:50 00a68c4bc896: Preparing 15:21:50 aa5968d388b8: Preparing 15:21:50 00a68c4bc896: Waiting 15:21:50 aa5968d388b8: Waiting 15:21:50 92ff92e13fbf: Pushed 15:21:50 0e2424c5f6c9: Pushed 15:21:50 b4de17fc46d5: Pushed 15:21:50 2fad24031177: Pushed 15:21:50 aa5968d388b8: Layer already exists 15:21:50 00a68c4bc896: Pushed 15:21:51 2e20c767c54e: Pushed 15:21:51 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:21:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:21:52 92ff92e13fbf: Preparing 15:21:52 b4de17fc46d5: Preparing 15:21:52 2e20c767c54e: Preparing 15:21:52 2fad24031177: Preparing 15:21:52 0e2424c5f6c9: Preparing 15:21:52 00a68c4bc896: Preparing 15:21:52 aa5968d388b8: Preparing 15:21:52 aa5968d388b8: Waiting 15:21:52 00a68c4bc896: Waiting 15:21:52 92ff92e13fbf: Layer already exists 15:21:52 2e20c767c54e: Layer already exists 15:21:52 0e2424c5f6c9: Layer already exists 15:21:52 2fad24031177: Layer already exists 15:21:52 b4de17fc46d5: Layer already exists 15:21:52 00a68c4bc896: Layer already exists 15:21:52 aa5968d388b8: Layer already exists 15:21:52 latest: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 15:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:21:53 92ff92e13fbf: Preparing 15:21:53 b4de17fc46d5: Preparing 15:21:53 2e20c767c54e: Preparing 15:21:53 2fad24031177: Preparing 15:21:53 0e2424c5f6c9: Preparing 15:21:53 00a68c4bc896: Preparing 15:21:53 aa5968d388b8: Preparing 15:21:53 00a68c4bc896: Waiting 15:21:53 aa5968d388b8: Waiting 15:21:53 2e20c767c54e: Layer already exists 15:21:53 b4de17fc46d5: Layer already exists 15:21:53 0e2424c5f6c9: Layer already exists 15:21:53 92ff92e13fbf: Layer already exists 15:21:53 2fad24031177: Layer already exists 15:21:53 00a68c4bc896: Layer already exists 15:21:53 aa5968d388b8: Layer already exists 15:21:53 3.0.0-dev.83: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:21:53 92ff92e13fbf: Preparing 15:21:53 b4de17fc46d5: Preparing 15:21:53 2e20c767c54e: Preparing 15:21:53 2fad24031177: Preparing 15:21:53 0e2424c5f6c9: Preparing 15:21:53 00a68c4bc896: Preparing 15:21:53 aa5968d388b8: Preparing 15:21:53 aa5968d388b8: Waiting 15:21:53 00a68c4bc896: Waiting 15:21:53 b4de17fc46d5: Layer already exists 15:21:53 2e20c767c54e: Layer already exists 15:21:53 0e2424c5f6c9: Layer already exists 15:21:53 92ff92e13fbf: Layer already exists 15:21:53 2fad24031177: Layer already exists 15:21:53 00a68c4bc896: Layer already exists 15:21:53 aa5968d388b8: Layer already exists 15:21:53 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:21:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:21:54 92ff92e13fbf: Preparing 15:21:54 b4de17fc46d5: Preparing 15:21:54 2e20c767c54e: Preparing 15:21:54 2fad24031177: Preparing 15:21:54 0e2424c5f6c9: Preparing 15:21:54 00a68c4bc896: Preparing 15:21:54 aa5968d388b8: Preparing 15:21:54 00a68c4bc896: Waiting 15:21:54 aa5968d388b8: Waiting 15:21:54 2fad24031177: Layer already exists 15:21:54 0e2424c5f6c9: Layer already exists 15:21:54 92ff92e13fbf: Layer already exists 15:21:54 2e20c767c54e: Layer already exists 15:21:54 b4de17fc46d5: Layer already exists 15:21:54 aa5968d388b8: Layer already exists 15:21:54 00a68c4bc896: Layer already exists 15:21:54 main: digest: sha256:c683150ce448cf1c7480aefd3b103b24601f5b18a3122fc729470a66b8cf8372 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:54 ===================================================== [Pipeline] echo 15:21:54 taggedImages: 15:21:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:21:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.83 15:21:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:21:54 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:21:54 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:54 latest 15:21:54 3.0.0-dev.83 15:21:54 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:54 main 15:21:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:21:54 70f40e3b0469: Preparing 15:21:54 501263cb7e0a: Preparing 15:21:54 9777051e6191: Preparing 15:21:54 b2d2eb2a90a8: Preparing 15:21:54 20ada0beb344: Preparing 15:21:54 d8147028818e: Preparing 15:21:54 c4c2e08f17d1: Preparing 15:21:54 1d7426440b58: Preparing 15:21:54 aa5968d388b8: Preparing 15:21:54 c4c2e08f17d1: Waiting 15:21:54 aa5968d388b8: Waiting 15:21:54 1d7426440b58: Waiting 15:21:54 501263cb7e0a: Pushed 15:21:54 20ada0beb344: Pushed 15:21:54 70f40e3b0469: Pushed 15:21:55 c4c2e08f17d1: Pushed 15:21:55 d8147028818e: Pushed 15:21:55 aa5968d388b8: Layer already exists 15:21:55 1d7426440b58: Pushed 15:21:56 b2d2eb2a90a8: Pushed 15:21:56 9777051e6191: Pushed 15:21:56 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:21:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:21:57 70f40e3b0469: Preparing 15:21:57 501263cb7e0a: Preparing 15:21:57 9777051e6191: Preparing 15:21:57 b2d2eb2a90a8: Preparing 15:21:57 20ada0beb344: Preparing 15:21:57 d8147028818e: Preparing 15:21:57 c4c2e08f17d1: Preparing 15:21:57 1d7426440b58: Preparing 15:21:57 aa5968d388b8: Preparing 15:21:57 d8147028818e: Waiting 15:21:57 c4c2e08f17d1: Waiting 15:21:57 1d7426440b58: Waiting 15:21:57 9777051e6191: Layer already exists 15:21:57 501263cb7e0a: Layer already exists 15:21:57 b2d2eb2a90a8: Layer already exists 15:21:57 70f40e3b0469: Layer already exists 15:21:57 20ada0beb344: Layer already exists 15:21:57 d8147028818e: Layer already exists 15:21:57 c4c2e08f17d1: Layer already exists 15:21:57 aa5968d388b8: Layer already exists 15:21:57 1d7426440b58: Layer already exists 15:21:57 latest: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 15:21:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:21:57 70f40e3b0469: Preparing 15:21:57 501263cb7e0a: Preparing 15:21:57 9777051e6191: Preparing 15:21:57 b2d2eb2a90a8: Preparing 15:21:57 20ada0beb344: Preparing 15:21:57 d8147028818e: Preparing 15:21:57 c4c2e08f17d1: Preparing 15:21:57 1d7426440b58: Preparing 15:21:57 aa5968d388b8: Preparing 15:21:57 c4c2e08f17d1: Waiting 15:21:57 1d7426440b58: Waiting 15:21:57 aa5968d388b8: Waiting 15:21:57 d8147028818e: Waiting 15:21:57 501263cb7e0a: Layer already exists 15:21:57 20ada0beb344: Layer already exists 15:21:57 9777051e6191: Layer already exists 15:21:57 70f40e3b0469: Layer already exists 15:21:57 b2d2eb2a90a8: Layer already exists 15:21:57 d8147028818e: Layer already exists 15:21:57 c4c2e08f17d1: Layer already exists 15:21:57 1d7426440b58: Layer already exists 15:21:57 aa5968d388b8: Layer already exists 15:21:57 3.0.0-dev.83: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:21:58 70f40e3b0469: Preparing 15:21:58 501263cb7e0a: Preparing 15:21:58 9777051e6191: Preparing 15:21:58 b2d2eb2a90a8: Preparing 15:21:58 20ada0beb344: Preparing 15:21:58 d8147028818e: Preparing 15:21:58 c4c2e08f17d1: Preparing 15:21:58 1d7426440b58: Preparing 15:21:58 aa5968d388b8: Preparing 15:21:58 d8147028818e: Waiting 15:21:58 c4c2e08f17d1: Waiting 15:21:58 1d7426440b58: Waiting 15:21:58 aa5968d388b8: Waiting 15:21:58 20ada0beb344: Layer already exists 15:21:58 501263cb7e0a: Layer already exists 15:21:58 70f40e3b0469: Layer already exists 15:21:58 9777051e6191: Layer already exists 15:21:58 b2d2eb2a90a8: Layer already exists 15:21:58 d8147028818e: Layer already exists 15:21:58 c4c2e08f17d1: Layer already exists 15:21:58 1d7426440b58: Layer already exists 15:21:58 aa5968d388b8: Layer already exists 15:21:58 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:58 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:21:59 70f40e3b0469: Preparing 15:21:59 501263cb7e0a: Preparing 15:21:59 9777051e6191: Preparing 15:21:59 b2d2eb2a90a8: Preparing 15:21:59 20ada0beb344: Preparing 15:21:59 d8147028818e: Preparing 15:21:59 c4c2e08f17d1: Preparing 15:21:59 1d7426440b58: Preparing 15:21:59 aa5968d388b8: Preparing 15:21:59 d8147028818e: Waiting 15:21:59 c4c2e08f17d1: Waiting 15:21:59 1d7426440b58: Waiting 15:21:59 aa5968d388b8: Waiting 15:21:59 70f40e3b0469: Layer already exists 15:21:59 501263cb7e0a: Layer already exists 15:21:59 9777051e6191: Layer already exists 15:21:59 b2d2eb2a90a8: Layer already exists 15:21:59 20ada0beb344: Layer already exists 15:21:59 d8147028818e: Layer already exists 15:21:59 1d7426440b58: Layer already exists 15:21:59 c4c2e08f17d1: Layer already exists 15:21:59 aa5968d388b8: Layer already exists 15:21:59 main: digest: sha256:4325289005bb51f76c320d1dc0e5fbb9bf576d6f0ae120d3bb190cae79dcd2e6 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:21:59 ===================================================== [Pipeline] echo 15:21:59 taggedImages: 15:21:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:21:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.83 15:21:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:21:59 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:21:59 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:59 latest 15:21:59 3.0.0-dev.83 15:21:59 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:21:59 main 15:21:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:59 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:21:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:21:59 36f9aac2ec80: Preparing 15:21:59 00c62235e15f: Preparing 15:21:59 a976e1d3a200: Preparing 15:21:59 343dfc899b52: Preparing 15:21:59 4e6476652798: Preparing 15:21:59 a976e1d3a200: Layer already exists 15:21:59 4e6476652798: Layer already exists 15:21:59 36f9aac2ec80: Pushed 15:22:00 343dfc899b52: Pushed 15:22:02 00c62235e15f: Pushed 15:22:02 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:02 + 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:22:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:22:02 36f9aac2ec80: Preparing 15:22:02 00c62235e15f: Preparing 15:22:02 a976e1d3a200: Preparing 15:22:02 343dfc899b52: Preparing 15:22:02 4e6476652798: Preparing 15:22:02 00c62235e15f: Layer already exists 15:22:02 a976e1d3a200: Layer already exists 15:22:02 343dfc899b52: Layer already exists 15:22:02 36f9aac2ec80: Layer already exists 15:22:02 4e6476652798: Layer already exists 15:22:02 latest: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 15:22:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:22:03 36f9aac2ec80: Preparing 15:22:03 00c62235e15f: Preparing 15:22:03 a976e1d3a200: Preparing 15:22:03 343dfc899b52: Preparing 15:22:03 4e6476652798: Preparing 15:22:03 4e6476652798: Layer already exists 15:22:03 00c62235e15f: Layer already exists 15:22:03 343dfc899b52: Layer already exists 15:22:03 a976e1d3a200: Layer already exists 15:22:03 36f9aac2ec80: Layer already exists 15:22:03 3.0.0-dev.83: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:22:04 36f9aac2ec80: Preparing 15:22:04 00c62235e15f: Preparing 15:22:04 a976e1d3a200: Preparing 15:22:04 343dfc899b52: Preparing 15:22:04 4e6476652798: Preparing 15:22:04 a976e1d3a200: Layer already exists 15:22:04 343dfc899b52: Layer already exists 15:22:04 4e6476652798: Layer already exists 15:22:04 36f9aac2ec80: Layer already exists 15:22:04 00c62235e15f: Layer already exists 15:22:04 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:04 + 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:22:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:22:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:22:04 36f9aac2ec80: Preparing 15:22:04 00c62235e15f: Preparing 15:22:04 a976e1d3a200: Preparing 15:22:04 343dfc899b52: Preparing 15:22:04 4e6476652798: Preparing 15:22:04 a976e1d3a200: Layer already exists 15:22:04 36f9aac2ec80: Layer already exists 15:22:04 00c62235e15f: Layer already exists 15:22:04 343dfc899b52: Layer already exists 15:22:04 4e6476652798: Layer already exists 15:22:04 main: digest: sha256:9ee6e01a3a79e8b72eaf16b313d60891b689f29751120ae9679ff660a9c933b0 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:04 ===================================================== [Pipeline] echo 15:22:04 taggedImages: 15:22:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:22:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.83 15:22:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:22:04 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:22:04 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:04 latest 15:22:04 3.0.0-dev.83 15:22:04 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:04 main 15:22:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:22:05 6dd7ca5eee5e: Preparing 15:22:05 802fab8f7de3: Preparing 15:22:05 c7e8c1b4b097: Preparing 15:22:05 a56d21c6278d: Preparing 15:22:05 c072a2d6c1f3: Preparing 15:22:05 29d2c9c4bbd3: Preparing 15:22:05 4e6476652798: Preparing 15:22:05 4e6476652798: Waiting 15:22:05 29d2c9c4bbd3: Waiting 15:22:05 6dd7ca5eee5e: Pushed 15:22:05 802fab8f7de3: Pushed 15:22:05 c7e8c1b4b097: Pushed 15:22:05 4e6476652798: Layer already exists 15:22:05 29d2c9c4bbd3: Pushed 15:22:09 c072a2d6c1f3: Pushed 15:22:12 a56d21c6278d: Pushed 15:22:12 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:22:13 6dd7ca5eee5e: Preparing 15:22:13 802fab8f7de3: Preparing 15:22:13 c7e8c1b4b097: Preparing 15:22:13 a56d21c6278d: Preparing 15:22:13 c072a2d6c1f3: Preparing 15:22:13 29d2c9c4bbd3: Preparing 15:22:13 4e6476652798: Preparing 15:22:13 29d2c9c4bbd3: Waiting 15:22:13 c072a2d6c1f3: Layer already exists 15:22:13 6dd7ca5eee5e: Layer already exists 15:22:13 a56d21c6278d: Layer already exists 15:22:13 802fab8f7de3: Layer already exists 15:22:13 c7e8c1b4b097: Layer already exists 15:22:13 4e6476652798: Layer already exists 15:22:13 29d2c9c4bbd3: Layer already exists 15:22:13 latest: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 15:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:22:13 6dd7ca5eee5e: Preparing 15:22:13 802fab8f7de3: Preparing 15:22:13 c7e8c1b4b097: Preparing 15:22:13 a56d21c6278d: Preparing 15:22:13 c072a2d6c1f3: Preparing 15:22:13 29d2c9c4bbd3: Preparing 15:22:13 4e6476652798: Preparing 15:22:13 29d2c9c4bbd3: Waiting 15:22:13 4e6476652798: Waiting 15:22:13 c072a2d6c1f3: Layer already exists 15:22:13 802fab8f7de3: Layer already exists 15:22:13 6dd7ca5eee5e: Layer already exists 15:22:13 a56d21c6278d: Layer already exists 15:22:13 c7e8c1b4b097: Layer already exists 15:22:13 29d2c9c4bbd3: Layer already exists 15:22:13 4e6476652798: Layer already exists 15:22:13 3.0.0-dev.83: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:22:14 6dd7ca5eee5e: Preparing 15:22:14 802fab8f7de3: Preparing 15:22:14 c7e8c1b4b097: Preparing 15:22:14 a56d21c6278d: Preparing 15:22:14 c072a2d6c1f3: Preparing 15:22:14 29d2c9c4bbd3: Preparing 15:22:14 4e6476652798: Preparing 15:22:14 29d2c9c4bbd3: Waiting 15:22:14 4e6476652798: Waiting 15:22:14 6dd7ca5eee5e: Layer already exists 15:22:14 802fab8f7de3: Layer already exists 15:22:14 c7e8c1b4b097: Layer already exists 15:22:14 a56d21c6278d: Layer already exists 15:22:14 c072a2d6c1f3: Layer already exists 15:22:14 29d2c9c4bbd3: Layer already exists 15:22:14 4e6476652798: Layer already exists 15:22:14 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:22:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:22:14 6dd7ca5eee5e: Preparing 15:22:14 802fab8f7de3: Preparing 15:22:14 c7e8c1b4b097: Preparing 15:22:14 a56d21c6278d: Preparing 15:22:14 c072a2d6c1f3: Preparing 15:22:14 29d2c9c4bbd3: Preparing 15:22:14 4e6476652798: Preparing 15:22:14 29d2c9c4bbd3: Waiting 15:22:14 4e6476652798: Waiting 15:22:14 c7e8c1b4b097: Layer already exists 15:22:14 a56d21c6278d: Layer already exists 15:22:14 802fab8f7de3: Layer already exists 15:22:14 c072a2d6c1f3: Layer already exists 15:22:14 6dd7ca5eee5e: Layer already exists 15:22:14 4e6476652798: Layer already exists 15:22:14 29d2c9c4bbd3: Layer already exists 15:22:14 main: digest: sha256:57a02e39d4e4e209e5e2a0171fa6930e399063f82b48d7152b57e0605b746d3b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:14 ===================================================== [Pipeline] echo 15:22:14 taggedImages: 15:22:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:22:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.83 15:22:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:14 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:22:14 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:22:14 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:14 latest 15:22:14 3.0.0-dev.83 15:22:14 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:14 main 15:22:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:15 Removing intermediate container ca806717dd53 15:22:15 ---> dbd0d2fa1d92 15:22:15 Step 7/23 : COPY . . 15:22:15 Removing intermediate container 2b19a7a328b5 15:22:15 ---> 1c370322e693 15:22:15 Step 8/22 : COPY . . 15:22:15 Removing intermediate container 4255eabe41d9 15:22:15 ---> 2824e06fefc6 15:22:15 Step 8/24 : COPY . . 15:22:15 Removing intermediate container c102772d2919 15:22:15 ---> 422cf25e0db6 15:22:15 Step 7/24 : COPY . . 15:22:15 Removing intermediate container 01accb589c33 15:22:15 ---> 21aed58e9b4d 15:22:15 Step 8/22 : COPY . . 15:22:15 ---> dd8b5c02e6c2 15:22:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:22:15 ---> 1cccba50e604 15:22:15 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:22:15 ---> bf18139c73e8 15:22:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:22:15 ---> b1b2d88b10a4 15:22:15 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:22:15 ---> Running in 08c2aa84299a 15:22:15 ---> Running in 640baebbc132 15:22:15 ---> 6cad10f395db 15:22:15 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:22:15 ---> Running in 189fb13813e8 15:22:15 ---> Running in 618fe9809b97 15:22:15 ---> Running in 95ca898949a8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:22:15 9292e9f7ca7d: Preparing 15:22:15 4b533be69544: Preparing 15:22:15 2d95b054a775: Preparing 15:22:15 2f8017f46591: Preparing 15:22:15 e3f473e4f5bb: Preparing 15:22:15 4e6476652798: Preparing 15:22:15 9292e9f7ca7d: Pushed 15:22:15 2d95b054a775: Pushed 15:22:15 4b533be69544: Pushed 15:22:15 4e6476652798: Layer already exists 15:22:15 e3f473e4f5bb: Pushed 15:22:15 Removing intermediate container 189fb13813e8 15:22:15 ---> 80fec1a34b33 15:22:15 Step 9/24 : WORKDIR /edgex-go/spire-build 15:22:16 ---> Running in cae55856547e 15:22:16 Removing intermediate container cae55856547e 15:22:16 ---> bb02d9b4bee2 15:22:16 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:22:16 ---> Running in b3288a4dd4a0 15:22:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:22:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:22:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:22:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:22:22 Removing intermediate container b3288a4dd4a0 15:22:22 ---> bdd134f5fbeb 15:22:22 Step 11/24 : WORKDIR /edgex-go 15:22:22 ---> Running in 0fdd8e55b77f 15:22:22 2f8017f46591: Pushed 15:22:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:22:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:22:22 9292e9f7ca7d: Preparing 15:22:22 4b533be69544: Preparing 15:22:22 2d95b054a775: Preparing 15:22:22 2f8017f46591: Preparing 15:22:22 e3f473e4f5bb: Preparing 15:22:22 4e6476652798: Preparing 15:22:22 4e6476652798: Waiting 15:22:22 2f8017f46591: Layer already exists 15:22:22 2d95b054a775: Layer already exists 15:22:22 9292e9f7ca7d: Layer already exists 15:22:22 e3f473e4f5bb: Layer already exists 15:22:22 4b533be69544: Layer already exists 15:22:22 4e6476652798: Layer already exists 15:22:22 latest: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:23 Removing intermediate container 0fdd8e55b77f 15:22:23 ---> 7e04c7198444 15:22:23 15:22:23 Step 12/24 : FROM alpine:3.15 15:22:23 3.15: Pulling from library/alpine 15:22:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 15:22:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:22:23 9292e9f7ca7d: Preparing 15:22:23 4b533be69544: Preparing 15:22:23 2d95b054a775: Preparing 15:22:23 2f8017f46591: Preparing 15:22:23 e3f473e4f5bb: Preparing 15:22:23 4e6476652798: Preparing 15:22:23 4e6476652798: Waiting 15:22:23 2d95b054a775: Layer already exists 15:22:23 e3f473e4f5bb: Layer already exists 15:22:23 9292e9f7ca7d: Layer already exists 15:22:23 4b533be69544: Layer already exists 15:22:23 2f8017f46591: Layer already exists 15:22:23 4e6476652798: Layer already exists 15:22:23 3.0.0-dev.83: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:22:24 9292e9f7ca7d: Preparing 15:22:24 4b533be69544: Preparing 15:22:24 2d95b054a775: Preparing 15:22:24 2f8017f46591: Preparing 15:22:24 e3f473e4f5bb: Preparing 15:22:24 4e6476652798: Preparing 15:22:24 4e6476652798: Waiting 15:22:24 4b533be69544: Layer already exists 15:22:24 e3f473e4f5bb: Layer already exists 15:22:24 2f8017f46591: Layer already exists 15:22:24 2d95b054a775: Layer already exists 15:22:24 9292e9f7ca7d: Layer already exists 15:22:24 4e6476652798: Layer already exists 15:22:24 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:22:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:22:24 9292e9f7ca7d: Preparing 15:22:24 4b533be69544: Preparing 15:22:24 2d95b054a775: Preparing 15:22:24 2f8017f46591: Preparing 15:22:24 e3f473e4f5bb: Preparing 15:22:24 4e6476652798: Preparing 15:22:24 4e6476652798: Waiting 15:22:24 9292e9f7ca7d: Layer already exists 15:22:24 e3f473e4f5bb: Layer already exists 15:22:24 4b533be69544: Layer already exists 15:22:24 2d95b054a775: Layer already exists 15:22:24 2f8017f46591: Layer already exists 15:22:24 4e6476652798: Layer already exists 15:22:24 main: digest: sha256:0335fde18b00ec1bf5705a211835201778c0550e99d19d248dbafcd9f8d66860 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:24 ===================================================== [Pipeline] echo 15:22:24 taggedImages: 15:22:24 - nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:24 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:22:24 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.83 15:22:24 - nexus3.edgexfoundry.org:10004/security-spire-config:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:24 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:22:24 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:22:24 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:24 latest 15:22:24 3.0.0-dev.83 15:22:24 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:24 main 15:22:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:22:25 a37adc194c44: Preparing 15:22:25 03c2ae9af48f: Preparing 15:22:25 90c08d33b44a: Preparing 15:22:25 2f8017f46591: Preparing 15:22:25 29d2c9c4bbd3: Preparing 15:22:25 4e6476652798: Preparing 15:22:25 4e6476652798: Waiting 15:22:25 2f8017f46591: Layer already exists 15:22:25 29d2c9c4bbd3: Layer already exists 15:22:25 4e6476652798: Layer already exists 15:22:25 90c08d33b44a: Pushed 15:22:25 03c2ae9af48f: Pushed 15:22:25 a37adc194c44: Pushed 15:22:25 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:25 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:22:25 Status: Downloaded newer image for alpine:3.15 15:22:25 ---> 354640af7b1b 15:22:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:22:25 ---> Running in cc1256dc6bc7 15:22:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:22:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:22:26 Removing intermediate container cc1256dc6bc7 15:22:26 ---> c8d2fac49b02 15:22:26 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:22:26 ---> Running in d6e1e849238b 15:22:27 a37adc194c44: Preparing 15:22:27 03c2ae9af48f: Preparing 15:22:27 90c08d33b44a: Preparing 15:22:27 2f8017f46591: Preparing 15:22:27 29d2c9c4bbd3: Preparing 15:22:27 4e6476652798: Preparing 15:22:27 4e6476652798: Waiting 15:22:27 03c2ae9af48f: Layer already exists 15:22:27 a37adc194c44: Layer already exists 15:22:27 2f8017f46591: Layer already exists 15:22:27 90c08d33b44a: Layer already exists 15:22:27 29d2c9c4bbd3: Layer already exists 15:22:27 4e6476652798: Layer already exists 15:22:27 latest: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:27 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 15:22:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:22:27 a37adc194c44: Preparing 15:22:27 03c2ae9af48f: Preparing 15:22:27 90c08d33b44a: Preparing 15:22:27 2f8017f46591: Preparing 15:22:27 29d2c9c4bbd3: Preparing 15:22:27 4e6476652798: Preparing 15:22:27 4e6476652798: Waiting 15:22:27 a37adc194c44: Layer already exists 15:22:27 03c2ae9af48f: Layer already exists 15:22:27 29d2c9c4bbd3: Layer already exists 15:22:27 2f8017f46591: Layer already exists 15:22:27 90c08d33b44a: Layer already exists 15:22:27 4e6476652798: Layer already exists 15:22:27 3.0.0-dev.83: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:22:28 a37adc194c44: Preparing 15:22:28 03c2ae9af48f: Preparing 15:22:28 90c08d33b44a: Preparing 15:22:28 2f8017f46591: Preparing 15:22:28 29d2c9c4bbd3: Preparing 15:22:28 4e6476652798: Preparing 15:22:28 4e6476652798: Waiting 15:22:28 a37adc194c44: Layer already exists 15:22:28 29d2c9c4bbd3: Layer already exists 15:22:28 03c2ae9af48f: Layer already exists 15:22:28 90c08d33b44a: Layer already exists 15:22:28 2f8017f46591: Layer already exists 15:22:28 4e6476652798: Layer already exists 15:22:28 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:22:29 a37adc194c44: Preparing 15:22:29 03c2ae9af48f: Preparing 15:22:29 90c08d33b44a: Preparing 15:22:29 2f8017f46591: Preparing 15:22:29 29d2c9c4bbd3: Preparing 15:22:29 4e6476652798: Preparing 15:22:29 4e6476652798: Waiting 15:22:29 29d2c9c4bbd3: Layer already exists 15:22:29 90c08d33b44a: Layer already exists 15:22:29 a37adc194c44: Layer already exists 15:22:29 03c2ae9af48f: Layer already exists 15:22:29 2f8017f46591: Layer already exists 15:22:29 4e6476652798: Layer already exists 15:22:29 main: digest: sha256:46193961c90db16be6902a0d1f42076a381aacd308315100193caa82a216083c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:29 ===================================================== [Pipeline] echo 15:22:29 taggedImages: 15:22:29 - nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:29 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:22:29 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.83 15:22:29 - nexus3.edgexfoundry.org:10004/security-spire-server:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:29 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:22:29 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:22:29 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:29 latest 15:22:29 3.0.0-dev.83 15:22:29 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:29 main 15:22:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:22:29 dc166efd49c9: Preparing 15:22:29 92767c714a35: Preparing 15:22:29 a976e1d3a200: Preparing 15:22:29 309088bf7e76: Preparing 15:22:29 aa5968d388b8: Preparing 15:22:29 aa5968d388b8: Layer already exists 15:22:29 a976e1d3a200: Layer already exists 15:22:29 dc166efd49c9: Pushed 15:22:29 309088bf7e76: Pushed 15:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:22:32 92767c714a35: Pushed 15:22:32 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:32 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:22:32 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:22:32 OK: 15736 distinct packages available 15:22:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:22:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:22:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:22:32 dc166efd49c9: Preparing 15:22:32 92767c714a35: Preparing 15:22:32 a976e1d3a200: Preparing 15:22:32 309088bf7e76: Preparing 15:22:32 aa5968d388b8: Preparing 15:22:32 92767c714a35: Layer already exists 15:22:32 309088bf7e76: Layer already exists 15:22:32 dc166efd49c9: Layer already exists 15:22:32 aa5968d388b8: Layer already exists 15:22:32 a976e1d3a200: Layer already exists 15:22:32 latest: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:22:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 15:22:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:22:33 dc166efd49c9: Preparing 15:22:33 92767c714a35: Preparing 15:22:33 a976e1d3a200: Preparing 15:22:33 309088bf7e76: Preparing 15:22:33 aa5968d388b8: Preparing 15:22:33 aa5968d388b8: Layer already exists 15:22:33 309088bf7e76: Layer already exists 15:22:33 dc166efd49c9: Layer already exists 15:22:33 a976e1d3a200: Layer already exists 15:22:33 92767c714a35: Layer already exists 15:22:33 3.0.0-dev.83: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:22:34 dc166efd49c9: Preparing 15:22:34 92767c714a35: Preparing 15:22:34 a976e1d3a200: Preparing 15:22:34 309088bf7e76: Preparing 15:22:34 aa5968d388b8: Preparing 15:22:34 aa5968d388b8: Layer already exists 15:22:34 309088bf7e76: Layer already exists 15:22:34 a976e1d3a200: Layer already exists 15:22:34 dc166efd49c9: Layer already exists 15:22:34 92767c714a35: Layer already exists 15:22:34 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:22:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:22:34 dc166efd49c9: Preparing 15:22:34 92767c714a35: Preparing 15:22:34 a976e1d3a200: Preparing 15:22:34 309088bf7e76: Preparing 15:22:34 aa5968d388b8: Preparing 15:22:34 aa5968d388b8: Layer already exists 15:22:34 dc166efd49c9: Layer already exists 15:22:34 a976e1d3a200: Layer already exists 15:22:34 92767c714a35: Layer already exists 15:22:34 309088bf7e76: Layer already exists 15:22:34 main: digest: sha256:a349807cf185dd342e9fb28117e149f6bffc958506c430d5083d7457e79969db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:22:35 ===================================================== [Pipeline] echo 15:22:35 taggedImages: 15:22:35 - nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:35 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:22:35 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.83 15:22:35 - nexus3.edgexfoundry.org:10004/support-notifications:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:35 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:22:35 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:22:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:35 latest 15:22:35 3.0.0-dev.83 15:22:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:35 main 15:22:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:35 (1/4) Installing dumb-init (1.2.5-r1) 15:22:35 (2/4) Installing musl-obstack (1.2.3-r0) 15:22:35 (3/4) Installing libucontext (1.1-r0) 15:22:35 (4/4) Installing gcompat (1.0.0-r4) 15:22:35 Executing busybox-1.34.1-r7.trigger 15:22:35 OK: 6 MiB in 18 packages 15:22:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:22:35 a2296c8da939: Preparing 15:22:35 9024c655461e: Preparing 15:22:35 a976e1d3a200: Preparing 15:22:35 fcc6238bcde2: Preparing 15:22:35 aa5968d388b8: Preparing 15:22:35 a976e1d3a200: Layer already exists 15:22:35 fcc6238bcde2: Layer already exists 15:22:35 aa5968d388b8: Layer already exists 15:22:35 a2296c8da939: Pushed 15:22:37 Removing intermediate container d6e1e849238b 15:22:37 ---> 3ac0b8c5fad5 15:22:37 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:22:38 9024c655461e: Pushed 15:22:38 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:22:39 a2296c8da939: Preparing 15:22:39 9024c655461e: Preparing 15:22:39 a976e1d3a200: Preparing 15:22:39 fcc6238bcde2: Preparing 15:22:39 aa5968d388b8: Preparing 15:22:39 a2296c8da939: Layer already exists 15:22:39 aa5968d388b8: Layer already exists 15:22:39 9024c655461e: Layer already exists 15:22:39 a976e1d3a200: Layer already exists 15:22:39 fcc6238bcde2: Layer already exists 15:22:39 latest: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 15:22:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:22:39 a2296c8da939: Preparing 15:22:39 9024c655461e: Preparing 15:22:39 a976e1d3a200: Preparing 15:22:39 fcc6238bcde2: Preparing 15:22:39 aa5968d388b8: Preparing 15:22:39 aa5968d388b8: Layer already exists 15:22:39 fcc6238bcde2: Layer already exists 15:22:39 a2296c8da939: Layer already exists 15:22:39 9024c655461e: Layer already exists 15:22:39 a976e1d3a200: Layer already exists 15:22:39 3.0.0-dev.83: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:22:40 a2296c8da939: Preparing 15:22:40 9024c655461e: Preparing 15:22:40 a976e1d3a200: Preparing 15:22:40 fcc6238bcde2: Preparing 15:22:40 aa5968d388b8: Preparing 15:22:40 a2296c8da939: Layer already exists 15:22:40 fcc6238bcde2: Layer already exists 15:22:40 a976e1d3a200: Layer already exists 15:22:40 9024c655461e: Layer already exists 15:22:40 aa5968d388b8: Layer already exists 15:22:40 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:22:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:22:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:22:40 a2296c8da939: Preparing 15:22:40 9024c655461e: Preparing 15:22:40 a976e1d3a200: Preparing 15:22:40 fcc6238bcde2: Preparing 15:22:40 aa5968d388b8: Preparing 15:22:40 a976e1d3a200: Layer already exists 15:22:40 fcc6238bcde2: Layer already exists 15:22:40 9024c655461e: Layer already exists 15:22:40 aa5968d388b8: Layer already exists 15:22:40 a2296c8da939: Layer already exists 15:22:40 main: digest: sha256:550dc7cac4dda0eee42ca4820361e617403fa517f0c48463a33f16ccb9d21ace size: 1364 [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/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:40 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:22:40 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.83 15:22:40 - nexus3.edgexfoundry.org:10004/support-scheduler:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:22:40 - 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:22:46 ---> d10fea2c29f5 15:22:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:22:48 ---> 832e526330e8 15:22:48 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:22:48 ---> Running in 314ee25a6108 15:22:48 Removing intermediate container 314ee25a6108 15:22:48 ---> b54ec85b2b2f 15:22:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:22:49 ---> fe303122b00c 15:22:49 Step 19/24 : WORKDIR / 15:22:49 ---> Running in 023045e99913 15:22:50 Removing intermediate container 023045e99913 15:22:50 ---> 2858d390a305 15:22:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:22:50 ---> Running in c1d355052f14 15:22:51 Removing intermediate container c1d355052f14 15:22:51 ---> c26e2a7dbcb1 15:22:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:22:51 ---> Running in 21591272d782 15:22:51 Removing intermediate container 21591272d782 15:22:51 ---> 1c42992ce94e 15:22:51 Step 22/24 : LABEL arch=arm64 15:22:52 ---> Running in 101058ba5d8c 15:22:52 Removing intermediate container 101058ba5d8c 15:22:52 ---> 1b310515c444 15:22:52 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:22:53 ---> Running in d9fb7d13cf6d 15:22:53 Removing intermediate container d9fb7d13cf6d 15:22:53 ---> 9c4802ba34e5 15:22:53 Step 24/24 : LABEL version=3.0.0-dev.83 15:22:53 ---> Running in a3b4009db127 15:22:56 Removing intermediate container a3b4009db127 15:22:56 ---> 95c7583effa2 15:22:56 15:22:56 Successfully built 95c7583effa2 15:22:56 Successfully tagged security-spire-config-arm64:latest 15:22:56  Building security-spire-config ... done Building security-proxy-setup 15:23:01 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:23:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 15:23:01 ---> e1f0e84df80c 15:23:01 Step 3/20 : WORKDIR /edgex-go 15:23:01 ---> Using cache 15:23:01 ---> a9418bb8bf04 15:23:01 Step 4/20 : RUN apk add --update --no-cache make git 15:23:01 ---> Using cache 15:23:01 ---> 0e395eefa71f 15:23:01 Step 5/20 : COPY go.mod vendor* ./ 15:23:01 ---> Using cache 15:23:01 ---> 55d97349a958 15:23:01 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:23:01 ---> Using cache 15:23:01 ---> dbd0d2fa1d92 15:23:01 Step 7/20 : COPY . . 15:23:01 ---> Using cache 15:23:01 ---> 6cad10f395db 15:23:01 Step 8/20 : RUN make cmd/secrets-config/secrets-config 15:23:01 ---> Running in ce3d94f6b86f 15:23:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:28:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:28:37 Removing intermediate container 95ca898949a8 15:28:37 ---> 10d6f13f2c68 15:28:37 15:28:37 Step 9/23 : FROM alpine:3.16 15:28:37 3.16: Pulling from library/alpine 15:28:37 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:28:37 Status: Downloaded newer image for alpine:3.16 15:28:37 ---> 4c81e5bf8899 15:28:37 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:28:39 ---> Running in e80f13a11c3b 15:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:28:43 (1/3) Installing ca-certificates (20220614-r0) 15:28:43 (2/3) Installing dumb-init (1.2.5-r1) 15:28:43 (3/3) Installing su-exec (0.2-r1) 15:28:43 Executing busybox-1.35.0-r17.trigger 15:28:43 Executing ca-certificates-20220614-r0.trigger 15:28:43 OK: 6 MiB in 17 packages 15:28:45 Removing intermediate container e80f13a11c3b 15:28:45 ---> 7b284ee8f944 15:28:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:28:45 ---> Running in f74c69ce1a2a 15:28:46 Removing intermediate container f74c69ce1a2a 15:28:46 ---> 6a86944cc34d 15:28:46 Step 12/23 : WORKDIR / 15:28:46 ---> Running in 55f5c320f07c 15:28:46 Removing intermediate container 55f5c320f07c 15:28:46 ---> 5cb4a4c33e6e 15:28:46 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:28:47 ---> a1f2ad03b507 15:28:47 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:28:48 ---> df764a7ea346 15:28:48 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:28:49 ---> a2f9f1b241ac 15:28:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:28:52 ---> 76a35a8e6023 15:28:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:28:53 ---> c6abc2601ecb 15:28:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:28:54 ---> 1a925e88f1c4 15:28:54 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:28:54 ---> Running in 9b2364edf6d5 15:28:58 Removing intermediate container 9b2364edf6d5 15:28:58 ---> ef8a317d165c 15:28:58 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 15:28:58 ---> Running in 678b6803048b 15:28:58 Removing intermediate container 678b6803048b 15:28:58 ---> 946fe07784c1 15:28:58 Step 21/23 : LABEL arch=arm64 15:28:58 ---> Running in a56d4590dba0 15:28:59 Removing intermediate container a56d4590dba0 15:28:59 ---> 37c423de1f0c 15:28:59 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:28:59 ---> Running in 22cf93813a01 15:28:59 Removing intermediate container 22cf93813a01 15:28:59 ---> c7ccfa591ff4 15:28:59 Step 23/23 : LABEL version=3.0.0-dev.83 15:29:00 ---> Running in 339c84900cbe 15:29:01 Removing intermediate container 339c84900cbe 15:29:01 ---> e015cd774152 15:29:01 15:29:01 Successfully built e015cd774152 15:29:01 Successfully tagged security-secretstore-setup-arm64:latest 15:29:01 Building core-command 15:29:06  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:29:06 ---> e1f0e84df80c 15:29:06 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:29:06 ---> Using cache 15:29:06 ---> 139b19c079b2 15:29:06 Step 4/23 : WORKDIR /edgex-go 15:29:06 ---> Using cache 15:29:06 ---> e90d17588b61 15:29:06 Step 5/23 : RUN apk add --update --no-cache make git 15:29:06 ---> Running in 11d8fe47d514 15:29:07 Removing intermediate container ce3d94f6b86f 15:29:07 ---> 0d36d9e2d837 15:29:07 15:29:07 Step 9/20 : FROM alpine:3.16 15:29:07 ---> 4c81e5bf8899 15:29:07 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 15:29:07 ---> Running in c40dfb3404ea 15:29:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:29:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:29:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:29:11 OK: 221 MiB in 51 packages 15:29:11 (1/2) Installing dumb-init (1.2.5-r1) 15:29:11 (2/2) Installing openssl (1.1.1t-r0) 15:29:11 Executing busybox-1.35.0-r17.trigger 15:29:11 OK: 6 MiB in 16 packages 15:29:13 Removing intermediate container 11d8fe47d514 15:29:13 ---> 7bea97b78245 15:29:13 Step 6/23 : COPY go.mod vendor* ./ 15:29:13 Removing intermediate container c40dfb3404ea 15:29:13 ---> 5c917f6e2c59 15:29:13 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 15:29:13 ---> Running in bfe28c648e7d 15:29:14 ---> 5a52a1b692e1 15:29:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:14 Removing intermediate container bfe28c648e7d 15:29:14 ---> af04740708ee 15:29:14 Step 12/20 : WORKDIR /edgex 15:29:14 ---> Running in 985b5dedacf0 15:29:14 ---> Running in cee76827fb51 15:29:15 Removing intermediate container cee76827fb51 15:29:15 ---> 8d95fa263d8f 15:29:15 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 15:29:17 ---> 5dc20983d78e 15:29:17 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:29:18 ---> 8ac4cf3f44c9 15:29:18 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:29:19 ---> 35db639a69b4 15:29:19 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:29:19 ---> Running in 5c479c85e513 15:29:22 Removing intermediate container 5c479c85e513 15:29:22 ---> 5ce5140451a8 15:29:22 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 15:29:22 ---> Running in 4b9721063955 15:29:23 Removing intermediate container 4b9721063955 15:29:23 ---> 5dc1ea6f9a5c 15:29:23 Step 18/20 : LABEL arch=arm64 15:29:23 ---> Running in 08a5a1fb358e 15:29:24 Removing intermediate container 08a5a1fb358e 15:29:24 ---> 541bd65e2594 15:29:24 Step 19/20 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:29:24 ---> Running in 39c8a93e98bd 15:29:25 Removing intermediate container 39c8a93e98bd 15:29:25 ---> 871a88e4d6c7 15:29:25 Step 20/20 : LABEL version=3.0.0-dev.83 15:29:25 ---> Running in 120bb325d8e0 15:29:26 Removing intermediate container 120bb325d8e0 15:29:26 ---> 7ded0a83d8ba 15:29:26 15:29:26 Successfully built 7ded0a83d8ba 15:29:26 Successfully tagged security-proxy-setup-arm64:latest 15:29:26  Building security-proxy-setup ... done Building core-common-config-bootstrapper 15:29:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:29:30 ---> e1f0e84df80c 15:29:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:29:30 ---> Using cache 15:29:30 ---> 139b19c079b2 15:29:30 Step 4/22 : WORKDIR /edgex-go 15:29:30 ---> Using cache 15:29:30 ---> e90d17588b61 15:29:30 Step 5/22 : RUN apk add --update --no-cache make git 15:29:30 ---> Using cache 15:29:30 ---> 7bea97b78245 15:29:30 Step 6/22 : COPY go.mod vendor* ./ 15:29:31 ---> Using cache 15:29:31 ---> 5a52a1b692e1 15:29:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:31 ---> Running in 64baf6b7450e 15:29:32 Removing intermediate container 618fe9809b97 15:29:32 ---> 83e0f9f35ad6 15:29:32 15:29:32 Step 10/24 : FROM alpine:3.16 15:29:32 ---> 4c81e5bf8899 15:29:32 Step 11/24 : RUN apk add --update --no-cache dumb-init 15:29:32 ---> Running in 87c2b3a4c7fb 15:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:29:36 (1/1) Installing dumb-init (1.2.5-r1) 15:29:36 Executing busybox-1.35.0-r17.trigger 15:29:36 OK: 5 MiB in 15 packages 15:29:38 Removing intermediate container 87c2b3a4c7fb 15:29:38 ---> c7fb77bf8f91 15:29:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:29:38 ---> Running in d906c4956065 15:29:38 Removing intermediate container d906c4956065 15:29:38 ---> 25886719560c 15:29:38 Step 13/24 : ENV APP_PORT=59881 15:29:38 ---> Running in a92ec0b3fb65 15:29:39 Removing intermediate container a92ec0b3fb65 15:29:39 ---> 22212a062391 15:29:39 Step 14/24 : EXPOSE $APP_PORT 15:29:39 ---> Running in dff625c9127d 15:29:40 Removing intermediate container dff625c9127d 15:29:40 ---> 694ed2f9a4c1 15:29:40 Step 15/24 : WORKDIR / 15:29:40 ---> Running in 8bdaa433867a 15:29:41 Removing intermediate container 8bdaa433867a 15:29:41 ---> bf9ef303fb2c 15:29:41 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:29:42 ---> 9efe8b22fd0f 15:29:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:29:44 ---> e1712d80c1d8 15:29:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:29:44 ---> 4e71c26b408d 15:29:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:29:45 ---> 857947e04be2 15:29:45 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:29:45 ---> Running in 6a5bb4e97972 15:29:46 Removing intermediate container 6a5bb4e97972 15:29:46 ---> df232d34882e 15:29:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:29:46 ---> Running in dab7321eeb3f 15:29:47 Removing intermediate container dab7321eeb3f 15:29:47 ---> b19a029344a1 15:29:47 Step 22/24 : LABEL arch=arm64 15:29:47 ---> Running in d45767335454 15:29:47 Removing intermediate container d45767335454 15:29:47 ---> ec9d2ee321a3 15:29:47 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:29:48 ---> Running in d21b3c5503b8 15:29:48 Removing intermediate container d21b3c5503b8 15:29:48 ---> f6e5fa64b42c 15:29:48 Step 24/24 : LABEL version=3.0.0-dev.83 15:29:48 ---> Running in a67e606fa33f 15:29:49 Removing intermediate container a67e606fa33f 15:29:49 ---> 3fda46c94991 15:29:49 15:29:49 Successfully built 3fda46c94991 15:29:49 Successfully tagged core-metadata-arm64:latest 15:29:49  Building core-metadata ... done Building security-proxy-auth 15:29:52 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:29:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:29:52 ---> e1f0e84df80c 15:29:52 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:29:52 ---> Using cache 15:29:52 ---> 139b19c079b2 15:29:52 Step 4/22 : WORKDIR /edgex-go 15:29:52 ---> Using cache 15:29:52 ---> e90d17588b61 15:29:52 Step 5/22 : RUN apk add --update --no-cache make git 15:29:52 ---> Using cache 15:29:52 ---> 7bea97b78245 15:29:52 Step 6/22 : COPY go.mod vendor* ./ 15:29:52 ---> Using cache 15:29:52 ---> 5a52a1b692e1 15:29:52 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:29:52 ---> Running in 830a3c329519 15:30:49 Removing intermediate container 985b5dedacf0 15:30:49 ---> 33d78c1218d6 15:30:49 Step 8/23 : COPY . . 15:30:52 ---> 99adcf7a4989 15:30:52 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:30:52 ---> Running in 290bb15321f8 15:30:55 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:31:33 Removing intermediate container 64baf6b7450e 15:31:33 ---> 94a024ff9fc3 15:31:33 Step 8/22 : COPY . . 15:31:35 ---> b46358edf232 15:31:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:31:35 ---> Running in cf9ebdfb3d4f 15:31:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:31:39 Removing intermediate container 830a3c329519 15:31:39 ---> b42a0061b3f3 15:31:39 Step 8/22 : COPY . . 15:31:43 ---> e0e3a9696de5 15:31:43 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 15:31:43 ---> Running in 5fa2eb089a81 15:31:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 15:31:55 Removing intermediate container 08c2aa84299a 15:31:55 ---> 1a624eb0165a 15:31:55 15:31:55 Step 10/22 : FROM alpine:3.16 15:31:55 ---> 4c81e5bf8899 15:31:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:31:56 ---> Running in 1693b1ab9ccf 15:31:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:31:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:32:00 (1/2) Installing ca-certificates (20220614-r0) 15:32:00 (2/2) Installing dumb-init (1.2.5-r1) 15:32:00 Executing busybox-1.35.0-r17.trigger 15:32:00 Executing ca-certificates-20220614-r0.trigger 15:32:01 OK: 6 MiB in 16 packages 15:32:05 Removing intermediate container 1693b1ab9ccf 15:32:05 ---> 7002dd8c8913 15:32:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:32:05 ---> Running in 042e28f60d0e 15:32:06 Removing intermediate container 042e28f60d0e 15:32:06 ---> 56c09e7f7f05 15:32:06 Step 13/22 : ENV APP_PORT=59860 15:32:06 ---> Running in f78101508f99 15:32:06 Removing intermediate container 640baebbc132 15:32:06 ---> ecdee9560f65 15:32:06 15:32:06 Step 10/22 : FROM alpine:3.16 15:32:06 ---> 4c81e5bf8899 15:32:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:32:06 ---> Using cache 15:32:06 ---> c7fb77bf8f91 15:32:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:32:06 ---> Using cache 15:32:06 ---> 25886719560c 15:32:06 Step 13/22 : ENV APP_PORT=59861 15:32:06 ---> Running in 167ce7b82e10 15:32:07 Removing intermediate container f78101508f99 15:32:07 ---> 3a94fadc3eb1 15:32:07 Step 14/22 : EXPOSE $APP_PORT 15:32:07 ---> Running in 084cfab7780e 15:32:07 Removing intermediate container 167ce7b82e10 15:32:07 ---> 7d4e672963ec 15:32:07 Step 14/22 : EXPOSE $APP_PORT 15:32:07 ---> Running in 76800ff96d9e 15:32:07 Removing intermediate container 084cfab7780e 15:32:07 ---> 4d9e9dbe8f18 15:32:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:08 Removing intermediate container 76800ff96d9e 15:32:08 ---> 301fba3c396a 15:32:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:32:09 ---> 450f1ebf6a80 15:32:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:32:09 ---> d152396117a4 15:32:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:32:13 ---> 5d18b858c72e 15:32:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:32:13 ---> 76bb76cafaf8 15:32:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:32:13 ---> 2f7d280f82f7 15:32:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:32:13 ---> 3856d97e3936 15:32:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:32:14 ---> Running in 1c115ec8f280 15:32:14 ---> Running in d8c6bc528297 15:32:14 Removing intermediate container 1c115ec8f280 15:32:14 ---> dac0baffff73 15:32:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:32:14 ---> Running in bda6e9c590a3 15:32:14 Removing intermediate container d8c6bc528297 15:32:14 ---> 20bb722aff19 15:32:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:32:14 ---> Running in 3b2eaf8b956b 15:32:15 Removing intermediate container bda6e9c590a3 15:32:15 ---> 459858c9db89 15:32:15 Step 20/22 : LABEL arch=arm64 15:32:15 ---> Running in 4eea80c601f5 15:32:15 Removing intermediate container 3b2eaf8b956b 15:32:15 ---> 657078bc024d 15:32:15 Step 20/22 : LABEL arch=arm64 15:32:15 ---> Running in 45869fea8ecf 15:32:16 Removing intermediate container 4eea80c601f5 15:32:16 ---> 78c5cfe39d6b 15:32:16 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:32:16 ---> Running in 56967f0643de 15:32:16 Removing intermediate container 45869fea8ecf 15:32:16 ---> 5dbea01e796b 15:32:16 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:32:16 ---> Running in 2e74b68f03ae 15:32:19 Removing intermediate container 56967f0643de 15:32:19 ---> d76ac05ef05d 15:32:19 Step 22/22 : LABEL version=3.0.0-dev.83 15:32:19 Removing intermediate container 2e74b68f03ae 15:32:19 ---> a12626302982 15:32:19 Step 22/22 : LABEL version=3.0.0-dev.83 15:32:19 ---> Running in c060ae911af3 15:32:19 ---> Running in 069bf21c0635 15:32:19 Removing intermediate container c060ae911af3 15:32:19 ---> bdbe875121a5 15:32:19 15:32:19 Successfully built bdbe875121a5 15:32:19 Successfully tagged support-notifications-arm64:latest 15:32:19  Building support-notifications ... done Building security-spiffe-token-provider 15:32:19 Removing intermediate container 069bf21c0635 15:32:19 ---> 7481a89889b5 15:32:19 15:32:20 Successfully built 7481a89889b5 15:32:20 Successfully tagged support-scheduler-arm64:latest 15:32:20 Building security-spire-server 15:32:25  Building support-scheduler ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:32:25 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:32:25 ---> e1f0e84df80c 15:32:25 Step 3/19 : WORKDIR /edgex-go 15:32:25 ---> Using cache 15:32:25 ---> a9418bb8bf04 15:32:25 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:32:25 ---> Running in a34954f4635a 15:32:26 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:32:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:32:26 ---> e1f0e84df80c 15:32:26 Step 3/23 : WORKDIR /edgex-go 15:32:26 ---> Using cache 15:32:26 ---> a9418bb8bf04 15:32:26 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:32:26 ---> Running in 21fefb61ea2e 15:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:32:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:32:30 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:32:30 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:32:30 OK: 16903 distinct packages available 15:32:30 OK: 221 MiB in 51 packages 15:32:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:32:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:32:32 OK: 221 MiB in 51 packages 15:32:32 Removing intermediate container 21fefb61ea2e 15:32:32 ---> 3645f28ed48b 15:32:32 Step 5/23 : COPY go.mod vendor* ./ 15:32:33 ---> 6eb262dd61d4 15:32:33 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:32:33 ---> Running in 7cfac17243d5 15:32:33 Removing intermediate container a34954f4635a 15:32:33 ---> caa8f26120b7 15:32:33 Step 5/19 : COPY go.mod vendor* ./ 15:32:35 ---> eda4b3a0e4c8 15:32:35 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:32:35 ---> Running in 322a186185e1 15:34:41 Removing intermediate container 322a186185e1 15:34:41 ---> 4f7d36091e4b 15:34:41 Step 7/19 : COPY . . 15:34:41 Removing intermediate container 7cfac17243d5 15:34:41 ---> 8b5025fc87aa 15:34:41 Step 7/23 : COPY . . 15:34:41 ---> 6c878877e28b 15:34:41 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:34:41 ---> c25d5d920793 15:34:41 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:34:41 ---> Running in 33316dd5fd61 15:34:41 ---> Running in cf39aa138f72 15:34:41 Removing intermediate container cf39aa138f72 15:34:41 ---> 538b8a46fa69 15:34:41 Step 9/23 : WORKDIR /edgex-go/spire-build 15:34:41 ---> Running in 11de2aaa5edf 15:34:41 Removing intermediate container 11de2aaa5edf 15:34:41 ---> 595747f6e702 15:34:41 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:34:41 ---> Running in 02a949de033a 15:34:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:34:41 Removing intermediate container 02a949de033a 15:34:41 ---> 4c6bab1c9de4 15:34:41 Step 11/23 : WORKDIR /edgex-go 15:34:41 ---> Running in 6e3b5e1c6d1e 15:34:41 Removing intermediate container 6e3b5e1c6d1e 15:34:41 ---> 7e59ab93fc96 15:34:41 15:34:41 Step 12/23 : FROM alpine:3.15 15:34:41 ---> 354640af7b1b 15:34:41 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:34:41 ---> Using cache 15:34:41 ---> c8d2fac49b02 15:34:41 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:34:41 ---> Running in 190c4fcfc545 15:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:34:41 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:34:41 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:34:41 OK: 15736 distinct packages available 15:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:34:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:34:42 (1/5) Installing dumb-init (1.2.5-r1) 15:34:42 (2/5) Installing musl-obstack (1.2.3-r0) 15:34:42 (3/5) Installing libucontext (1.1-r0) 15:34:42 (4/5) Installing gcompat (1.0.0-r4) 15:34:42 (5/5) Installing openssl (1.1.1t-r1) 15:34:43 Executing busybox-1.34.1-r7.trigger 15:34:43 OK: 6 MiB in 19 packages 15:34:45 Removing intermediate container 190c4fcfc545 15:34:45 ---> bef526e25bd5 15:34:45 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:34:50 ---> 59db49086c1f 15:34:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:34:50 ---> 9b625caccdf7 15:34:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:34:51 ---> bc55854a753f 15:34:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:34:52 ---> cddbc9b712ae 15:34:52 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:34:52 ---> Running in 80fff46294d4 15:34:53 Removing intermediate container 80fff46294d4 15:34:53 ---> 8139621967bf 15:34:53 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:34:53 ---> Running in 92476d7f4425 15:34:53 Removing intermediate container 92476d7f4425 15:34:53 ---> f0326d34add7 15:34:53 Step 21/23 : LABEL arch=arm64 15:34:53 ---> Running in 94486cbc3dff 15:34:54 Removing intermediate container 94486cbc3dff 15:34:54 ---> c287cdcb7e70 15:34:54 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:34:54 ---> Running in ab71f8c30f17 15:34:55 Removing intermediate container ab71f8c30f17 15:34:55 ---> 4ec5cd20e754 15:34:55 Step 23/23 : LABEL version=3.0.0-dev.83 15:34:55 ---> Running in 2c3a1e385891 15:34:55 Removing intermediate container 2c3a1e385891 15:34:55 ---> b0a9fc09714c 15:34:55 15:34:55 Successfully built b0a9fc09714c 15:34:55 Successfully tagged security-spire-server-arm64:latest 15:34:55  Building security-spire-server ... done Building core-data 15:34:59 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:34:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:34:59 ---> e1f0e84df80c 15:34:59 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:34:59 ---> Using cache 15:34:59 ---> 139b19c079b2 15:34:59 Step 4/22 : WORKDIR /edgex-go 15:34:59 ---> Using cache 15:34:59 ---> e90d17588b61 15:34:59 Step 5/22 : RUN apk add --update --no-cache make git 15:34:59 ---> Using cache 15:34:59 ---> 7bea97b78245 15:34:59 Step 6/22 : COPY go.mod vendor* ./ 15:34:59 ---> Using cache 15:34:59 ---> 5a52a1b692e1 15:34:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:34:59 ---> Using cache 15:34:59 ---> b42a0061b3f3 15:34:59 Step 8/22 : COPY . . 15:34:59 ---> Using cache 15:34:59 ---> e0e3a9696de5 15:34:59 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:34:59 ---> Running in be9c134c9a97 15:35:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:37:07 Removing intermediate container 290bb15321f8 15:37:07 ---> 869e5475f9aa 15:37:07 15:37:07 Step 10/23 : FROM alpine:3.16 15:37:07 ---> 4c81e5bf8899 15:37:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:37:07 ---> Using cache 15:37:07 ---> c7fb77bf8f91 15:37:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:07 ---> Using cache 15:37:07 ---> 25886719560c 15:37:07 Step 13/23 : ENV APP_PORT=59882 15:37:07 ---> Running in a268083751ff 15:37:07 Removing intermediate container a268083751ff 15:37:07 ---> bee2f74378cf 15:37:07 Step 14/23 : EXPOSE $APP_PORT 15:37:07 ---> Running in 20c76219c976 15:37:08 Removing intermediate container 20c76219c976 15:37:08 ---> b0a3c9c7c7f1 15:37:08 Step 15/23 : WORKDIR / 15:37:08 ---> Running in 0cd6c605eb23 15:37:09 Removing intermediate container 0cd6c605eb23 15:37:09 ---> 1b4a5f833caa 15:37:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:11 ---> 6873453c51c2 15:37:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:37:14 ---> ccccee53b662 15:37:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:37:15 ---> 9f50f5261b42 15:37:15 Step 19/23 : ENTRYPOINT ["/core-command"] 15:37:15 ---> Running in 4a7b08c0877c 15:37:15 Removing intermediate container 5fa2eb089a81 15:37:15 ---> bbe1af4b8410 15:37:15 15:37:15 Step 10/22 : FROM alpine:3.16 15:37:15 ---> 4c81e5bf8899 15:37:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:37:16 ---> Running in 0101db345bce 15:37:16 Removing intermediate container 4a7b08c0877c 15:37:16 ---> 7113fef0295a 15:37:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:37:16 Removing intermediate container 0101db345bce 15:37:16 ---> 1795b786f03e 15:37:16 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:37:16 ---> Running in 957cf58b513b 15:37:16 ---> Running in 3c8d42d61635 15:37:17 Removing intermediate container 957cf58b513b 15:37:17 ---> b07a512a1b67 15:37:17 Step 21/23 : LABEL arch=arm64 15:37:17 ---> Running in 06125d93f238 15:37:18 Removing intermediate container 06125d93f238 15:37:18 ---> b5e33e820f91 15:37:18 Step 22/23 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:37:18 ---> Running in a243becd41ce 15:37:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:37:19 Removing intermediate container a243becd41ce 15:37:19 ---> 2d4777f1a88c 15:37:19 Step 23/23 : LABEL version=3.0.0-dev.83 15:37:19 ---> Running in c2f25a2464d0 15:37:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:37:20 Removing intermediate container c2f25a2464d0 15:37:20 ---> 5ea28a148db8 15:37:20 15:37:20 Successfully built 5ea28a148db8 15:37:20 Successfully tagged core-command-arm64:latest 15:37:20 Building security-spire-agent 15:37:21  Building core-command ... done (1/1) Installing dumb-init (1.2.5-r1) 15:37:21 Executing busybox-1.35.0-r17.trigger 15:37:21 OK: 5 MiB in 15 packages 15:37:23 Removing intermediate container 3c8d42d61635 15:37:23 ---> 5f3dcbc8780d 15:37:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:24 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:37:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:37:24 ---> e1f0e84df80c 15:37:24 Step 3/24 : WORKDIR /edgex-go 15:37:24 ---> Using cache 15:37:24 ---> a9418bb8bf04 15:37:24 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:37:24 ---> Using cache 15:37:24 ---> 3645f28ed48b 15:37:24 Step 5/24 : COPY go.mod vendor* ./ 15:37:24 ---> Using cache 15:37:24 ---> 6eb262dd61d4 15:37:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:37:24 ---> Using cache 15:37:24 ---> 8b5025fc87aa 15:37:24 Step 7/24 : COPY . . 15:37:24 ---> Using cache 15:37:24 ---> c25d5d920793 15:37:24 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:37:24 ---> Using cache 15:37:24 ---> 538b8a46fa69 15:37:24 Step 9/24 : WORKDIR /edgex-go/spire-build 15:37:24 ---> Using cache 15:37:24 ---> 595747f6e702 15:37:24 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:37:24 ---> d3d546d336ac 15:37:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 15:37:24 ---> Running in 01659c739b2c 15:37:27 ---> 78b794841b7c 15:37:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 15:37:27 ---> 16a3dcdeb159 15:37:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 15:37:28 Removing intermediate container 01659c739b2c 15:37:28 ---> 295ebe28b3d4 15:37:28 Step 11/24 : WORKDIR /edgex-go 15:37:28 ---> Running in e694dab0de78 15:37:29 ---> b4ad52fac6e9 15:37:29 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:37:29 Removing intermediate container e694dab0de78 15:37:29 ---> 4bfa16776016 15:37:29 15:37:29 Step 12/24 : FROM alpine:3.15 15:37:29 ---> 354640af7b1b 15:37:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:37:29 ---> Using cache 15:37:29 ---> c8d2fac49b02 15:37:29 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:37:29 ---> Using cache 15:37:29 ---> bef526e25bd5 15:37:29 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:37:29 ---> Running in 9cb7916db55d 15:37:33 Removing intermediate container 9cb7916db55d 15:37:33 ---> a951449c3882 15:37:33 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:37:33 ---> 9be3edba369e 15:37:33 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:37:33 ---> Running in 7aec18905cd4 15:37:34 Removing intermediate container 7aec18905cd4 15:37:34 ---> d83330e5758b 15:37:34 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 15:37:34 ---> Running in 3077236a1089 15:37:35 Removing intermediate container 3077236a1089 15:37:35 ---> fb45ea9aa35d 15:37:35 Step 20/22 : LABEL arch=arm64 15:37:35 ---> Running in 0d94ae6cb769 15:37:36 Removing intermediate container 0d94ae6cb769 15:37:36 ---> 61c08837ef98 15:37:36 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:37:36 ---> Running in 399019e75376 15:37:36 Removing intermediate container 399019e75376 15:37:36 ---> e0e7d979783b 15:37:36 Step 22/22 : LABEL version=3.0.0-dev.83 15:37:37 ---> Running in 22db6ef7bdae 15:37:38 Removing intermediate container 22db6ef7bdae 15:37:38 ---> 90efc4d1077d 15:37:38 15:37:38 Successfully built 90efc4d1077d 15:37:38 Successfully tagged security-proxy-auth-arm64:latest 15:37:38  Building security-proxy-auth ... done Building security-bootstrapper 15:37:41 ---> ce5e1240decc 15:37:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:37:42 ---> 539e439cb216 15:37:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:37:43 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:37:43 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:37:43 ---> e1f0e84df80c 15:37:43 Step 3/32 : WORKDIR /edgex-go 15:37:43 ---> Using cache 15:37:43 ---> a9418bb8bf04 15:37:43 Step 4/32 : RUN apk add --update --no-cache make git 15:37:43 ---> Using cache 15:37:43 ---> 0e395eefa71f 15:37:43 Step 5/32 : COPY go.mod vendor* ./ 15:37:43 ---> Using cache 15:37:43 ---> 55d97349a958 15:37:43 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:37:43 ---> Using cache 15:37:43 ---> dbd0d2fa1d92 15:37:43 Step 7/32 : COPY . . 15:37:43 ---> Using cache 15:37:43 ---> 6cad10f395db 15:37:43 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:37:43 ---> Running in 3ff4bdc9c0fc 15:37:43 ---> 63977c30bbf3 15:37:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:37:46 ---> 3862c567ca94 15:37:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:37:46 ---> Running in 6ddfc439df38 15:37:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.83" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:37:46 Removing intermediate container 6ddfc439df38 15:37:46 ---> e94e9857d730 15:37:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:37:46 ---> Running in 8eb43b63e973 15:37:47 Removing intermediate container 8eb43b63e973 15:37:47 ---> 48dc527bccf4 15:37:47 Step 22/24 : LABEL arch=arm64 15:37:47 ---> Running in 7430fc9de0fb 15:37:48 Removing intermediate container 7430fc9de0fb 15:37:48 ---> 0fff1cac67cc 15:37:48 Step 23/24 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:37:48 ---> Running in 12c85b85def3 15:37:49 Removing intermediate container 12c85b85def3 15:37:49 ---> c045bb4b784c 15:37:49 Step 24/24 : LABEL version=3.0.0-dev.83 15:37:49 ---> Running in 0439c2ee58b0 15:37:50 Removing intermediate container 0439c2ee58b0 15:37:50 ---> ba619e0c25d4 15:37:50 15:37:50 Successfully built ba619e0c25d4 15:37:50 Successfully tagged security-spire-agent-arm64:latest 15:37:54  Building security-spire-agent ... done Removing intermediate container cf9ebdfb3d4f 15:37:54 ---> 547b4bbd965a 15:37:54 15:37:54 Step 10/22 : FROM alpine:3.16 15:37:54 ---> 4c81e5bf8899 15:37:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:37:54 ---> Using cache 15:37:54 ---> 1795b786f03e 15:37:54 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:37:54 ---> Using cache 15:37:54 ---> 5f3dcbc8780d 15:37:54 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:54 ---> Using cache 15:37:54 ---> d3d546d336ac 15:37:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:37:55 ---> 72d4dfcc1a40 15:37:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:37:56 ---> bc008c3e6d15 15:37:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:37:57 ---> 1a0a986029bb 15:37:57 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:37:57 ---> Running in 0edc61c240d1 15:38:01 Removing intermediate container 0edc61c240d1 15:38:01 ---> b5ed7f60b52a 15:38:01 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:38:01 ---> Running in 8aad58403338 15:38:01 Removing intermediate container 8aad58403338 15:38:01 ---> a45f6a3af1cf 15:38:01 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:38:01 ---> Running in 1c999fdeeb69 15:38:02 Removing intermediate container 1c999fdeeb69 15:38:02 ---> 5747808e29e1 15:38:02 Step 20/22 : LABEL arch=arm64 15:38:02 ---> Running in a8bf58a31894 15:38:02 Removing intermediate container a8bf58a31894 15:38:02 ---> b6ca9e83ebb2 15:38:02 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:38:02 ---> Running in c5d245259e69 15:38:03 Removing intermediate container c5d245259e69 15:38:03 ---> d99ca0ae1087 15:38:03 Step 22/22 : LABEL version=3.0.0-dev.83 15:38:03 ---> Running in c0a6e012e328 15:38:03 Removing intermediate container c0a6e012e328 15:38:03 ---> e22058123202 15:38:03 15:38:03 Successfully built e22058123202 15:38:03 Successfully tagged core-common-config-bootstrapper-arm64:latest 15:40:25  Building core-common-config-bootstrapper ... done Removing intermediate container be9c134c9a97 15:40:25 ---> 8fcc5d6ee890 15:40:25 15:40:25 Step 10/22 : FROM alpine:3.16 15:40:25 ---> 4c81e5bf8899 15:40:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:40:25 ---> Running in 1c0c1b322497 15:40:25 Removing intermediate container 1c0c1b322497 15:40:25 ---> 4daa67f457d6 15:40:25 Step 12/22 : ENV APP_PORT=59880 15:40:25 ---> Running in db028a5d1e79 15:40:25 Removing intermediate container db028a5d1e79 15:40:25 ---> 851adba8d22e 15:40:25 Step 13/22 : EXPOSE $APP_PORT 15:40:25 ---> Running in 2325863ab74e 15:40:25 Removing intermediate container 2325863ab74e 15:40:25 ---> d9c61ce22c8d 15:40:25 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:40:25 ---> Running in 2be91f06902c 15:40:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:25 (1/1) Installing dumb-init (1.2.5-r1) 15:40:25 Executing busybox-1.35.0-r17.trigger 15:40:25 OK: 5 MiB in 15 packages 15:40:25 Removing intermediate container 2be91f06902c 15:40:25 ---> d87952ef77bd 15:40:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:25 ---> 81f1a5e0dcbf 15:40:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:40:25 ---> 1cfb424b57cb 15:40:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:40:25 ---> e022f68e89ed 15:40:25 Step 18/22 : ENTRYPOINT ["/core-data"] 15:40:25 ---> Running in b9fcc780de80 15:40:25 Removing intermediate container b9fcc780de80 15:40:25 ---> c7af84c01534 15:40:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:40:25 ---> Running in bb8b0a5652ae 15:40:25 Removing intermediate container bb8b0a5652ae 15:40:25 ---> 5276896e3b70 15:40:25 Step 20/22 : LABEL arch=arm64 15:40:25 ---> Running in 7af2cbfa798e 15:40:25 Removing intermediate container 7af2cbfa798e 15:40:25 ---> a6aac575ca33 15:40:25 Step 21/22 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:40:25 ---> Running in 57abd816ed7b 15:40:25 Removing intermediate container 57abd816ed7b 15:40:25 ---> 1d0e0ab3b6d3 15:40:25 Step 22/22 : LABEL version=3.0.0-dev.83 15:40:25 ---> Running in 790776f1c5fd 15:40:25 Removing intermediate container 790776f1c5fd 15:40:25 ---> 73a09eab42a3 15:40:25 15:40:25 Successfully built 73a09eab42a3 15:40:25 Successfully tagged core-data-arm64:latest 15:40:40  Building core-data ... done Removing intermediate container 33316dd5fd61 15:40:40 ---> 223980a2f9a9 15:40:40 15:40:40 Step 9/19 : FROM alpine:3.15 15:40:40 ---> 354640af7b1b 15:40:40 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:40:40 ---> Using cache 15:40:40 ---> c8d2fac49b02 15:40:40 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:40:40 ---> Running in 7d024052b70e 15:40:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:40:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:40:43 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:40:43 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:40:43 OK: 15736 distinct packages available 15:40:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:40:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:40:44 (1/9) Installing ca-certificates (20220614-r0) 15:40:44 (2/9) Installing brotli-libs (1.0.9-r5) 15:40:44 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:40:44 (4/9) Installing libcurl (7.80.0-r6) 15:40:44 (5/9) Installing curl (7.80.0-r6) 15:40:44 (6/9) Installing dumb-init (1.2.5-r1) 15:40:44 (7/9) Installing musl-obstack (1.2.3-r0) 15:40:44 (8/9) Installing libucontext (1.1-r0) 15:40:44 (9/9) Installing gcompat (1.0.0-r4) 15:40:44 Executing busybox-1.34.1-r7.trigger 15:40:44 Executing ca-certificates-20220614-r0.trigger 15:40:44 OK: 8 MiB in 23 packages 15:40:47 Removing intermediate container 7d024052b70e 15:40:47 ---> d91f6102c70d 15:40:47 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:40:47 ---> 5ffaf53dcbd7 15:40:47 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:40:49 ---> a2fe586f4fe5 15:40:49 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:40:50 ---> e600829ccc7a 15:40:50 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:40:50 ---> Running in 8f643e081301 15:40:50 Removing intermediate container 8f643e081301 15:40:50 ---> 395053b3f630 15:40:50 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:40:50 ---> Running in ab78b7cb39b2 15:40:51 Removing intermediate container ab78b7cb39b2 15:40:51 ---> a99471359e9d 15:40:51 Step 17/19 : LABEL arch=arm64 15:40:51 ---> Running in b679a248de57 15:40:51 Removing intermediate container b679a248de57 15:40:51 ---> 647433f2dc7c 15:40:51 Step 18/19 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:40:51 Removing intermediate container 3ff4bdc9c0fc 15:40:51 ---> f879ee2328f3 15:40:51 15:40:51 Step 9/32 : FROM alpine:3.16 15:40:51 ---> 4c81e5bf8899 15:40:51 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:40:51 ---> Running in 6ff159393760 15:40:51 ---> Running in dd7803f5fb48 15:40:52 Removing intermediate container 6ff159393760 15:40:52 ---> 3f9f465a543b 15:40:52 Step 19/19 : LABEL version=3.0.0-dev.83 15:40:52 ---> Running in 45721fbc2766 15:40:52 Removing intermediate container dd7803f5fb48 15:40:52 ---> 7c40c15c299d 15:40:52 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:40:52 ---> Running in 7f02dc1ae850 15:40:52 Removing intermediate container 45721fbc2766 15:40:52 ---> 3411696ea2e0 15:40:52 15:40:52 Successfully built 3411696ea2e0 15:40:52 Successfully tagged security-spiffe-token-provider-arm64:latest 15:40:53  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:40:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:40:54 (1/2) Installing dumb-init (1.2.5-r1) 15:40:54 (2/2) Installing su-exec (0.2-r1) 15:40:54 Executing busybox-1.35.0-r17.trigger 15:40:54 OK: 5 MiB in 16 packages 15:40:55 Removing intermediate container 7f02dc1ae850 15:40:55 ---> 9eecb26b453b 15:40:55 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:40:55 ---> Running in 86fe64a47a78 15:40:55 Removing intermediate container 86fe64a47a78 15:40:55 ---> 84c88419534e 15:40:55 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:40:56 ---> Running in cfd5acb136ab 15:40:56 Removing intermediate container cfd5acb136ab 15:40:56 ---> 081168413e02 15:40:56 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:40:56 ---> Running in ac266a55088b 15:40:56 Removing intermediate container ac266a55088b 15:40:56 ---> f6aad6a9eb06 15:40:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:40:56 ---> Running in 9b9fe2f22c8e 15:40:56 Removing intermediate container 9b9fe2f22c8e 15:40:56 ---> c80dfecb7f6d 15:40:56 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:40:56 ---> Running in 524993cd5224 15:40:58 Removing intermediate container 524993cd5224 15:40:58 ---> d022b350142a 15:40:58 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:40:58 ---> Running in fb69ecad03ea 15:40:59 Removing intermediate container fb69ecad03ea 15:40:59 ---> 9e3d8034b6da 15:40:59 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:40:59 ---> 2d10b5261c44 15:40:59 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:40:59 ---> Running in 4512592731d9 15:41:00 Removing intermediate container 4512592731d9 15:41:00 ---> dd8e73c03960 15:41:00 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:41:01 ---> de468c4bf957 15:41:01 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:41:02 ---> 9538a715dede 15:41:02 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:41:02 ---> 6a70369c67f2 15:41:02 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:41:03 ---> 38e738ad0c28 15:41:03 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:41:03 ---> fa3f463524b5 15:41:03 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:41:04 ---> e2bf53ee4762 15:41:04 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:41:04 ---> 431b515fd94c 15:41:04 Step 27/32 : RUN chmod +x /entrypoint.sh 15:41:04 ---> Running in 42dbc7d292f3 15:41:06 Removing intermediate container 42dbc7d292f3 15:41:06 ---> 93e4f6dae3ee 15:41:06 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:41:06 ---> Running in eb1f8f4ec532 15:41:06 Removing intermediate container eb1f8f4ec532 15:41:06 ---> 84157e26cef4 15:41:06 Step 29/32 : CMD ["gate"] 15:41:06 ---> Running in 2db4cbd3762f 15:41:07 Removing intermediate container 2db4cbd3762f 15:41:07 ---> 011bfa8271a2 15:41:07 Step 30/32 : LABEL arch=arm64 15:41:07 ---> Running in 498f6cdb1d2d 15:41:07 Removing intermediate container 498f6cdb1d2d 15:41:07 ---> cf158fe2e26f 15:41:07 Step 31/32 : LABEL git_sha=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:07 ---> Running in 0c773c714267 15:41:07 Removing intermediate container 0c773c714267 15:41:07 ---> 9908d5b473b8 15:41:07 Step 32/32 : LABEL version=3.0.0-dev.83 15:41:07 ---> Running in dc17a55093ca 15:41:08 Removing intermediate container dc17a55093ca 15:41:08 ---> fe0c91b05a84 15:41:08 15:41:08 Successfully built fe0c91b05a84 15:41:08 Successfully tagged security-bootstrapper-arm64:latest 15:41:08  Building security-bootstrapper ... done  [Pipeline] } 15:41:08 $ docker stop --time=1 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 15:41:10 $ docker rm -f --volumes 038133a0aed69cf44e3a37ddd5dbd7bfdb119725126f75971b78980a4c9199d3 [Pipeline] // withDockerContainer [Pipeline] sh 15:41:10 + docker images 15:41:10 REPOSITORY TAG IMAGE ID CREATED SIZE 15:41:10 security-bootstrapper-arm64 latest fe0c91b05a84 3 seconds ago 19MB 15:41:10 security-spiffe-token-provider-arm64 latest 3411696ea2e0 18 seconds ago 29.1MB 15:41:10 f879ee2328f3 19 seconds ago 1.32GB 15:41:10 223980a2f9a9 32 seconds ago 1.38GB 15:41:10 core-data-arm64 latest 73a09eab42a3 46 seconds ago 17.3MB 15:41:10 8fcc5d6ee890 About a minute ago 1.34GB 15:41:10 core-common-config-bootstrapper-arm64 latest e22058123202 3 minutes ago 14.9MB 15:41:10 547b4bbd965a 3 minutes ago 1.33GB 15:41:10 security-spire-agent-arm64 latest ba619e0c25d4 3 minutes ago 122MB 15:41:10 security-proxy-auth-arm64 latest 90efc4d1077d 3 minutes ago 15.6MB 15:41:10 4bfa16776016 3 minutes ago 1.21GB 15:41:10 core-command-arm64 latest 5ea28a148db8 3 minutes ago 17.1MB 15:41:10 bbe1af4b8410 3 minutes ago 1.32GB 15:41:10 869e5475f9aa 4 minutes ago 1.34GB 15:41:10 security-spire-server-arm64 latest b0a9fc09714c 6 minutes ago 84.3MB 15:41:10 7e59ab93fc96 6 minutes ago 1.21GB 15:41:10 support-scheduler-arm64 latest 7481a89889b5 8 minutes ago 29.1MB 15:41:10 support-notifications-arm64 latest bdbe875121a5 8 minutes ago 29.7MB 15:41:10 ecdee9560f65 9 minutes ago 1.4GB 15:41:10 1a624eb0165a 9 minutes ago 1.4GB 15:41:10 core-metadata-arm64 latest 3fda46c94991 11 minutes ago 17.8MB 15:41:10 83e0f9f35ad6 11 minutes ago 1.35GB 15:41:10 security-proxy-setup-arm64 latest 7ded0a83d8ba 11 minutes ago 15.8MB 15:41:10 0d36d9e2d837 12 minutes ago 1.32GB 15:41:10 security-secretstore-setup-arm64 latest e015cd774152 12 minutes ago 28.7MB 15:41:10 10d6f13f2c68 12 minutes ago 1.33GB 15:41:10 security-spire-config-arm64 latest 95c7583effa2 18 minutes ago 83.6MB 15:41:10 7e04c7198444 18 minutes ago 1.21GB 15:41:10 ci-base-image-arm64 latest e1f0e84df80c 21 minutes ago 904MB 15:41:10 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 15:41:10 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 15:41:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 15:41:10 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:41:10 provisioning config files... 15:41:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/445@tmp/config3703173001934290212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:41:11 ---> docker-login.sh 15:41:11 nexus3.edgexfoundry.org:10001 15:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:11 Configure a credential helper to remove this warning. See 15:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:11 15:41:11 Login Succeeded 15:41:11 nexus3.edgexfoundry.org:10002 15:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:12 Configure a credential helper to remove this warning. See 15:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:12 15:41:12 Login Succeeded 15:41:12 nexus3.edgexfoundry.org:10003 15:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:12 Configure a credential helper to remove this warning. See 15:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:12 15:41:12 Login Succeeded 15:41:12 nexus3.edgexfoundry.org:10004 15:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:12 Configure a credential helper to remove this warning. See 15:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:12 15:41:12 Login Succeeded 15:41:12 docker.io 15:41:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:13 Configure a credential helper to remove this warning. See 15:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:13 15:41:13 Login Succeeded 15:41:13 ---> docker-login.sh ends [Pipeline] } 15:41:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:41:13 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 15:41:13 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:13 latest 15:41:13 3.0.0-dev.83 15:41:13 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:13 main 15:41:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:13 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:13 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:41:13 6e9a7c4dd716: Preparing 15:41:13 63bb5f631b48: Preparing 15:41:13 8a84e16d73fd: Preparing 15:41:13 c343ec074734: Preparing 15:41:13 f70ee36035b9: Preparing 15:41:13 f70ee36035b9: Layer already exists 15:41:14 6e9a7c4dd716: Pushed 15:41:14 8a84e16d73fd: Pushed 15:41:14 c343ec074734: Pushed 15:41:17 63bb5f631b48: Pushed 15:41:17 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:41:18 6e9a7c4dd716: Preparing 15:41:18 63bb5f631b48: Preparing 15:41:18 8a84e16d73fd: Preparing 15:41:18 c343ec074734: Preparing 15:41:18 f70ee36035b9: Preparing 15:41:18 8a84e16d73fd: Layer already exists 15:41:18 c343ec074734: Layer already exists 15:41:18 6e9a7c4dd716: Layer already exists 15:41:18 63bb5f631b48: Layer already exists 15:41:18 f70ee36035b9: Layer already exists 15:41:18 latest: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 15:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:41:18 6e9a7c4dd716: Preparing 15:41:18 63bb5f631b48: Preparing 15:41:18 8a84e16d73fd: Preparing 15:41:18 c343ec074734: Preparing 15:41:18 f70ee36035b9: Preparing 15:41:18 8a84e16d73fd: Layer already exists 15:41:18 6e9a7c4dd716: Layer already exists 15:41:18 63bb5f631b48: Layer already exists 15:41:18 f70ee36035b9: Layer already exists 15:41:18 c343ec074734: Layer already exists 15:41:18 3.0.0-dev.83: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:41:19 6e9a7c4dd716: Preparing 15:41:19 63bb5f631b48: Preparing 15:41:19 8a84e16d73fd: Preparing 15:41:19 c343ec074734: Preparing 15:41:19 f70ee36035b9: Preparing 15:41:19 6e9a7c4dd716: Layer already exists 15:41:19 f70ee36035b9: Layer already exists 15:41:19 63bb5f631b48: Layer already exists 15:41:19 c343ec074734: Layer already exists 15:41:19 8a84e16d73fd: Layer already exists 15:41:19 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 15:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 15:41:20 6e9a7c4dd716: Preparing 15:41:20 63bb5f631b48: Preparing 15:41:20 8a84e16d73fd: Preparing 15:41:20 c343ec074734: Preparing 15:41:20 f70ee36035b9: Preparing 15:41:20 6e9a7c4dd716: Layer already exists 15:41:20 f70ee36035b9: Layer already exists 15:41:20 63bb5f631b48: Layer already exists 15:41:20 c343ec074734: Layer already exists 15:41:20 8a84e16d73fd: Layer already exists 15:41:20 main: digest: sha256:704885404691fc6cfb74bf602e6652603002ff3260812eb5551a82b44c8ff5e4 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:20 ===================================================== [Pipeline] echo 15:41:20 taggedImages: 15:41:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 15:41:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.83 15:41:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:20 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 15:41:20 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 15:41:20 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:20 latest 15:41:20 3.0.0-dev.83 15:41:20 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:20 main 15:41:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:20 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:41:20 18b033357e4e: Preparing 15:41:20 620e432f24bf: Preparing 15:41:20 b629c7b45185: Preparing 15:41:20 1e3a0ade23a9: Preparing 15:41:20 8a84e16d73fd: Preparing 15:41:20 4cb951d379d7: Preparing 15:41:20 f70ee36035b9: Preparing 15:41:20 f70ee36035b9: Waiting 15:41:20 4cb951d379d7: Waiting 15:41:20 8a84e16d73fd: Layer already exists 15:41:21 18b033357e4e: Pushed 15:41:21 b629c7b45185: Pushed 15:41:21 620e432f24bf: Pushed 15:41:21 f70ee36035b9: Layer already exists 15:41:21 4cb951d379d7: Pushed 15:41:24 1e3a0ade23a9: Pushed 15:41:24 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:24 + 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:41:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:41:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:41:25 18b033357e4e: Preparing 15:41:25 620e432f24bf: Preparing 15:41:25 b629c7b45185: Preparing 15:41:25 1e3a0ade23a9: Preparing 15:41:25 8a84e16d73fd: Preparing 15:41:25 4cb951d379d7: Preparing 15:41:25 f70ee36035b9: Preparing 15:41:25 4cb951d379d7: Waiting 15:41:25 f70ee36035b9: Waiting 15:41:25 620e432f24bf: Layer already exists 15:41:25 1e3a0ade23a9: Layer already exists 15:41:25 18b033357e4e: Layer already exists 15:41:25 8a84e16d73fd: Layer already exists 15:41:25 b629c7b45185: Layer already exists 15:41:25 4cb951d379d7: Layer already exists 15:41:25 f70ee36035b9: Layer already exists 15:41:25 latest: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:25 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 15:41:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:41:26 18b033357e4e: Preparing 15:41:26 620e432f24bf: Preparing 15:41:26 b629c7b45185: Preparing 15:41:26 1e3a0ade23a9: Preparing 15:41:26 8a84e16d73fd: Preparing 15:41:26 4cb951d379d7: Preparing 15:41:26 f70ee36035b9: Preparing 15:41:26 4cb951d379d7: Waiting 15:41:26 f70ee36035b9: Waiting 15:41:26 8a84e16d73fd: Layer already exists 15:41:26 18b033357e4e: Layer already exists 15:41:26 620e432f24bf: Layer already exists 15:41:26 1e3a0ade23a9: Layer already exists 15:41:26 b629c7b45185: Layer already exists 15:41:26 4cb951d379d7: Layer already exists 15:41:26 f70ee36035b9: Layer already exists 15:41:26 3.0.0-dev.83: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:41:27 18b033357e4e: Preparing 15:41:27 620e432f24bf: Preparing 15:41:27 b629c7b45185: Preparing 15:41:27 1e3a0ade23a9: Preparing 15:41:27 8a84e16d73fd: Preparing 15:41:27 4cb951d379d7: Preparing 15:41:27 f70ee36035b9: Preparing 15:41:27 4cb951d379d7: Waiting 15:41:27 f70ee36035b9: Waiting 15:41:27 b629c7b45185: Layer already exists 15:41:27 1e3a0ade23a9: Layer already exists 15:41:27 18b033357e4e: Layer already exists 15:41:27 8a84e16d73fd: Layer already exists 15:41:27 620e432f24bf: Layer already exists 15:41:27 4cb951d379d7: Layer already exists 15:41:27 f70ee36035b9: Layer already exists 15:41:27 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:27 + 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:41:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 15:41:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 15:41:27 18b033357e4e: Preparing 15:41:27 620e432f24bf: Preparing 15:41:27 b629c7b45185: Preparing 15:41:27 1e3a0ade23a9: Preparing 15:41:27 8a84e16d73fd: Preparing 15:41:27 4cb951d379d7: Preparing 15:41:27 f70ee36035b9: Preparing 15:41:27 4cb951d379d7: Waiting 15:41:27 f70ee36035b9: Waiting 15:41:27 18b033357e4e: Layer already exists 15:41:27 8a84e16d73fd: Layer already exists 15:41:27 620e432f24bf: Layer already exists 15:41:27 b629c7b45185: Layer already exists 15:41:27 1e3a0ade23a9: Layer already exists 15:41:27 4cb951d379d7: Layer already exists 15:41:27 f70ee36035b9: Layer already exists 15:41:28 main: digest: sha256:9fec3b2f2271aea6897eecf78e63a5fdf04c963fe06f2aa16ddfb81a4ed9cb5f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:28 ===================================================== [Pipeline] echo 15:41:28 taggedImages: 15:41:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 15:41:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.83 15:41:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 15:41:28 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 15:41:28 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:28 latest 15:41:28 3.0.0-dev.83 15:41:28 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:28 main 15:41:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:28 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:41:28 d674160dec9a: Preparing 15:41:28 e38c10896480: Preparing 15:41:28 8a84e16d73fd: Preparing 15:41:28 929e0d8d314c: Preparing 15:41:28 f70ee36035b9: Preparing 15:41:28 8a84e16d73fd: Layer already exists 15:41:28 f70ee36035b9: Layer already exists 15:41:29 929e0d8d314c: Pushed 15:41:29 d674160dec9a: Pushed 15:41:32 e38c10896480: Pushed 15:41:32 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:41:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:41:33 d674160dec9a: Preparing 15:41:33 e38c10896480: Preparing 15:41:33 8a84e16d73fd: Preparing 15:41:33 929e0d8d314c: Preparing 15:41:33 f70ee36035b9: Preparing 15:41:33 f70ee36035b9: Layer already exists 15:41:33 e38c10896480: Layer already exists 15:41:33 d674160dec9a: Layer already exists 15:41:33 929e0d8d314c: Layer already exists 15:41:33 8a84e16d73fd: Layer already exists 15:41:33 latest: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 15:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:41:34 d674160dec9a: Preparing 15:41:34 e38c10896480: Preparing 15:41:34 8a84e16d73fd: Preparing 15:41:34 929e0d8d314c: Preparing 15:41:34 f70ee36035b9: Preparing 15:41:34 929e0d8d314c: Layer already exists 15:41:34 8a84e16d73fd: Layer already exists 15:41:34 d674160dec9a: Layer already exists 15:41:34 e38c10896480: Layer already exists 15:41:34 f70ee36035b9: Layer already exists 15:41:34 3.0.0-dev.83: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:41:34 d674160dec9a: Preparing 15:41:34 e38c10896480: Preparing 15:41:34 8a84e16d73fd: Preparing 15:41:34 929e0d8d314c: Preparing 15:41:34 f70ee36035b9: Preparing 15:41:34 e38c10896480: Layer already exists 15:41:34 f70ee36035b9: Layer already exists 15:41:34 929e0d8d314c: Layer already exists 15:41:34 8a84e16d73fd: Layer already exists 15:41:34 d674160dec9a: Layer already exists 15:41:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 15:41:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 15:41:35 d674160dec9a: Preparing 15:41:35 e38c10896480: Preparing 15:41:35 8a84e16d73fd: Preparing 15:41:35 929e0d8d314c: Preparing 15:41:35 f70ee36035b9: Preparing 15:41:35 f70ee36035b9: Layer already exists 15:41:35 e38c10896480: Layer already exists 15:41:35 d674160dec9a: Layer already exists 15:41:35 929e0d8d314c: Layer already exists 15:41:35 8a84e16d73fd: Layer already exists 15:41:35 main: digest: sha256:b29444ef08239d3a7adb9f87f9969bbe647c35fb41c6ac7622b9897f360e7568 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:35 ===================================================== [Pipeline] echo 15:41:35 taggedImages: 15:41:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 15:41:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.83 15:41:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:35 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 15:41:35 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 15:41:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:35 latest 15:41:35 3.0.0-dev.83 15:41:35 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:35 main 15:41:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:36 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:36 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:41:36 47ad0c4e82d3: Preparing 15:41:36 55a527c78fb7: Preparing 15:41:36 8a6b65549787: Preparing 15:41:36 8a84e16d73fd: Preparing 15:41:36 c343ec074734: Preparing 15:41:36 f70ee36035b9: Preparing 15:41:36 f70ee36035b9: Waiting 15:41:36 c343ec074734: Layer already exists 15:41:36 8a84e16d73fd: Layer already exists 15:41:36 f70ee36035b9: Layer already exists 15:41:36 47ad0c4e82d3: Pushed 15:41:36 55a527c78fb7: Pushed 15:41:40 8a6b65549787: Pushed 15:41:40 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:41:40 47ad0c4e82d3: Preparing 15:41:40 55a527c78fb7: Preparing 15:41:40 8a6b65549787: Preparing 15:41:40 8a84e16d73fd: Preparing 15:41:40 c343ec074734: Preparing 15:41:40 f70ee36035b9: Preparing 15:41:40 f70ee36035b9: Waiting 15:41:40 c343ec074734: Layer already exists 15:41:40 8a6b65549787: Layer already exists 15:41:40 47ad0c4e82d3: Layer already exists 15:41:40 55a527c78fb7: Layer already exists 15:41:40 8a84e16d73fd: Layer already exists 15:41:40 f70ee36035b9: Layer already exists 15:41:40 latest: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 15:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:41:41 47ad0c4e82d3: Preparing 15:41:41 55a527c78fb7: Preparing 15:41:41 8a6b65549787: Preparing 15:41:41 8a84e16d73fd: Preparing 15:41:41 c343ec074734: Preparing 15:41:41 f70ee36035b9: Preparing 15:41:41 f70ee36035b9: Waiting 15:41:41 8a84e16d73fd: Layer already exists 15:41:41 55a527c78fb7: Layer already exists 15:41:41 47ad0c4e82d3: Layer already exists 15:41:41 8a6b65549787: Layer already exists 15:41:41 c343ec074734: Layer already exists 15:41:41 f70ee36035b9: Layer already exists 15:41:41 3.0.0-dev.83: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:41:42 47ad0c4e82d3: Preparing 15:41:42 55a527c78fb7: Preparing 15:41:42 8a6b65549787: Preparing 15:41:42 8a84e16d73fd: Preparing 15:41:42 c343ec074734: Preparing 15:41:42 f70ee36035b9: Preparing 15:41:42 f70ee36035b9: Waiting 15:41:42 8a6b65549787: Layer already exists 15:41:42 c343ec074734: Layer already exists 15:41:42 55a527c78fb7: Layer already exists 15:41:42 8a84e16d73fd: Layer already exists 15:41:42 47ad0c4e82d3: Layer already exists 15:41:42 f70ee36035b9: Layer already exists 15:41:42 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 15:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 15:41:43 47ad0c4e82d3: Preparing 15:41:43 55a527c78fb7: Preparing 15:41:43 8a6b65549787: Preparing 15:41:43 8a84e16d73fd: Preparing 15:41:43 c343ec074734: Preparing 15:41:43 f70ee36035b9: Preparing 15:41:43 f70ee36035b9: Waiting 15:41:43 8a84e16d73fd: Layer already exists 15:41:43 47ad0c4e82d3: Layer already exists 15:41:43 c343ec074734: Layer already exists 15:41:43 8a6b65549787: Layer already exists 15:41:43 55a527c78fb7: Layer already exists 15:41:43 f70ee36035b9: Layer already exists 15:41:43 main: digest: sha256:7d59ddc58ddb8b7fc13f7a87bc922623c3e9db40f4ca2393c8f539ab1aa695b3 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:43 ===================================================== [Pipeline] echo 15:41:43 taggedImages: 15:41:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 15:41:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.83 15:41:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:43 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 15:41:43 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 15:41:43 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:43 latest 15:41:43 3.0.0-dev.83 15:41:43 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:43 main 15:41:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:41:43 c0139b016233: Preparing 15:41:43 c0139b016233: Preparing 15:41:43 0467b51e4fa6: Preparing 15:41:43 15710b65b895: Preparing 15:41:43 bbb06dab7351: Preparing 15:41:43 4407e03ffbba: Preparing 15:41:43 12b5e83e2da4: Preparing 15:41:43 8a84e16d73fd: Preparing 15:41:43 de5c05054c71: Preparing 15:41:43 d09bef59d3a2: Preparing 15:41:43 2e120db10805: Preparing 15:41:43 63be13d14641: Preparing 15:41:43 f70ee36035b9: Preparing 15:41:43 8a84e16d73fd: Waiting 15:41:43 de5c05054c71: Waiting 15:41:43 12b5e83e2da4: Waiting 15:41:43 d09bef59d3a2: Waiting 15:41:43 2e120db10805: Waiting 15:41:43 63be13d14641: Waiting 15:41:43 f70ee36035b9: Waiting 15:41:44 4407e03ffbba: Pushed 15:41:44 0467b51e4fa6: Pushed 15:41:44 15710b65b895: Pushed 15:41:44 bbb06dab7351: Pushed 15:41:44 c0139b016233: Pushed 15:41:44 8a84e16d73fd: Layer already exists 15:41:44 2e120db10805: Pushed 15:41:44 f70ee36035b9: Layer already exists 15:41:44 d09bef59d3a2: Pushed 15:41:44 63be13d14641: Pushed 15:41:44 de5c05054c71: Pushed 15:41:47 12b5e83e2da4: Pushed 15:41:47 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:41:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:41:48 c0139b016233: Preparing 15:41:48 c0139b016233: Preparing 15:41:48 0467b51e4fa6: Preparing 15:41:48 15710b65b895: Preparing 15:41:48 bbb06dab7351: Preparing 15:41:48 4407e03ffbba: Preparing 15:41:48 12b5e83e2da4: Preparing 15:41:48 8a84e16d73fd: Preparing 15:41:48 de5c05054c71: Preparing 15:41:48 d09bef59d3a2: Preparing 15:41:48 2e120db10805: Preparing 15:41:48 63be13d14641: Preparing 15:41:48 f70ee36035b9: Preparing 15:41:48 12b5e83e2da4: Waiting 15:41:48 8a84e16d73fd: Waiting 15:41:48 de5c05054c71: Waiting 15:41:48 d09bef59d3a2: Waiting 15:41:48 2e120db10805: Waiting 15:41:48 63be13d14641: Waiting 15:41:48 f70ee36035b9: Waiting 15:41:48 15710b65b895: Layer already exists 15:41:48 4407e03ffbba: Layer already exists 15:41:48 bbb06dab7351: Layer already exists 15:41:48 0467b51e4fa6: Layer already exists 15:41:48 c0139b016233: Layer already exists 15:41:48 12b5e83e2da4: Layer already exists 15:41:48 8a84e16d73fd: Layer already exists 15:41:48 2e120db10805: Layer already exists 15:41:48 de5c05054c71: Layer already exists 15:41:48 d09bef59d3a2: Layer already exists 15:41:48 f70ee36035b9: Layer already exists 15:41:48 63be13d14641: Layer already exists 15:41:48 latest: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 15:41:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:41:49 c0139b016233: Preparing 15:41:49 c0139b016233: Preparing 15:41:49 0467b51e4fa6: Preparing 15:41:49 15710b65b895: Preparing 15:41:49 bbb06dab7351: Preparing 15:41:49 4407e03ffbba: Preparing 15:41:49 12b5e83e2da4: Preparing 15:41:49 8a84e16d73fd: Preparing 15:41:49 de5c05054c71: Preparing 15:41:49 d09bef59d3a2: Preparing 15:41:49 2e120db10805: Preparing 15:41:49 63be13d14641: Preparing 15:41:49 f70ee36035b9: Preparing 15:41:49 de5c05054c71: Waiting 15:41:49 d09bef59d3a2: Waiting 15:41:49 12b5e83e2da4: Waiting 15:41:49 2e120db10805: Waiting 15:41:49 63be13d14641: Waiting 15:41:49 8a84e16d73fd: Waiting 15:41:49 4407e03ffbba: Layer already exists 15:41:49 c0139b016233: Layer already exists 15:41:49 15710b65b895: Layer already exists 15:41:49 0467b51e4fa6: Layer already exists 15:41:49 bbb06dab7351: Layer already exists 15:41:49 de5c05054c71: Layer already exists 15:41:49 12b5e83e2da4: Layer already exists 15:41:49 8a84e16d73fd: Layer already exists 15:41:49 2e120db10805: Layer already exists 15:41:49 d09bef59d3a2: Layer already exists 15:41:49 63be13d14641: Layer already exists 15:41:49 f70ee36035b9: Layer already exists 15:41:49 3.0.0-dev.83: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:49 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:41:50 c0139b016233: Preparing 15:41:50 c0139b016233: Preparing 15:41:50 0467b51e4fa6: Preparing 15:41:50 15710b65b895: Preparing 15:41:50 bbb06dab7351: Preparing 15:41:50 4407e03ffbba: Preparing 15:41:50 12b5e83e2da4: Preparing 15:41:50 8a84e16d73fd: Preparing 15:41:50 de5c05054c71: Preparing 15:41:50 d09bef59d3a2: Preparing 15:41:50 2e120db10805: Preparing 15:41:50 63be13d14641: Preparing 15:41:50 f70ee36035b9: Preparing 15:41:50 12b5e83e2da4: Waiting 15:41:50 8a84e16d73fd: Waiting 15:41:50 de5c05054c71: Waiting 15:41:50 d09bef59d3a2: Waiting 15:41:50 2e120db10805: Waiting 15:41:50 63be13d14641: Waiting 15:41:50 f70ee36035b9: Waiting 15:41:50 15710b65b895: Layer already exists 15:41:50 c0139b016233: Layer already exists 15:41:50 0467b51e4fa6: Layer already exists 15:41:50 bbb06dab7351: Layer already exists 15:41:50 4407e03ffbba: Layer already exists 15:41:50 8a84e16d73fd: Layer already exists 15:41:50 de5c05054c71: Layer already exists 15:41:50 12b5e83e2da4: Layer already exists 15:41:50 d09bef59d3a2: Layer already exists 15:41:50 2e120db10805: Layer already exists 15:41:50 63be13d14641: Layer already exists 15:41:50 f70ee36035b9: Layer already exists 15:41:50 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 15:41:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 15:41:51 c0139b016233: Preparing 15:41:51 c0139b016233: Preparing 15:41:51 0467b51e4fa6: Preparing 15:41:51 15710b65b895: Preparing 15:41:51 bbb06dab7351: Preparing 15:41:51 4407e03ffbba: Preparing 15:41:51 12b5e83e2da4: Preparing 15:41:51 8a84e16d73fd: Preparing 15:41:51 de5c05054c71: Preparing 15:41:51 d09bef59d3a2: Preparing 15:41:51 2e120db10805: Preparing 15:41:51 63be13d14641: Preparing 15:41:51 f70ee36035b9: Preparing 15:41:51 d09bef59d3a2: Waiting 15:41:51 2e120db10805: Waiting 15:41:51 63be13d14641: Waiting 15:41:51 f70ee36035b9: Waiting 15:41:51 12b5e83e2da4: Waiting 15:41:51 de5c05054c71: Waiting 15:41:51 8a84e16d73fd: Waiting 15:41:51 0467b51e4fa6: Layer already exists 15:41:51 15710b65b895: Layer already exists 15:41:51 4407e03ffbba: Layer already exists 15:41:51 c0139b016233: Layer already exists 15:41:51 bbb06dab7351: Layer already exists 15:41:51 d09bef59d3a2: Layer already exists 15:41:51 8a84e16d73fd: Layer already exists 15:41:51 12b5e83e2da4: Layer already exists 15:41:51 de5c05054c71: Layer already exists 15:41:51 2e120db10805: Layer already exists 15:41:51 f70ee36035b9: Layer already exists 15:41:51 63be13d14641: Layer already exists 15:41:51 main: digest: sha256:57017989c4d61292e44d92a6ec654c20dc6643c9a31baad2e2e2be39b9874f56 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:51 ===================================================== [Pipeline] echo 15:41:51 taggedImages: 15:41:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 15:41:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.83 15:41:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:51 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 15:41:51 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 15:41:51 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:51 latest 15:41:51 3.0.0-dev.83 15:41:51 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:51 main 15:41:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:41:52 43790e2f6a68: Preparing 15:41:52 0537de42a08f: Preparing 15:41:52 912e4914e3ea: Preparing 15:41:52 5a4f985bd1dd: Preparing 15:41:52 8a84e16d73fd: Preparing 15:41:52 4cb951d379d7: Preparing 15:41:52 f70ee36035b9: Preparing 15:41:52 4cb951d379d7: Waiting 15:41:52 f70ee36035b9: Waiting 15:41:52 8a84e16d73fd: Layer already exists 15:41:52 4cb951d379d7: Layer already exists 15:41:52 f70ee36035b9: Layer already exists 15:41:52 43790e2f6a68: Pushed 15:41:52 0537de42a08f: Pushed 15:41:52 912e4914e3ea: Pushed 15:41:55 5a4f985bd1dd: Pushed 15:41:55 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:41:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:41:55 43790e2f6a68: Preparing 15:41:55 0537de42a08f: Preparing 15:41:55 912e4914e3ea: Preparing 15:41:55 5a4f985bd1dd: Preparing 15:41:55 8a84e16d73fd: Preparing 15:41:55 4cb951d379d7: Preparing 15:41:55 f70ee36035b9: Preparing 15:41:55 4cb951d379d7: Waiting 15:41:55 f70ee36035b9: Waiting 15:41:55 8a84e16d73fd: Layer already exists 15:41:55 912e4914e3ea: Layer already exists 15:41:55 43790e2f6a68: Layer already exists 15:41:55 5a4f985bd1dd: Layer already exists 15:41:55 0537de42a08f: Layer already exists 15:41:55 4cb951d379d7: Layer already exists 15:41:55 f70ee36035b9: Layer already exists 15:41:55 latest: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 15:41:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:41:56 43790e2f6a68: Preparing 15:41:56 0537de42a08f: Preparing 15:41:56 912e4914e3ea: Preparing 15:41:56 5a4f985bd1dd: Preparing 15:41:56 8a84e16d73fd: Preparing 15:41:56 4cb951d379d7: Preparing 15:41:56 f70ee36035b9: Preparing 15:41:56 f70ee36035b9: Waiting 15:41:56 4cb951d379d7: Waiting 15:41:56 5a4f985bd1dd: Layer already exists 15:41:56 0537de42a08f: Layer already exists 15:41:56 8a84e16d73fd: Layer already exists 15:41:56 43790e2f6a68: Layer already exists 15:41:56 912e4914e3ea: Layer already exists 15:41:56 f70ee36035b9: Layer already exists 15:41:56 4cb951d379d7: Layer already exists 15:41:56 3.0.0-dev.83: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:56 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:41:57 43790e2f6a68: Preparing 15:41:57 0537de42a08f: Preparing 15:41:57 912e4914e3ea: Preparing 15:41:57 5a4f985bd1dd: Preparing 15:41:57 8a84e16d73fd: Preparing 15:41:57 4cb951d379d7: Preparing 15:41:57 f70ee36035b9: Preparing 15:41:57 4cb951d379d7: Waiting 15:41:57 f70ee36035b9: Waiting 15:41:57 5a4f985bd1dd: Layer already exists 15:41:57 43790e2f6a68: Layer already exists 15:41:57 8a84e16d73fd: Layer already exists 15:41:57 912e4914e3ea: Layer already exists 15:41:57 0537de42a08f: Layer already exists 15:41:57 4cb951d379d7: Layer already exists 15:41:57 f70ee36035b9: Layer already exists 15:41:57 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:57 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 15:41:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 15:41:57 43790e2f6a68: Preparing 15:41:57 0537de42a08f: Preparing 15:41:57 912e4914e3ea: Preparing 15:41:57 5a4f985bd1dd: Preparing 15:41:57 8a84e16d73fd: Preparing 15:41:57 4cb951d379d7: Preparing 15:41:57 f70ee36035b9: Preparing 15:41:57 4cb951d379d7: Waiting 15:41:57 f70ee36035b9: Waiting 15:41:57 43790e2f6a68: Layer already exists 15:41:57 8a84e16d73fd: Layer already exists 15:41:57 912e4914e3ea: Layer already exists 15:41:57 5a4f985bd1dd: Layer already exists 15:41:57 0537de42a08f: Layer already exists 15:41:57 f70ee36035b9: Layer already exists 15:41:57 4cb951d379d7: Layer already exists 15:41:57 main: digest: sha256:4258148f87fc7e31e5eddef9edef0658c1eadf06f4e3ba8dca35b963ff0d3aed size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:41:58 ===================================================== [Pipeline] echo 15:41:58 taggedImages: 15:41:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 15:41:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.83 15:41:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:58 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 15:41:58 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 15:41:58 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:58 latest 15:41:58 3.0.0-dev.83 15:41:58 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:41:58 main 15:41:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:58 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:41:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:41:58 9c774ffce6e1: Preparing 15:41:58 0a7a72ab6ac3: Preparing 15:41:58 581b4721d9b7: Preparing 15:41:58 aa44aa7d46a2: Preparing 15:41:58 5a92afbdbf5f: Preparing 15:41:58 d33f76249df4: Preparing 15:41:58 f70ee36035b9: Preparing 15:41:58 d33f76249df4: Waiting 15:41:58 f70ee36035b9: Waiting 15:41:58 aa44aa7d46a2: Pushed 15:41:58 0a7a72ab6ac3: Pushed 15:41:58 5a92afbdbf5f: Pushed 15:41:58 9c774ffce6e1: Pushed 15:41:58 f70ee36035b9: Layer already exists 15:41:59 d33f76249df4: Pushed 15:42:01 581b4721d9b7: Pushed 15:42:01 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:01 + 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:42:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:42:01 9c774ffce6e1: Preparing 15:42:01 0a7a72ab6ac3: Preparing 15:42:01 581b4721d9b7: Preparing 15:42:01 aa44aa7d46a2: Preparing 15:42:01 5a92afbdbf5f: Preparing 15:42:01 d33f76249df4: Preparing 15:42:01 f70ee36035b9: Preparing 15:42:01 d33f76249df4: Waiting 15:42:01 f70ee36035b9: Waiting 15:42:01 581b4721d9b7: Layer already exists 15:42:01 5a92afbdbf5f: Layer already exists 15:42:01 9c774ffce6e1: Layer already exists 15:42:01 0a7a72ab6ac3: Layer already exists 15:42:01 aa44aa7d46a2: Layer already exists 15:42:01 d33f76249df4: Layer already exists 15:42:01 f70ee36035b9: Layer already exists 15:42:02 latest: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 15:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:42:02 9c774ffce6e1: Preparing 15:42:02 0a7a72ab6ac3: Preparing 15:42:02 581b4721d9b7: Preparing 15:42:02 aa44aa7d46a2: Preparing 15:42:02 5a92afbdbf5f: Preparing 15:42:02 d33f76249df4: Preparing 15:42:02 f70ee36035b9: Preparing 15:42:02 d33f76249df4: Waiting 15:42:02 f70ee36035b9: Waiting 15:42:02 581b4721d9b7: Layer already exists 15:42:02 aa44aa7d46a2: Layer already exists 15:42:02 0a7a72ab6ac3: Layer already exists 15:42:02 5a92afbdbf5f: Layer already exists 15:42:02 9c774ffce6e1: Layer already exists 15:42:02 f70ee36035b9: Layer already exists 15:42:02 d33f76249df4: Layer already exists 15:42:02 3.0.0-dev.83: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:42:03 9c774ffce6e1: Preparing 15:42:03 0a7a72ab6ac3: Preparing 15:42:03 581b4721d9b7: Preparing 15:42:03 aa44aa7d46a2: Preparing 15:42:03 5a92afbdbf5f: Preparing 15:42:03 d33f76249df4: Preparing 15:42:03 f70ee36035b9: Preparing 15:42:03 d33f76249df4: Waiting 15:42:03 f70ee36035b9: Waiting 15:42:03 aa44aa7d46a2: Layer already exists 15:42:03 0a7a72ab6ac3: Layer already exists 15:42:03 581b4721d9b7: Layer already exists 15:42:03 5a92afbdbf5f: Layer already exists 15:42:03 9c774ffce6e1: Layer already exists 15:42:03 f70ee36035b9: Layer already exists 15:42:03 d33f76249df4: Layer already exists 15:42:03 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:04 + 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:42:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 15:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 15:42:04 9c774ffce6e1: Preparing 15:42:04 0a7a72ab6ac3: Preparing 15:42:04 581b4721d9b7: Preparing 15:42:04 aa44aa7d46a2: Preparing 15:42:04 5a92afbdbf5f: Preparing 15:42:04 d33f76249df4: Preparing 15:42:04 f70ee36035b9: Preparing 15:42:04 d33f76249df4: Waiting 15:42:04 f70ee36035b9: Waiting 15:42:04 581b4721d9b7: Layer already exists 15:42:04 0a7a72ab6ac3: Layer already exists 15:42:04 5a92afbdbf5f: Layer already exists 15:42:04 aa44aa7d46a2: Layer already exists 15:42:04 9c774ffce6e1: Layer already exists 15:42:04 f70ee36035b9: Layer already exists 15:42:04 d33f76249df4: Layer already exists 15:42:04 main: digest: sha256:e7f8baf3852d27a3df5bb0c31ccaae0fea501de9dd45d506774658d89a2e0a2d size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:42:04 ===================================================== [Pipeline] echo 15:42:04 taggedImages: 15:42:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 15:42:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.83 15:42:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 15:42:04 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 15:42:04 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:04 latest 15:42:04 3.0.0-dev.83 15:42:04 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:04 main 15:42:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:42:05 298734ea73d0: Preparing 15:42:05 ba9322282311: Preparing 15:42:05 f8770474056f: Preparing 15:42:05 8f39940a95fc: Preparing 15:42:05 d63d621ce7f6: Preparing 15:42:05 7b83840de049: Preparing 15:42:05 2918c0f21c1a: Preparing 15:42:05 e0635d677460: Preparing 15:42:05 f70ee36035b9: Preparing 15:42:05 2918c0f21c1a: Waiting 15:42:05 f70ee36035b9: Waiting 15:42:05 e0635d677460: Waiting 15:42:05 298734ea73d0: Pushed 15:42:05 d63d621ce7f6: Pushed 15:42:05 ba9322282311: Pushed 15:42:05 7b83840de049: Pushed 15:42:05 f70ee36035b9: Layer already exists 15:42:05 2918c0f21c1a: Pushed 15:42:06 e0635d677460: Pushed 15:42:08 8f39940a95fc: Pushed 15:42:09 f8770474056f: Pushed 15:42:09 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:09 + 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:42:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:42:10 298734ea73d0: Preparing 15:42:10 ba9322282311: Preparing 15:42:10 f8770474056f: Preparing 15:42:10 8f39940a95fc: Preparing 15:42:10 d63d621ce7f6: Preparing 15:42:10 7b83840de049: Preparing 15:42:10 2918c0f21c1a: Preparing 15:42:10 e0635d677460: Preparing 15:42:10 f70ee36035b9: Preparing 15:42:10 2918c0f21c1a: Waiting 15:42:10 e0635d677460: Waiting 15:42:10 7b83840de049: Waiting 15:42:10 f70ee36035b9: Waiting 15:42:10 f8770474056f: Layer already exists 15:42:10 ba9322282311: Layer already exists 15:42:10 8f39940a95fc: Layer already exists 15:42:10 d63d621ce7f6: Layer already exists 15:42:10 298734ea73d0: Layer already exists 15:42:10 7b83840de049: Layer already exists 15:42:10 2918c0f21c1a: Layer already exists 15:42:10 e0635d677460: Layer already exists 15:42:10 f70ee36035b9: Layer already exists 15:42:10 latest: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 15:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:42:11 298734ea73d0: Preparing 15:42:11 ba9322282311: Preparing 15:42:11 f8770474056f: Preparing 15:42:11 8f39940a95fc: Preparing 15:42:11 d63d621ce7f6: Preparing 15:42:11 7b83840de049: Preparing 15:42:11 2918c0f21c1a: Preparing 15:42:11 e0635d677460: Preparing 15:42:11 f70ee36035b9: Preparing 15:42:11 2918c0f21c1a: Waiting 15:42:11 e0635d677460: Waiting 15:42:11 7b83840de049: Waiting 15:42:11 f70ee36035b9: Waiting 15:42:11 d63d621ce7f6: Layer already exists 15:42:11 8f39940a95fc: Layer already exists 15:42:11 ba9322282311: Layer already exists 15:42:11 f8770474056f: Layer already exists 15:42:11 298734ea73d0: Layer already exists 15:42:11 2918c0f21c1a: Layer already exists 15:42:11 7b83840de049: Layer already exists 15:42:11 f70ee36035b9: Layer already exists 15:42:11 e0635d677460: Layer already exists 15:42:11 3.0.0-dev.83: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:42:11 298734ea73d0: Preparing 15:42:11 ba9322282311: Preparing 15:42:11 f8770474056f: Preparing 15:42:11 8f39940a95fc: Preparing 15:42:11 d63d621ce7f6: Preparing 15:42:11 7b83840de049: Preparing 15:42:11 2918c0f21c1a: Preparing 15:42:11 e0635d677460: Preparing 15:42:11 f70ee36035b9: Preparing 15:42:11 7b83840de049: Waiting 15:42:11 2918c0f21c1a: Waiting 15:42:11 e0635d677460: Waiting 15:42:11 f70ee36035b9: Waiting 15:42:11 8f39940a95fc: Layer already exists 15:42:11 298734ea73d0: Layer already exists 15:42:11 ba9322282311: Layer already exists 15:42:11 f8770474056f: Layer already exists 15:42:11 d63d621ce7f6: Layer already exists 15:42:11 2918c0f21c1a: Layer already exists 15:42:11 e0635d677460: Layer already exists 15:42:11 7b83840de049: Layer already exists 15:42:11 f70ee36035b9: Layer already exists 15:42:12 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:12 + 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:42:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 15:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 15:42:12 298734ea73d0: Preparing 15:42:12 ba9322282311: Preparing 15:42:12 f8770474056f: Preparing 15:42:12 8f39940a95fc: Preparing 15:42:12 d63d621ce7f6: Preparing 15:42:12 7b83840de049: Preparing 15:42:12 2918c0f21c1a: Preparing 15:42:12 e0635d677460: Preparing 15:42:12 f70ee36035b9: Preparing 15:42:12 2918c0f21c1a: Waiting 15:42:12 e0635d677460: Waiting 15:42:12 7b83840de049: Waiting 15:42:12 f70ee36035b9: Waiting 15:42:12 f8770474056f: Layer already exists 15:42:12 8f39940a95fc: Layer already exists 15:42:12 d63d621ce7f6: Layer already exists 15:42:12 298734ea73d0: Layer already exists 15:42:12 ba9322282311: Layer already exists 15:42:12 e0635d677460: Layer already exists 15:42:12 f70ee36035b9: Layer already exists 15:42:12 2918c0f21c1a: Layer already exists 15:42:12 7b83840de049: Layer already exists 15:42:13 main: digest: sha256:89e306734b90ab63db562bf3a60e0daa19e677af0f2d2dfd89f58b873c5d6638 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:42:13 ===================================================== [Pipeline] echo 15:42:13 taggedImages: 15:42:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 15:42:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.83 15:42:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 15:42:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 15:42:13 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:13 latest 15:42:13 3.0.0-dev.83 15:42:13 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:13 main 15:42:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:13 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:42:13 8015542f3aaf: Preparing 15:42:13 07196456c123: Preparing 15:42:13 8a84e16d73fd: Preparing 15:42:13 c36726e100cb: Preparing 15:42:13 a8cfdf0cc8ec: Preparing 15:42:13 8a84e16d73fd: Layer already exists 15:42:13 a8cfdf0cc8ec: Layer already exists 15:42:14 8015542f3aaf: Pushed 15:42:15 c36726e100cb: Pushed 15:42:18 07196456c123: Pushed 15:42:18 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:19 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:42:19 8015542f3aaf: Preparing 15:42:19 07196456c123: Preparing 15:42:19 8a84e16d73fd: Preparing 15:42:19 c36726e100cb: Preparing 15:42:19 a8cfdf0cc8ec: Preparing 15:42:19 07196456c123: Layer already exists 15:42:19 8015542f3aaf: Layer already exists 15:42:19 a8cfdf0cc8ec: Layer already exists 15:42:19 8a84e16d73fd: Layer already exists 15:42:19 c36726e100cb: Layer already exists 15:42:19 latest: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 15:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:42:20 8015542f3aaf: Preparing 15:42:20 07196456c123: Preparing 15:42:20 8a84e16d73fd: Preparing 15:42:20 c36726e100cb: Preparing 15:42:20 a8cfdf0cc8ec: Preparing 15:42:20 8a84e16d73fd: Layer already exists 15:42:20 07196456c123: Layer already exists 15:42:20 a8cfdf0cc8ec: Layer already exists 15:42:20 c36726e100cb: Layer already exists 15:42:20 8015542f3aaf: Layer already exists 15:42:20 3.0.0-dev.83: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:42:21 8015542f3aaf: Preparing 15:42:21 07196456c123: Preparing 15:42:21 8a84e16d73fd: Preparing 15:42:21 c36726e100cb: Preparing 15:42:21 a8cfdf0cc8ec: Preparing 15:42:21 8a84e16d73fd: Layer already exists 15:42:21 8015542f3aaf: Layer already exists 15:42:21 c36726e100cb: Layer already exists 15:42:21 a8cfdf0cc8ec: Layer already exists 15:42:21 07196456c123: Layer already exists 15:42:21 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:21 + 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:42:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 15:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 15:42:21 8015542f3aaf: Preparing 15:42:21 07196456c123: Preparing 15:42:21 8a84e16d73fd: Preparing 15:42:21 c36726e100cb: Preparing 15:42:21 a8cfdf0cc8ec: Preparing 15:42:21 8015542f3aaf: Layer already exists 15:42:21 8a84e16d73fd: Layer already exists 15:42:21 07196456c123: Layer already exists 15:42:21 c36726e100cb: Layer already exists 15:42:21 a8cfdf0cc8ec: Layer already exists 15:42:21 main: digest: sha256:26e5fbdd98097c9320cfa61dbdb26806476fa1503fe9834f456b41dd40594227 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:42:22 ===================================================== [Pipeline] echo 15:42:22 taggedImages: 15:42:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 15:42:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.83 15:42:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:22 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 15:42:22 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 15:42:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:22 latest 15:42:22 3.0.0-dev.83 15:42:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:22 main 15:42:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:22 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:42:22 7e7cdac7698b: Preparing 15:42:22 875eec9f192a: Preparing 15:42:22 e9e3496bd910: Preparing 15:42:22 dcba521f12d0: Preparing 15:42:22 79afc11f3553: Preparing 15:42:22 403d1e7a8611: Preparing 15:42:22 a8cfdf0cc8ec: Preparing 15:42:22 a8cfdf0cc8ec: Waiting 15:42:22 403d1e7a8611: Waiting 15:42:22 875eec9f192a: Pushed 15:42:22 7e7cdac7698b: Pushed 15:42:22 e9e3496bd910: Pushed 15:42:22 a8cfdf0cc8ec: Layer already exists 15:42:23 403d1e7a8611: Pushed 15:42:30 79afc11f3553: Pushed 15:42:38 dcba521f12d0: Pushed 15:42:38 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:39 + 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:42:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:42:39 7e7cdac7698b: Preparing 15:42:39 875eec9f192a: Preparing 15:42:39 e9e3496bd910: Preparing 15:42:39 dcba521f12d0: Preparing 15:42:39 79afc11f3553: Preparing 15:42:39 403d1e7a8611: Preparing 15:42:39 a8cfdf0cc8ec: Preparing 15:42:39 403d1e7a8611: Waiting 15:42:39 a8cfdf0cc8ec: Waiting 15:42:39 dcba521f12d0: Layer already exists 15:42:39 875eec9f192a: Layer already exists 15:42:39 79afc11f3553: Layer already exists 15:42:39 7e7cdac7698b: Layer already exists 15:42:39 e9e3496bd910: Layer already exists 15:42:39 a8cfdf0cc8ec: Layer already exists 15:42:39 403d1e7a8611: Layer already exists 15:42:39 latest: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:39 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 15:42:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:42:40 7e7cdac7698b: Preparing 15:42:40 875eec9f192a: Preparing 15:42:40 e9e3496bd910: Preparing 15:42:40 dcba521f12d0: Preparing 15:42:40 79afc11f3553: Preparing 15:42:40 403d1e7a8611: Preparing 15:42:40 a8cfdf0cc8ec: Preparing 15:42:40 403d1e7a8611: Waiting 15:42:40 a8cfdf0cc8ec: Waiting 15:42:40 dcba521f12d0: Layer already exists 15:42:40 79afc11f3553: Layer already exists 15:42:40 875eec9f192a: Layer already exists 15:42:40 7e7cdac7698b: Layer already exists 15:42:40 e9e3496bd910: Layer already exists 15:42:40 a8cfdf0cc8ec: Layer already exists 15:42:40 403d1e7a8611: Layer already exists 15:42:40 3.0.0-dev.83: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:42:41 7e7cdac7698b: Preparing 15:42:41 875eec9f192a: Preparing 15:42:41 e9e3496bd910: Preparing 15:42:41 dcba521f12d0: Preparing 15:42:41 79afc11f3553: Preparing 15:42:41 403d1e7a8611: Preparing 15:42:41 a8cfdf0cc8ec: Preparing 15:42:41 403d1e7a8611: Waiting 15:42:41 a8cfdf0cc8ec: Waiting 15:42:41 875eec9f192a: Layer already exists 15:42:41 7e7cdac7698b: Layer already exists 15:42:41 e9e3496bd910: Layer already exists 15:42:41 dcba521f12d0: Layer already exists 15:42:41 79afc11f3553: Layer already exists 15:42:41 a8cfdf0cc8ec: Layer already exists 15:42:41 403d1e7a8611: Layer already exists 15:42:41 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:41 + 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:42:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 15:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 15:42:42 7e7cdac7698b: Preparing 15:42:42 875eec9f192a: Preparing 15:42:42 e9e3496bd910: Preparing 15:42:42 dcba521f12d0: Preparing 15:42:42 79afc11f3553: Preparing 15:42:42 403d1e7a8611: Preparing 15:42:42 a8cfdf0cc8ec: Preparing 15:42:42 a8cfdf0cc8ec: Waiting 15:42:42 403d1e7a8611: Waiting 15:42:42 dcba521f12d0: Layer already exists 15:42:42 79afc11f3553: Layer already exists 15:42:42 7e7cdac7698b: Layer already exists 15:42:42 e9e3496bd910: Layer already exists 15:42:42 875eec9f192a: Layer already exists 15:42:42 403d1e7a8611: Layer already exists 15:42:42 a8cfdf0cc8ec: Layer already exists 15:42:42 main: digest: sha256:efc847f3b12bf1204612091acf47eea2467c82f0c1d52b20c7e4f517240d1950 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:42:42 ===================================================== [Pipeline] echo 15:42:42 taggedImages: 15:42:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 15:42:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.83 15:42:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:42 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 15:42:42 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 15:42:42 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:42 latest 15:42:42 3.0.0-dev.83 15:42:42 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:42:42 main 15:42:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:42 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:42:43 899a58af0622: Preparing 15:42:43 5bc76ccbe947: Preparing 15:42:43 9d0a51b77549: Preparing 15:42:43 11e8b311ebbf: Preparing 15:42:43 8e95be9a2fb8: Preparing 15:42:43 a8cfdf0cc8ec: Preparing 15:42:43 a8cfdf0cc8ec: Waiting 15:42:43 899a58af0622: Pushed 15:42:43 9d0a51b77549: Pushed 15:42:43 5bc76ccbe947: Pushed 15:42:43 a8cfdf0cc8ec: Layer already exists 15:42:44 8e95be9a2fb8: Pushed 15:42:59 11e8b311ebbf: Pushed 15:42:59 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:59 + 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:42:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:42:59 899a58af0622: Preparing 15:42:59 5bc76ccbe947: Preparing 15:42:59 9d0a51b77549: Preparing 15:42:59 11e8b311ebbf: Preparing 15:42:59 8e95be9a2fb8: Preparing 15:42:59 a8cfdf0cc8ec: Preparing 15:42:59 a8cfdf0cc8ec: Waiting 15:42:59 8e95be9a2fb8: Layer already exists 15:42:59 9d0a51b77549: Layer already exists 15:42:59 5bc76ccbe947: Layer already exists 15:42:59 899a58af0622: Layer already exists 15:42:59 11e8b311ebbf: Layer already exists 15:42:59 a8cfdf0cc8ec: Layer already exists 15:42:59 latest: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:00 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 15:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:43:00 899a58af0622: Preparing 15:43:00 5bc76ccbe947: Preparing 15:43:00 9d0a51b77549: Preparing 15:43:00 11e8b311ebbf: Preparing 15:43:00 8e95be9a2fb8: Preparing 15:43:00 a8cfdf0cc8ec: Preparing 15:43:00 a8cfdf0cc8ec: Waiting 15:43:00 11e8b311ebbf: Layer already exists 15:43:00 8e95be9a2fb8: Layer already exists 15:43:00 899a58af0622: Layer already exists 15:43:00 5bc76ccbe947: Layer already exists 15:43:00 9d0a51b77549: Layer already exists 15:43:00 a8cfdf0cc8ec: Layer already exists 15:43:00 3.0.0-dev.83: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:43:01 899a58af0622: Preparing 15:43:01 5bc76ccbe947: Preparing 15:43:01 9d0a51b77549: Preparing 15:43:01 11e8b311ebbf: Preparing 15:43:01 8e95be9a2fb8: Preparing 15:43:01 a8cfdf0cc8ec: Preparing 15:43:01 a8cfdf0cc8ec: Waiting 15:43:01 899a58af0622: Layer already exists 15:43:01 5bc76ccbe947: Layer already exists 15:43:01 9d0a51b77549: Layer already exists 15:43:01 8e95be9a2fb8: Layer already exists 15:43:01 11e8b311ebbf: Layer already exists 15:43:01 a8cfdf0cc8ec: Layer already exists 15:43:01 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:02 + 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:43:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 15:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 15:43:02 899a58af0622: Preparing 15:43:02 5bc76ccbe947: Preparing 15:43:02 9d0a51b77549: Preparing 15:43:02 11e8b311ebbf: Preparing 15:43:02 8e95be9a2fb8: Preparing 15:43:02 a8cfdf0cc8ec: Preparing 15:43:02 a8cfdf0cc8ec: Waiting 15:43:02 11e8b311ebbf: Layer already exists 15:43:02 5bc76ccbe947: Layer already exists 15:43:02 8e95be9a2fb8: Layer already exists 15:43:02 9d0a51b77549: Layer already exists 15:43:02 899a58af0622: Layer already exists 15:43:02 a8cfdf0cc8ec: Layer already exists 15:43:02 main: digest: sha256:d6cba31f5cd7aa67b2089996bb50f4dba1b4e5c128aeb951bcf484a1eb5b355d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:43:02 ===================================================== [Pipeline] echo 15:43:02 taggedImages: 15:43:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 15:43:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.83 15:43:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:02 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 15:43:02 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 15:43:02 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:02 latest 15:43:02 3.0.0-dev.83 15:43:02 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:02 main 15:43:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:43:03 27b4567ac193: Preparing 15:43:03 afe3a96b49e8: Preparing 15:43:03 00070ccfd436: Preparing 15:43:03 f7ae9ba355b1: Preparing 15:43:03 403d1e7a8611: Preparing 15:43:03 a8cfdf0cc8ec: Preparing 15:43:03 a8cfdf0cc8ec: Waiting 15:43:03 403d1e7a8611: Layer already exists 15:43:03 a8cfdf0cc8ec: Layer already exists 15:43:03 00070ccfd436: Pushed 15:43:03 27b4567ac193: Pushed 15:43:03 afe3a96b49e8: Pushed 15:43:18 f7ae9ba355b1: Pushed 15:43:18 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43: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:43:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:43:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:43:19 27b4567ac193: Preparing 15:43:19 afe3a96b49e8: Preparing 15:43:19 00070ccfd436: Preparing 15:43:19 f7ae9ba355b1: Preparing 15:43:19 403d1e7a8611: Preparing 15:43:19 a8cfdf0cc8ec: Preparing 15:43:19 a8cfdf0cc8ec: Waiting 15:43:19 afe3a96b49e8: Layer already exists 15:43:19 00070ccfd436: Layer already exists 15:43:19 f7ae9ba355b1: Layer already exists 15:43:19 27b4567ac193: Layer already exists 15:43:19 403d1e7a8611: Layer already exists 15:43:19 a8cfdf0cc8ec: Layer already exists 15:43:19 latest: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 15:43:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:43:20 27b4567ac193: Preparing 15:43:20 afe3a96b49e8: Preparing 15:43:20 00070ccfd436: Preparing 15:43:20 f7ae9ba355b1: Preparing 15:43:20 403d1e7a8611: Preparing 15:43:20 a8cfdf0cc8ec: Preparing 15:43:20 a8cfdf0cc8ec: Waiting 15:43:20 403d1e7a8611: Layer already exists 15:43:20 27b4567ac193: Layer already exists 15:43:20 afe3a96b49e8: Layer already exists 15:43:20 f7ae9ba355b1: Layer already exists 15:43:20 00070ccfd436: Layer already exists 15:43:20 a8cfdf0cc8ec: Layer already exists 15:43:20 3.0.0-dev.83: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:20 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:43:21 27b4567ac193: Preparing 15:43:21 afe3a96b49e8: Preparing 15:43:21 00070ccfd436: Preparing 15:43:21 f7ae9ba355b1: Preparing 15:43:21 403d1e7a8611: Preparing 15:43:21 a8cfdf0cc8ec: Preparing 15:43:21 a8cfdf0cc8ec: Waiting 15:43:21 00070ccfd436: Layer already exists 15:43:21 403d1e7a8611: Layer already exists 15:43:21 27b4567ac193: Layer already exists 15:43:21 afe3a96b49e8: Layer already exists 15:43:21 f7ae9ba355b1: Layer already exists 15:43:21 a8cfdf0cc8ec: Layer already exists 15:43:21 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:21 + 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:43:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 15:43:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 15:43:21 27b4567ac193: Preparing 15:43:21 afe3a96b49e8: Preparing 15:43:21 00070ccfd436: Preparing 15:43:21 f7ae9ba355b1: Preparing 15:43:21 403d1e7a8611: Preparing 15:43:21 a8cfdf0cc8ec: Preparing 15:43:21 a8cfdf0cc8ec: Waiting 15:43:21 f7ae9ba355b1: Layer already exists 15:43:21 27b4567ac193: Layer already exists 15:43:21 403d1e7a8611: Layer already exists 15:43:21 afe3a96b49e8: Layer already exists 15:43:21 00070ccfd436: Layer already exists 15:43:21 a8cfdf0cc8ec: Layer already exists 15:43:21 main: digest: sha256:31f64ff63c40f8813b6db1d3f444408037c327918c9b11b527f1a6d8d7c6164c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:43:22 ===================================================== [Pipeline] echo 15:43:22 taggedImages: 15:43:22 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:22 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 15:43:22 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.83 15:43:22 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:22 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 15:43:22 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 15:43:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:22 latest 15:43:22 3.0.0-dev.83 15:43:22 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:22 main 15:43:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:22 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:43:22 e66a4ae336e4: Preparing 15:43:22 141057b8b3b0: Preparing 15:43:22 8a84e16d73fd: Preparing 15:43:22 38cd4561a9f6: Preparing 15:43:22 f70ee36035b9: Preparing 15:43:22 f70ee36035b9: Layer already exists 15:43:22 8a84e16d73fd: Layer already exists 15:43:23 e66a4ae336e4: Pushed 15:43:23 38cd4561a9f6: Pushed 15:43:28 141057b8b3b0: Pushed 15:43:28 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:43:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:43:29 e66a4ae336e4: Preparing 15:43:29 141057b8b3b0: Preparing 15:43:29 8a84e16d73fd: Preparing 15:43:29 38cd4561a9f6: Preparing 15:43:29 f70ee36035b9: Preparing 15:43:29 e66a4ae336e4: Layer already exists 15:43:29 f70ee36035b9: Layer already exists 15:43:29 38cd4561a9f6: Layer already exists 15:43:29 141057b8b3b0: Layer already exists 15:43:29 8a84e16d73fd: Layer already exists 15:43:29 latest: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 15:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:43:30 e66a4ae336e4: Preparing 15:43:30 141057b8b3b0: Preparing 15:43:30 8a84e16d73fd: Preparing 15:43:30 38cd4561a9f6: Preparing 15:43:30 f70ee36035b9: Preparing 15:43:30 f70ee36035b9: Layer already exists 15:43:30 e66a4ae336e4: Layer already exists 15:43:30 38cd4561a9f6: Layer already exists 15:43:30 8a84e16d73fd: Layer already exists 15:43:30 141057b8b3b0: Layer already exists 15:43:30 3.0.0-dev.83: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:43:30 e66a4ae336e4: Preparing 15:43:30 141057b8b3b0: Preparing 15:43:30 8a84e16d73fd: Preparing 15:43:30 38cd4561a9f6: Preparing 15:43:30 f70ee36035b9: Preparing 15:43:30 38cd4561a9f6: Layer already exists 15:43:30 f70ee36035b9: Layer already exists 15:43:30 e66a4ae336e4: Layer already exists 15:43:30 141057b8b3b0: Layer already exists 15:43:30 8a84e16d73fd: Layer already exists 15:43:30 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 15:43:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 15:43:31 e66a4ae336e4: Preparing 15:43:31 141057b8b3b0: Preparing 15:43:31 8a84e16d73fd: Preparing 15:43:31 38cd4561a9f6: Preparing 15:43:31 f70ee36035b9: Preparing 15:43:31 e66a4ae336e4: Layer already exists 15:43:31 38cd4561a9f6: Layer already exists 15:43:31 8a84e16d73fd: Layer already exists 15:43:31 141057b8b3b0: Layer already exists 15:43:31 f70ee36035b9: Layer already exists 15:43:31 main: digest: sha256:49d5d59b5c93160ec442266b09a6268d82633b251b18735c008d498ee67e366d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:43:31 ===================================================== [Pipeline] echo 15:43:31 taggedImages: 15:43:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 15:43:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.83 15:43:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:31 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 15:43:31 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 15:43:31 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:31 latest 15:43:31 3.0.0-dev.83 15:43:31 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:31 main 15:43:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:43:32 222b2a74a474: Preparing 15:43:32 10228173f32c: Preparing 15:43:32 8a84e16d73fd: Preparing 15:43:32 c343ec074734: Preparing 15:43:32 f70ee36035b9: Preparing 15:43:32 8a84e16d73fd: Layer already exists 15:43:32 f70ee36035b9: Layer already exists 15:43:32 c343ec074734: Layer already exists 15:43:32 222b2a74a474: Pushed 15:43:37 10228173f32c: Pushed 15:43:37 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:43:38 222b2a74a474: Preparing 15:43:38 10228173f32c: Preparing 15:43:38 8a84e16d73fd: Preparing 15:43:38 c343ec074734: Preparing 15:43:38 f70ee36035b9: Preparing 15:43:38 10228173f32c: Layer already exists 15:43:38 222b2a74a474: Layer already exists 15:43:38 8a84e16d73fd: Layer already exists 15:43:38 c343ec074734: Layer already exists 15:43:38 f70ee36035b9: Layer already exists 15:43:38 latest: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 15:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:43:39 222b2a74a474: Preparing 15:43:39 10228173f32c: Preparing 15:43:39 8a84e16d73fd: Preparing 15:43:39 c343ec074734: Preparing 15:43:39 f70ee36035b9: Preparing 15:43:39 222b2a74a474: Layer already exists 15:43:39 8a84e16d73fd: Layer already exists 15:43:39 10228173f32c: Layer already exists 15:43:39 f70ee36035b9: Layer already exists 15:43:39 c343ec074734: Layer already exists 15:43:39 3.0.0-dev.83: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:43:39 222b2a74a474: Preparing 15:43:39 10228173f32c: Preparing 15:43:39 8a84e16d73fd: Preparing 15:43:39 c343ec074734: Preparing 15:43:39 f70ee36035b9: Preparing 15:43:39 f70ee36035b9: Layer already exists 15:43:39 10228173f32c: Layer already exists 15:43:39 c343ec074734: Layer already exists 15:43:39 8a84e16d73fd: Layer already exists 15:43:39 222b2a74a474: Layer already exists 15:43:39 e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:40 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 15:43:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 15:43:40 222b2a74a474: Preparing 15:43:40 10228173f32c: Preparing 15:43:40 8a84e16d73fd: Preparing 15:43:40 c343ec074734: Preparing 15:43:40 f70ee36035b9: Preparing 15:43:40 f70ee36035b9: Layer already exists 15:43:40 10228173f32c: Layer already exists 15:43:40 8a84e16d73fd: Layer already exists 15:43:40 c343ec074734: Layer already exists 15:43:40 222b2a74a474: Layer already exists 15:43:40 main: digest: sha256:14beb59562399f293d7789a9deb43d63fb1c29f69f96ea56fda3bf22e84002f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:43:40 ===================================================== [Pipeline] echo 15:43:40 taggedImages: 15:43:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57 15:43:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 15:43:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.83 15:43:40 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57-3.0.0-dev.83 15:43:40 - 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:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:43:41 15:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:43:41 arm64: Pulling from edgex-lftools-log-publisher 15:43:41 8998bd30e6a1: Pulling fs layer 15:43:41 04944245beec: Pulling fs layer 15:43:41 699f458cf7ca: Pulling fs layer 15:43:41 765212b225bb: Pulling fs layer 15:43:41 f23df028b6ca: Pulling fs layer 15:43:41 d65c8cfc05b1: Pulling fs layer 15:43:41 2437ff75d9bd: Pulling fs layer 15:43:41 765212b225bb: Waiting 15:43:41 f23df028b6ca: Waiting 15:43:41 d65c8cfc05b1: Waiting 15:43:41 2437ff75d9bd: Waiting 15:43:41 04944245beec: Verifying Checksum 15:43:41 04944245beec: Download complete 15:43:41 765212b225bb: Verifying Checksum 15:43:41 765212b225bb: Download complete 15:43:41 f23df028b6ca: Verifying Checksum 15:43:41 f23df028b6ca: Download complete 15:43:41 d65c8cfc05b1: Verifying Checksum 15:43:41 d65c8cfc05b1: Download complete 15:43:41 699f458cf7ca: Download complete 15:43:42 8998bd30e6a1: Verifying Checksum 15:43:42 8998bd30e6a1: Download complete 15:43:44 2437ff75d9bd: Verifying Checksum 15:43:44 2437ff75d9bd: Download complete 15:43:46 8998bd30e6a1: Pull complete 15:43:46 04944245beec: Pull complete 15:43:47 699f458cf7ca: Pull complete 15:43:47 765212b225bb: Pull complete 15:43:48 f23df028b6ca: Pull complete 15:43:48 d65c8cfc05b1: Pull complete 15:44:03 2437ff75d9bd: Pull complete 15:44:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:44:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:44:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:44:03 prd-ubuntu20.04-docker-arm64-4c-16g-8824 does not seem to be running inside a container 15:44:03 $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:44:06 $ docker top 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:44:07 ---> job-cost.sh 15:44:07 lf-activate-venv: SKIPPING 15:44:07 INFO: No Stack... 15:44:07 INFO: Retrieving Pricing Info for: v3-standard-4 15:44:08 INFO: Archiving Costs [Pipeline] sh 15:44:08 + cat /w/workspace/edgex-go/445/archives/cost.csv 15:44:08 + cut -d, -f6 [Pipeline] lock 15:44:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] 15:44:08 Resource [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] did not exist. Created. 15:44:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:44:09 + echo total: 0.10999999940395355 [Pipeline] stash 15:44:09 Stashed 1 file(s) [Pipeline] } 15:44:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-445-stack-cost] [Pipeline] // lock [Pipeline] } 15:44:09 $ docker stop --time=1 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 15:44:11 $ docker rm -f --volumes 429378ec574298839b57d1bc1f877bfeec50f2ffce1e67f5becc443ec23a8060 [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:44:11 provisioning config files... 15:44:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/445@tmp/config7647791418819465944tmp [Pipeline] { [Pipeline] sh 15:44:11 + set +x 15:44:11 + bash -s -- 15:44:11 + curl -s https://codecov.io/bash 15:44:11 15:44:11 _____ _ 15:44:11 / ____| | | 15:44:11 | | ___ __| | ___ ___ _____ __ 15:44:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:44:11 | |___| (_) | (_| | __/ (_| (_) \ V / 15:44:11 \_____\___/ \__,_|\___|\___\___/ \_/ 15:44:11 Bash-1.0.6 15:44:11 15:44:11 15:44:11 ==> git version 2.25.1 found 15:44:11 ==> 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:44:11 Release-Date: 2020-01-08 15:44:11 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:44:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:44:11 ==> Jenkins CI detected. 15:44:11 current dir:  /w/workspace/edgex-go/445 15:44:11 project root: . 15:44:11 --> token set from env 15:44:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:44:11 ==> Running gcov in . (disable via -X gcov) 15:44:11 ==> Python coveragepy not found 15:44:11 ==> Searching for coverage reports in: 15:44:11 + . 15:44:11 -> Found 1 reports 15:44:11 ==> Detecting git/mercurial file structure 15:44:11 ==> Reading reports 15:44:11 + ./coverage.out bytes=446903 15:44:12 ==> Appending adjustments 15:44:12 https://docs.codecov.io/docs/fixing-reports 15:44:13 + Found adjustments 15:44:13 ==> Gzipping contents 15:44:13 60K /tmp/codecov.VTFykX.gz 15:44:13 ==> Uploading reports 15:44:13 url: https://codecov.io 15:44:13 query: branch=main&commit=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:44:13 -> Pinging Codecov 15:44:13 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=e64f21cf8ca9b13aaf1aa7a093e81c9fa39e3b57&build=445&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F445%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:44:59  15:44:59 15:44:59 15:44:59 502 Server Error 15:44:59 15:44:59 15:44:59

Error: Server Error

15:44:59

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.

15:44:59

15:44:59 15:44:59 upstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failure 15:44:59 503 15:44:59 ==> Uploading to Codecov 15:44:59 % Total % Received % Xferd Average Speed Time Time Time Current 15:44:59 Dload Upload Total Spent Left Speed 15:45:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 48269 0:00:01 0:00:01 --:--:-- 48269 100 58256 100 91 100 58165 64 41135 0:00:01 0:00:01 --:--:-- 41199 15:45:00 Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries 15:45:00 Warning: left. 15:45:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 58106 0:00:01 0:00:01 --:--:-- 58106 100 58256 100 91 100 58165 86 54976 0:00:01 0:00:01 --:--:-- 55062 15:45:03 Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries 15:45:03 Warning: left. 15:45:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 2676 1670k --:--:-- --:--:-- --:--:-- 1723k 15:45:05 Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries 15:45:05 Warning: left. 15:45:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 119 76231 --:--:-- --:--:-- --:--:-- 76251 100 58256 100 91 100 58165 119 76231 --:--:-- --:--:-- --:--:-- 76251 15:45:08 Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries 15:45:08 Warning: left. 15:45:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58256 100 91 100 58165 3137 1958k --:--:-- --:--:-- --:--:-- 1961k 15:45:10 Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries 15:45:10 Warning: left. 15:45:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58165 0 0 100 58165 0 58106 0:00:01 0:00:01 --:--:-- 58106 100 58165 0 0 100 58165 0 29067 0:00:02 0:00:02 --:--:-- 29067 100 58165 0 0 100 58165 0 19368 0:00:03 0:00:03 --:--:-- 19375 100 58256 100 91 100 58165 30 19196 0:00:03 0:00:03 --:--:-- 19226 15:45:15 upstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failureupstream connect error or disconnect/reset before headers. reset reason: connection failure [Pipeline] } 15:45:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:45:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:45:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:45:15 15:45:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:45:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:45:16 df9b9388f04a: Pulling fs layer 15:45:16 52dc419b0ee2: Pulling fs layer 15:45:16 25bc292e5bac: Pulling fs layer 15:45:16 114826534d7a: Pulling fs layer 15:45:16 4657fd5d0bcf: Pulling fs layer 15:45:16 6ad1cebc031e: Pulling fs layer 15:45:16 8a3aa393b2d8: Pulling fs layer 15:45:16 6ad1cebc031e: Waiting 15:45:16 8a3aa393b2d8: Waiting 15:45:16 114826534d7a: Waiting 15:45:16 4657fd5d0bcf: Waiting 15:45:16 25bc292e5bac: Download complete 15:45:16 52dc419b0ee2: Download complete 15:45:16 4657fd5d0bcf: Verifying Checksum 15:45:16 4657fd5d0bcf: Download complete 15:45:16 df9b9388f04a: Verifying Checksum 15:45:16 df9b9388f04a: Download complete 15:45:16 df9b9388f04a: Pull complete 15:45:16 6ad1cebc031e: Verifying Checksum 15:45:16 6ad1cebc031e: Download complete 15:45:16 52dc419b0ee2: Pull complete 15:45:16 25bc292e5bac: Pull complete 15:45:16 114826534d7a: Verifying Checksum 15:45:16 114826534d7a: Download complete 15:45:17 8a3aa393b2d8: Verifying Checksum 15:45:17 8a3aa393b2d8: Download complete 15:45:20 114826534d7a: Pull complete 15:45:20 4657fd5d0bcf: Pull complete 15:45:21 6ad1cebc031e: Pull complete 15:45:23 8a3aa393b2d8: Pull complete 15:45:23 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:45:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:45:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:45:23 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:45:23 $ 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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:45:26 $ docker top c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 -eo pid,comm [Pipeline] { [Pipeline] echo 15:45:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 15:45:27 + set -o pipefail 15:45:27 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 15:45:32 15:45:32 Monitoring /w/workspace/edgex-go/445 (github.com/edgexfoundry/edgex-go)... 15:45:32 15:45:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/6fc44e7b-33eb-4ab8-8bd4-d13456d431c5 15:45:32 15:45:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:45:32 15:45:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:45:32 15:45:33 15:45:33 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:45:33 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:45:33 More details here: https://snyk.co/ue1NS [Pipeline] } 15:45:33 $ docker stop --time=1 c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 15:45:35 $ docker rm -f --volumes c944f560092b133be62357f7938908fb8f5243f3a18027a7b50a36835be74b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 15:45:36 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:45:36 provisioning config files... 15:45:36 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/445@tmp/config17918232634901087658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:36 --> edgex-publish-swagger.sh 15:45:36 === Publish openapi/v3 API === 15:45:36 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 15:45:36 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/445/openapi/v3/core-command.yaml] 15:45:36 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:36 Dload Upload Total Spent Left Speed 15:45:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 131k --:--:-- --:--:-- --:--:-- 131k 100 29030 0 0 100 29030 0 46747 --:--:-- --:--:-- --:--:-- 46672 15:45:37 15:45:37 15:45:37 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/445/openapi/v3/core-data.yaml] 15:45:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:37 Dload Upload Total Spent Left Speed 15:45:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k 100 69110 0 0 100 69110 0 129k --:--:-- --:--:-- --:--:-- 129k 15:45:37 15:45:37 15:45:37 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/445/openapi/v3/core-metadata.yaml] 15:45:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:37 Dload Upload Total Spent Left Speed 15:45:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 256k --:--:-- --:--:-- --:--:-- 256k 15:45:38 15:45:38 15:45:38 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/445/openapi/v3/support-notifications.yaml] 15:45:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:38 Dload Upload Total Spent Left Speed 15:45:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 193k --:--:-- --:--:-- --:--:-- 192k 100 86965 0 0 100 86965 0 193k --:--:-- --:--:-- --:--:-- 192k 15:45:38 15:45:38 15:45:38 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/445/openapi/v3/support-scheduler.yaml] 15:45:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:38 Dload Upload Total Spent Left Speed 15:45:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 81537 --:--:-- --:--:-- --:--:-- 81537 15:45:39 15:45:39 [Pipeline] } 15:45:39 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:45:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:45:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:45:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:45:39 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:45:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:45:40 $ docker top ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:45:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:40 [ssh-agent] Looking for ssh-agent implementation... 15:45:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:40 $ docker exec ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 ssh-agent 15:45:40 SSH_AUTH_SOCK=/tmp/ssh-gzpnsh4y9OBI/agent.33 15:45:40 SSH_AGENT_PID=39 15:45:40 Running ssh-add (command line suppressed) 15:45:40 Identity added: /w/workspace/edgex-go/445@tmp/private_key_867107072127198464.key (/w/workspace/edgex-go/445@tmp/private_key_867107072127198464.key) 15:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:41 + git semver tag 15:45:41 2023-03-08 15:45:41,277 [run_tag] DEBUG tag force:False 15:45:41 2023-03-08 15:45:41,277 [check_head_tag] DEBUG check head tag 15:45:41 2023-03-08 15:45:41,280 [execute] INFO git cat-file --batch-check 15:45:41 2023-03-08 15:45:41,280 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=) 15:45:41 2023-03-08 15:45:41,283 [execute] INFO git cat-file --batch 15:45:41 2023-03-08 15:45:41,283 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=) 15:45:41 2023-03-08 15:45:41,336 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:45:41 2023-03-08 15:45:41,336 [execute] INFO git tag -a v3.0.0-dev.83 -m v3.0.0-dev.83 15:45:41 2023-03-08 15:45:41,337 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.83', '-m', 'v3.0.0-dev.83'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) 15:45:41 2023-03-08 15:45:41,340 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:45:41 3.0.0-dev.83 [Pipeline] } 15:45:41 $ docker exec --env ******** --env ******** ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 ssh-agent -k 15:45:41 unset SSH_AUTH_SOCK; 15:45:41 unset SSH_AGENT_PID; 15:45:41 echo Agent pid 39 killed; 15:45:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:41 + git semver [Pipeline] } 15:45:42 $ docker stop --time=1 ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 15:45:43 $ docker rm -f --volumes ffb80878e50df5b533503a15dc5797c37eb87f965e8b92980b806c5cfa6a4be2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:45:43 15:45:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:45:44 0.23.1-centos7: Pulling from edgex-lftools 15:45:44 ab5ef0e58194: Pulling fs layer 15:45:44 9712f1f96733: Pulling fs layer 15:45:44 63f879dbbcfc: Pulling fs layer 15:45:44 0d9ebad4ef96: Pulling fs layer 15:45:44 e9a5061849ea: Pulling fs layer 15:45:44 d747dcd14b5f: Pulling fs layer 15:45:44 2de7ff778b66: Pulling fs layer 15:45:44 e9a5061849ea: Waiting 15:45:44 d747dcd14b5f: Waiting 15:45:44 2de7ff778b66: Waiting 15:45:44 0d9ebad4ef96: Waiting 15:45:44 9712f1f96733: Verifying Checksum 15:45:44 9712f1f96733: Download complete 15:45:44 63f879dbbcfc: Verifying Checksum 15:45:44 63f879dbbcfc: Download complete 15:45:44 0d9ebad4ef96: Verifying Checksum 15:45:44 0d9ebad4ef96: Download complete 15:45:44 ab5ef0e58194: Verifying Checksum 15:45:44 ab5ef0e58194: Download complete 15:45:44 d747dcd14b5f: Verifying Checksum 15:45:44 d747dcd14b5f: Download complete 15:45:44 e9a5061849ea: Verifying Checksum 15:45:44 e9a5061849ea: Download complete 15:45:45 2de7ff778b66: Verifying Checksum 15:45:45 2de7ff778b66: Download complete 15:45:47 ab5ef0e58194: Pull complete 15:45:47 9712f1f96733: Pull complete 15:45:48 63f879dbbcfc: Pull complete 15:45:51 0d9ebad4ef96: Pull complete 15:45:51 e9a5061849ea: Pull complete 15:45:51 d747dcd14b5f: Pull complete 15:45:52 2de7ff778b66: Pull complete 15:45:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:45:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:45:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:45:52 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:45:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:45:56 $ docker top 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:45:56 provisioning config files... 15:45:56 copy managed file [sigul-config] to file:/w/workspace/edgex-go/445@tmp/config15668267477749975279tmp 15:45:56 copy managed file [sigul-password] to file:/w/workspace/edgex-go/445@tmp/config17987932805527848447tmp 15:45:56 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/445@tmp/config5510480768584519007tmp [Pipeline] { [Pipeline] echo 15:45:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:45:56 ---> sigul-configuration.sh 15:45:56 gpg: directory `/root/.gnupg' created 15:45:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:45:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:45:56 gpg: keyring `/root/.gnupg/secring.gpg' created 15:45:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:45:56 gpg: CAST5 encrypted data 15:45:56 gpg: encrypted with 1 passphrase 15:45:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:45:57 + mkdir /home/jenkins 15:45:57 + mkdir /home/jenkins/sigul [Pipeline] sh 15:45:57 + 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:45:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:45:57 ---> sigul-install.sh 15:45:57 Sigul already installed; skipping installation. [Pipeline] sh 15:45:58 + git tag --list 15:45:58 0.6.0 15:45:58 0.6.1 15:45:58 0.7.0 15:45:58 0.7.1 15:45:58 v1.0.0 15:45:58 v1.0.1 15:45:58 v1.1.0 15:45:58 v1.2.0 15:45:58 v1.2.1 15:45:58 v1.3.0 15:45:58 v1.3.1 15:45:58 v2.0.0 15:45:58 v2.1.0 15:45:58 v2.1.1 15:45:58 v2.1.1-dev.1 15:45:58 v2.1.1-dev.2 15:45:58 v2.1.1-dev.3 15:45:58 v2.1.1-dev.4 15:45:58 v2.1.1-dev.5 15:45:58 v2.1.1-dev.6 15:45:58 v2.1.1-dev.7 15:45:58 v2.1.1-dev.8 15:45:58 v2.1.2-dev.1 15:45:58 v2.2.0 15:45:58 v2.2.1-dev.1 15:45:58 v2.2.1-dev.10 15:45:58 v2.2.1-dev.11 15:45:58 v2.2.1-dev.12 15:45:58 v2.2.1-dev.13 15:45:58 v2.2.1-dev.14 15:45:58 v2.2.1-dev.15 15:45:58 v2.2.1-dev.16 15:45:58 v2.2.1-dev.17 15:45:58 v2.2.1-dev.18 15:45:58 v2.2.1-dev.19 15:45:58 v2.2.1-dev.2 15:45:58 v2.2.1-dev.20 15:45:58 v2.2.1-dev.21 15:45:58 v2.2.1-dev.22 15:45:58 v2.2.1-dev.23 15:45:58 v2.2.1-dev.24 15:45:58 v2.2.1-dev.25 15:45:58 v2.2.1-dev.26 15:45:58 v2.2.1-dev.27 15:45:58 v2.2.1-dev.28 15:45:58 v2.2.1-dev.29 15:45:58 v2.2.1-dev.3 15:45:58 v2.2.1-dev.4 15:45:58 v2.2.1-dev.5 15:45:58 v2.2.1-dev.6 15:45:58 v2.2.1-dev.7 15:45:58 v2.2.1-dev.8 15:45:58 v2.2.1-dev.9 15:45:58 v2.3.0 15:45:58 v2.3.0-dev.100 15:45:58 v2.3.0-dev.101 15:45:58 v2.3.0-dev.102 15:45:58 v2.3.0-dev.103 15:45:58 v2.3.0-dev.104 15:45:58 v2.3.0-dev.105 15:45:58 v2.3.0-dev.106 15:45:58 v2.3.0-dev.29 15:45:58 v2.3.0-dev.30 15:45:58 v2.3.0-dev.31 15:45:58 v2.3.0-dev.32 15:45:58 v2.3.0-dev.33 15:45:58 v2.3.0-dev.34 15:45:58 v2.3.0-dev.35 15:45:58 v2.3.0-dev.36 15:45:58 v2.3.0-dev.37 15:45:58 v2.3.0-dev.38 15:45:58 v2.3.0-dev.39 15:45:58 v2.3.0-dev.40 15:45:58 v2.3.0-dev.41 15:45:58 v2.3.0-dev.42 15:45:58 v2.3.0-dev.43 15:45:58 v2.3.0-dev.44 15:45:58 v2.3.0-dev.45 15:45:58 v2.3.0-dev.46 15:45:58 v2.3.0-dev.47 15:45:58 v2.3.0-dev.48 15:45:58 v2.3.0-dev.49 15:45:58 v2.3.0-dev.50 15:45:58 v2.3.0-dev.51 15:45:58 v2.3.0-dev.52 15:45:58 v2.3.0-dev.53 15:45:58 v2.3.0-dev.54 15:45:58 v2.3.0-dev.55 15:45:58 v2.3.0-dev.56 15:45:58 v2.3.0-dev.57 15:45:58 v2.3.0-dev.58 15:45:58 v2.3.0-dev.59 15:45:58 v2.3.0-dev.60 15:45:58 v2.3.0-dev.61 15:45:58 v2.3.0-dev.62 15:45:58 v2.3.0-dev.63 15:45:58 v2.3.0-dev.64 15:45:58 v2.3.0-dev.65 15:45:58 v2.3.0-dev.66 15:45:58 v2.3.0-dev.67 15:45:58 v2.3.0-dev.68 15:45:58 v2.3.0-dev.69 15:45:58 v2.3.0-dev.70 15:45:58 v2.3.0-dev.71 15:45:58 v2.3.0-dev.72 15:45:58 v2.3.0-dev.73 15:45:58 v2.3.0-dev.74 15:45:58 v2.3.0-dev.75 15:45:58 v2.3.0-dev.76 15:45:58 v2.3.0-dev.77 15:45:58 v2.3.0-dev.78 15:45:58 v2.3.0-dev.79 15:45:58 v2.3.0-dev.80 15:45:58 v2.3.0-dev.81 15:45:58 v2.3.0-dev.82 15:45:58 v2.3.0-dev.83 15:45:58 v2.3.0-dev.84 15:45:58 v2.3.0-dev.85 15:45:58 v2.3.0-dev.86 15:45:58 v2.3.0-dev.87 15:45:58 v2.3.0-dev.88 15:45:58 v2.3.0-dev.89 15:45:58 v2.3.0-dev.90 15:45:58 v2.3.0-dev.91 15:45:58 v2.3.0-dev.92 15:45:58 v2.3.0-dev.93 15:45:58 v2.3.0-dev.94 15:45:58 v2.3.0-dev.95 15:45:58 v2.3.0-dev.96 15:45:58 v2.3.0-dev.97 15:45:58 v2.3.0-dev.98 15:45:58 v2.3.0-dev.99 15:45:58 v2.3.1-dev.1 15:45:58 v2.3.1-dev.2 15:45:58 v2.3.1-dev.3 15:45:58 v2.3.1-dev.4 15:45:58 v2.3.1-dev.5 15:45:58 v3.0.0-dev.1 15:45:58 v3.0.0-dev.10 15:45:58 v3.0.0-dev.11 15:45:58 v3.0.0-dev.12 15:45:58 v3.0.0-dev.13 15:45:58 v3.0.0-dev.14 15:45:58 v3.0.0-dev.15 15:45:58 v3.0.0-dev.16 15:45:58 v3.0.0-dev.17 15:45:58 v3.0.0-dev.18 15:45:58 v3.0.0-dev.19 15:45:58 v3.0.0-dev.2 15:45:58 v3.0.0-dev.20 15:45:58 v3.0.0-dev.21 15:45:58 v3.0.0-dev.22 15:45:58 v3.0.0-dev.23 15:45:58 v3.0.0-dev.24 15:45:58 v3.0.0-dev.25 15:45:58 v3.0.0-dev.26 15:45:58 v3.0.0-dev.27 15:45:58 v3.0.0-dev.28 15:45:58 v3.0.0-dev.29 15:45:58 v3.0.0-dev.3 15:45:58 v3.0.0-dev.30 15:45:58 v3.0.0-dev.31 15:45:58 v3.0.0-dev.32 15:45:58 v3.0.0-dev.33 15:45:58 v3.0.0-dev.34 15:45:58 v3.0.0-dev.35 15:45:58 v3.0.0-dev.36 15:45:58 v3.0.0-dev.37 15:45:58 v3.0.0-dev.38 15:45:58 v3.0.0-dev.39 15:45:58 v3.0.0-dev.4 15:45:58 v3.0.0-dev.40 15:45:58 v3.0.0-dev.41 15:45:58 v3.0.0-dev.42 15:45:58 v3.0.0-dev.43 15:45:58 v3.0.0-dev.44 15:45:58 v3.0.0-dev.45 15:45:58 v3.0.0-dev.46 15:45:58 v3.0.0-dev.47 15:45:58 v3.0.0-dev.48 15:45:58 v3.0.0-dev.49 15:45:58 v3.0.0-dev.5 15:45:58 v3.0.0-dev.50 15:45:58 v3.0.0-dev.51 15:45:58 v3.0.0-dev.52 15:45:58 v3.0.0-dev.53 15:45:58 v3.0.0-dev.54 15:45:58 v3.0.0-dev.55 15:45:58 v3.0.0-dev.56 15:45:58 v3.0.0-dev.57 15:45:58 v3.0.0-dev.58 15:45:58 v3.0.0-dev.59 15:45:58 v3.0.0-dev.6 15:45:58 v3.0.0-dev.60 15:45:58 v3.0.0-dev.61 15:45:58 v3.0.0-dev.62 15:45:58 v3.0.0-dev.63 15:45:58 v3.0.0-dev.64 15:45:58 v3.0.0-dev.65 15:45:58 v3.0.0-dev.66 15:45:58 v3.0.0-dev.67 15:45:58 v3.0.0-dev.68 15:45:58 v3.0.0-dev.69 15:45:58 v3.0.0-dev.7 15:45:58 v3.0.0-dev.70 15:45:58 v3.0.0-dev.71 15:45:58 v3.0.0-dev.72 15:45:58 v3.0.0-dev.73 15:45:58 v3.0.0-dev.74 15:45:58 v3.0.0-dev.75 15:45:58 v3.0.0-dev.76 15:45:58 v3.0.0-dev.77 15:45:58 v3.0.0-dev.78 15:45:58 v3.0.0-dev.79 15:45:58 v3.0.0-dev.8 15:45:58 v3.0.0-dev.80 15:45:58 v3.0.0-dev.81 15:45:58 v3.0.0-dev.82 15:45:58 v3.0.0-dev.83 15:45:58 v3.0.0-dev.9 [Pipeline] sh 15:45:58 + lftools sign git-tag v3.0.0-dev.83 15:45:58 Signing Git tag with Sigul... 15:45:58 Signing v3.0.0-dev.83 [Pipeline] echo 15:45:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:46:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:46:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:46:00 $ docker stop --time=1 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f 15:46:01 $ docker rm -f --volumes 6a941b495e0663966fba59e7ec448c19c069318f241cdf3de124bdf94a90935f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:46:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:46:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:46:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:02 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:46:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:46:02 $ docker top e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 -eo pid,comm 15:46:02 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:46:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:46:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:02 [ssh-agent] Looking for ssh-agent implementation... 15:46:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:02 $ docker exec e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 ssh-agent 15:46:02 SSH_AUTH_SOCK=/tmp/ssh-V298wSZ5LWmt/agent.32 15:46:02 SSH_AGENT_PID=38 15:46:02 Running ssh-add (command line suppressed) 15:46:03 Identity added: /w/workspace/edgex-go/445@tmp/private_key_2207156603468130006.key (/w/workspace/edgex-go/445@tmp/private_key_2207156603468130006.key) 15:46:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:03 + git semver bump pre 15:46:03 2023-03-08 15:46:03,575 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:46:03 2023-03-08 15:46:03,575 [bump_version] DEBUG bumping version:3.0.0-dev.83 on axis:pre with prefix:dev 15:46:03 2023-03-08 15:46:03,575 [bump_version] DEBUG bumped version:3.0.0-dev.84 15:46:03 2023-03-08 15:46:03,575 [write_version] DEBUG write version:3.0.0-dev.84 to path:/w/workspace/edgex-go/445/.semver/main with force:True 15:46:03 2023-03-08 15:46:03,575 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:46:03 2023-03-08 15:46:03,575 [write_file] DEBUG write to file:/w/workspace/edgex-go/445/.semver/main 15:46:03 2023-03-08 15:46:03,578 [execute] INFO git cat-file --batch-check 15:46:03 2023-03-08 15:46:03,578 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) 15:46:03 2023-03-08 15:46:03,583 [execute] INFO git cat-file --batch 15:46:03 2023-03-08 15:46:03,583 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) 15:46:03 2023-03-08 15:46:03,588 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:46:03 3.0.0-dev.84 [Pipeline] } 15:46:03 $ docker exec --env ******** --env ******** e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 ssh-agent -k 15:46:03 unset SSH_AUTH_SOCK; 15:46:03 unset SSH_AGENT_PID; 15:46:03 echo Agent pid 38 killed; 15:46:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:46:04 + git semver [Pipeline] } 15:46:04 $ docker stop --time=1 e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 15:46:05 $ docker rm -f --volumes e6e34dafe4a9b34eb5f0bce8a1add7c32a6f3365720a9295b7110e7842489984 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:46:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:46:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:06 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:46:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:46:06 $ docker top 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:46:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:06 [ssh-agent] Looking for ssh-agent implementation... 15:46:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:06 $ docker exec 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 ssh-agent 15:46:07 SSH_AUTH_SOCK=/tmp/ssh-IGHLMnwJxAz6/agent.31 15:46:07 SSH_AGENT_PID=37 15:46:07 Running ssh-add (command line suppressed) 15:46:07 Identity added: /w/workspace/edgex-go/445@tmp/private_key_11614691047440063012.key (/w/workspace/edgex-go/445@tmp/private_key_11614691047440063012.key) 15:46:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:07 + git semver push 15:46:08 2023-03-08 15:46:07,781 [run_push] DEBUG push 15:46:08 2023-03-08 15:46:07,781 [execute] INFO git cat-file --batch-check 15:46:08 2023-03-08 15:46:07,782 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=) 15:46:08 2023-03-08 15:46:07,785 [execute] INFO git rev-list 743dfb30b54625611c751a2e05dacf933f2d92b3 -- 15:46:08 2023-03-08 15:46:07,786 [execute] DEBUG Popen(['git', 'rev-list', '743dfb30b54625611c751a2e05dacf933f2d92b3', '--'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=None) 15:46:08 2023-03-08 15:46:07,802 [execute] INFO git fetch -v origin 15:46:08 2023-03-08 15:46:07,802 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=True, shell=None, istream=None) 15:46:08 2023-03-08 15:46:08,291 [run_push] DEBUG no remote changes detected 15:46:08 2023-03-08 15:46:08,291 [execute] INFO git push origin semver 15:46:08 2023-03-08 15:46:08,291 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/445/.semver, universal_newlines=False, shell=None, istream=None) 15:46:09 2023-03-08 15:46:09,243 [run_push] DEBUG push all version tags 15:46:09 2023-03-08 15:46:09,244 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:46:09 2023-03-08 15:46:09,244 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/445, universal_newlines=False, shell=None, istream=None) 15:46:10 2023-03-08 15:46:10,299 [read_version] DEBUG read version from /w/workspace/edgex-go/445/.semver/main 15:46:10 3.0.0-dev.84 [Pipeline] } 15:46:10 $ docker exec --env ******** --env ******** 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 ssh-agent -k 15:46:10 unset SSH_AUTH_SOCK; 15:46:10 unset SSH_AGENT_PID; 15:46:10 echo Agent pid 37 killed; 15:46:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:46:11 + git semver [Pipeline] } 15:46:11 $ docker stop --time=1 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 15:46:12 $ docker rm -f --volumes 3f13b523dac68f6054f863ef465fb6f444889c1694e7cb344347403c099fb9e3 [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:46:13 + [ -d /w/workspace/edgex-go/445/archives ] [Pipeline] libraryResource [Pipeline] sh 15:46:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:46:14 ---> package-listing.sh 15:46:14 ++ facter osfamily 15:46:14 ++ tr '[:upper:]' '[:lower:]' 15:46:14 + OS_FAMILY=debian 15:46:14 + workspace=/w/workspace/edgex-go/445 15:46:14 + START_PACKAGES=/tmp/packages_start.txt 15:46:14 + END_PACKAGES=/tmp/packages_end.txt 15:46:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:46:14 + PACKAGES=/tmp/packages_start.txt 15:46:14 + '[' /w/workspace/edgex-go/445 ']' 15:46:14 + PACKAGES=/tmp/packages_end.txt 15:46:14 + case "${OS_FAMILY}" in 15:46:14 + dpkg -l 15:46:14 + grep '^ii' 15:46:14 + '[' -f /tmp/packages_start.txt ']' 15:46:14 + '[' -f /tmp/packages_end.txt ']' 15:46:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:46:14 + '[' /w/workspace/edgex-go/445 ']' 15:46:14 + mkdir -p /w/workspace/edgex-go/445/archives/ 15:46:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/445/archives/ [Pipeline] echo 15:46:14 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/445/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:46:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:15 15:46:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:46:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:15 latest: Pulling from edgex-lftools-log-publisher 15:46:15 5eb5b503b376: Pulling fs layer 15:46:15 5c69ac0246d0: Pulling fs layer 15:46:15 ec43610c2a17: Pulling fs layer 15:46:15 3a2ae6a8a46f: Pulling fs layer 15:46:15 33b1e0a273af: Pulling fs layer 15:46:15 5d3b04190fa2: Pulling fs layer 15:46:15 2f39f015ded8: Pulling fs layer 15:46:15 33b1e0a273af: Waiting 15:46:15 2f39f015ded8: Waiting 15:46:15 3a2ae6a8a46f: Waiting 15:46:15 5c69ac0246d0: Download complete 15:46:15 3a2ae6a8a46f: Download complete 15:46:15 ec43610c2a17: Verifying Checksum 15:46:15 ec43610c2a17: Download complete 15:46:15 33b1e0a273af: Verifying Checksum 15:46:15 33b1e0a273af: Download complete 15:46:15 5d3b04190fa2: Verifying Checksum 15:46:15 5d3b04190fa2: Download complete 15:46:16 5eb5b503b376: Verifying Checksum 15:46:16 5eb5b503b376: Download complete 15:46:16 2f39f015ded8: Download complete 15:46:17 5eb5b503b376: Pull complete 15:46:17 5c69ac0246d0: Pull complete 15:46:17 ec43610c2a17: Pull complete 15:46:17 3a2ae6a8a46f: Pull complete 15:46:18 33b1e0a273af: Pull complete 15:46:18 5d3b04190fa2: Pull complete 15:46:22 2f39f015ded8: Pull complete 15:46:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:46:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:46:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:46:22 prd-ubuntu20.04-docker-8c-8g-8822 does not seem to be running inside a container 15:46:22 $ 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/445/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/445 -v /w/workspace/edgex-go/445:/w/workspace/edgex-go/445:rw,z -v /w/workspace/edgex-go/445@tmp:/w/workspace/edgex-go/445@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:46:25 $ docker top 974c39bb2e7744b742890a8458c3168a59d682c61e70b47a903a29bb48b47e83 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:26 + touch /tmp/pre-build-complete [Pipeline] sh 15:46:26 + mkdir -p /var/log/sysstat [Pipeline] sh 15:46:26 + ls /var/log/sa-host 15:46:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:26 provisioning config files... 15:46:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/445@tmp/config1130287330194470156tmp [Pipeline] { [Pipeline] echo 15:46:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:46:27 ---> create-netrc.sh [Pipeline] } 15:46:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:46:27 ---> python-tools-install.sh [Pipeline] echo 15:46:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:46:27 ---> sudo-logs.sh 15:46:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:46:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:46:28 ---> job-cost.sh 15:46:28 lf-activate-venv: SKIPPING 15:46:28 DEBUG: total: 0.10999999940395355 15:46:28 INFO: Retrieving Stack Cost... 15:46:28 INFO: Retrieving Pricing Info for: v3-standard-8 15:46:28 INFO: Archiving Costs [Pipeline] echo 15:46:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:46:29 ---> logs-deploy.sh 15:46:29 lf-activate-venv: SKIPPING 15:46:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/445 15:46:29 INFO: archiving workspace using pattern(s): 15:46:30 Archives upload complete. 15:46:30 INFO: archiving logs to Nexus 15:46:31 ---> uname -a: 15:46:31 Linux prd-ubuntu20-04-docker-8c-8g-8822 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:46:31 15:46:31 15:46:31 ---> lscpu: 15:46:31 Architecture: x86_64 15:46:31 CPU op-mode(s): 32-bit, 64-bit 15:46:31 Byte Order: Little Endian 15:46:31 Address sizes: 40 bits physical, 48 bits virtual 15:46:31 CPU(s): 8 15:46:31 On-line CPU(s) list: 0-7 15:46:31 Thread(s) per core: 1 15:46:31 Core(s) per socket: 1 15:46:31 Socket(s): 8 15:46:31 NUMA node(s): 1 15:46:31 Vendor ID: AuthenticAMD 15:46:31 CPU family: 23 15:46:31 Model: 49 15:46:31 Model name: AMD EPYC-Rome Processor 15:46:31 Stepping: 0 15:46:31 CPU MHz: 2799.956 15:46:31 BogoMIPS: 5599.91 15:46:31 Virtualization: AMD-V 15:46:31 Hypervisor vendor: KVM 15:46:31 Virtualization type: full 15:46:31 L1d cache: 256 KiB 15:46:31 L1i cache: 256 KiB 15:46:31 L2 cache: 4 MiB 15:46:31 L3 cache: 128 MiB 15:46:31 NUMA node0 CPU(s): 0-7 15:46:31 Vulnerability Itlb multihit: Not affected 15:46:31 Vulnerability L1tf: Not affected 15:46:31 Vulnerability Mds: Not affected 15:46:31 Vulnerability Meltdown: Not affected 15:46:31 Vulnerability Mmio stale data: Not affected 15:46:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:46:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:46:31 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:46:31 Vulnerability Srbds: Not affected 15:46:31 Vulnerability Tsx async abort: Not affected 15:46:31 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:46:31 15:46:31 15:46:31 ---> nproc: 15:46:31 8 15:46:31 15:46:31 15:46:31 ---> df -h: 15:46:31 Filesystem Size Used Avail Use% Mounted on 15:46:31 overlay 155G 22G 134G 14% / 15:46:31 tmpfs 64M 0 64M 0% /dev 15:46:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:46:31 shm 64M 0 64M 0% /dev/shm 15:46:31 /dev/vda1 155G 22G 134G 14% /facter-os 15:46:31 15:46:31 15:46:31 ---> sar -b -r -n DEV: 15:46:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8822) 03/08/23 _x86_64_ (8 CPU) 15:46:31 15:46:31 15:12:33 LINUX RESTART (8 CPU) 15:46:31 15:46:31 15:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:46:31 15:14:01 149.31 17.75 131.56 0.00 2009.27 72828.93 0.00 15:46:31 15:15:01 40.35 0.17 40.19 0.00 18.39 18130.22 0.00 15:46:31 15:16:01 57.37 0.27 57.10 0.00 9.47 19671.48 0.00 15:46:31 15:17:01 394.77 5.78 388.99 0.00 72.51 146004.40 0.00 15:46:31 15:18:01 337.55 12.04 325.50 0.00 946.73 194529.14 0.00 15:46:31 15:19:01 648.88 3.82 645.07 0.00 4255.91 178988.34 0.00 15:46:31 15:20:01 600.67 5.42 595.25 0.00 59.59 226337.74 0.00 15:46:31 15:21:01 781.05 0.28 780.77 0.00 7.60 185237.39 0.00 15:46:31 15:22:01 308.82 0.15 308.67 0.00 23.86 37032.63 0.00 15:46:31 15:23:01 16.90 0.03 16.86 0.00 6.53 460.99 0.00 15:46:31 15:24:01 1.57 0.00 1.57 0.00 0.00 16.13 0.00 15:46:31 15:25:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 15:46:31 15:26:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 15:46:31 15:27:01 1.72 0.00 1.72 0.00 0.00 19.20 0.00 15:46:31 15:28:01 2.25 0.02 2.23 0.00 0.13 28.80 0.00 15:46:31 15:29:01 0.92 0.00 0.92 0.00 0.00 12.53 0.00 15:46:31 15:30:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 15:46:31 15:31:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 15:46:31 15:32:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 15:46:31 15:33:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 15:46:31 15:34:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 15:46:31 15:35:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 15:46:31 15:36:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 15:46:31 15:37:01 0.97 0.00 0.97 0.00 0.00 11.73 0.00 15:46:31 15:38:01 1.58 0.00 1.58 0.00 0.00 18.79 0.00 15:46:31 15:39:01 3.12 1.60 1.52 0.00 36.39 18.66 0.00 15:46:31 15:40:01 1.08 0.00 1.08 0.00 0.00 12.13 0.00 15:46:31 15:41:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 15:46:31 15:42:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 15:46:31 15:43:01 1.67 0.00 1.67 0.00 0.00 19.46 0.00 15:46:31 15:44:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 15:46:31 15:45:01 1.92 0.07 1.85 0.00 7.87 43.19 0.00 15:46:31 15:46:01 108.03 0.22 107.82 0.00 10.66 57832.49 0.00 15:46:31 Average: 105.30 1.44 103.86 0.00 226.24 34469.89 0.00 15:46:31 15:46:31 15:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:46:31 15:14:01 28611536 31638856 668408 2.03 110956 3164136 1706472 5.03 1035856 2838744 4056 15:46:31 15:15:01 27913236 31448728 848892 2.58 113152 3630976 2328228 6.86 1426952 3095408 229452 15:46:31 15:16:01 28032668 31604716 697292 2.12 115628 3663828 1707584 5.03 1176400 3229964 333744 15:46:31 15:17:01 24317092 31539284 746692 2.27 199416 6988560 1897696 5.59 1975128 5886468 206528 15:46:31 15:18:01 21127252 30788856 1462888 4.45 302952 9192308 4865988 14.34 2656928 8208268 247080 15:46:31 15:19:01 20927384 31468992 799424 2.43 327872 10044200 2093232 6.17 2182856 8911204 3996 15:46:31 15:20:01 15886868 31496204 768068 2.34 452196 14691816 1994740 5.88 2352968 13486412 171476 15:46:31 15:21:01 16303892 31458172 801640 2.44 474700 14226500 2156140 6.35 2466032 12960568 252272 15:46:31 15:22:01 17867692 31534940 732536 2.23 480044 12776280 2026324 5.97 2477948 11438132 1336 15:46:31 15:23:01 17871004 31539392 728108 2.21 480720 12776648 1884312 5.55 2472952 11438188 212 15:46:31 15:24:01 17873280 31542040 725796 2.21 480724 12776652 1884312 5.55 2470184 11438556 12 15:46:31 15:25:01 17881136 31549912 718360 2.18 480744 12776656 1884312 5.55 2463104 11438560 44 15:46:31 15:26:01 17881624 31550484 717836 2.18 480768 12776656 1884312 5.55 2462692 11438620 8 15:46:31 15:27:01 17882288 31551176 717348 2.18 480788 12776660 1884312 5.55 2462836 11438624 8 15:46:31 15:28:01 17882728 31551844 716752 2.18 480860 12776756 1918380 5.65 2460780 11438736 4 15:46:31 15:29:01 17882704 31551880 716684 2.18 480872 12776772 1918380 5.65 2460896 11438744 180 15:46:31 15:30:01 17882964 31552152 716336 2.18 480888 12776776 1918380 5.65 2460828 11438748 8 15:46:31 15:31:01 17882916 31552128 716308 2.18 480904 12776776 1918380 5.65 2460852 11438748 12 15:46:31 15:32:01 17882868 31552132 716256 2.18 480932 12776780 1918380 5.65 2461120 11438752 12 15:46:31 15:33:01 17883068 31552456 716208 2.18 480960 12776784 1918380 5.65 2460812 11438860 8 15:46:31 15:34:01 17883336 31552728 715896 2.18 480972 12776784 1918380 5.65 2460872 11438860 12 15:46:31 15:35:01 17882972 31552416 716168 2.18 480992 12776792 1918380 5.65 2460884 11438868 136 15:46:31 15:36:01 17882924 31552368 716144 2.18 481004 12776792 1918380 5.65 2460844 11438868 8 15:46:31 15:37:01 17882876 31552344 716120 2.18 481012 12776796 1918380 5.65 2460864 11438872 132 15:46:31 15:38:01 17882812 31552356 716124 2.18 481072 12776800 1918380 5.65 2461188 11438880 12 15:46:31 15:39:01 17879340 31550940 717372 2.18 481088 12777892 1918380 5.65 2466044 11439216 72 15:46:31 15:40:01 17879828 31551436 716812 2.18 481096 12777896 1918380 5.65 2465764 11439168 16 15:46:31 15:41:01 17879224 31550844 717548 2.18 481116 12777896 1918380 5.65 2465724 11439168 160 15:46:31 15:42:01 17879460 31551100 717256 2.18 481136 12777900 1918380 5.65 2465736 11439172 8 15:46:31 15:43:01 17879444 31551128 717184 2.18 481164 12777896 1918380 5.65 2465776 11439176 140 15:46:31 15:44:01 17879252 31550976 717192 2.18 481172 12777904 1918380 5.65 2465848 11439176 8 15:46:31 15:45:01 17871600 31543700 724168 2.20 481208 12778216 1935156 5.70 2471000 11439568 180 15:46:31 15:46:01 16357976 31505096 755340 2.30 526172 14086364 2052912 6.05 2607816 12685144 1256 15:46:31 Average: 19048341 31519448 751368 2.28 429251 11707226 2024197 5.97 2334136 10479832 44018 15:46:31 15:46:31 15:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:46:31 15:14:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 15:46:31 15:14:01 docker0 526.90 519.61 41.08 3426.35 0.00 0.00 0.00 0.00 15:46:31 15:14:01 ens3 1545.63 1377.40 12497.27 175.58 0.00 0.00 0.00 0.00 15:46:31 15:15:01 vethf8704b1 1.30 1.48 0.10 0.12 0.00 0.00 0.00 0.00 15:46:31 15:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:15:01 docker0 1.30 1.37 0.08 0.11 0.00 0.00 0.00 0.00 15:46:31 15:15:01 ens3 37.05 25.31 33.01 15.18 0.00 0.00 0.00 0.00 15:46:31 15:16:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 15:46:31 15:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:16:01 ens3 115.68 98.48 1687.72 108.73 0.00 0.00 0.00 0.00 15:46:31 15:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:17:01 vethb3d3a36 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 15:46:31 15:17:01 docker0 470.66 838.97 39.42 6179.95 0.00 0.00 0.00 0.00 15:46:31 15:17:01 ens3 869.29 487.87 6210.73 57.35 0.00 0.00 0.00 0.00 15:46:31 15:18:01 veth0d02733 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:18:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 15:46:31 15:18:01 veth95853fd 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:18:01 vethb3d3a36 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:18:01 vethdced32a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:18:01 veth1dbd8ef 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:18:01 veth53d6ee7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:18:01 ens3 86.64 49.39 1164.79 7.68 0.00 0.00 0.00 0.00 15:46:31 15:19:01 vethbc7d316 4.52 1.85 40.59 0.13 0.00 0.00 0.00 0.00 15:46:31 15:19:01 veth43f7fb1 1.50 3.87 0.11 40.55 0.00 0.00 0.00 0.00 15:46:31 15:19:01 lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 15:46:31 15:19:01 vethb3d3a36 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 15:46:31 15:19:01 vethd79e200 1.83 3.80 0.13 40.54 0.00 0.00 0.00 0.00 15:46:31 15:19:01 docker0 16.58 38.27 1.04 384.81 0.00 0.00 0.00 0.00 15:46:31 15:19:01 vethb50cb82 1.85 4.52 0.13 40.59 0.00 0.00 0.00 0.00 15:46:31 15:19:01 ens3 152.68 75.09 2139.65 13.60 0.00 0.00 0.00 0.00 15:46:31 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:20:01 vethb3d3a36 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:20:01 docker0 454.34 890.73 37.54 5976.68 0.00 0.00 0.00 0.00 15:46:31 15:20:01 ens3 906.12 462.44 5988.98 50.39 0.00 0.00 0.00 0.00 15:46:31 15:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:21:01 vethb3d3a36 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:21:01 docker0 10.28 20.38 0.66 239.86 0.00 0.00 0.00 0.00 15:46:31 15:21:01 veth0bcae81 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:46:31 15:21:01 ens3 55.72 29.45 267.96 16.13 0.00 0.00 0.00 0.00 15:46:31 15:22:01 lo 41.39 41.39 4.08 4.08 0.00 0.00 0.00 0.00 15:46:31 15:22:01 docker0 3.62 8.37 0.23 84.82 0.00 0.00 0.00 0.00 15:46:31 15:22:01 ens3 394.38 380.44 301.01 1389.81 0.00 0.00 0.00 0.00 15:46:31 15:23:01 lo 24.26 24.26 2.39 2.39 0.00 0.00 0.00 0.00 15:46:31 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:23:01 ens3 290.80 293.87 134.45 1622.95 0.00 0.00 0.00 0.00 15:46:31 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:24:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 15:46:31 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:25:01 ens3 0.27 0.28 0.12 0.08 0.00 0.00 0.00 0.00 15:46:31 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:27:01 ens3 0.55 0.38 0.26 0.21 0.00 0.00 0.00 0.00 15:46:31 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:29:01 ens3 0.32 0.28 0.09 0.08 0.00 0.00 0.00 0.00 15:46:31 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:30:01 ens3 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:33:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:34:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 15:46:31 15:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:35:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:36:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:37:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:38:01 ens3 1.35 1.42 8.13 0.10 0.00 0.00 0.00 0.00 15:46:31 15:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 15:46:31 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:39:01 ens3 8.15 6.93 5.66 6.34 0.00 0.00 0.00 0.00 15:46:31 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:40:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:42:01 ens3 0.20 0.10 0.12 0.01 0.00 0.00 0.00 0.00 15:46:31 15:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:43:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:46:31 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:44:01 ens3 0.22 0.10 0.13 0.07 0.00 0.00 0.00 0.00 15:46:31 15:45:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 15:46:31 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 15:45:01 ens3 11.45 8.58 10.14 5.47 0.00 0.00 0.00 0.00 15:46:31 15:46:01 veth475cdd5 0.30 0.40 0.08 0.12 0.00 0.00 0.00 0.00 15:46:31 15:46:01 lo 2.07 2.07 0.21 0.21 0.00 0.00 0.00 0.00 15:46:31 15:46:01 docker0 33.91 56.72 2.99 587.33 0.00 0.00 0.00 0.00 15:46:31 15:46:01 ens3 370.75 231.31 7786.06 54.13 0.00 0.00 0.00 0.00 15:46:31 Average: veth475cdd5 0.01 0.01 0.00 0.00 0.00 0.00 0.00 0.00 15:46:31 Average: lo 2.38 2.38 0.23 0.23 0.00 0.00 0.00 0.00 15:46:31 Average: docker0 45.99 71.95 3.73 511.53 0.00 0.00 0.00 0.00 15:46:31 Average: ens3 146.92 106.97 1158.70 106.79 0.00 0.00 0.00 0.00 15:46:31 15:46:31 15:46:31 ---> sar -P ALL: 15:46:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8822) 03/08/23 _x86_64_ (8 CPU) 15:46:31 15:46:31 15:12:33 LINUX RESTART (8 CPU) 15:46:31 15:46:31 15:13:01 CPU %user %nice %system %iowait %steal %idle 15:46:31 15:14:01 all 12.10 0.00 4.53 2.96 0.08 80.34 15:46:31 15:14:01 0 10.97 0.00 4.98 1.10 0.07 82.88 15:46:31 15:14:01 1 17.43 0.00 4.39 2.18 0.08 75.91 15:46:31 15:14:01 2 12.05 0.00 4.59 1.23 0.07 82.07 15:46:31 15:14:01 3 14.55 0.00 4.07 0.08 0.08 81.21 15:46:31 15:14:01 4 9.72 0.00 4.10 9.72 0.07 76.40 15:46:31 15:14:01 5 8.45 0.00 4.32 1.50 0.07 85.66 15:46:31 15:14:01 6 13.41 0.00 3.72 2.37 0.08 80.42 15:46:31 15:14:01 7 10.17 0.00 6.09 5.52 0.10 78.11 15:46:31 15:15:01 all 38.83 0.00 6.32 0.90 0.10 53.86 15:46:31 15:15:01 0 37.81 0.00 6.46 0.02 0.10 55.61 15:46:31 15:15:01 1 37.80 0.00 6.53 0.02 0.10 55.55 15:46:31 15:15:01 2 38.97 0.00 5.57 0.08 0.08 55.30 15:46:31 15:15:01 3 39.59 0.00 7.63 0.00 0.08 52.70 15:46:31 15:15:01 4 37.90 0.00 6.07 0.00 0.10 55.93 15:46:31 15:15:01 5 39.29 0.00 6.33 7.02 0.10 47.27 15:46:31 15:15:01 6 39.53 0.00 6.12 0.00 0.10 54.25 15:46:31 15:15:01 7 39.72 0.00 5.83 0.07 0.10 54.28 15:46:31 15:16:01 all 41.38 0.00 6.66 1.00 0.11 50.85 15:46:31 15:16:01 0 40.54 0.00 6.32 0.03 0.10 53.00 15:46:31 15:16:01 1 40.74 0.00 7.00 0.51 0.12 51.63 15:46:31 15:16:01 2 42.65 0.00 5.82 0.03 0.12 51.38 15:46:31 15:16:01 3 42.52 0.00 6.82 0.00 0.12 50.54 15:46:31 15:16:01 4 41.54 0.00 6.69 1.84 0.12 49.81 15:46:31 15:16:01 5 41.58 0.00 6.85 5.40 0.10 46.06 15:46:31 15:16:01 6 39.88 0.00 7.06 0.13 0.08 52.84 15:46:31 15:16:01 7 41.59 0.00 6.73 0.03 0.10 51.54 15:46:31 15:17:01 all 10.91 0.00 7.63 8.76 0.09 72.62 15:46:31 15:17:01 0 9.61 0.00 7.75 5.28 0.07 77.30 15:46:31 15:17:01 1 11.70 0.00 8.50 10.64 0.10 69.05 15:46:31 15:17:01 2 11.88 0.00 7.88 1.80 0.12 78.32 15:46:31 15:17:01 3 11.05 0.00 5.75 2.29 0.08 80.83 15:46:31 15:17:01 4 11.95 0.00 9.05 16.77 0.08 62.14 15:46:31 15:17:01 5 10.28 0.00 7.34 28.34 0.07 53.97 15:46:31 15:17:01 6 11.28 0.00 7.53 1.41 0.07 79.71 15:46:31 15:17:01 7 9.51 0.00 7.25 3.51 0.12 79.61 15:46:31 15:18:01 all 25.05 0.00 8.80 11.46 0.08 54.61 15:46:31 15:18:01 0 25.34 0.00 8.17 6.53 0.08 59.88 15:46:31 15:18:01 1 25.05 0.00 8.89 4.02 0.07 61.98 15:46:31 15:18:01 2 25.88 0.00 9.29 33.58 0.10 31.14 15:46:31 15:18:01 3 24.79 0.00 8.36 16.06 0.07 50.72 15:46:31 15:18:01 4 24.52 0.00 11.08 25.10 0.10 39.20 15:46:31 15:18:01 5 24.63 0.00 8.82 1.69 0.07 64.80 15:46:31 15:18:01 6 24.45 0.00 8.80 1.86 0.07 64.82 15:46:31 15:18:01 7 25.73 0.00 7.02 3.14 0.10 64.01 15:46:31 15:19:01 all 49.35 0.00 10.43 8.71 0.15 31.37 15:46:31 15:19:01 0 50.49 0.00 11.71 6.61 0.20 30.99 15:46:31 15:19:01 1 48.90 0.00 8.65 1.95 0.13 40.36 15:46:31 15:19:01 2 50.89 0.00 9.44 7.65 0.15 31.87 15:46:31 15:19:01 3 49.62 0.00 10.69 8.55 0.14 31.01 15:46:31 15:19:01 4 48.11 0.00 11.35 5.23 0.12 35.19 15:46:31 15:19:01 5 48.99 0.00 9.47 26.18 0.15 15.21 15:46:31 15:19:01 6 50.31 0.00 12.19 3.04 0.14 34.33 15:46:31 15:19:01 7 47.47 0.00 9.93 10.64 0.14 31.82 15:46:31 15:20:01 all 12.51 0.00 7.51 15.32 0.11 64.55 15:46:31 15:20:01 0 13.60 0.00 9.05 31.05 0.08 46.21 15:46:31 15:20:01 1 11.31 0.00 8.04 37.91 0.10 42.64 15:46:31 15:20:01 2 12.29 0.00 6.76 18.49 0.10 62.36 15:46:31 15:20:01 3 12.97 0.00 8.93 12.11 0.08 65.91 15:46:31 15:20:01 4 11.67 0.00 6.20 2.50 0.14 79.50 15:46:31 15:20:01 5 12.31 0.00 5.29 2.88 0.05 79.47 15:46:31 15:20:01 6 14.19 0.00 9.11 13.11 0.12 63.48 15:46:31 15:20:01 7 11.73 0.00 6.70 4.43 0.20 76.93 15:46:31 15:21:01 all 56.15 0.00 11.50 9.44 0.18 22.73 15:46:31 15:21:01 0 60.00 0.00 12.95 12.74 0.19 14.12 15:46:31 15:21:01 1 54.66 0.00 11.03 9.63 0.21 24.47 15:46:31 15:21:01 2 57.15 0.00 10.44 5.34 0.22 26.86 15:46:31 15:21:01 3 55.24 0.00 11.21 4.86 0.17 28.52 15:46:31 15:21:01 4 54.82 0.00 10.80 10.16 0.15 24.07 15:46:31 15:21:01 5 55.97 0.00 11.95 6.83 0.17 25.08 15:46:31 15:21:01 6 57.94 0.00 11.82 7.40 0.17 22.67 15:46:31 15:21:01 7 53.35 0.00 11.77 18.63 0.16 16.10 15:46:31 15:22:01 all 13.56 0.00 3.44 2.21 0.10 80.69 15:46:31 15:22:01 0 15.13 0.00 3.65 3.43 0.12 77.67 15:46:31 15:22:01 1 14.83 0.00 3.55 1.31 0.07 80.24 15:46:31 15:22:01 2 11.10 0.00 3.61 4.96 0.08 80.25 15:46:31 15:22:01 3 13.18 0.00 3.71 1.77 0.07 81.27 15:46:31 15:22:01 4 13.89 0.00 3.41 3.93 0.10 78.68 15:46:31 15:22:01 5 13.20 0.00 3.23 0.77 0.13 82.67 15:46:31 15:22:01 6 14.41 0.00 2.87 0.78 0.12 81.82 15:46:31 15:22:01 7 12.75 0.00 3.52 0.72 0.13 82.87 15:46:31 15:23:01 all 5.50 0.00 0.58 0.05 0.04 93.82 15:46:31 15:23:01 0 6.88 0.00 0.85 0.18 0.05 92.03 15:46:31 15:23:01 1 7.04 0.00 0.85 0.00 0.05 92.06 15:46:31 15:23:01 2 5.87 0.00 0.48 0.05 0.03 93.56 15:46:31 15:23:01 3 8.72 0.00 0.49 0.02 0.07 90.71 15:46:31 15:23:01 4 4.74 0.00 0.42 0.10 0.03 94.71 15:46:31 15:23:01 5 2.35 0.00 0.40 0.02 0.03 97.20 15:46:31 15:23:01 6 3.91 0.00 0.40 0.00 0.03 95.66 15:46:31 15:23:01 7 4.51 0.00 0.77 0.02 0.05 94.65 15:46:31 15:24:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:46:31 15:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 15:46:31 15:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:24:01 2 0.03 0.00 0.00 0.00 0.00 99.97 15:46:31 15:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:24:01 4 0.07 0.00 0.05 0.00 0.00 99.88 15:46:31 15:24:01 5 0.03 0.00 0.02 0.02 0.00 99.93 15:46:31 15:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:46:31 15:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:46:31 15:24:01 CPU %user %nice %system %iowait %steal %idle 15:46:31 15:25:01 all 0.08 0.00 0.02 0.00 0.00 99.90 15:46:31 15:25:01 0 0.48 0.00 0.02 0.00 0.00 99.50 15:46:31 15:25:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:46:31 15:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:46:31 15:25:01 4 0.00 0.00 0.03 0.02 0.00 99.95 15:46:31 15:25:01 5 0.02 0.00 0.03 0.00 0.00 99.95 15:46:31 15:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:26:01 all 0.06 0.00 0.01 0.00 0.00 99.92 15:46:31 15:26:01 0 0.43 0.00 0.03 0.00 0.00 99.53 15:46:31 15:26:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:46:31 15:26:01 2 0.00 0.00 0.00 0.00 0.02 99.98 15:46:31 15:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:26:01 5 0.02 0.00 0.00 0.02 0.02 99.95 15:46:31 15:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:27:01 all 0.04 0.00 0.02 0.00 0.00 99.93 15:46:31 15:27:01 0 0.18 0.00 0.02 0.00 0.00 99.80 15:46:31 15:27:01 1 0.02 0.00 0.03 0.02 0.00 99.93 15:46:31 15:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 15:46:31 15:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:46:31 15:27:01 4 0.02 0.00 0.02 0.02 0.02 99.93 15:46:31 15:27:01 5 0.08 0.00 0.02 0.00 0.00 99.90 15:46:31 15:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:28:01 all 0.11 0.00 0.03 0.00 0.00 99.85 15:46:31 15:28:01 0 0.57 0.00 0.05 0.00 0.00 99.38 15:46:31 15:28:01 1 0.03 0.00 0.03 0.02 0.00 99.92 15:46:31 15:28:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:46:31 15:28:01 3 0.05 0.00 0.05 0.00 0.02 99.88 15:46:31 15:28:01 4 0.05 0.00 0.05 0.02 0.00 99.88 15:46:31 15:28:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:28:01 6 0.03 0.00 0.03 0.00 0.00 99.93 15:46:31 15:28:01 7 0.07 0.00 0.02 0.00 0.00 99.92 15:46:31 15:29:01 all 0.08 0.00 0.01 0.00 0.00 99.91 15:46:31 15:29:01 0 0.50 0.00 0.00 0.00 0.02 99.48 15:46:31 15:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:29:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:29:01 4 0.02 0.00 0.02 0.02 0.00 99.95 15:46:31 15:29:01 5 0.07 0.00 0.02 0.02 0.00 99.90 15:46:31 15:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:30:01 all 0.10 0.00 0.01 0.00 0.00 99.89 15:46:31 15:30:01 0 0.68 0.00 0.03 0.00 0.00 99.28 15:46:31 15:30:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:46:31 15:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:30:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:30:01 7 0.02 0.00 0.00 0.00 0.02 99.97 15:46:31 15:31:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:46:31 15:31:01 0 0.12 0.00 0.00 0.00 0.00 99.88 15:46:31 15:31:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:46:31 15:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:31:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:32:01 all 0.09 0.00 0.01 0.00 0.00 99.90 15:46:31 15:32:01 0 0.53 0.00 0.02 0.00 0.00 99.45 15:46:31 15:32:01 1 0.02 0.00 0.02 0.00 0.02 99.95 15:46:31 15:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:32:01 3 0.05 0.00 0.02 0.00 0.00 99.93 15:46:31 15:32:01 4 0.03 0.00 0.00 0.02 0.00 99.95 15:46:31 15:32:01 5 0.03 0.00 0.02 0.02 0.00 99.93 15:46:31 15:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:33:01 all 0.10 0.00 0.01 0.00 0.00 99.89 15:46:31 15:33:01 0 0.70 0.00 0.00 0.00 0.00 99.30 15:46:31 15:33:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:46:31 15:33:01 2 0.03 0.00 0.00 0.00 0.02 99.95 15:46:31 15:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:33:01 4 0.02 0.00 0.03 0.02 0.00 99.93 15:46:31 15:33:01 5 0.03 0.00 0.00 0.00 0.00 99.97 15:46:31 15:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:34:01 all 0.11 0.00 0.00 0.01 0.00 99.88 15:46:31 15:34:01 0 0.65 0.00 0.00 0.00 0.00 99.35 15:46:31 15:34:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:34:01 3 0.03 0.00 0.00 0.00 0.02 99.95 15:46:31 15:34:01 4 0.05 0.00 0.02 0.03 0.00 99.90 15:46:31 15:34:01 5 0.12 0.00 0.00 0.00 0.00 99.88 15:46:31 15:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:34:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:35:01 all 0.01 0.00 0.01 0.00 0.00 99.98 15:46:31 15:35:01 0 0.00 0.00 0.00 0.00 0.02 99.98 15:46:31 15:35:01 1 0.00 0.00 0.02 0.02 0.00 99.97 15:46:31 15:35:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:35:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:46:31 15:35:01 CPU %user %nice %system %iowait %steal %idle 15:46:31 15:36:01 all 0.09 0.00 0.01 0.00 0.00 99.89 15:46:31 15:36:01 0 0.60 0.00 0.02 0.00 0.00 99.38 15:46:31 15:36:01 1 0.00 0.00 0.00 0.02 0.02 99.97 15:46:31 15:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:36:01 3 0.03 0.00 0.05 0.00 0.02 99.90 15:46:31 15:36:01 4 0.02 0.00 0.02 0.02 0.00 99.95 15:46:31 15:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:36:01 7 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:37:01 all 0.09 0.00 0.02 0.00 0.00 99.89 15:46:31 15:37:01 0 0.65 0.00 0.02 0.00 0.00 99.33 15:46:31 15:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:37:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:37:01 3 0.02 0.00 0.05 0.00 0.00 99.93 15:46:31 15:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:37:01 5 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:38:01 all 0.07 0.00 0.01 0.00 0.00 99.91 15:46:31 15:38:01 0 0.37 0.00 0.00 0.00 0.00 99.63 15:46:31 15:38:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:46:31 15:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:38:01 3 0.07 0.00 0.03 0.00 0.02 99.88 15:46:31 15:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:38:01 7 0.05 0.00 0.02 0.00 0.00 99.93 15:46:31 15:39:01 all 0.32 0.00 0.04 0.01 0.00 99.63 15:46:31 15:39:01 0 0.50 0.00 0.02 0.00 0.00 99.48 15:46:31 15:39:01 1 1.13 0.00 0.02 0.02 0.00 98.83 15:46:31 15:39:01 2 0.08 0.00 0.03 0.03 0.00 99.85 15:46:31 15:39:01 3 0.08 0.00 0.05 0.00 0.00 99.87 15:46:31 15:39:01 4 0.10 0.00 0.05 0.02 0.00 99.83 15:46:31 15:39:01 5 0.25 0.00 0.05 0.00 0.02 99.68 15:46:31 15:39:01 6 0.33 0.00 0.07 0.03 0.00 99.57 15:46:31 15:39:01 7 0.05 0.00 0.02 0.00 0.00 99.93 15:46:31 15:40:01 all 0.03 0.00 0.01 0.00 0.00 99.96 15:46:31 15:40:01 0 0.07 0.00 0.02 0.00 0.02 99.90 15:46:31 15:40:01 1 0.00 0.00 0.02 0.00 0.02 99.97 15:46:31 15:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:40:01 3 0.07 0.00 0.02 0.00 0.00 99.92 15:46:31 15:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:40:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:41:01 all 0.10 0.00 0.01 0.00 0.00 99.88 15:46:31 15:41:01 0 0.60 0.00 0.00 0.00 0.00 99.40 15:46:31 15:41:01 1 0.08 0.00 0.02 0.02 0.00 99.88 15:46:31 15:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:46:31 15:41:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:46:31 15:41:01 4 0.00 0.00 0.02 0.02 0.02 99.95 15:46:31 15:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:41:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:42:01 all 0.09 0.00 0.01 0.00 0.00 99.90 15:46:31 15:42:01 0 0.60 0.00 0.02 0.00 0.00 99.38 15:46:31 15:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:46:31 15:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:42:01 3 0.03 0.00 0.00 0.00 0.03 99.93 15:46:31 15:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:43:01 all 0.01 0.00 0.01 0.00 0.00 99.97 15:46:31 15:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:43:01 1 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:46:31 15:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 15:46:31 15:43:01 4 0.05 0.00 0.02 0.02 0.00 99.92 15:46:31 15:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 15:46:31 15:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 15:46:31 15:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:44:01 all 0.10 0.00 0.01 0.00 0.00 99.88 15:46:31 15:44:01 0 0.58 0.00 0.03 0.00 0.00 99.38 15:46:31 15:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 15:46:31 15:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 15:46:31 15:44:01 3 0.05 0.00 0.02 0.00 0.02 99.92 15:46:31 15:44:01 4 0.00 0.00 0.00 0.02 0.00 99.98 15:46:31 15:44:01 5 0.07 0.00 0.02 0.00 0.00 99.92 15:46:31 15:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 15:46:31 15:44:01 7 0.08 0.00 0.00 0.00 0.00 99.92 15:46:31 15:45:01 all 0.34 0.00 0.15 0.00 0.01 99.50 15:46:31 15:45:01 0 0.82 0.00 0.20 0.00 0.02 98.97 15:46:31 15:45:01 1 0.23 0.00 0.12 0.02 0.00 99.63 15:46:31 15:45:01 2 0.23 0.00 0.15 0.00 0.00 99.62 15:46:31 15:45:01 3 0.20 0.00 0.18 0.00 0.00 99.62 15:46:31 15:45:01 4 0.23 0.00 0.12 0.02 0.00 99.63 15:46:31 15:45:01 5 0.42 0.00 0.15 0.00 0.00 99.43 15:46:31 15:45:01 6 0.22 0.00 0.08 0.00 0.02 99.68 15:46:31 15:45:01 7 0.37 0.00 0.18 0.00 0.02 99.43 15:46:31 15:46:01 all 8.46 0.00 3.66 1.80 0.06 86.02 15:46:31 15:46:01 0 7.63 0.00 4.33 0.64 0.10 87.30 15:46:31 15:46:01 1 9.05 0.00 3.78 0.86 0.05 86.27 15:46:31 15:46:01 2 9.38 0.00 3.67 3.84 0.07 83.04 15:46:31 15:46:01 3 6.72 0.00 3.40 0.76 0.07 89.05 15:46:31 15:46:01 4 8.24 0.00 3.49 3.49 0.05 84.73 15:46:31 15:46:01 5 10.27 0.00 3.61 4.62 0.07 81.44 15:46:31 15:46:01 6 8.39 0.00 3.37 0.02 0.03 88.18 15:46:31 15:46:01 7 8.04 0.00 3.61 0.17 0.05 88.13 15:46:31 15:46:31 Average: CPU %user %nice %system %iowait %steal %idle 15:46:31 Average: all 8.27 0.00 2.14 1.88 0.03 87.68 15:46:31 Average: 0 8.64 0.00 2.30 2.03 0.04 86.99 15:46:31 Average: 1 8.41 0.00 2.15 2.07 0.04 87.33 15:46:31 Average: 2 8.36 0.00 2.04 2.31 0.04 87.26 15:46:31 Average: 3 8.38 0.00 2.15 1.39 0.04 88.04 15:46:31 Average: 4 8.03 0.00 2.19 2.37 0.03 87.38 15:46:31 Average: 5 8.04 0.00 2.04 2.55 0.03 87.34 15:46:31 Average: 6 8.35 0.00 2.19 0.90 0.03 88.52 15:46:31 Average: 7 7.92 0.00 2.07 1.39 0.04 88.58 15:46:31 15:46:31 15:46:31