Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9347108a609dd459f88553db2d4ce562ddd577d6 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-ssh17066285435836908452.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-ssh18136414469175580753.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-ssh6392812702676362884.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-ssh618193764622440151.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-ssh13378657046997300112.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6238 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/414 [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/414 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9347108a609dd459f88553db2d4ce562ddd577d6 (main) Commit message: "Merge pull request #4365 from lenny-intel/core-topic" > git config core.sparsecheckout # timeout=10 > git checkout -f 9347108a609dd459f88553db2d4ce562ddd577d6 # timeout=10 > git rev-list --no-walk 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:33:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:33:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:33:08 ========================================================= 02:33:08 EdgeX Global Pipelines Version Info 02:33:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:33:09 ------------------- 02:33:09 stable info: 02:33:09 ------------------- 02:33:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:33:09 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:33:09 Message: update stable to v1.0.244 02:33:10 ------------------- 02:33:10 experimental info: 02:33:10 ------------------- 02:33:10 Commited By: **** collab-it+edgex@linuxfoundation.org 02:33:10 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 02:33:10 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9347108 [Pipeline] echo 02:33:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:33:10 provisioning config files... 02:33:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config4180146943803726313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:33:11 ---> docker-login.sh 02:33:11 nexus3.edgexfoundry.org:10001 02:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:11 Configure a credential helper to remove this warning. See 02:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:11 02:33:11 Login Succeeded 02:33:11 nexus3.edgexfoundry.org:10002 02:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:11 Configure a credential helper to remove this warning. See 02:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:11 02:33:11 Login Succeeded 02:33:11 nexus3.edgexfoundry.org:10003 02:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:11 Configure a credential helper to remove this warning. See 02:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:11 02:33:11 Login Succeeded 02:33:11 nexus3.edgexfoundry.org:10004 02:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:11 Configure a credential helper to remove this warning. See 02:33:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:11 02:33:11 Login Succeeded 02:33:11 docker.io 02:33:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:33:12 Configure a credential helper to remove this warning. See 02:33:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:33:12 02:33:12 Login Succeeded 02:33:12 ---> docker-login.sh ends [Pipeline] } 02:33:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:33:12 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 02:33:12 + dirname cmd/core-command/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo core-command,cmd/core-command/Dockerfile 02:33:12 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:33:12 + dirname cmd/core-data/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo core-data,cmd/core-data/Dockerfile 02:33:12 + + dirname cmd/core-metadata/Dockerfilecut 02:33:12 -d/ -f2 02:33:12 + echo core-metadata,cmd/core-metadata/Dockerfile 02:33:12 + dirname cmd/security-bootstrapper/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:33:12 + dirname cmd/security-proxy-setup/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:33:12 + dirname cmd/security-secretstore-setup/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:33:12 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:33:12 + + dirname cmd/security-spire-agent/Dockerfile 02:33:12 cut -d/ -f2 02:33:12 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:33:12 + dirname cmd/security-spire-config/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:33:12 + dirname cmd/security-spire-server/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:33:12 + dirname cmd/support-notifications/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo support-notifications,cmd/support-notifications/Dockerfile 02:33:12 + dirname cmd/support-scheduler/Dockerfile 02:33:12 + cut -d/ -f2 02:33:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:33:12 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:33:12 + git rev-list -1 --merges 9347108a609dd459f88553db2d4ce562ddd577d6~1..9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo 02:33:12 -----------> git rev-list -1 --merges 9347108a609dd459f88553db2d4ce562ddd577d6~1..9347108a609dd459f88553db2d4ce562ddd577d6 9347108a609dd459f88553db2d4ce562ddd577d6 02:33:12 9347108a609dd459f88553db2d4ce562ddd577d6 [false] [Pipeline] sh 02:33:13 + git log --format=format:%s -1 9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] echo 02:33:13 ========================================================= 02:33:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:33:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:33:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:33:13 + grep -v github /etc/ssh/ssh_known_hosts 02:33:13 + [ -e /tmp/ssh_known_hosts ] 02:33:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:33:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:33:13 + sudo tee -a /etc/ssh/ssh_known_hosts 02:33:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:33:14 02:33:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:33:14 0.1.4: Pulling from edgex-devops/py-git-semver 02:33:14 b85a868b505f: Pulling fs layer 02:33:14 e2be974225ed: Pulling fs layer 02:33:14 339a4e72a1f5: Pulling fs layer 02:33:14 988bab9f4d93: Pulling fs layer 02:33:14 1469e6f7b9e6: Pulling fs layer 02:33:14 eaf3925da568: Pulling fs layer 02:33:14 bab4dde63d76: Pulling fs layer 02:33:14 bde34c3a00c8: Pulling fs layer 02:33:14 b352a97aabf1: Pulling fs layer 02:33:14 4872d77fe225: Pulling fs layer 02:33:14 5851b861e8e6: Pulling fs layer 02:33:14 bab4dde63d76: Waiting 02:33:14 bde34c3a00c8: Waiting 02:33:14 b352a97aabf1: Waiting 02:33:14 4872d77fe225: Waiting 02:33:14 1469e6f7b9e6: Waiting 02:33:14 988bab9f4d93: Waiting 02:33:14 5851b861e8e6: Waiting 02:33:14 e2be974225ed: Verifying Checksum 02:33:14 e2be974225ed: Download complete 02:33:14 988bab9f4d93: Verifying Checksum 02:33:14 988bab9f4d93: Download complete 02:33:14 1469e6f7b9e6: Verifying Checksum 02:33:14 1469e6f7b9e6: Download complete 02:33:14 eaf3925da568: Verifying Checksum 02:33:14 eaf3925da568: Download complete 02:33:14 339a4e72a1f5: Verifying Checksum 02:33:14 339a4e72a1f5: Download complete 02:33:14 bde34c3a00c8: Download complete 02:33:14 b352a97aabf1: Verifying Checksum 02:33:14 b352a97aabf1: Download complete 02:33:14 4872d77fe225: Verifying Checksum 02:33:14 4872d77fe225: Download complete 02:33:14 5851b861e8e6: Download complete 02:33:14 b85a868b505f: Verifying Checksum 02:33:14 b85a868b505f: Download complete 02:33:15 bab4dde63d76: Verifying Checksum 02:33:15 bab4dde63d76: Download complete 02:33:16 b85a868b505f: Pull complete 02:33:16 e2be974225ed: Pull complete 02:33:16 339a4e72a1f5: Pull complete 02:33:16 988bab9f4d93: Pull complete 02:33:16 1469e6f7b9e6: Pull complete 02:33:16 eaf3925da568: Pull complete 02:33:18 bab4dde63d76: Pull complete 02:33:18 bde34c3a00c8: Pull complete 02:33:18 b352a97aabf1: Pull complete 02:33:18 4872d77fe225: Pull complete 02:33:18 5851b861e8e6: Pull complete 02:33:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:33:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:33:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:18 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:33:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:33:20 $ docker top a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 -eo pid,comm 02:33:20 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). 02:33:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:33:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:33:20 [ssh-agent] Looking for ssh-agent implementation... 02:33:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:33:20 $ docker exec a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent 02:33:20 SSH_AUTH_SOCK=/tmp/ssh-apx1eT0gFSO4/agent.32 02:33:20 SSH_AGENT_PID=38 02:33:20 Running ssh-add (command line suppressed) 02:33:20 Identity added: /w/workspace/edgex-go/414@tmp/private_key_16100894157425279530.key (/w/workspace/edgex-go/414@tmp/private_key_16100894157425279530.key) 02:33:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:33:20 + git tag --points-at HEAD [Pipeline] } 02:33:20 $ docker exec --env ******** --env ******** a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent -k 02:33:21 unset SSH_AUTH_SOCK; 02:33:21 unset SSH_AGENT_PID; 02:33:21 echo Agent pid 38 killed; 02:33:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:33:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:33:21 [ssh-agent] Looking for ssh-agent implementation... 02:33:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:33:21 $ docker exec a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent 02:33:21 SSH_AUTH_SOCK=/tmp/ssh-ztIxwFEcSWbm/agent.70 02:33:21 SSH_AGENT_PID=76 02:33:21 Running ssh-add (command line suppressed) 02:33:21 Identity added: /w/workspace/edgex-go/414@tmp/private_key_8232567241672634383.key (/w/workspace/edgex-go/414@tmp/private_key_8232567241672634383.key) 02:33:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:33:21 + git semver init 02:33:21 2023-02-16 02:33:21,863 [run_init] DEBUG init version:0.0.0 force:False 02:33:21 2023-02-16 02:33:21,864 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/414/.semver 02:33:21 2023-02-16 02:33:21,864 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/414/.semver 02:33:21 2023-02-16 02:33:21,864 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/414/.semver'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) 02:33:27 2023-02-16 02:33:26,464 [append_file] DEBUG append to file:/w/workspace/edgex-go/414/.git/info/exclude 02:33:27 2023-02-16 02:33:26,464 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/414/.semver/main with force:False 02:33:27 2023-02-16 02:33:26,465 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 02:33:27 2023-02-16 02:33:26,465 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 02:33:27 3.0.0-dev.53 [Pipeline] } 02:33:27 $ docker exec --env ******** --env ******** a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 ssh-agent -k 02:33:27 unset SSH_AUTH_SOCK; 02:33:27 unset SSH_AGENT_PID; 02:33:27 echo Agent pid 76 killed; 02:33:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:33:27 + git semver [Pipeline] } 02:33:27 $ docker stop --time=1 a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 02:33:29 $ docker rm -f --volumes a7fc82ad1160067a34a6d9080428334fd9b98c48ddb185a4fb1e87794c8a5a12 [Pipeline] // withDockerContainer [Pipeline] sh 02:33:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:33:29 Stashed 1 file(s) [Pipeline] echo 02:33:29 [edgeXSemver]: initialized semver on version 3.0.0-dev.53 [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 02:33:30 + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] echo 02:33:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:33:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:33:30 ========================================================= 02:33:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 02:33:30 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:33:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:33:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 02:33:30 213ec9aee27d: Pulling fs layer 02:33:30 4583459ba037: Pulling fs layer 02:33:30 93c1e223e6f2: Pulling fs layer 02:33:30 53926ce57604: Pulling fs layer 02:33:30 21b2b0c7a3f4: Pulling fs layer 02:33:30 22ff95d597cd: Pulling fs layer 02:33:30 12d6caf4c0d1: Pulling fs layer 02:33:30 96b7cbca73a9: Pulling fs layer 02:33:30 a7acece74701: Pulling fs layer 02:33:30 53926ce57604: Waiting 02:33:30 21b2b0c7a3f4: Waiting 02:33:30 22ff95d597cd: Waiting 02:33:30 96b7cbca73a9: Waiting 02:33:30 a7acece74701: Waiting 02:33:30 12d6caf4c0d1: Waiting 02:33:30 93c1e223e6f2: Verifying Checksum 02:33:30 93c1e223e6f2: Download complete 02:33:30 4583459ba037: Verifying Checksum 02:33:30 4583459ba037: Download complete 02:33:30 21b2b0c7a3f4: Download complete 02:33:30 22ff95d597cd: Verifying Checksum 02:33:30 22ff95d597cd: Download complete 02:33:30 213ec9aee27d: Verifying Checksum 02:33:30 213ec9aee27d: Download complete 02:33:30 12d6caf4c0d1: Verifying Checksum 02:33:30 12d6caf4c0d1: Download complete 02:33:30 213ec9aee27d: Pull complete 02:33:31 4583459ba037: Pull complete 02:33:31 93c1e223e6f2: Pull complete 02:33:32 a7acece74701: Verifying Checksum 02:33:32 a7acece74701: Download complete 02:33:32 53926ce57604: Verifying Checksum 02:33:32 53926ce57604: Download complete 02:33:32 96b7cbca73a9: Verifying Checksum 02:33:32 96b7cbca73a9: Download complete 02:33:35 53926ce57604: Pull complete 02:33:35 21b2b0c7a3f4: Pull complete 02:33:35 22ff95d597cd: Pull complete 02:33:35 12d6caf4c0d1: Pull complete 02:33:37 96b7cbca73a9: Pull complete 02:33:38 a7acece74701: Pull complete 02:33:38 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 02:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:33:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 02:33:38 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:33:38 WORKDIR /edgex 02:33:38 COPY go.mod . 02:33:38 RUN go mod download 02:33:38 + docker build -t ci-base-image-x86_64 -f - . 02:33:39 Sending build context to Docker daemon 170.3MB 02:33:39 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 02:33:39 ---> db6d94c90886 02:33:39 Step 2/4 : WORKDIR /edgex 02:33:41 ---> Running in 41062b965acc 02:33:41 Removing intermediate container 41062b965acc 02:33:41 ---> 2f40399274ba 02:33:41 Step 3/4 : COPY go.mod . 02:33:41 ---> d6e8f2bf4257 02:33:41 Step 4/4 : RUN go mod download 02:33:41 ---> Running in 0db7f373e3f6 02:33:44 Still waiting to schedule task 02:33:44 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:33:53 Removing intermediate container 0db7f373e3f6 02:33:53 ---> fc5e8e83ec4f 02:33:53 Successfully built fc5e8e83ec4f 02:33:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:54 + docker inspect -f . ci-base-image-x86_64 02:33:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:54 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:33:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:33:54 $ docker top 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:54 + go version 02:33:54 go version go1.18.7 linux/amd64 [Pipeline] } 02:33:54 $ docker stop --time=1 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 02:33:56 $ docker rm -f --volumes 231eb94a7d3ec5d2629f8b293801a137a698bc29070bbe271141483caf08ab72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:56 + docker inspect -f . ci-base-image-x86_64 02:33:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:33:56 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:33:56 $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:33:57 $ docker top f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 -eo pid,comm [Pipeline] { [Pipeline] echo 02:33:57 ========================================================= 02:33:57 [edgeXBuildGoParallel] Running Tests and Build... 02:33:57 ========================================================= [Pipeline] sh 02:33:57 + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] fileExists [Pipeline] sh 02:33:57 + make test 02:33:57 go test -race -coverprofile=coverage.out ./... 02:34:04 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 02:34:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.076s coverage: 28.7% of statements 02:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:34:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.095s coverage: 98.5% of statements 02:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.141s coverage: 73.7% of statements 02:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 02:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 02:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 02:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.094s coverage: 54.0% of statements 02:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.334s coverage: 88.5% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.077s coverage: 3.9% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.581s coverage: 95.6% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.072s coverage: 65.9% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.6% of statements 02:34:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 82.9% of statements 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 02:34:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 02:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.058s coverage: 94.4% of statements 02:34:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.359s coverage: 79.9% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.057s coverage: 20.0% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 77.4% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.2% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.1% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 65.3% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 41.0% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.081s coverage: 17.7% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.135s coverage: 92.3% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:34:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.105s coverage: 97.7% of statements 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:34:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 02:34:45 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 02:35:04 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." 02:35:04 go vet ./... 02:35:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:35:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:35:04 ./bin/test-attribution-txt.sh [Pipeline] echo 02:35:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 02:35:05 + ls -al . 02:35:05 total 748 02:35:05 drwxrwxr-x 11 1001 1001 4096 Feb 16 02:33 . 02:35:05 drwxr-xr-x 4 root root 4096 Feb 16 02:33 .. 02:35:05 drwxrwxr-x 2 1001 1001 4096 Feb 16 02:33 .blubracket 02:35:05 -rw-rw-r-- 1 1001 1001 16 Feb 16 02:33 .dockerignore 02:35:05 drwxrwxr-x 8 1001 1001 4096 Feb 16 02:34 .git 02:35:05 drwxrwxr-x 3 1001 1001 4096 Feb 16 02:33 .github 02:35:05 -rw-rw-r-- 1 1001 1001 1024 Feb 16 02:33 .gitignore 02:35:05 -rw-rw-r-- 1 1001 1001 42 Feb 16 02:33 .golangci.yml 02:35:05 -rw-rw-r-- 1 1001 1001 87 Feb 16 02:33 .hadolint.yml 02:35:05 drwxr-xr-x 3 1001 1001 4096 Feb 16 02:33 .semver 02:35:05 -rw-rw-r-- 1 1001 1001 166 Feb 16 02:33 .sonarcloud.properties 02:35:05 -rw-rw-r-- 1 1001 1001 1171 Feb 16 02:33 ADOPTERS.md 02:35:05 -rw-rw-r-- 1 1001 1001 10825 Feb 16 02:33 Attribution.txt 02:35:05 -rw-rw-r-- 1 1001 1001 73765 Feb 16 02:33 CHANGELOG.md 02:35:05 -rw-rw-r-- 1 1001 1001 3804 Feb 16 02:33 CONTRIBUTING.md 02:35:05 -rw-rw-r-- 1 1001 1001 677 Feb 16 02:33 GOVERNANCE.md 02:35:05 -rw-rw-r-- 1 1001 1001 850 Feb 16 02:33 Jenkinsfile 02:35:05 -rw-rw-r-- 1 1001 1001 10775 Feb 16 02:33 LICENSE 02:35:05 -rw-rw-r-- 1 1001 1001 13375 Feb 16 02:33 Makefile 02:35:05 -rw-rw-r-- 1 1001 1001 582 Feb 16 02:33 OWNERS.md 02:35:05 -rw-rw-r-- 1 1001 1001 9403 Feb 16 02:33 README.md 02:35:05 -rw-rw-r-- 1 1001 1001 6912 Feb 16 02:33 SECURITY.md 02:35:05 -rw-rw-r-- 1 1001 1001 12 Feb 16 02:33 VERSION 02:35:05 drwxrwxr-x 2 1001 1001 4096 Feb 16 02:33 bin 02:35:05 drwxrwxr-x 17 1001 1001 4096 Feb 16 02:33 cmd 02:35:05 -rw-r--r-- 1 root root 487530 Feb 16 02:34 coverage.out 02:35:05 -rw-rw-r-- 1 1001 1001 3295 Feb 16 02:33 go.mod 02:35:05 -rw-rw-r-- 1 1001 1001 33318 Feb 16 02:33 go.sum 02:35:05 drwxrwxr-x 7 1001 1001 4096 Feb 16 02:33 internal 02:35:05 drwxrwxr-x 3 1001 1001 4096 Feb 16 02:33 openapi 02:35:05 drwxrwxr-x 4 1001 1001 4096 Feb 16 02:33 snap 02:35:05 -rw-rw-r-- 1 1001 1001 204 Feb 16 02:33 version.go [Pipeline] sh 02:35:05 + '[' -e coverage.out ] 02:35:05 + chown 1001:1001 coverage.out [Pipeline] stash 02:35:05 Stashed 1 file(s) [Pipeline] sh 02:35:06 + make build 02:35:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:35:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6239 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:35:16 Running in /w/workspace/edgex-go/414 [Pipeline] { [Pipeline] checkout 02:35:16 The recommended git tool is: git 02:35:17 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:35:18 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:35:19 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:35:20 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:35:21 using credential edgex-jenkins-ssh 02:35:21 Cloning the remote Git repository 02:35:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:35:21 > git init /w/workspace/edgex-go/414 # timeout=10 02:35:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:35:21 > git --version # timeout=10 02:35:21 > git --version # 'git version 2.25.1' 02:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:35:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:35:27 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:35:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:35:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:35:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:35:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:35:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:35:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:35:35 $ docker stop --time=1 f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 02:35:37 Avoid second fetch 02:35:37 Checking out Revision 9347108a609dd459f88553db2d4ce562ddd577d6 (main) 02:35:38 $ docker rm -f --volumes f620d42d7ebbcdfb5b7948c36a22f6ea1c895c3d65a2eb953e5630f181287ca5 02:35:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:35:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:35:37 > git config core.sparsecheckout # timeout=10 02:35:37 > git checkout -f 9347108a609dd459f88553db2d4ce562ddd577d6 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 02:35:38 Commit message: "Merge pull request #4365 from lenny-intel/core-topic" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:35:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:35:39 02:35:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:35:39 latest: Pulling from edgex-devops/edgex-compose 02:35:39 cbdbe7a5bc2a: Pulling fs layer 02:35:39 ca9280d653b3: Pulling fs layer 02:35:39 7e9c9ca2126c: Pulling fs layer 02:35:39 cbdbe7a5bc2a: Verifying Checksum 02:35:39 cbdbe7a5bc2a: Download complete 02:35:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:35:39 % Total % Received % Xferd Average Speed Time Time Time Current 02:35:39 Dload Upload Total Spent Left Speed 02:35:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 105k 02:35:39 cbdbe7a5bc2a: Pull complete 02:35:39 ca9280d653b3: Verifying Checksum 02:35:39 ca9280d653b3: Download complete [Pipeline] sh 02:35:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:35:40 7e9c9ca2126c: Download complete 02:35:40 ca9280d653b3: Pull complete 02:35:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:35:40 + sudo tee /etc/docker/daemon.new 02:35:40 { 02:35:40 "registry-mirrors": [ 02:35:40 "https://nexus3.edgexfoundry.org:10001" 02:35:40 ], 02:35:40 "bip": "10.250.0.254/24", 02:35:40 "hosts": [ 02:35:40 "tcp://0.0.0.0:5555", 02:35:40 "unix:///var/run/docker.sock" 02:35:40 ], 02:35:40 "mtu": 1458, 02:35:40 "selinux-enabled": true, 02:35:40 "seccomp-profile": "/etc/docker/seccomp.json" 02:35:40 } [Pipeline] sh 02:35:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:35:41 + sudo service docker restart 02:35:43 7e9c9ca2126c: Pull complete 02:35:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:35:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:43 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:35:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:35:45 $ docker top 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:45 + docker-compose build --help 02:35:45 + grep parallel 02:35:45 --parallel Build images in parallel. [Pipeline] } 02:35:46 $ docker stop --time=1 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d 02:35:47 $ docker rm -f --volumes 2eb793b9c3cbd32a4afca7a5e1daf89c47f74770ec918a65b054b008eae7964d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:35:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:35:47 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:35:47 $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:35:48 $ docker top 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 -eo pid,comm [Pipeline] { [Pipeline] sh 02:35:48 + docker-compose -f ./docker-compose-build.yml build --parallel 02:35:49 Building core-command ... 02:35:49 Building core-common-config-bootstrapper ... 02:35:49 Building core-data ... 02:35:49 Building core-metadata ... 02:35:49 Building security-bootstrapper ... 02:35:49 Building security-proxy-setup ... 02:35:49 Building security-secretstore-setup ... 02:35:49 Building security-spiffe-token-provider ... 02:35:49 Building security-spire-agent ... 02:35:49 Building security-spire-config ... 02:35:49 Building security-spire-server ... 02:35:49 Building support-notifications ... 02:35:49 Building support-scheduler ... 02:35:49 Building core-common-config-bootstrapper 02:35:49 Building security-proxy-setup 02:35:49 Building support-scheduler 02:35:49 Building core-data 02:35:49 Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:35:59 provisioning config files... 02:35:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config8995863192718208239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:35:59 ---> docker-login.sh 02:35:59 nexus3.edgexfoundry.org:10001 02:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:00 Configure a credential helper to remove this warning. See 02:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:00 02:36:00 Login Succeeded 02:36:00 nexus3.edgexfoundry.org:10002 02:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:00 Configure a credential helper to remove this warning. See 02:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:00 02:36:00 Login Succeeded 02:36:00 nexus3.edgexfoundry.org:10003 02:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:01 Configure a credential helper to remove this warning. See 02:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:01 02:36:01 Login Succeeded 02:36:01 nexus3.edgexfoundry.org:10004 02:36:01 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:36:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:36:01 ---> fc5e8e83ec4f 02:36:01 Step 3/21 : WORKDIR /edgex-go 02:36:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:36:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:36:01 ---> fc5e8e83ec4f 02:36:01 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:36:01 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:36:01 02:36:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:36:01 ---> fc5e8e83ec4f 02:36:01 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/22 : ARG ADD_BUILD_TAGS="" 02:36:01 02:36:01 ---> fc5e8e83ec4f 02:36:01 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:36:01 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:36:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:36:01 ---> fc5e8e83ec4f 02:36:01 Step 3/24 : WORKDIR /edgex-go 02:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:01 Configure a credential helper to remove this warning. See 02:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:01 02:36:01 Login Succeeded 02:36:01 docker.io 02:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:36:01 Configure a credential helper to remove this warning. See 02:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:36:01 02:36:01 Login Succeeded 02:36:01 ---> docker-login.sh ends [Pipeline] } 02:36:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:36:02 + git config --global --add safe.directory /w/workspace/edgex-go/414 [Pipeline] echo 02:36:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:36:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:36:02 ========================================================= 02:36:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 02:36:02 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:36:02 ---> Running in 6299c863adcc 02:36:02 ---> Running in 88e06b28b8c4 02:36:02 ---> Running in 406ee25dc1e8 02:36:02 ---> Running in 04a791e09811 02:36:02 ---> Running in b6909ee35544 02:36:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:36:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:36:02 9b18e9b68314: Pulling fs layer 02:36:02 35d82f9e3411: Pulling fs layer 02:36:02 e16973657156: Pulling fs layer 02:36:02 fc693d55d65f: Pulling fs layer 02:36:02 7e9fc2657dce: Pulling fs layer 02:36:02 dda99020689f: Pulling fs layer 02:36:02 db1c61fa0a46: Pulling fs layer 02:36:02 891c053d2c06: Pulling fs layer 02:36:02 7e9fc2657dce: Waiting 02:36:02 fc693d55d65f: Waiting 02:36:02 dda99020689f: Waiting 02:36:02 db1c61fa0a46: Waiting 02:36:02 891c053d2c06: Waiting 02:36:02 Removing intermediate container 04a791e09811 02:36:02 ---> 7a666cbfeee8 02:36:02 Step 4/22 : WORKDIR /edgex-go 02:36:02 Removing intermediate container b6909ee35544 02:36:02 ---> 0a4138941712 02:36:02 Step 4/22 : WORKDIR /edgex-go 02:36:02 Removing intermediate container 6299c863adcc 02:36:02 ---> e2199651b233 02:36:02 Step 4/22 : WORKDIR /edgex-go 02:36:02 Removing intermediate container 406ee25dc1e8 02:36:02 ---> 90ec55d7ae6a 02:36:02 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 02:36:02 Removing intermediate container 88e06b28b8c4 02:36:02 ---> b855c2f97239 02:36:02 Step 4/21 : RUN apk add --update --no-cache make git 02:36:02 ---> Running in fc50234c939e 02:36:02 ---> Running in cd4d36541d19 02:36:02 ---> Running in 197f9c0aca3e 02:36:02 ---> Running in 1037766d6111 02:36:02 ---> Running in 18e374482be3 02:36:03 e16973657156: Download complete 02:36:03 35d82f9e3411: Verifying Checksum 02:36:03 35d82f9e3411: Download complete 02:36:03 7e9fc2657dce: Verifying Checksum 02:36:03 7e9fc2657dce: Download complete 02:36:03 dda99020689f: Download complete 02:36:03 9b18e9b68314: Verifying Checksum 02:36:03 9b18e9b68314: Download complete 02:36:03 Removing intermediate container fc50234c939e 02:36:03 ---> d27349a7baec 02:36:03 Step 5/22 : RUN apk add --update --no-cache make git 02:36:03 Removing intermediate container cd4d36541d19 02:36:03 ---> c2053fca7db0 02:36:03 Step 5/22 : RUN apk add --update --no-cache make git 02:36:03 Removing intermediate container 197f9c0aca3e 02:36:03 ---> e891a9c3b0bc 02:36:03 Step 5/22 : RUN apk add --update --no-cache make git 02:36:03 ---> Running in 25d6dab9f1b2 02:36:03 ---> Running in ce59dafc7572 02:36:03 ---> Running in a7b71d74715a 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:36:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:36:03 OK: 211 MiB in 51 packages 02:36:03 OK: 211 MiB in 51 packages 02:36:03 OK: 211 MiB in 51 packages 02:36:04 9b18e9b68314: Pull complete 02:36:04 891c053d2c06: Verifying Checksum 02:36:04 891c053d2c06: Download complete 02:36:04 OK: 211 MiB in 51 packages 02:36:04 OK: 211 MiB in 51 packages 02:36:04 Removing intermediate container 1037766d6111 02:36:04 ---> 783740ef56cd 02:36:04 Step 5/24 : COPY go.mod vendor* ./ 02:36:04 Removing intermediate container 18e374482be3 02:36:04 ---> 5a2d539c8cad 02:36:04 Step 5/21 : COPY go.mod vendor* ./ 02:36:04 35d82f9e3411: Pull complete 02:36:04 Removing intermediate container 25d6dab9f1b2 02:36:04 ---> 804cdbfa5243 02:36:04 Step 6/22 : COPY go.mod vendor* ./ 02:36:04 ---> 4b0e321de2ca 02:36:04 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:04 ---> Running in 98937b7ed1ef 02:36:04 Removing intermediate container ce59dafc7572 02:36:04 ---> 667db66c5eed 02:36:04 Step 6/22 : COPY go.mod vendor* ./ 02:36:04 ---> e942d0ed9453 02:36:04 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:04 Removing intermediate container a7b71d74715a 02:36:04 ---> 5fb9b36f8ba6 02:36:04 Step 6/22 : COPY go.mod vendor* ./ 02:36:04 ---> 83414d84e5f0 02:36:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:04 e16973657156: Pull complete 02:36:04 ---> Running in 613d055f800e 02:36:04 ---> 7d28956b0274 02:36:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:04 ---> Running in 2f7a4c204c24 02:36:04 ---> Running in a653449f7df7 02:36:04 ---> c48e7d90d872 02:36:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:36:04 ---> Running in ce2329d0606e 02:36:05 db1c61fa0a46: Verifying Checksum 02:36:05 db1c61fa0a46: Download complete 02:36:05 fc693d55d65f: Verifying Checksum 02:36:05 fc693d55d65f: Download complete 02:36:18 fc693d55d65f: Pull complete 02:36:18 7e9fc2657dce: Pull complete 02:36:18 dda99020689f: Pull complete 02:36:24 db1c61fa0a46: Pull complete 02:36:27 891c053d2c06: Pull complete 02:36:27 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 02:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:36:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 02:36:27 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:36:27 WORKDIR /edgex 02:36:27 COPY go.mod . 02:36:27 RUN go mod download 02:36:27 + docker build -t ci-base-image-arm64 -f - . 02:36:28 Sending build context to Docker daemon 3.1MB 02:36:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 02:36:28 ---> f96f9c87975a 02:36:28 Step 2/4 : WORKDIR /edgex 02:36:30 ---> Running in 7c24d4ae6834 02:36:30 Removing intermediate container 7c24d4ae6834 02:36:30 ---> 41a5fb65994e 02:36:30 Step 3/4 : COPY go.mod . 02:36:30 ---> cd8ac0f76a04 02:36:30 Step 4/4 : RUN go mod download 02:36:30 ---> Running in 0a44a589c10e 02:36:37 Removing intermediate container ce2329d0606e 02:36:37 ---> 05a276031dd2 02:36:37 Step 8/22 : COPY . . 02:36:37 Removing intermediate container 613d055f800e 02:36:37 ---> d87a87ed0d27 02:36:37 Step 7/21 : COPY . . 02:36:37 Removing intermediate container 98937b7ed1ef 02:36:37 ---> 5ea16bc6b9d8 02:36:37 Step 7/24 : COPY . . 02:36:37 Removing intermediate container a653449f7df7 02:36:37 ---> 02292135a442 02:36:37 Step 8/22 : COPY . . 02:36:45 ---> 46e649e4f8df 02:36:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:36:45 ---> d0cc23763363 02:36:45 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 02:36:45 ---> 482429338e5b 02:36:45 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 02:36:45 ---> aac2e13aad11 02:36:45 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:36:45 ---> Running in 9012fba8a35f 02:36:45 ---> Running in 08a560dee40c 02:36:45 ---> Running in 14ac4ce4a138 02:36:45 ---> Running in 68865936e062 02:36:45 Removing intermediate container 2f7a4c204c24 02:36:45 ---> 10befb2a17e8 02:36:45 Step 8/22 : COPY . . 02:36:45 Removing intermediate container 14ac4ce4a138 02:36:45 ---> 79e36faa2c9c 02:36:45 Step 9/24 : WORKDIR /edgex-go/spire-build 02:36:45 ---> Running in 42303bf9a501 02:36:45 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:36:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:36:46 Removing intermediate container 42303bf9a501 02:36:46 ---> 1ac6c47bdd35 02:36:46 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 02:36:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:36:46 ---> Running in 63585feb5698 02:36:47 Removing intermediate container 63585feb5698 02:36:47 ---> 958b65e5ed5f 02:36:47 Step 11/24 : WORKDIR /edgex-go 02:36:47 ---> Running in 37bec1d655cb 02:36:47 Removing intermediate container 37bec1d655cb 02:36:47 ---> ebf4ae2eba21 02:36:47 02:36:47 Step 12/24 : FROM alpine:3.15 02:36:48 3.15: Pulling from library/alpine 02:36:48 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 02:36:48 Status: Downloaded newer image for alpine:3.15 02:36:48 ---> 5ce65d7b0fde 02:36:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:36:48 ---> Running in dc3899215a3c 02:36:49 ---> 554ef53ad2bc 02:36:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:36:49 ---> Running in 3e6d93b7927f 02:36:49 Removing intermediate container dc3899215a3c 02:36:49 ---> 41e65278f10a 02:36:49 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 02:36:49 ---> Running in 5d4b5ba8c046 02:36:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:36:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:36:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:36:50 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:36:50 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:36:50 OK: 15857 distinct packages available 02:36:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:36:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:36:50 (1/4) Installing dumb-init (1.2.5-r1) 02:36:50 (2/4) Installing musl-obstack (1.2.3-r0) 02:36:50 (3/4) Installing libucontext (1.1-r0) 02:36:50 (4/4) Installing gcompat (1.0.0-r4) 02:36:50 Executing busybox-1.34.1-r7.trigger 02:36:50 OK: 6 MiB in 18 packages 02:36:51 Removing intermediate container 5d4b5ba8c046 02:36:51 ---> 8c3d4d5826fa 02:36:51 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:36:54 ---> ef8bdd428006 02:36:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:36:54 ---> 9c1097273ad2 02:36:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 02:36:54 ---> Running in f6ef7e33a685 02:36:55 Removing intermediate container f6ef7e33a685 02:36:55 ---> 05a7d5145d5e 02:36:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:36:55 ---> 5dfe51cfe38d 02:36:55 Step 19/24 : WORKDIR / 02:36:55 ---> Running in 089e38900271 02:36:56 Removing intermediate container 089e38900271 02:36:56 ---> 50ce76ad8bbd 02:36:56 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:36:56 ---> Running in fd186c571a14 02:36:56 Removing intermediate container fd186c571a14 02:36:56 ---> 7b304bc16fcc 02:36:56 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:36:56 ---> Running in b175ed56021d 02:36:57 Removing intermediate container b175ed56021d 02:36:57 ---> 7007cb6f0749 02:36:57 Step 22/24 : LABEL arch=x86_64 02:36:57 ---> Running in b870c9a7859e 02:36:57 Removing intermediate container b870c9a7859e 02:36:57 ---> b032306b46e9 02:36:57 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:36:57 ---> Running in f136d3dd2dce 02:36:57 Removing intermediate container f136d3dd2dce 02:36:57 ---> a37548ede63c 02:36:57 Step 24/24 : LABEL version=3.0.0-dev.53 02:36:57 ---> Running in cff4e8b933fc 02:36:58 Removing intermediate container cff4e8b933fc 02:36:58 ---> 379cf75d242e 02:36:58 02:36:58 Successfully built 379cf75d242e 02:36:58 Successfully tagged security-spire-config:latest 02:36:58  Building security-spire-config ... done Building security-bootstrapper 02:37:02 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:02 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:37:02 ---> fc5e8e83ec4f 02:37:02 Step 3/32 : WORKDIR /edgex-go 02:37:02 ---> Using cache 02:37:02 ---> b855c2f97239 02:37:02 Step 4/32 : RUN apk add --update --no-cache make git 02:37:02 ---> Using cache 02:37:02 ---> 5a2d539c8cad 02:37:02 Step 5/32 : COPY go.mod vendor* ./ 02:37:02 ---> Using cache 02:37:02 ---> e942d0ed9453 02:37:02 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:02 ---> Using cache 02:37:02 ---> d87a87ed0d27 02:37:02 Step 7/32 : COPY . . 02:37:02 ---> Using cache 02:37:02 ---> aac2e13aad11 02:37:02 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:37:02 ---> Running in 60e8508e7560 02:37:03 Removing intermediate container 0a44a589c10e 02:37:03 ---> 56102f7657c0 02:37:03 Successfully built 56102f7657c0 02:37:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:37:03 + docker inspect -f . ci-base-image-arm64 02:37:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:03 prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container 02:37:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:37:05 $ docker top 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 -eo pid,comm [Pipeline] { [Pipeline] sh 02:37:05 + go version 02:37:05 go version go1.18.7 linux/arm64 [Pipeline] } 02:37:05 $ docker stop --time=1 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 02:37:07 $ docker rm -f --volumes 6e699667d45bba0bbb1353641b94f84b0cede71ee337e088296c1fa3a2178927 [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 02:37:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:08 02:37:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:08 latest: Pulling from edgex-devops/edgex-compose-arm64 02:37:08 29e5d40040c1: Pulling fs layer 02:37:08 1ce36da41761: Pulling fs layer 02:37:08 25b303627fd3: Pulling fs layer 02:37:08 29e5d40040c1: Verifying Checksum 02:37:08 29e5d40040c1: Download complete 02:37:09 1ce36da41761: Verifying Checksum 02:37:09 1ce36da41761: Download complete 02:37:09 29e5d40040c1: Pull complete 02:37:10 25b303627fd3: Verifying Checksum 02:37:10 25b303627fd3: Download complete 02:37:10 1ce36da41761: Pull complete 02:37:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:37:20 Removing intermediate container 08a560dee40c 02:37:20 ---> ecef6c4818d8 02:37:20 02:37:20 Step 10/22 : FROM alpine:3.16 02:37:20 Removing intermediate container 68865936e062 02:37:20 ---> 4c188b9c95c8 02:37:20 02:37:20 Step 9/21 : FROM alpine:3.16 02:37:20 25b303627fd3: Pull complete 02:37:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:20 3.16: Pulling from library/alpine 02:37:20 3.16: Pulling from library/alpine 02:37:20 Removing intermediate container 3e6d93b7927f 02:37:20 ---> b97db3248071 02:37:20 02:37:20 Step 10/22 : FROM alpine:3.16 02:37:21 prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container 02:37:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:37:21 3.16: Pulling from library/alpine 02:37:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:37:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:37:21 Status: Downloaded newer image for alpine:3.16 02:37:21 Status: Image is up to date for alpine:3.16 02:37:21 ---> dfd21b5a31f5 02:37:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 02:37:21 ---> dfd21b5a31f5 02:37:21 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 02:37:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:37:21 Status: Image is up to date for alpine:3.16 02:37:21 ---> dfd21b5a31f5 02:37:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:37:21 ---> Running in 99a503fa7eec 02:37:21 ---> Running in 10c35ad7d79d 02:37:21 ---> Running in af8f890c6b02 02:37:22 Removing intermediate container 99a503fa7eec 02:37:22 ---> 9e049b7640e7 02:37:22 Step 12/22 : ENV APP_PORT=59880 02:37:22 Removing intermediate container 10c35ad7d79d 02:37:22 ---> f01263fb021a 02:37:22 Step 12/22 : RUN apk add --update --no-cache dumb-init 02:37:22 ---> Running in bf255c8d2780 02:37:22 ---> Running in 84a397cc55a5 02:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:22 Removing intermediate container bf255c8d2780 02:37:22 ---> 0efbfc34ae7e 02:37:22 Step 13/22 : EXPOSE $APP_PORT 02:37:22 ---> Running in df05067bcb84 02:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:22 Removing intermediate container df05067bcb84 02:37:22 ---> 4e95f1d16d48 02:37:22 Step 14/22 : RUN apk add --update --no-cache dumb-init 02:37:22 ---> Running in 3139006fa7d5 02:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:22 (1/6) Installing ca-certificates (20220614-r0) 02:37:22 (2/6) Installing brotli-libs (1.0.9-r6) 02:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:22 (3/6) Installing nghttp2-libs (1.47.0-r0) 02:37:22 (4/6) Installing libcurl (7.83.1-r6) 02:37:22 (5/6) Installing curl (7.83.1-r6) 02:37:22 (6/6) Installing dumb-init (1.2.5-r1) 02:37:22 Executing busybox-1.35.0-r17.trigger 02:37:22 Executing ca-certificates-20220614-r0.trigger 02:37:22 OK: 8 MiB in 20 packages 02:37:23 (1/1) Installing dumb-init (1.2.5-r1) 02:37:23 Executing busybox-1.35.0-r17.trigger 02:37:23 OK: 6 MiB in 15 packages 02:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:23 $ docker top 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e -eo pid,comm 02:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 02:37:23 (1/1) Installing dumb-init (1.2.5-r1) 02:37:23 Executing busybox-1.35.0-r17.trigger 02:37:23 OK: 6 MiB in 15 packages 02:37:23 Removing intermediate container 84a397cc55a5 02:37:23 ---> cbc6acbed829 02:37:23 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:37:23 Removing intermediate container 9012fba8a35f 02:37:23 ---> d6934a5087d9 02:37:23 02:37:23 Step 10/22 : FROM alpine:3.16 02:37:23 ---> dfd21b5a31f5 02:37:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:37:23 Removing intermediate container af8f890c6b02 02:37:23 ---> 397971728b89 02:37:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:37:24 + docker-compose build --help 02:37:24 + grep parallel 02:37:24 Removing intermediate container 3139006fa7d5 02:37:24 ---> 4e19cdf062d1 02:37:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:37:24 ---> Running in 56bfa8460f74 02:37:24 ---> Running in a716a999ef49 02:37:24 ---> 1530131369ae 02:37:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:37:24 Removing intermediate container 56bfa8460f74 02:37:24 ---> 342597359d89 02:37:24 Step 12/21 : WORKDIR /edgex 02:37:24 ---> Running in 26e7e255c1b3 02:37:24 ---> 81c4f4736c94 02:37:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:37:24 Removing intermediate container 26e7e255c1b3 02:37:24 ---> 9021a4938cc3 02:37:24 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:37:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:24 ---> b7b94bc25dfd 02:37:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:37:24 ---> b30c0acf16ec 02:37:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:37:24 ---> a4fa486d3aa0 02:37:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:37:24 (1/1) Installing dumb-init (1.2.5-r1) 02:37:24 Executing busybox-1.35.0-r17.trigger 02:37:24 OK: 6 MiB in 15 packages 02:37:24 ---> a9ea67c8c524 02:37:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:37:24 ---> a2879f868d2d 02:37:24 Step 18/22 : ENTRYPOINT ["/core-data"] 02:37:24 ---> Running in e9a851315b5c 02:37:24 ---> be3343292292 02:37:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:37:24 ---> 3eca31226f56 02:37:24 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:37:25 Removing intermediate container e9a851315b5c 02:37:25 ---> 7ab797e74b98 02:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:37:25 ---> Running in 8111adde4252 02:37:25 Removing intermediate container a716a999ef49 02:37:25 ---> 92dc4ecb5d75 02:37:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:37:25 ---> Running in 9f19f68291b7 02:37:25 ---> Running in 03773c2e95a3 02:37:25 ---> dda4f91b3f0b 02:37:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:37:25 Removing intermediate container 9f19f68291b7 02:37:25 ---> cf5f896eac25 02:37:25 Step 20/22 : LABEL arch=x86_64 02:37:25 Removing intermediate container 03773c2e95a3 02:37:25 ---> 3a07b5d1b80c 02:37:25 Step 13/22 : ENV APP_PORT=59861 02:37:25 ---> Running in 53ac4bb52b57 02:37:25 ---> Running in 19480ec67992 02:37:25 ---> 8bbc8ab4ae0d 02:37:25 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:37:25 ---> Running in d59a436306b7 02:37:25 Removing intermediate container 53ac4bb52b57 02:37:25 ---> ec08b72962f1 02:37:25 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:37:25 Removing intermediate container 19480ec67992 02:37:25 ---> 5db57abf0ad9 02:37:25 Step 14/22 : EXPOSE $APP_PORT 02:37:25 ---> Running in 02edfaf4bb29 02:37:25 ---> Running in 32bd092ec904 02:37:25 Removing intermediate container 32bd092ec904 02:37:25 ---> 1d277448d500 02:37:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:37:25 Removing intermediate container 02edfaf4bb29 02:37:25 ---> 4b039255366d 02:37:25 Step 22/22 : LABEL version=3.0.0-dev.53 02:37:26 ---> Running in 6bb25089a744 02:37:26 Removing intermediate container 8111adde4252 02:37:26 ---> 2331be9bf049 02:37:26 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 02:37:26 ---> Running in aeb27b0b1ac9 02:37:26 ---> 3ddeb8b94895 02:37:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:37:26 Removing intermediate container 6bb25089a744 02:37:26 ---> 50580927872d 02:37:26 02:37:26 Removing intermediate container aeb27b0b1ac9 02:37:26 ---> 4f3ba86b5736 02:37:26 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 02:37:26 Successfully built 50580927872d 02:37:26 Successfully tagged core-data:latest 02:37:26  Building core-data ... done Building support-notifications 02:37:26 ---> Running in 7d96072abc57 02:37:27 Removing intermediate container d59a436306b7 02:37:27 ---> 5cffaf97c730 02:37:27 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 02:37:27 Removing intermediate container 7d96072abc57 02:37:27 ---> 8662b9d3ad55 02:37:27 Step 20/22 : LABEL arch=x86_64 02:37:27 ---> fd4884699c8c 02:37:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:37:27 ---> Running in 4ef5d10c8ad0 02:37:27 ---> Running in c27f2fc63ab7 02:37:27 Removing intermediate container 60e8508e7560 02:37:27 ---> c598920bdc80 02:37:27 02:37:27 Step 9/32 : FROM alpine:3.16 02:37:27 ---> dfd21b5a31f5 02:37:27 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:37:27 Removing intermediate container 4ef5d10c8ad0 02:37:27 ---> ddbff80621eb 02:37:27 Step 19/21 : LABEL arch=x86_64 02:37:27 ---> 7a7c2ecd1a3a 02:37:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:37:27 ---> Running in 1effed344b7d 02:37:27 Removing intermediate container c27f2fc63ab7 02:37:27 ---> 35d09eca5d70 02:37:27 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:37:27 ---> Running in b340164c3431 02:37:27 ---> Running in cc605cb63a98 02:37:28 ---> Running in 8939b45b09aa 02:37:28 Removing intermediate container 1effed344b7d 02:37:28 ---> 000fb2d8d6d3 02:37:28 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 02:37:28 Removing intermediate container cc605cb63a98 02:37:28 Removing intermediate container b340164c3431 02:37:28 ---> 1cb144df832f 02:37:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] ---> 28cbc23ffd8f 02:37:28 02:37:28 Step 20/21 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:37:28 ---> Running in 44a5741bd507 02:37:28 Removing intermediate container 8939b45b09aa 02:37:28 ---> 4f16d323a8be 02:37:28 Step 22/22 : LABEL version=3.0.0-dev.53 02:37:28 --parallel Build images in parallel. [Pipeline] } 02:37:28 $ docker stop --time=1 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e 02:37:28 ---> Running in e3f3c332d801 02:37:28 ---> Running in 093f48119320 02:37:28 ---> Running in b038560a1046 02:37:28 Removing intermediate container e3f3c332d801 02:37:28 ---> 4ec4dc8ec42c 02:37:28 Step 21/21 : LABEL version=3.0.0-dev.53 02:37:28 Removing intermediate container 093f48119320 02:37:28 ---> 71555ce89ea7 02:37:28 Step 20/22 : LABEL arch=x86_64 02:37:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:28 Removing intermediate container b038560a1046 02:37:28 ---> 77e682234258 02:37:28 02:37:28 ---> Running in c35a88c1de0e 02:37:28 ---> Running in ab9e98354d61 02:37:28 Successfully built 77e682234258 02:37:28 Successfully tagged core-common-config-bootstrapper:latest 02:37:28 Building security-spiffe-token-provider 02:37:28  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:28 Removing intermediate container c35a88c1de0e 02:37:28 ---> 52cd69c1e33f 02:37:28 02:37:28 Removing intermediate container ab9e98354d61 02:37:28 ---> a69bb1bb733f 02:37:28 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:37:28 Successfully built 52cd69c1e33f 02:37:28 Successfully tagged security-proxy-setup:latest 02:37:28  Building security-proxy-setup ... done Building core-command 02:37:28 ---> Running in 0164a277ae5c 02:37:28 (1/2) Installing dumb-init (1.2.5-r1) 02:37:28 (2/2) Installing su-exec (0.2-r1) 02:37:29 Executing busybox-1.35.0-r17.trigger 02:37:29 OK: 6 MiB in 16 packages 02:37:29 Removing intermediate container 0164a277ae5c 02:37:29 ---> 83004abd8449 02:37:29 Step 22/22 : LABEL version=3.0.0-dev.53 02:37:29 ---> Running in 5b44bc41f201 02:37:29 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:29 ---> fc5e8e83ec4f 02:37:29 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:37:29 ---> Using cache 02:37:29 ---> e2199651b233 02:37:29 Step 4/22 : WORKDIR /edgex-go 02:37:29 ---> Using cache 02:37:29 ---> c2053fca7db0 02:37:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:37:29 $ docker rm -f --volumes 85b337b96eba6d1caf3bbb79fda3d486558b2c63135c229a022e34ed885eed1e 02:37:30 Removing intermediate container 5b44bc41f201 02:37:30 ---> 3bc3dce45b6e 02:37:30 02:37:30 Successfully built 3bc3dce45b6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:30 Successfully tagged support-scheduler:latest 02:37:30 Building security-spire-server 02:37:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:37:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:37:30 prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container 02:37:30 $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:37:30  Building support-scheduler ... done  ---> Running in 02f8d6608e0f 02:37:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:31 Removing intermediate container 44a5741bd507 02:37:31 ---> e4acd0643579 02:37:31 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 02:37:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:31 OK: 211 MiB in 51 packages 02:37:31 ---> Running in 57ebffc2ec2e 02:37:31 Removing intermediate container 57ebffc2ec2e 02:37:31 ---> 23525b8867aa 02:37:31 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 02:37:31 ---> Running in 2cf3206af147 02:37:31 Removing intermediate container 2cf3206af147 02:37:31 ---> d269add8cb70 02:37:31 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 02:37:31 Removing intermediate container 02f8d6608e0f 02:37:31 ---> 7e2b6973a12f 02:37:31 Step 6/22 : COPY go.mod vendor* ./ 02:37:31 ---> Running in 19c7bf1b7adb 02:37:31 $ docker top bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 -eo pid,comm [Pipeline] { [Pipeline] sh 02:37:32 Removing intermediate container 19c7bf1b7adb 02:37:32 ---> ba39d720a8ad 02:37:32 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 02:37:32 ---> Running in 93dab248ac29 02:37:32 ---> 3b24f6632fa6 02:37:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:32 ---> Running in 8da256f556be 02:37:32 + docker-compose -f ./docker-compose-build.yml build --parallel 02:37:32 Removing intermediate container 93dab248ac29 02:37:32 ---> b164b4bf9e14 02:37:32 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 02:37:32 ---> Running in b3194c7adb1d 02:37:33 Removing intermediate container b3194c7adb1d 02:37:33 ---> c0ce49b433fc 02:37:33 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 02:37:33 ---> Running in b38db90ff105 02:37:34 Removing intermediate container b38db90ff105 02:37:34 ---> b0c99a4262ea 02:37:34 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 02:37:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:37:34 ---> fc5e8e83ec4f 02:37:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 02:37:34 ---> Using cache 02:37:34 ---> e2199651b233 02:37:34 Step 4/23 : WORKDIR /edgex-go 02:37:34 ---> Using cache 02:37:34 ---> c2053fca7db0 02:37:34 Step 5/23 : RUN apk add --update --no-cache make git 02:37:34 ---> Using cache 02:37:34 ---> 804cdbfa5243 02:37:34 Step 6/23 : COPY go.mod vendor* ./ 02:37:34 ---> Using cache 02:37:34 ---> 83414d84e5f0 02:37:34 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:34 ---> Using cache 02:37:34 ---> 10befb2a17e8 02:37:34 Step 8/23 : COPY . . 02:37:34 ---> Using cache 02:37:34 ---> 554ef53ad2bc 02:37:34 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 02:37:34 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:34 Step 2/19 : FROM ${BUILDER_BASE} AS builder 02:37:34 ---> fc5e8e83ec4f 02:37:34 Step 3/19 : WORKDIR /edgex-go 02:37:34 ---> Using cache 02:37:34 ---> b855c2f97239 02:37:34 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 02:37:34 ---> b23d5e9e7ff4 02:37:34 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 02:37:34 ---> Running in 491c4fa93e60 02:37:34 ---> Running in fc86424cdc8d 02:37:34 ---> Running in c956972d03db 02:37:34 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:37:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:37:34 ---> fc5e8e83ec4f 02:37:34 Step 3/23 : WORKDIR /edgex-go 02:37:34 ---> Using cache 02:37:34 ---> b855c2f97239 02:37:34 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:35 ---> Running in 4f60c5577b1f 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:35 Removing intermediate container c956972d03db 02:37:35 ---> 4d39dce411b5 02:37:35 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:35 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 02:37:35 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 02:37:35 OK: 17046 distinct packages available 02:37:35 ---> c41f29106e0b 02:37:35 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:37:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:37:35 OK: 211 MiB in 51 packages 02:37:36 OK: 211 MiB in 51 packages 02:37:36 ---> 977ca65a01dd 02:37:36 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:37:36 ---> 1055c5a67a38 02:37:36 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:37:36 Removing intermediate container 4f60c5577b1f 02:37:36 ---> 10d3d02351d0 02:37:36 Step 5/23 : COPY go.mod vendor* ./ 02:37:36 ---> 9e1cf71d6bc9 02:37:36 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 02:37:36 ---> 31f1df23e9a5 02:37:36 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:36 Removing intermediate container 491c4fa93e60 02:37:36 ---> 6a20fb9c5082 02:37:36 Step 5/19 : COPY go.mod vendor* ./ 02:37:36 ---> Running in 169f4146b35f 02:37:36 Building core-command ... 02:37:36 Building core-common-config-bootstrapper ... 02:37:36 Building core-data ... 02:37:36 Building core-metadata ... 02:37:36 Building security-bootstrapper ... 02:37:36 Building security-proxy-setup ... 02:37:36 Building security-secretstore-setup ... 02:37:36 Building security-spiffe-token-provider ... 02:37:36 Building security-spire-agent ... 02:37:36 Building security-spire-config ... 02:37:36 Building security-spire-server ... 02:37:36 Building support-notifications ... 02:37:36 Building support-scheduler ... 02:37:36 Building security-secretstore-setup 02:37:36 Building core-common-config-bootstrapper 02:37:36 Building security-proxy-setup 02:37:36 Building security-spire-server 02:37:36 Building core-metadata 02:37:36 ---> b97f05bdae46 02:37:36 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:36 ---> ad6966f2ca43 02:37:36 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 02:37:36 ---> Running in eb72d364db40 02:37:37 ---> 016f79d1e7db 02:37:37 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:37:37 ---> 636acaf7007d 02:37:37 Step 27/32 : RUN chmod +x /entrypoint.sh 02:37:37 ---> Running in 7aa7c19f0c24 02:37:38 Removing intermediate container 7aa7c19f0c24 02:37:38 ---> de14fe4118e0 02:37:38 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:37:38 ---> Running in ab26c3f8b01a 02:37:38 Removing intermediate container ab26c3f8b01a 02:37:38 ---> f3fa966661fe 02:37:38 Step 29/32 : CMD ["gate"] 02:37:38 ---> Running in a262e7973792 02:37:38 Removing intermediate container a262e7973792 02:37:38 ---> f188ddcd71d4 02:37:38 Step 30/32 : LABEL arch=x86_64 02:37:39 ---> Running in 7184f0453e04 02:37:39 Removing intermediate container 7184f0453e04 02:37:39 ---> d73f0be64b23 02:37:39 Step 31/32 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:37:39 ---> Running in 158d0a3b70db 02:37:39 Removing intermediate container 158d0a3b70db 02:37:39 ---> 16e4303702b2 02:37:39 Step 32/32 : LABEL version=3.0.0-dev.53 02:37:39 ---> Running in 82e1823cadfc 02:37:39 Removing intermediate container 82e1823cadfc 02:37:39 ---> 0442faa639b0 02:37:39 02:37:39 Successfully built 0442faa639b0 02:37:39 Successfully tagged security-bootstrapper:latest 02:37:39 Building security-spire-agent 02:37:43  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:43 ---> fc5e8e83ec4f 02:37:43 Step 3/24 : WORKDIR /edgex-go 02:37:43 ---> Using cache 02:37:43 ---> b855c2f97239 02:37:43 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 02:37:43 ---> Using cache 02:37:43 ---> 10d3d02351d0 02:37:43 Step 5/24 : COPY go.mod vendor* ./ 02:37:43 ---> Using cache 02:37:43 ---> 31f1df23e9a5 02:37:43 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:45 ---> Running in 906d93d1fe5d 02:37:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:46 ---> 56102f7657c0 02:37:46 Step 3/24 : WORKDIR /edgex-go 02:37:46 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:46 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:46 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 02:37:46 02:37:46 ---> 56102f7657c0 02:37:46 Step 3/21 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:46 02:37:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:37:46 ---> 56102f7657c0 02:37:46 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:37:46 ---> 56102f7657c0 02:37:46 Step 3/23 : WORKDIR /edgex-go 02:37:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:37:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:46 ---> 56102f7657c0 02:37:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:37:46 ---> Running in 50afd3d53bdf 02:37:46 ---> Running in 9122af8ca1b6 02:37:46 ---> Running in e3e2242f4aa0 02:37:46 ---> Running in 149b0da8bca2 02:37:46 ---> Running in b259722bc7e6 02:37:47 Removing intermediate container 50afd3d53bdf 02:37:47 ---> 15223a8ddd6e 02:37:47 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 02:37:47 Removing intermediate container e3e2242f4aa0 02:37:47 ---> 4f96f37641fe 02:37:47 Step 4/22 : WORKDIR /edgex-go 02:37:47 Removing intermediate container 9122af8ca1b6 02:37:47 ---> db669f8b6618 02:37:47 Step 4/21 : RUN apk add --update --no-cache make git 02:37:47 Removing intermediate container b259722bc7e6 02:37:47 ---> 27a6cb5aa86c 02:37:47 Step 4/24 : RUN apk add --update --no-cache make git 02:37:47 Removing intermediate container 149b0da8bca2 02:37:47 ---> c3f8b813a9bd 02:37:47 Step 4/24 : WORKDIR /edgex-go 02:37:47 ---> Running in 57dec27abdac 02:37:47 ---> Running in d577f4d0ec70 02:37:47 ---> Running in 4ad5795348b1 02:37:47 ---> Running in e250b47a0130 02:37:47 ---> Running in f6565b5d804d 02:37:48 Removing intermediate container 4ad5795348b1 02:37:48 ---> 43d917769941 02:37:48 Step 5/22 : RUN apk add --update --no-cache make git 02:37:48 Removing intermediate container f6565b5d804d 02:37:48 ---> 80f83b4b1683 02:37:48 Step 5/24 : RUN apk add --update --no-cache make git 02:37:48 ---> Running in faa9cc7be66e 02:37:48 ---> Running in 30ce0c6e6894 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:37:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:37:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:37:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:37:51 OK: 221 MiB in 51 packages 02:37:51 OK: 221 MiB in 51 packages 02:37:51 OK: 221 MiB in 51 packages 02:37:52 OK: 221 MiB in 51 packages 02:37:52 OK: 221 MiB in 51 packages 02:37:55 Removing intermediate container 8da256f556be 02:37:55 ---> 92c7409231a8 02:37:55 Step 8/22 : COPY . . 02:37:56 Removing intermediate container 57dec27abdac 02:37:56 ---> dc33775f7fdd 02:37:56 Step 5/23 : COPY go.mod vendor* ./ 02:37:56 Removing intermediate container d577f4d0ec70 02:37:56 ---> 0127da780838 02:37:56 Removing intermediate container e250b47a0130 02:37:56 ---> f17223290842 02:37:56 Step 5/24 : COPY go.mod vendor* ./Step 5/21 : COPY go.mod vendor* ./ 02:37:56 02:37:56 Removing intermediate container faa9cc7be66e 02:37:56 ---> c256dbd1776d 02:37:56 Step 6/22 : COPY go.mod vendor* ./ 02:37:56 Removing intermediate container 30ce0c6e6894 02:37:56 ---> 8ec4ffc866e9 02:37:56 Step 6/24 : COPY go.mod vendor* ./ 02:37:57 ---> 4d9828bfc6b7 02:37:57 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:57 ---> d197a9069b32 02:37:57 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:57 ---> 0a74663a860a 02:37:57 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." ---> 6cf2dee0ae63 02:37:57 02:37:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:57 ---> Running in 4a835351f8e5 02:37:57 ---> Running in edd23e05b6b5 02:37:57 ---> Running in 3ed2c4346a93 02:37:57 ---> Running in f46adf5ae5c6 02:37:57 ---> b5e80c9a0884 02:37:57 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:37:57 ---> Running in 465e6619b595 02:37:58 Removing intermediate container fc86424cdc8d 02:37:58 ---> 668deead3ff6 02:37:58 02:37:58 Step 10/23 : FROM alpine:3.16 02:37:58 ---> dfd21b5a31f5 02:37:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:37:58 ---> Using cache 02:37:58 ---> 92dc4ecb5d75 02:37:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:37:58 ---> Using cache 02:37:58 ---> 3a07b5d1b80c 02:37:58 Step 13/23 : ENV APP_PORT=59882 02:37:59 ---> Running in 90b416bf2bac 02:37:59 ---> 4816e3dadd45 02:37:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:37:59 Removing intermediate container 90b416bf2bac 02:37:59 ---> 01c1788b4153 02:37:59 Step 14/23 : EXPOSE $APP_PORT 02:38:00 ---> Running in 93f39655e10b 02:38:00 ---> Running in 290174020ce4 02:38:00 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:38:00 Removing intermediate container 290174020ce4 02:38:00 ---> 1e8045c94576 02:38:00 Step 15/23 : WORKDIR / 02:38:00 ---> Running in add6ea53cceb 02:38:01 Removing intermediate container 169f4146b35f 02:38:01 ---> f7fa1c8676bd 02:38:01 Step 7/23 : COPY . . 02:38:01 Removing intermediate container eb72d364db40 02:38:01 ---> 59f54827fa00 02:38:01 Step 7/19 : COPY . . 02:38:01 Removing intermediate container add6ea53cceb 02:38:01 ---> a9dd63df3a6f 02:38:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:38:03 ---> 5605baf45300 02:38:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:38:05 ---> f8d0b5bb19df 02:38:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:38:05 ---> d6f09d281639 02:38:05 Step 19/23 : ENTRYPOINT ["/core-command"] 02:38:05 ---> Running in d236631a0f01 02:38:06 Removing intermediate container d236631a0f01 02:38:06 ---> 8e877e9e7b2a 02:38:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:38:06 ---> Running in b7d34c9ee232 02:38:06 Removing intermediate container b7d34c9ee232 02:38:06 ---> d535591f9756 02:38:06 Step 21/23 : LABEL arch=x86_64 02:38:06 ---> Running in aeae45bc3ab5 02:38:06 Removing intermediate container aeae45bc3ab5 02:38:06 ---> 84eb5c72d42a 02:38:06 Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:07 ---> Running in d3fbcd46f7b8 02:38:07 Removing intermediate container d3fbcd46f7b8 02:38:07 ---> 70fc102e834b 02:38:07 Step 23/23 : LABEL version=3.0.0-dev.53 02:38:07 ---> 7e1240b78753 02:38:07 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:38:08 ---> Running in 54437d865048 02:38:08 ---> Running in 3375f9ed63be 02:38:08 ---> 0244bce4d86d 02:38:08 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 02:38:08 ---> Running in a2bfcb2b0dad 02:38:08 Removing intermediate container 54437d865048 02:38:08 ---> 04a107940b1f 02:38:08 02:38:08 Successfully built 04a107940b1f 02:38:08 Successfully tagged core-command:latest 02:38:08 Building core-metadata 02:38:08  Building core-command ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:38:08 Removing intermediate container a2bfcb2b0dad 02:38:08 ---> 414606a0aaff 02:38:08 Step 9/23 : WORKDIR /edgex-go/spire-build 02:38:09 ---> Running in c64ddcacf6f1 02:38:10 Removing intermediate container c64ddcacf6f1 02:38:10 ---> 676f52d37a5f 02:38:10 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 02:38:10 ---> Running in 2a5d14dab4d8 02:38:12 Removing intermediate container 2a5d14dab4d8 02:38:12 ---> 4b58df27d9fc 02:38:12 Step 11/23 : WORKDIR /edgex-go 02:38:12 ---> Running in b634ba0ca8a1 02:38:13 Removing intermediate container 906d93d1fe5d 02:38:13 ---> e22c452624b5 02:38:13 Step 7/24 : COPY . . 02:38:13 Removing intermediate container b634ba0ca8a1 02:38:13 ---> cb84a4b5794f 02:38:13 02:38:13 Step 12/23 : FROM alpine:3.15 02:38:13 ---> 5ce65d7b0fde 02:38:13 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:38:13 ---> Using cache 02:38:13 ---> 41e65278f10a 02:38:13 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:38:13 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:38:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:38:13 ---> fc5e8e83ec4f 02:38:13 Step 3/24 : ARG ADD_BUILD_TAGS="" 02:38:13 ---> Using cache 02:38:13 ---> e2199651b233 02:38:13 Step 4/24 : WORKDIR /edgex-go 02:38:13 ---> Using cache 02:38:13 ---> c2053fca7db0 02:38:13 Step 5/24 : RUN apk add --update --no-cache make git 02:38:13 ---> Using cache 02:38:13 ---> 804cdbfa5243 02:38:13 Step 6/24 : COPY go.mod vendor* ./ 02:38:13 ---> Using cache 02:38:13 ---> 83414d84e5f0 02:38:13 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:38:13 ---> Using cache 02:38:13 ---> 10befb2a17e8 02:38:13 Step 8/24 : COPY . . 02:38:13 ---> Using cache 02:38:13 ---> 554ef53ad2bc 02:38:13 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 02:38:13 ---> Running in 1d3bcda4a906 02:38:13 ---> Running in 9d052c808cd0 02:38:14 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:38:14 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:38:14 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:38:14 OK: 15857 distinct packages available 02:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:38:15 (1/5) Installing dumb-init (1.2.5-r1) 02:38:15 (2/5) Installing musl-obstack (1.2.3-r0) 02:38:15 (3/5) Installing libucontext (1.1-r0) 02:38:15 (4/5) Installing gcompat (1.0.0-r4) 02:38:15 (5/5) Installing openssl (1.1.1t-r1) 02:38:15 Executing busybox-1.34.1-r7.trigger 02:38:15 OK: 7 MiB in 19 packages 02:38:17 Removing intermediate container 1d3bcda4a906 02:38:17 ---> 4f223ac1fe42 02:38:17 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:38:19 ---> d4b02a4e73b9 02:38:19 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 02:38:19 ---> Running in 219c8249ee4a 02:38:20 Removing intermediate container 219c8249ee4a 02:38:20 ---> f5c9f542b2d0 02:38:20 Step 9/24 : WORKDIR /edgex-go/spire-build 02:38:20 ---> 952eba8ce445 02:38:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:38:20 ---> Running in 9ff130989ea1 02:38:20 Removing intermediate container 9ff130989ea1 02:38:20 ---> 55f6f3ab1697 02:38:20 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 02:38:20 ---> 91826cedaf06 02:38:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:38:20 ---> Running in c4fdb793c6fc 02:38:21 ---> 8397b0105c6d 02:38:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:38:21 ---> 9c49fe9609fc 02:38:21 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:38:21 ---> Running in cb86389fef8e 02:38:22 Removing intermediate container c4fdb793c6fc 02:38:22 ---> e18236c2f03e 02:38:22 Step 11/24 : WORKDIR /edgex-go 02:38:22 Removing intermediate container cb86389fef8e 02:38:22 ---> bd38a8173a71 02:38:22 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:38:22 ---> Running in ef10cb5b6752 02:38:22 ---> Running in a31453121448 02:38:22 Removing intermediate container a31453121448 02:38:22 ---> a3b56acb6371 02:38:22 Step 21/23 : LABEL arch=x86_64 02:38:22 ---> Running in f814528107df 02:38:22 Removing intermediate container ef10cb5b6752 02:38:22 ---> e738f55cc4a3 02:38:22 02:38:22 Step 12/24 : FROM alpine:3.15 02:38:22 ---> 5ce65d7b0fde 02:38:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:38:22 ---> Using cache 02:38:22 ---> 41e65278f10a 02:38:22 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:38:22 ---> Using cache 02:38:22 ---> 4f223ac1fe42 02:38:22 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 02:38:22 Removing intermediate container f814528107df 02:38:22 ---> 756dbe8c22f5 02:38:22 Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:22 ---> Running in 58faaf239958 02:38:23 Removing intermediate container 58faaf239958 02:38:23 ---> 85e041eae08b 02:38:23 Step 23/23 : LABEL version=3.0.0-dev.53 02:38:23 ---> Running in 644127e17ad4 02:38:23 ---> 1b6bb88025f6 02:38:23 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:38:23 Removing intermediate container 644127e17ad4 02:38:23 ---> 76abd6a700b8 02:38:23 02:38:23 Successfully built 76abd6a700b8 02:38:23 Successfully tagged security-spire-server:latest 02:38:23 Building security-secretstore-setup 02:38:27  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:38:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:38:27 ---> fc5e8e83ec4f 02:38:27 Step 3/24 : WORKDIR /edgex-go 02:38:27 ---> Using cache 02:38:27 ---> b855c2f97239 02:38:27 Step 4/24 : RUN apk add --update --no-cache make git 02:38:27 ---> Using cache 02:38:27 ---> 5a2d539c8cad 02:38:27 Step 5/24 : COPY go.mod vendor* ./ 02:38:27 ---> Using cache 02:38:27 ---> e942d0ed9453 02:38:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:38:27 ---> Using cache 02:38:27 ---> d87a87ed0d27 02:38:27 Step 7/24 : COPY . . 02:38:27 ---> Using cache 02:38:27 ---> aac2e13aad11 02:38:27 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:27 ---> de3a6081ba6c 02:38:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:38:27 ---> Running in d6bbba8df454 02:38:27 ---> 22a0c2b11eaf 02:38:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:38:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:38:28 ---> b8d5eda45774 02:38:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:38:28 ---> 013368039487 02:38:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:38:28 ---> Running in ec28c96f55a9 02:38:29 Removing intermediate container ec28c96f55a9 02:38:29 ---> 02ed6f72cbb4 02:38:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:38:29 ---> Running in 40b15621ebbf 02:38:29 Removing intermediate container 40b15621ebbf 02:38:29 ---> 740573345b5c 02:38:29 Step 22/24 : LABEL arch=x86_64 02:38:29 ---> Running in 8df05d46abb1 02:38:30 Removing intermediate container 8df05d46abb1 02:38:30 ---> 417ff8311f44 02:38:30 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:30 ---> Running in 82aa8a6906d0 02:38:30 Removing intermediate container 93f39655e10b 02:38:30 ---> c5e79f6b0439 02:38:30 02:38:30 Step 10/22 : FROM alpine:3.16 02:38:30 ---> dfd21b5a31f5 02:38:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:38:30 ---> Running in 0f5d539bed75 02:38:30 Removing intermediate container 82aa8a6906d0 02:38:30 ---> d0c10057fcab 02:38:30 Step 24/24 : LABEL version=3.0.0-dev.53 02:38:30 ---> Running in f384c86cde55 02:38:30 Removing intermediate container f384c86cde55 02:38:30 ---> bf28916dcb44 02:38:30 02:38:31 Successfully built bf28916dcb44 02:38:31 Successfully tagged security-spire-agent:latest 02:38:31  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:38:31 (1/2) Installing ca-certificates (20220614-r0) 02:38:31 (2/2) Installing dumb-init (1.2.5-r1) 02:38:31 Executing busybox-1.35.0-r17.trigger 02:38:31 Executing ca-certificates-20220614-r0.trigger 02:38:31 OK: 6 MiB in 16 packages 02:38:32 Removing intermediate container 0f5d539bed75 02:38:32 ---> 322b34afd4ff 02:38:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:38:32 ---> Running in 07d2e2d3d574 02:38:32 Removing intermediate container 07d2e2d3d574 02:38:32 ---> 250b27a85204 02:38:32 Step 13/22 : ENV APP_PORT=59860 02:38:32 ---> Running in 60958539d2e1 02:38:33 Removing intermediate container 60958539d2e1 02:38:33 ---> c64ec29153ef 02:38:33 Step 14/22 : EXPOSE $APP_PORT 02:38:33 ---> Running in 2faf85505c7a 02:38:33 Removing intermediate container 2faf85505c7a 02:38:33 ---> b089e1812247 02:38:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:38:34 ---> 59895b41f530 02:38:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:38:35 ---> e1f3d76e6fea 02:38:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:38:35 ---> d60312f0f796 02:38:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:38:35 ---> Running in 81421ab7ae9d 02:38:35 Removing intermediate container 81421ab7ae9d 02:38:35 ---> 853d170a1fdd 02:38:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:38:35 ---> Running in 8e3e220cb940 02:38:35 Removing intermediate container 8e3e220cb940 02:38:35 ---> bea8e54d772a 02:38:35 Step 20/22 : LABEL arch=x86_64 02:38:36 ---> Running in db1b8de02806 02:38:36 Removing intermediate container db1b8de02806 02:38:36 ---> 8cef4d1487c3 02:38:36 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:36 ---> Running in 2e1c32f3bc3f 02:38:36 Removing intermediate container 2e1c32f3bc3f 02:38:36 ---> 3e2c748a060b 02:38:36 Step 22/22 : LABEL version=3.0.0-dev.53 02:38:36 ---> Running in 98c019ff1327 02:38:37 Removing intermediate container 98c019ff1327 02:38:37 ---> 008cbff6c795 02:38:37 02:38:37 Successfully built 008cbff6c795 02:38:37 Successfully tagged support-notifications:latest 02:38:39  Building support-notifications ... done Removing intermediate container 3375f9ed63be 02:38:39 ---> d5ecf5f426c5 02:38:39 02:38:39 Step 9/19 : FROM alpine:3.15 02:38:39 ---> 5ce65d7b0fde 02:38:39 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:38:39 ---> Using cache 02:38:39 ---> 41e65278f10a 02:38:39 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:38:39 ---> Running in b9578c16acc1 02:38:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:38:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:38:40 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:38:40 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:38:40 OK: 15857 distinct packages available 02:38:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:38:41 Removing intermediate container 9d052c808cd0 02:38:41 ---> 2955fde5237e 02:38:41 02:38:41 Step 10/24 : FROM alpine:3.16 02:38:41 ---> dfd21b5a31f5 02:38:41 Step 11/24 : RUN apk add --update --no-cache dumb-init 02:38:41 ---> Using cache 02:38:41 ---> 92dc4ecb5d75 02:38:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:38:41 ---> Using cache 02:38:41 ---> 3a07b5d1b80c 02:38:41 Step 13/24 : ENV APP_PORT=59881 02:38:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:38:41 ---> Running in 39ddba0418d6 02:38:41 Removing intermediate container 39ddba0418d6 02:38:41 ---> 2d9d17bf4b1a 02:38:41 Step 14/24 : EXPOSE $APP_PORT 02:38:41 ---> Running in d73145dc38f3 02:38:41 (1/9) Installing ca-certificates (20220614-r0) 02:38:41 Removing intermediate container d73145dc38f3 02:38:41 ---> f747b82d1d67 02:38:41 Step 15/24 : WORKDIR / 02:38:41 ---> Running in b8cf15b37eb6 02:38:41 (2/9) Installing brotli-libs (1.0.9-r5) 02:38:41 (3/9) Installing nghttp2-libs (1.46.0-r0) 02:38:41 (4/9) Installing libcurl (7.80.0-r6) 02:38:41 Removing intermediate container b8cf15b37eb6 02:38:41 ---> f1e393c06c74 02:38:41 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:38:41 (5/9) Installing curl (7.80.0-r6) 02:38:41 (6/9) Installing dumb-init (1.2.5-r1) 02:38:41 (7/9) Installing musl-obstack (1.2.3-r0) 02:38:41 (8/9) Installing libucontext (1.1-r0) 02:38:41 (9/9) Installing gcompat (1.0.0-r4) 02:38:41 Executing busybox-1.34.1-r7.trigger 02:38:41 Executing ca-certificates-20220614-r0.trigger 02:38:41 OK: 8 MiB in 23 packages 02:38:41 ---> 1f1fdcc95dde 02:38:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:38:42 ---> 59fb9f1d7cd6 02:38:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:38:42 Removing intermediate container b9578c16acc1 02:38:42 ---> 9f7009bf5be0 02:38:42 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 02:38:42 ---> 82cfcb94aee9 02:38:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 02:38:42 ---> 7179e15dd4a1 02:38:42 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:38:42 ---> 4f001825f4d5 02:38:42 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:38:42 ---> Running in cff014d5b5a1 02:38:42 Removing intermediate container cff014d5b5a1 02:38:42 ---> 63155684f990 02:38:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:38:42 ---> 0fbe76672da2 02:38:42 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 02:38:42 ---> Running in b37628d4dcfd 02:38:42 Removing intermediate container b37628d4dcfd 02:38:42 ---> 6916bd8c64c6 02:38:42 Step 22/24 : LABEL arch=x86_64 02:38:42 ---> 5e641e36f1ff 02:38:42 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 02:38:43 ---> Running in 1cb82eea734a 02:38:43 ---> Running in 6a7a43de9129 02:38:43 Removing intermediate container 1cb82eea734a 02:38:43 ---> 8cb8fe9df415 02:38:43 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:43 Removing intermediate container 6a7a43de9129 02:38:43 ---> 86366137d33d 02:38:43 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:38:43 ---> Running in 6495d4422f0b 02:38:43 ---> Running in 092e5956d122 02:38:43 Removing intermediate container 092e5956d122 02:38:43 ---> f62c9abe4800 02:38:43 Step 17/19 : LABEL arch=x86_64 02:38:43 ---> Running in c708f1a421ae 02:38:43 Removing intermediate container 6495d4422f0b 02:38:43 ---> 9fc783f5a268 02:38:43 Step 24/24 : LABEL version=3.0.0-dev.53 02:38:43 ---> Running in 48bea8fdb35d 02:38:43 Removing intermediate container c708f1a421ae 02:38:43 ---> 4df10feaf588 02:38:43 Step 18/19 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:43 Removing intermediate container 48bea8fdb35d 02:38:43 ---> a7cce2d9e1fd 02:38:43 02:38:43 ---> Running in f280c2228edf 02:38:43 Successfully built a7cce2d9e1fd 02:38:43 Successfully tagged core-metadata:latest 02:38:43  Building core-metadata ... done Removing intermediate container f280c2228edf 02:38:43 ---> af7bf97ea76e 02:38:43 Step 19/19 : LABEL version=3.0.0-dev.53 02:38:43 ---> Running in 2da2fca69cf0 02:38:43 Removing intermediate container 2da2fca69cf0 02:38:43 ---> eee612a0e2e4 02:38:43 02:38:43 Successfully built eee612a0e2e4 02:38:43 Successfully tagged security-spiffe-token-provider:latest 02:38:45  Building security-spiffe-token-provider ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:38:47 Removing intermediate container d6bbba8df454 02:38:47 ---> e8e137f7f82d 02:38:47 02:38:47 Step 9/24 : FROM alpine:3.16 02:38:47 ---> dfd21b5a31f5 02:38:47 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 02:38:47 ---> Running in 4dfc37236fec 02:38:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 02:38:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 02:38:48 (1/3) Installing ca-certificates (20220614-r0) 02:38:48 (2/3) Installing dumb-init (1.2.5-r1) 02:38:48 (3/3) Installing su-exec (0.2-r1) 02:38:48 Executing busybox-1.35.0-r17.trigger 02:38:48 Executing ca-certificates-20220614-r0.trigger 02:38:48 OK: 6 MiB in 17 packages 02:38:49 Removing intermediate container 4dfc37236fec 02:38:49 ---> 816e280c8b35 02:38:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:38:49 ---> Running in 01e43ee061e4 02:38:49 Removing intermediate container 01e43ee061e4 02:38:49 ---> 9fc91c61622d 02:38:49 Step 12/24 : WORKDIR / 02:38:49 ---> Running in 2c7201fc4616 02:38:49 Removing intermediate container 2c7201fc4616 02:38:49 ---> 7567499209f5 02:38:49 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:38:49 ---> 37a87149ab56 02:38:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:38:49 ---> 46c96d18f615 02:38:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:38:49 ---> 021779230e40 02:38:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:38:49 ---> 11061845a026 02:38:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:38:50 ---> 6d3109a2d13b 02:38:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:38:50 ---> 346f7e7f8189 02:38:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:38:50 ---> 0464373fa1c0 02:38:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:38:50 ---> Running in 648af907fec4 02:38:51 Removing intermediate container 648af907fec4 02:38:51 ---> 96824ca0a27a 02:38:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:38:51 ---> Running in cc0861d10393 02:38:51 Removing intermediate container cc0861d10393 02:38:51 ---> ea39a62f95a9 02:38:51 Step 22/24 : LABEL arch=x86_64 02:38:51 ---> Running in e2536fb48576 02:38:51 Removing intermediate container e2536fb48576 02:38:51 ---> b5716a5f7203 02:38:51 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:38:51 ---> Running in 71287a738d26 02:38:51 Removing intermediate container 71287a738d26 02:38:51 ---> a763537a9b6a 02:38:51 Step 24/24 : LABEL version=3.0.0-dev.53 02:38:51 ---> Running in 16fa934d7fb2 02:38:51 Removing intermediate container 16fa934d7fb2 02:38:51 ---> ec5c125ff0b2 02:38:51 02:38:51 Successfully built ec5c125ff0b2 02:38:51 Successfully tagged security-secretstore-setup:latest 02:38:51  Building security-secretstore-setup ... done  [Pipeline] } 02:38:51 $ docker stop --time=1 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 02:38:53 $ docker rm -f --volumes 7cfa386827edcaa4bed580b55a63fe71f47332ba5bb3225016e661bd06addd06 [Pipeline] // withDockerContainer [Pipeline] sh 02:38:53 + docker images 02:38:53 REPOSITORY TAG IMAGE ID CREATED SIZE 02:38:53 security-secretstore-setup latest ec5c125ff0b2 2 seconds ago 30MB 02:38:53 e8e137f7f82d 6 seconds ago 1.67GB 02:38:53 core-metadata latest a7cce2d9e1fd 10 seconds ago 18.5MB 02:38:53 security-spiffe-token-provider latest eee612a0e2e4 10 seconds ago 30MB 02:38:53 2955fde5237e 13 seconds ago 1.68GB 02:38:53 d5ecf5f426c5 15 seconds ago 1.71GB 02:38:53 support-notifications latest 008cbff6c795 17 seconds ago 30.7MB 02:38:53 security-spire-agent latest bf28916dcb44 23 seconds ago 125MB 02:38:53 c5e79f6b0439 23 seconds ago 1.74GB 02:38:53 security-spire-server latest 76abd6a700b8 30 seconds ago 86.5MB 02:38:53 e738f55cc4a3 31 seconds ago 1.55GB 02:38:53 cb84a4b5794f 41 seconds ago 1.55GB 02:38:53 core-command latest 04a107940b1f 45 seconds ago 17.7MB 02:38:53 668deead3ff6 58 seconds ago 1.68GB 02:38:53 security-bootstrapper latest 0442faa639b0 About a minute ago 20.4MB 02:38:53 support-scheduler latest 3bc3dce45b6e About a minute ago 30MB 02:38:53 core-common-config-bootstrapper latest 77e682234258 About a minute ago 15.5MB 02:38:53 security-proxy-setup latest 52cd69c1e33f About a minute ago 27.8MB 02:38:53 c598920bdc80 About a minute ago 1.67GB 02:38:53 core-data latest 50580927872d About a minute ago 17.9MB 02:38:53 d6934a5087d9 About a minute ago 1.74GB 02:38:53 b97db3248071 About a minute ago 1.67GB 02:38:53 4c188b9c95c8 About a minute ago 1.67GB 02:38:53 ecef6c4818d8 About a minute ago 1.68GB 02:38:53 security-spire-config latest 379cf75d242e About a minute ago 85.8MB 02:38:53 ebf4ae2eba21 2 minutes ago 1.55GB 02:38:53 ci-base-image-x86_64 latest fc5e8e83ec4f 5 minutes ago 903MB 02:38:53 alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB 02:38:53 alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB 02:38:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 02:38:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 02:38:53 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 02:38:53 provisioning config files... 02:38:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config9403981973490689176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:53 ---> docker-login.sh 02:38:53 nexus3.edgexfoundry.org:10001 02:38:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:53 Configure a credential helper to remove this warning. See 02:38:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:53 02:38:53 Login Succeeded 02:38:53 nexus3.edgexfoundry.org:10002 02:38:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:54 Configure a credential helper to remove this warning. See 02:38:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:54 02:38:54 Login Succeeded 02:38:54 nexus3.edgexfoundry.org:10003 02:38:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:54 Configure a credential helper to remove this warning. See 02:38:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:54 02:38:54 Login Succeeded 02:38:54 nexus3.edgexfoundry.org:10004 02:38:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:54 Configure a credential helper to remove this warning. See 02:38:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:54 02:38:54 Login Succeeded 02:38:54 docker.io 02:38:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:54 Configure a credential helper to remove this warning. See 02:38:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:54 02:38:54 Login Succeeded 02:38:54 ---> docker-login.sh ends [Pipeline] } 02:38:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:38:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:38:54 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:38:54 9347108a609dd459f88553db2d4ce562ddd577d6 02:38:54 latest 02:38:54 3.0.0-dev.53 02:38:54 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:38:54 main 02:38:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:55 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:55 + docker push nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 02:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:38:55 4b76aad24bc7: Preparing 02:38:55 0bbf6b56598a: Preparing 02:38:55 3c17ee317141: Preparing 02:38:55 4fdcaf2bd634: Preparing 02:38:55 aa5968d388b8: Preparing 02:38:55 aa5968d388b8: Layer already exists 02:38:55 4fdcaf2bd634: Pushed 02:38:55 3c17ee317141: Pushed 02:38:56 4b76aad24bc7: Pushed 02:38:56 0bbf6b56598a: Pushed 02:38:56 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:57 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:38:57 4b76aad24bc7: Preparing 02:38:57 0bbf6b56598a: Preparing 02:38:57 3c17ee317141: Preparing 02:38:57 4fdcaf2bd634: Preparing 02:38:57 aa5968d388b8: Preparing 02:38:57 4fdcaf2bd634: Layer already exists 02:38:57 4b76aad24bc7: Layer already exists 02:38:57 aa5968d388b8: Layer already exists 02:38:57 0bbf6b56598a: Layer already exists 02:38:57 3c17ee317141: Layer already exists 02:38:57 latest: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 02:38:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:38:58 4b76aad24bc7: Preparing 02:38:58 0bbf6b56598a: Preparing 02:38:58 3c17ee317141: Preparing 02:38:58 4fdcaf2bd634: Preparing 02:38:58 aa5968d388b8: Preparing 02:38:58 aa5968d388b8: Layer already exists 02:38:58 0bbf6b56598a: Layer already exists 02:38:58 4fdcaf2bd634: Layer already exists 02:38:58 3c17ee317141: Layer already exists 02:38:58 4b76aad24bc7: Layer already exists 02:38:58 3.0.0-dev.53: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker push nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:38:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:38:58 4b76aad24bc7: Preparing 02:38:58 0bbf6b56598a: Preparing 02:38:58 3c17ee317141: Preparing 02:38:58 4fdcaf2bd634: Preparing 02:38:58 aa5968d388b8: Preparing 02:38:58 4b76aad24bc7: Layer already exists 02:38:58 aa5968d388b8: Layer already exists 02:38:58 0bbf6b56598a: Layer already exists 02:38:58 3c17ee317141: Layer already exists 02:38:58 4fdcaf2bd634: Layer already exists 02:38:58 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:59 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:38:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:38:59 4b76aad24bc7: Preparing 02:38:59 0bbf6b56598a: Preparing 02:38:59 3c17ee317141: Preparing 02:38:59 4fdcaf2bd634: Preparing 02:38:59 aa5968d388b8: Preparing 02:38:59 4fdcaf2bd634: Layer already exists 02:38:59 aa5968d388b8: Layer already exists 02:38:59 4b76aad24bc7: Layer already exists 02:38:59 0bbf6b56598a: Layer already exists 02:38:59 3c17ee317141: Layer already exists 02:38:59 main: digest: sha256:26ed143830c3c442e497d3fefe0f76f9ea2aa17c1e63ddc031e3901bbceb296e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:38:59 ===================================================== [Pipeline] echo 02:38:59 taggedImages: 02:38:59 - nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6 02:38:59 - nexus3.edgexfoundry.org:10004/core-command:latest 02:38:59 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.53 02:38:59 - nexus3.edgexfoundry.org:10004/core-command:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:38:59 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:38:59 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:38:59 9347108a609dd459f88553db2d4ce562ddd577d6 02:38:59 latest 02:38:59 3.0.0-dev.53 02:38:59 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:38:59 main 02:38:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:00 20fc3c881136: Preparing 02:39:00 3681fb22b7e2: Preparing 02:39:00 44995246fd8e: Preparing 02:39:00 33c2c96b20c2: Preparing 02:39:00 3c17ee317141: Preparing 02:39:00 3ce453dc4cc5: Preparing 02:39:00 aa5968d388b8: Preparing 02:39:00 3ce453dc4cc5: Waiting 02:39:00 3c17ee317141: Layer already exists 02:39:00 44995246fd8e: Pushed 02:39:00 3ce453dc4cc5: Pushed 02:39:00 20fc3c881136: Pushed 02:39:00 3681fb22b7e2: Pushed 02:39:00 aa5968d388b8: Layer already exists 02:39:01 33c2c96b20c2: Pushed 02:39:01 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:01 + 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 02:39:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:02 20fc3c881136: Preparing 02:39:02 3681fb22b7e2: Preparing 02:39:02 44995246fd8e: Preparing 02:39:02 33c2c96b20c2: Preparing 02:39:02 3c17ee317141: Preparing 02:39:02 3ce453dc4cc5: Preparing 02:39:02 aa5968d388b8: Preparing 02:39:02 3ce453dc4cc5: Waiting 02:39:02 aa5968d388b8: Waiting 02:39:02 3681fb22b7e2: Layer already exists 02:39:02 44995246fd8e: Layer already exists 02:39:02 33c2c96b20c2: Layer already exists 02:39:02 3c17ee317141: Layer already exists 02:39:02 20fc3c881136: Layer already exists 02:39:02 3ce453dc4cc5: Layer already exists 02:39:02 aa5968d388b8: Layer already exists 02:39:02 latest: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:02 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 02:39:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:02 20fc3c881136: Preparing 02:39:02 3681fb22b7e2: Preparing 02:39:02 44995246fd8e: Preparing 02:39:02 33c2c96b20c2: Preparing 02:39:02 3c17ee317141: Preparing 02:39:02 3ce453dc4cc5: Preparing 02:39:02 aa5968d388b8: Preparing 02:39:02 3ce453dc4cc5: Waiting 02:39:02 aa5968d388b8: Waiting 02:39:02 33c2c96b20c2: Layer already exists 02:39:02 20fc3c881136: Layer already exists 02:39:02 44995246fd8e: Layer already exists 02:39:02 3681fb22b7e2: Layer already exists 02:39:02 3c17ee317141: Layer already exists 02:39:02 aa5968d388b8: Layer already exists 02:39:02 3ce453dc4cc5: Layer already exists 02:39:02 3.0.0-dev.53: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:03 20fc3c881136: Preparing 02:39:03 3681fb22b7e2: Preparing 02:39:03 44995246fd8e: Preparing 02:39:03 33c2c96b20c2: Preparing 02:39:03 3c17ee317141: Preparing 02:39:03 3ce453dc4cc5: Preparing 02:39:03 aa5968d388b8: Preparing 02:39:03 33c2c96b20c2: Layer already exists 02:39:03 3681fb22b7e2: Layer already exists 02:39:03 20fc3c881136: Layer already exists 02:39:03 44995246fd8e: Layer already exists 02:39:03 3c17ee317141: Layer already exists 02:39:03 3ce453dc4cc5: Layer already exists 02:39:03 aa5968d388b8: Layer already exists 02:39:03 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:03 + 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 02:39:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:39:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:39:03 20fc3c881136: Preparing 02:39:03 3681fb22b7e2: Preparing 02:39:03 44995246fd8e: Preparing 02:39:03 33c2c96b20c2: Preparing 02:39:03 3c17ee317141: Preparing 02:39:03 3ce453dc4cc5: Preparing 02:39:03 aa5968d388b8: Preparing 02:39:03 3ce453dc4cc5: Waiting 02:39:03 aa5968d388b8: Waiting 02:39:03 44995246fd8e: Layer already exists 02:39:03 3681fb22b7e2: Layer already exists 02:39:03 33c2c96b20c2: Layer already exists 02:39:03 3c17ee317141: Layer already exists 02:39:03 20fc3c881136: Layer already exists 02:39:03 3ce453dc4cc5: Layer already exists 02:39:03 aa5968d388b8: Layer already exists 02:39:03 main: digest: sha256:a65eff8844d285495bd84683500bbb71936e308bcd4d30fffafe8c1fd0f7604a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:04 ===================================================== [Pipeline] echo 02:39:04 taggedImages: 02:39:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:39:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.53 02:39:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:39:04 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:39:04 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:04 latest 02:39:04 3.0.0-dev.53 02:39:04 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:04 main 02:39:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:04 + docker push nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:39:04 7688abba8aaa: Preparing 02:39:04 bdb73a3b1ec1: Preparing 02:39:04 3c17ee317141: Preparing 02:39:04 a143de85ed92: Preparing 02:39:04 aa5968d388b8: Preparing 02:39:04 aa5968d388b8: Layer already exists 02:39:04 3c17ee317141: Layer already exists 02:39:04 7688abba8aaa: Pushed 02:39:04 a143de85ed92: Pushed 02:39:06 bdb73a3b1ec1: Pushed 02:39:06 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:06 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:39:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:39:06 7688abba8aaa: Preparing 02:39:06 bdb73a3b1ec1: Preparing 02:39:06 3c17ee317141: Preparing 02:39:06 a143de85ed92: Preparing 02:39:06 aa5968d388b8: Preparing 02:39:06 7688abba8aaa: Layer already exists 02:39:06 bdb73a3b1ec1: Layer already exists 02:39:06 3c17ee317141: Layer already exists 02:39:06 a143de85ed92: Layer already exists 02:39:06 aa5968d388b8: Layer already exists 02:39:06 latest: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:07 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 02:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:39:07 7688abba8aaa: Preparing 02:39:07 bdb73a3b1ec1: Preparing 02:39:07 3c17ee317141: Preparing 02:39:07 a143de85ed92: Preparing 02:39:07 aa5968d388b8: Preparing 02:39:07 3c17ee317141: Layer already exists 02:39:07 7688abba8aaa: Layer already exists 02:39:07 aa5968d388b8: Layer already exists 02:39:07 bdb73a3b1ec1: Layer already exists 02:39:07 a143de85ed92: Layer already exists 02:39:07 3.0.0-dev.53: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:07 + docker push nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:39:07 7688abba8aaa: Preparing 02:39:07 bdb73a3b1ec1: Preparing 02:39:07 3c17ee317141: Preparing 02:39:07 a143de85ed92: Preparing 02:39:07 aa5968d388b8: Preparing 02:39:07 bdb73a3b1ec1: Layer already exists 02:39:07 a143de85ed92: Layer already exists 02:39:07 3c17ee317141: Layer already exists 02:39:07 aa5968d388b8: Layer already exists 02:39:07 7688abba8aaa: Layer already exists 02:39:07 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:08 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:39:08 7688abba8aaa: Preparing 02:39:08 bdb73a3b1ec1: Preparing 02:39:08 3c17ee317141: Preparing 02:39:08 a143de85ed92: Preparing 02:39:08 aa5968d388b8: Preparing 02:39:08 3c17ee317141: Layer already exists 02:39:08 7688abba8aaa: Layer already exists 02:39:08 aa5968d388b8: Layer already exists 02:39:08 bdb73a3b1ec1: Layer already exists 02:39:08 a143de85ed92: Layer already exists 02:39:08 main: digest: sha256:5087439c38a3bf026d53f6cb78b26772d85dc6e52d0736790d5986ca65997dcc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:08 ===================================================== [Pipeline] echo 02:39:08 taggedImages: 02:39:08 - nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:08 - nexus3.edgexfoundry.org:10004/core-data:latest 02:39:08 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.53 02:39:08 - nexus3.edgexfoundry.org:10004/core-data:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:08 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:39:08 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:39:08 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:08 latest 02:39:08 3.0.0-dev.53 02:39:08 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:08 main 02:39:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:08 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:39:09 1abd1e522688: Preparing 02:39:09 58834e6776b8: Preparing 02:39:09 09a792f599fe: Preparing 02:39:09 3c17ee317141: Preparing 02:39:09 4fdcaf2bd634: Preparing 02:39:09 aa5968d388b8: Preparing 02:39:09 aa5968d388b8: Waiting 02:39:09 3c17ee317141: Layer already exists 02:39:09 4fdcaf2bd634: Layer already exists 02:39:09 aa5968d388b8: Layer already exists 02:39:09 58834e6776b8: Pushed 02:39:09 1abd1e522688: Pushed 02:39:10 09a792f599fe: Pushed 02:39:10 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:39:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:39:11 1abd1e522688: Preparing 02:39:11 58834e6776b8: Preparing 02:39:11 09a792f599fe: Preparing 02:39:11 3c17ee317141: Preparing 02:39:11 4fdcaf2bd634: Preparing 02:39:11 aa5968d388b8: Preparing 02:39:11 aa5968d388b8: Waiting 02:39:11 4fdcaf2bd634: Layer already exists 02:39:11 09a792f599fe: Layer already exists 02:39:11 1abd1e522688: Layer already exists 02:39:11 58834e6776b8: Layer already exists 02:39:11 3c17ee317141: Layer already exists 02:39:11 aa5968d388b8: Layer already exists 02:39:11 latest: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 02:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:39:12 1abd1e522688: Preparing 02:39:12 58834e6776b8: Preparing 02:39:12 09a792f599fe: Preparing 02:39:12 3c17ee317141: Preparing 02:39:12 4fdcaf2bd634: Preparing 02:39:12 aa5968d388b8: Preparing 02:39:12 aa5968d388b8: Waiting 02:39:12 4fdcaf2bd634: Layer already exists 02:39:12 58834e6776b8: Layer already exists 02:39:12 1abd1e522688: Layer already exists 02:39:12 09a792f599fe: Layer already exists 02:39:12 3c17ee317141: Layer already exists 02:39:12 aa5968d388b8: Layer already exists 02:39:12 3.0.0-dev.53: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:39:12 1abd1e522688: Preparing 02:39:12 58834e6776b8: Preparing 02:39:12 09a792f599fe: Preparing 02:39:12 3c17ee317141: Preparing 02:39:12 4fdcaf2bd634: Preparing 02:39:12 aa5968d388b8: Preparing 02:39:12 aa5968d388b8: Waiting 02:39:12 1abd1e522688: Layer already exists 02:39:12 09a792f599fe: Layer already exists 02:39:12 58834e6776b8: Layer already exists 02:39:12 3c17ee317141: Layer already exists 02:39:12 4fdcaf2bd634: Layer already exists 02:39:12 aa5968d388b8: Layer already exists 02:39:12 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:39:13 1abd1e522688: Preparing 02:39:13 58834e6776b8: Preparing 02:39:13 09a792f599fe: Preparing 02:39:13 3c17ee317141: Preparing 02:39:13 4fdcaf2bd634: Preparing 02:39:13 aa5968d388b8: Preparing 02:39:13 aa5968d388b8: Waiting 02:39:13 09a792f599fe: Layer already exists 02:39:13 3c17ee317141: Layer already exists 02:39:13 1abd1e522688: Layer already exists 02:39:13 4fdcaf2bd634: Layer already exists 02:39:13 58834e6776b8: Layer already exists 02:39:13 aa5968d388b8: Layer already exists 02:39:13 main: digest: sha256:a3f71c44544b7ded2e93985b3e55e952c6e9fde7d965b239bbbd9b1edfbc22bd size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:13 ===================================================== [Pipeline] echo 02:39:13 taggedImages: 02:39:13 - nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:13 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:39:13 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.53 02:39:13 - nexus3.edgexfoundry.org:10004/core-metadata:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:13 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:39:13 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:39:13 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:13 latest 02:39:13 3.0.0-dev.53 02:39:13 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:13 main 02:39:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:39:13 77bb57706368: Preparing 02:39:13 77bb57706368: Preparing 02:39:13 11f9fdc426aa: Preparing 02:39:13 2d97f3137a44: Preparing 02:39:13 293e51dfa09c: Preparing 02:39:13 eebc9bae1244: Preparing 02:39:13 c17669138cba: Preparing 02:39:13 3c17ee317141: Preparing 02:39:13 d482657febe6: Preparing 02:39:13 f45edd620bc6: Preparing 02:39:13 fd396b9b9067: Preparing 02:39:13 4985844cc1f4: Preparing 02:39:13 aa5968d388b8: Preparing 02:39:13 c17669138cba: Waiting 02:39:13 f45edd620bc6: Waiting 02:39:13 d482657febe6: Waiting 02:39:13 fd396b9b9067: Waiting 02:39:13 aa5968d388b8: Waiting 02:39:13 4985844cc1f4: Waiting 02:39:13 293e51dfa09c: Pushed 02:39:13 77bb57706368: Pushed 02:39:13 eebc9bae1244: Pushed 02:39:13 2d97f3137a44: Pushed 02:39:13 11f9fdc426aa: Pushed 02:39:13 3c17ee317141: Layer already exists 02:39:14 d482657febe6: Pushed 02:39:14 aa5968d388b8: Layer already exists 02:39:14 4985844cc1f4: Pushed 02:39:14 f45edd620bc6: Pushed 02:39:14 fd396b9b9067: Pushed 02:39:15 c17669138cba: Pushed 02:39:15 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:39:16 77bb57706368: Preparing 02:39:16 77bb57706368: Preparing 02:39:16 11f9fdc426aa: Preparing 02:39:16 2d97f3137a44: Preparing 02:39:16 293e51dfa09c: Preparing 02:39:16 eebc9bae1244: Preparing 02:39:16 c17669138cba: Preparing 02:39:16 3c17ee317141: Preparing 02:39:16 d482657febe6: Preparing 02:39:16 f45edd620bc6: Preparing 02:39:16 fd396b9b9067: Preparing 02:39:16 4985844cc1f4: Preparing 02:39:16 aa5968d388b8: Preparing 02:39:16 3c17ee317141: Waiting 02:39:16 d482657febe6: Waiting 02:39:16 f45edd620bc6: Waiting 02:39:16 fd396b9b9067: Waiting 02:39:16 aa5968d388b8: Waiting 02:39:16 4985844cc1f4: Waiting 02:39:16 11f9fdc426aa: Layer already exists 02:39:16 2d97f3137a44: Layer already exists 02:39:16 eebc9bae1244: Layer already exists 02:39:16 293e51dfa09c: Layer already exists 02:39:16 77bb57706368: Layer already exists 02:39:16 c17669138cba: Layer already exists 02:39:16 f45edd620bc6: Layer already exists 02:39:16 3c17ee317141: Layer already exists 02:39:16 d482657febe6: Layer already exists 02:39:16 fd396b9b9067: Layer already exists 02:39:16 4985844cc1f4: Layer already exists 02:39:16 aa5968d388b8: Layer already exists 02:39:16 latest: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 02:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:39:17 77bb57706368: Preparing 02:39:17 77bb57706368: Preparing 02:39:17 11f9fdc426aa: Preparing 02:39:17 2d97f3137a44: Preparing 02:39:17 293e51dfa09c: Preparing 02:39:17 eebc9bae1244: Preparing 02:39:17 c17669138cba: Preparing 02:39:17 3c17ee317141: Preparing 02:39:17 d482657febe6: Preparing 02:39:17 c17669138cba: Waiting 02:39:17 3c17ee317141: Waiting 02:39:17 f45edd620bc6: Preparing 02:39:17 fd396b9b9067: Preparing 02:39:17 4985844cc1f4: Preparing 02:39:17 aa5968d388b8: Preparing 02:39:17 4985844cc1f4: Waiting 02:39:17 f45edd620bc6: Waiting 02:39:17 fd396b9b9067: Waiting 02:39:17 aa5968d388b8: Waiting 02:39:17 2d97f3137a44: Layer already exists 02:39:17 11f9fdc426aa: Layer already exists 02:39:17 293e51dfa09c: Layer already exists 02:39:17 77bb57706368: Layer already exists 02:39:17 eebc9bae1244: Layer already exists 02:39:17 3c17ee317141: Layer already exists 02:39:17 c17669138cba: Layer already exists 02:39:17 fd396b9b9067: Layer already exists 02:39:17 d482657febe6: Layer already exists 02:39:17 f45edd620bc6: Layer already exists 02:39:17 4985844cc1f4: Layer already exists 02:39:17 aa5968d388b8: Layer already exists 02:39:17 3.0.0-dev.53: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:39:17 77bb57706368: Preparing 02:39:17 77bb57706368: Preparing 02:39:17 11f9fdc426aa: Preparing 02:39:17 2d97f3137a44: Preparing 02:39:17 293e51dfa09c: Preparing 02:39:17 eebc9bae1244: Preparing 02:39:17 c17669138cba: Preparing 02:39:17 3c17ee317141: Preparing 02:39:17 d482657febe6: Preparing 02:39:17 f45edd620bc6: Preparing 02:39:17 3c17ee317141: Waiting 02:39:17 fd396b9b9067: Preparing 02:39:17 4985844cc1f4: Preparing 02:39:17 aa5968d388b8: Preparing 02:39:17 f45edd620bc6: Waiting 02:39:17 aa5968d388b8: Waiting 02:39:17 fd396b9b9067: Waiting 02:39:17 d482657febe6: Waiting 02:39:17 c17669138cba: Waiting 02:39:17 77bb57706368: Layer already exists 02:39:17 2d97f3137a44: Layer already exists 02:39:17 11f9fdc426aa: Layer already exists 02:39:17 293e51dfa09c: Layer already exists 02:39:17 eebc9bae1244: Layer already exists 02:39:17 c17669138cba: Layer already exists 02:39:17 3c17ee317141: Layer already exists 02:39:17 fd396b9b9067: Layer already exists 02:39:17 f45edd620bc6: Layer already exists 02:39:17 d482657febe6: Layer already exists 02:39:17 4985844cc1f4: Layer already exists 02:39:17 aa5968d388b8: Layer already exists 02:39:17 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:39:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:39:18 77bb57706368: Preparing 02:39:18 77bb57706368: Preparing 02:39:18 11f9fdc426aa: Preparing 02:39:18 2d97f3137a44: Preparing 02:39:18 293e51dfa09c: Preparing 02:39:18 eebc9bae1244: Preparing 02:39:18 c17669138cba: Preparing 02:39:18 3c17ee317141: Preparing 02:39:18 d482657febe6: Preparing 02:39:18 f45edd620bc6: Preparing 02:39:18 fd396b9b9067: Preparing 02:39:18 4985844cc1f4: Preparing 02:39:18 aa5968d388b8: Preparing 02:39:18 3c17ee317141: Waiting 02:39:18 d482657febe6: Waiting 02:39:18 f45edd620bc6: Waiting 02:39:18 fd396b9b9067: Waiting 02:39:18 4985844cc1f4: Waiting 02:39:18 aa5968d388b8: Waiting 02:39:18 c17669138cba: Waiting 02:39:18 eebc9bae1244: Layer already exists 02:39:18 2d97f3137a44: Layer already exists 02:39:18 293e51dfa09c: Layer already exists 02:39:18 77bb57706368: Layer already exists 02:39:18 11f9fdc426aa: Layer already exists 02:39:18 c17669138cba: Layer already exists 02:39:18 3c17ee317141: Layer already exists 02:39:18 fd396b9b9067: Layer already exists 02:39:18 f45edd620bc6: Layer already exists 02:39:18 d482657febe6: Layer already exists 02:39:18 aa5968d388b8: Layer already exists 02:39:18 4985844cc1f4: Layer already exists 02:39:18 main: digest: sha256:e6aea6efecad4b3f84395c5009a85a4d2d71fd1cdfb5097d07a149d499897fff size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:18 ===================================================== [Pipeline] echo 02:39:18 taggedImages: 02:39:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:39:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.53 02:39:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:39:18 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:39:18 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:18 latest 02:39:18 3.0.0-dev.53 02:39:18 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:18 main 02:39:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:18 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:39:19 dd136fa8c110: Preparing 02:39:19 c181ce1419aa: Preparing 02:39:19 11c8e00f207b: Preparing 02:39:19 890c8e29913b: Preparing 02:39:19 fa4169bf7638: Preparing 02:39:19 00f2bdb7bf74: Preparing 02:39:19 e239b1a4ac41: Preparing 02:39:19 aa5968d388b8: Preparing 02:39:19 00f2bdb7bf74: Waiting 02:39:19 aa5968d388b8: Waiting 02:39:19 e239b1a4ac41: Waiting 02:39:19 c181ce1419aa: Pushed 02:39:19 dd136fa8c110: Pushed 02:39:19 fa4169bf7638: Pushed 02:39:19 aa5968d388b8: Layer already exists 02:39:19 00f2bdb7bf74: Pushed 02:39:19 e239b1a4ac41: Pushed 02:39:20 890c8e29913b: Pushed 02:39:20 11c8e00f207b: Pushed 02:39:20 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:39:21 dd136fa8c110: Preparing 02:39:21 c181ce1419aa: Preparing 02:39:21 11c8e00f207b: Preparing 02:39:21 890c8e29913b: Preparing 02:39:21 fa4169bf7638: Preparing 02:39:21 00f2bdb7bf74: Preparing 02:39:21 e239b1a4ac41: Preparing 02:39:21 aa5968d388b8: Preparing 02:39:21 00f2bdb7bf74: Waiting 02:39:21 e239b1a4ac41: Waiting 02:39:21 aa5968d388b8: Waiting 02:39:21 dd136fa8c110: Layer already exists 02:39:21 890c8e29913b: Layer already exists 02:39:21 11c8e00f207b: Layer already exists 02:39:21 fa4169bf7638: Layer already exists 02:39:21 c181ce1419aa: Layer already exists 02:39:21 e239b1a4ac41: Layer already exists 02:39:21 00f2bdb7bf74: Layer already exists 02:39:21 aa5968d388b8: Layer already exists 02:39:21 latest: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 02:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:39:21 dd136fa8c110: Preparing 02:39:21 c181ce1419aa: Preparing 02:39:21 11c8e00f207b: Preparing 02:39:21 890c8e29913b: Preparing 02:39:21 fa4169bf7638: Preparing 02:39:21 00f2bdb7bf74: Preparing 02:39:21 e239b1a4ac41: Preparing 02:39:21 aa5968d388b8: Preparing 02:39:21 00f2bdb7bf74: Waiting 02:39:21 e239b1a4ac41: Waiting 02:39:21 aa5968d388b8: Waiting 02:39:21 dd136fa8c110: Layer already exists 02:39:21 c181ce1419aa: Layer already exists 02:39:21 fa4169bf7638: Layer already exists 02:39:21 890c8e29913b: Layer already exists 02:39:21 11c8e00f207b: Layer already exists 02:39:21 00f2bdb7bf74: Layer already exists 02:39:21 e239b1a4ac41: Layer already exists 02:39:21 aa5968d388b8: Layer already exists 02:39:21 3.0.0-dev.53: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:39:22 dd136fa8c110: Preparing 02:39:22 c181ce1419aa: Preparing 02:39:22 11c8e00f207b: Preparing 02:39:22 890c8e29913b: Preparing 02:39:22 fa4169bf7638: Preparing 02:39:22 00f2bdb7bf74: Preparing 02:39:22 e239b1a4ac41: Preparing 02:39:22 aa5968d388b8: Preparing 02:39:22 00f2bdb7bf74: Waiting 02:39:22 e239b1a4ac41: Waiting 02:39:22 aa5968d388b8: Waiting 02:39:22 dd136fa8c110: Layer already exists 02:39:22 11c8e00f207b: Layer already exists 02:39:22 890c8e29913b: Layer already exists 02:39:22 c181ce1419aa: Layer already exists 02:39:22 fa4169bf7638: Layer already exists 02:39:22 e239b1a4ac41: Layer already exists 02:39:22 00f2bdb7bf74: Layer already exists 02:39:22 aa5968d388b8: Layer already exists 02:39:22 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:39:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:39:22 dd136fa8c110: Preparing 02:39:22 c181ce1419aa: Preparing 02:39:22 11c8e00f207b: Preparing 02:39:22 890c8e29913b: Preparing 02:39:22 fa4169bf7638: Preparing 02:39:22 00f2bdb7bf74: Preparing 02:39:22 e239b1a4ac41: Preparing 02:39:22 aa5968d388b8: Preparing 02:39:22 00f2bdb7bf74: Waiting 02:39:22 e239b1a4ac41: Waiting 02:39:22 aa5968d388b8: Waiting 02:39:22 fa4169bf7638: Layer already exists 02:39:22 dd136fa8c110: Layer already exists 02:39:22 c181ce1419aa: Layer already exists 02:39:22 11c8e00f207b: Layer already exists 02:39:22 890c8e29913b: Layer already exists 02:39:22 00f2bdb7bf74: Layer already exists 02:39:22 e239b1a4ac41: Layer already exists 02:39:22 aa5968d388b8: Layer already exists 02:39:22 main: digest: sha256:b40325b100f33a6b0fd7e90ee2be01e77d771ef437e0cd0d614a53784f56a237 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:22 ===================================================== [Pipeline] echo 02:39:22 taggedImages: 02:39:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:39:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.53 02:39:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:39:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:39:23 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:23 latest 02:39:23 3.0.0-dev.53 02:39:23 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:23 main 02:39:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:39:23 8fe8721b5025: Preparing 02:39:23 676dd202c90d: Preparing 02:39:23 ac1c5d563a04: Preparing 02:39:23 e4ffb288d9d6: Preparing 02:39:23 21eaf730dbca: Preparing 02:39:23 c1a3752d8d22: Preparing 02:39:23 f086f3c310ea: Preparing 02:39:23 271f16019859: Preparing 02:39:23 8d043b4ba2a5: Preparing 02:39:23 aa5968d388b8: Preparing 02:39:23 c1a3752d8d22: Waiting 02:39:23 aa5968d388b8: Waiting 02:39:23 8d043b4ba2a5: Waiting 02:39:23 f086f3c310ea: Waiting 02:39:23 21eaf730dbca: Pushed 02:39:23 676dd202c90d: Pushed 02:39:23 8fe8721b5025: Pushed 02:39:23 c1a3752d8d22: Pushed 02:39:23 f086f3c310ea: Pushed 02:39:23 271f16019859: Pushed 02:39:23 aa5968d388b8: Layer already exists 02:39:23 8d043b4ba2a5: Pushed 02:39:24 e4ffb288d9d6: Pushed 02:39:25 ac1c5d563a04: Pushed 02:39:25 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:25 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:39:25 8fe8721b5025: Preparing 02:39:25 676dd202c90d: Preparing 02:39:25 ac1c5d563a04: Preparing 02:39:25 e4ffb288d9d6: Preparing 02:39:25 21eaf730dbca: Preparing 02:39:25 c1a3752d8d22: Preparing 02:39:25 f086f3c310ea: Preparing 02:39:25 271f16019859: Preparing 02:39:25 8d043b4ba2a5: Preparing 02:39:25 aa5968d388b8: Preparing 02:39:25 f086f3c310ea: Waiting 02:39:25 271f16019859: Waiting 02:39:25 c1a3752d8d22: Waiting 02:39:25 8d043b4ba2a5: Waiting 02:39:25 aa5968d388b8: Waiting 02:39:25 e4ffb288d9d6: Layer already exists 02:39:25 8fe8721b5025: Layer already exists 02:39:25 676dd202c90d: Layer already exists 02:39:25 ac1c5d563a04: Layer already exists 02:39:25 21eaf730dbca: Layer already exists 02:39:25 c1a3752d8d22: Layer already exists 02:39:25 271f16019859: Layer already exists 02:39:25 f086f3c310ea: Layer already exists 02:39:25 aa5968d388b8: Layer already exists 02:39:25 8d043b4ba2a5: Layer already exists 02:39:25 latest: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 02:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:39:26 8fe8721b5025: Preparing 02:39:26 676dd202c90d: Preparing 02:39:26 ac1c5d563a04: Preparing 02:39:26 e4ffb288d9d6: Preparing 02:39:26 21eaf730dbca: Preparing 02:39:26 c1a3752d8d22: Preparing 02:39:26 f086f3c310ea: Preparing 02:39:26 271f16019859: Preparing 02:39:26 8d043b4ba2a5: Preparing 02:39:26 aa5968d388b8: Preparing 02:39:26 271f16019859: Waiting 02:39:26 c1a3752d8d22: Waiting 02:39:26 8d043b4ba2a5: Waiting 02:39:26 f086f3c310ea: Waiting 02:39:26 aa5968d388b8: Waiting 02:39:26 676dd202c90d: Layer already exists 02:39:26 21eaf730dbca: Layer already exists 02:39:26 8fe8721b5025: Layer already exists 02:39:26 e4ffb288d9d6: Layer already exists 02:39:26 ac1c5d563a04: Layer already exists 02:39:26 c1a3752d8d22: Layer already exists 02:39:26 f086f3c310ea: Layer already exists 02:39:26 271f16019859: Layer already exists 02:39:26 8d043b4ba2a5: Layer already exists 02:39:26 aa5968d388b8: Layer already exists 02:39:26 3.0.0-dev.53: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:39:27 8fe8721b5025: Preparing 02:39:27 676dd202c90d: Preparing 02:39:27 ac1c5d563a04: Preparing 02:39:27 e4ffb288d9d6: Preparing 02:39:27 21eaf730dbca: Preparing 02:39:27 c1a3752d8d22: Preparing 02:39:27 f086f3c310ea: Preparing 02:39:27 271f16019859: Preparing 02:39:27 8d043b4ba2a5: Preparing 02:39:27 aa5968d388b8: Preparing 02:39:27 c1a3752d8d22: Waiting 02:39:27 f086f3c310ea: Waiting 02:39:27 271f16019859: Waiting 02:39:27 8d043b4ba2a5: Waiting 02:39:27 aa5968d388b8: Waiting 02:39:27 e4ffb288d9d6: Layer already exists 02:39:27 ac1c5d563a04: Layer already exists 02:39:27 8fe8721b5025: Layer already exists 02:39:27 676dd202c90d: Layer already exists 02:39:27 21eaf730dbca: Layer already exists 02:39:27 c1a3752d8d22: Layer already exists 02:39:27 271f16019859: Layer already exists 02:39:27 f086f3c310ea: Layer already exists 02:39:27 aa5968d388b8: Layer already exists 02:39:27 8d043b4ba2a5: Layer already exists 02:39:27 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:39:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:39:27 8fe8721b5025: Preparing 02:39:27 676dd202c90d: Preparing 02:39:27 ac1c5d563a04: Preparing 02:39:27 e4ffb288d9d6: Preparing 02:39:27 21eaf730dbca: Preparing 02:39:27 c1a3752d8d22: Preparing 02:39:27 f086f3c310ea: Preparing 02:39:27 271f16019859: Preparing 02:39:27 8d043b4ba2a5: Preparing 02:39:27 aa5968d388b8: Preparing 02:39:27 c1a3752d8d22: Waiting 02:39:27 f086f3c310ea: Waiting 02:39:27 271f16019859: Waiting 02:39:27 8d043b4ba2a5: Waiting 02:39:27 aa5968d388b8: Waiting 02:39:27 676dd202c90d: Layer already exists 02:39:27 8fe8721b5025: Layer already exists 02:39:27 21eaf730dbca: Layer already exists 02:39:27 e4ffb288d9d6: Layer already exists 02:39:27 ac1c5d563a04: Layer already exists 02:39:27 f086f3c310ea: Layer already exists 02:39:27 271f16019859: Layer already exists 02:39:27 c1a3752d8d22: Layer already exists 02:39:27 8d043b4ba2a5: Layer already exists 02:39:27 aa5968d388b8: Layer already exists 02:39:27 main: digest: sha256:c1792af18e72680a1b2764ce0b012bb4307f877ab9aaab49627925f29f77e8c1 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:27 ===================================================== [Pipeline] echo 02:39:27 taggedImages: 02:39:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:39:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.53 02:39:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:39:27 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:39:27 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:27 latest 02:39:27 3.0.0-dev.53 02:39:27 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:27 main 02:39:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:39:28 6f40e6f1816c: Preparing 02:39:28 b9fae285902b: Preparing 02:39:28 3c17ee317141: Preparing 02:39:28 84e1e7e7c7f4: Preparing 02:39:28 4e6476652798: Preparing 02:39:28 4e6476652798: Layer already exists 02:39:28 3c17ee317141: Layer already exists 02:39:28 6f40e6f1816c: Pushed 02:39:29 84e1e7e7c7f4: Pushed 02:39:30 b9fae285902b: Pushed 02:39:30 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:31 + 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 02:39:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:39:31 6f40e6f1816c: Preparing 02:39:31 b9fae285902b: Preparing 02:39:31 3c17ee317141: Preparing 02:39:31 84e1e7e7c7f4: Preparing 02:39:31 4e6476652798: Preparing 02:39:31 4e6476652798: Layer already exists 02:39:31 b9fae285902b: Layer already exists 02:39:31 84e1e7e7c7f4: Layer already exists 02:39:31 3c17ee317141: Layer already exists 02:39:31 6f40e6f1816c: Layer already exists 02:39:31 latest: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:31 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 02:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:39:31 6f40e6f1816c: Preparing 02:39:31 b9fae285902b: Preparing 02:39:31 3c17ee317141: Preparing 02:39:31 84e1e7e7c7f4: Preparing 02:39:31 4e6476652798: Preparing 02:39:31 3c17ee317141: Layer already exists 02:39:31 6f40e6f1816c: Layer already exists 02:39:31 b9fae285902b: Layer already exists 02:39:31 84e1e7e7c7f4: Layer already exists 02:39:31 4e6476652798: Layer already exists 02:39:31 3.0.0-dev.53: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:32 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:39:32 6f40e6f1816c: Preparing 02:39:32 b9fae285902b: Preparing 02:39:32 3c17ee317141: Preparing 02:39:32 84e1e7e7c7f4: Preparing 02:39:32 4e6476652798: Preparing 02:39:32 3c17ee317141: Layer already exists 02:39:32 4e6476652798: Layer already exists 02:39:32 b9fae285902b: Layer already exists 02:39:32 84e1e7e7c7f4: Layer already exists 02:39:32 6f40e6f1816c: Layer already exists 02:39:32 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:32 + 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 02:39:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:39:33 6f40e6f1816c: Preparing 02:39:33 b9fae285902b: Preparing 02:39:33 3c17ee317141: Preparing 02:39:33 84e1e7e7c7f4: Preparing 02:39:33 4e6476652798: Preparing 02:39:33 4e6476652798: Layer already exists 02:39:33 84e1e7e7c7f4: Layer already exists 02:39:33 3c17ee317141: Layer already exists 02:39:33 b9fae285902b: Layer already exists 02:39:33 6f40e6f1816c: Layer already exists 02:39:33 main: digest: sha256:6f988e2dee43087d0f5d10d0f586a957b1050044d8326f328fcd28fd6cdb8fe2 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:33 ===================================================== [Pipeline] echo 02:39:33 taggedImages: 02:39:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:39:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.53 02:39:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:39:33 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:39:33 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:33 latest 02:39:33 3.0.0-dev.53 02:39:33 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:33 main 02:39:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:33 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:39:33 bdb61bef5059: Preparing 02:39:33 1effb399962f: Preparing 02:39:33 df94ab63ba59: Preparing 02:39:33 aeb6845edf40: Preparing 02:39:33 822aaa0de3f6: Preparing 02:39:33 d5bba9628d74: Preparing 02:39:33 4e6476652798: Preparing 02:39:33 d5bba9628d74: Waiting 02:39:33 1effb399962f: Pushed 02:39:33 bdb61bef5059: Pushed 02:39:33 df94ab63ba59: Pushed 02:39:33 4e6476652798: Layer already exists 02:39:34 d5bba9628d74: Pushed 02:39:37 822aaa0de3f6: Pushed 02:39:41 aeb6845edf40: Pushed 02:39:41 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:39:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:39:41 bdb61bef5059: Preparing 02:39:41 1effb399962f: Preparing 02:39:41 df94ab63ba59: Preparing 02:39:41 aeb6845edf40: Preparing 02:39:41 822aaa0de3f6: Preparing 02:39:41 d5bba9628d74: Preparing 02:39:41 4e6476652798: Preparing 02:39:41 d5bba9628d74: Waiting 02:39:41 4e6476652798: Waiting 02:39:41 822aaa0de3f6: Layer already exists 02:39:41 bdb61bef5059: Layer already exists 02:39:41 df94ab63ba59: Layer already exists 02:39:41 1effb399962f: Layer already exists 02:39:41 aeb6845edf40: Layer already exists 02:39:41 d5bba9628d74: Layer already exists 02:39:41 4e6476652798: Layer already exists 02:39:41 latest: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 02:39:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:39:42 bdb61bef5059: Preparing 02:39:42 1effb399962f: Preparing 02:39:42 df94ab63ba59: Preparing 02:39:42 aeb6845edf40: Preparing 02:39:42 822aaa0de3f6: Preparing 02:39:42 d5bba9628d74: Preparing 02:39:42 4e6476652798: Preparing 02:39:42 4e6476652798: Waiting 02:39:42 d5bba9628d74: Waiting 02:39:42 822aaa0de3f6: Layer already exists 02:39:42 df94ab63ba59: Layer already exists 02:39:42 bdb61bef5059: Layer already exists 02:39:42 1effb399962f: Layer already exists 02:39:42 aeb6845edf40: Layer already exists 02:39:42 d5bba9628d74: Layer already exists 02:39:42 4e6476652798: Layer already exists 02:39:42 3.0.0-dev.53: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:39:43 bdb61bef5059: Preparing 02:39:43 1effb399962f: Preparing 02:39:43 df94ab63ba59: Preparing 02:39:43 aeb6845edf40: Preparing 02:39:43 822aaa0de3f6: Preparing 02:39:43 d5bba9628d74: Preparing 02:39:43 4e6476652798: Preparing 02:39:43 d5bba9628d74: Waiting 02:39:43 4e6476652798: Waiting 02:39:43 822aaa0de3f6: Layer already exists 02:39:43 df94ab63ba59: Layer already exists 02:39:43 bdb61bef5059: Layer already exists 02:39:43 aeb6845edf40: Layer already exists 02:39:43 1effb399962f: Layer already exists 02:39:43 d5bba9628d74: Layer already exists 02:39:43 4e6476652798: Layer already exists 02:39:43 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:39:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:39:43 bdb61bef5059: Preparing 02:39:43 1effb399962f: Preparing 02:39:43 df94ab63ba59: Preparing 02:39:43 aeb6845edf40: Preparing 02:39:43 822aaa0de3f6: Preparing 02:39:43 d5bba9628d74: Preparing 02:39:43 4e6476652798: Preparing 02:39:43 4e6476652798: Waiting 02:39:43 d5bba9628d74: Waiting 02:39:43 aeb6845edf40: Layer already exists 02:39:43 bdb61bef5059: Layer already exists 02:39:43 1effb399962f: Layer already exists 02:39:43 822aaa0de3f6: Layer already exists 02:39:43 df94ab63ba59: Layer already exists 02:39:43 d5bba9628d74: Layer already exists 02:39:43 4e6476652798: Layer already exists 02:39:43 main: digest: sha256:5b0b1fd691600f816330b535b6f3003d9d12137c36b8aec1d679d825c96bf69c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:43 ===================================================== [Pipeline] echo 02:39:43 taggedImages: 02:39:43 - nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:43 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:39:43 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.53 02:39:43 - nexus3.edgexfoundry.org:10004/security-spire-agent:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:43 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:39:43 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:39:43 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:43 latest 02:39:43 3.0.0-dev.53 02:39:43 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:43 main 02:39:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:39:44 fc1b60617496: Preparing 02:39:44 9a1b9247add7: Preparing 02:39:44 428327a51fd1: Preparing 02:39:44 2b86cad068c4: Preparing 02:39:44 1872e55ff8e2: Preparing 02:39:44 4e6476652798: Preparing 02:39:44 4e6476652798: Waiting 02:39:44 fc1b60617496: Pushed 02:39:44 428327a51fd1: Pushed 02:39:44 9a1b9247add7: Pushed 02:39:44 4e6476652798: Layer already exists 02:39:44 1872e55ff8e2: Pushed 02:39:49 Removing intermediate container 465e6619b595 02:39:49 ---> 9da7bfe0aa69 02:39:49 Step 8/24 : COPY . . 02:39:49 Removing intermediate container 3ed2c4346a93 02:39:49 ---> d63b5feab767 02:39:49 Removing intermediate container edd23e05b6b5 02:39:49 ---> 768713088afa 02:39:49 Step 7/23 : COPY . . 02:39:49 Step 8/22 : COPY . . 02:39:49 Removing intermediate container 4a835351f8e5 02:39:49 ---> b3dd24191949 02:39:49 Step 7/21 : COPY . . 02:39:49 Removing intermediate container f46adf5ae5c6 02:39:49 ---> 72cf809a2957 02:39:49 Step 7/24 : COPY . . 02:39:49 ---> da4e9ffdde3d 02:39:49 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 02:39:49 ---> 78656fa66ee1 02:39:49 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 ---> 09840e9be0e1 02:39:49 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:39:49 02:39:49 ---> Running in b4ba804d0cbf 02:39:49 ---> Running in da627d254784 02:39:49 ---> Running in bd8b5119a31b 02:39:49 ---> d2b0842d6072 02:39:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:39:49 ---> aeafa23725e2 02:39:49 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:39:49 ---> Running in 8395fd08c67b 02:39:49 ---> Running in f34e47b44284 02:39:49 Removing intermediate container bd8b5119a31b 02:39:49 ---> 0d61bbbb88f7 02:39:49 Step 9/23 : WORKDIR /edgex-go/spire-build 02:39:49 ---> Running in 8f986c790a2a 02:39:49 Removing intermediate container 8f986c790a2a 02:39:49 ---> 8866109ec9ab 02:39:49 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 02:39:49 ---> Running in 4f977f4076b0 02:39:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:39:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:39:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:39:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:39:51 2b86cad068c4: Pushed 02:39:51 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:51 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:39:51 fc1b60617496: Preparing 02:39:51 9a1b9247add7: Preparing 02:39:51 428327a51fd1: Preparing 02:39:51 2b86cad068c4: Preparing 02:39:51 1872e55ff8e2: Preparing 02:39:51 4e6476652798: Preparing 02:39:51 2b86cad068c4: Layer already exists 02:39:51 428327a51fd1: Layer already exists 02:39:51 fc1b60617496: Layer already exists 02:39:51 1872e55ff8e2: Layer already exists 02:39:51 9a1b9247add7: Layer already exists 02:39:51 4e6476652798: Layer already exists 02:39:51 Removing intermediate container 4f977f4076b0 02:39:51 ---> c83a6c2e6e41 02:39:51 Step 11/23 : WORKDIR /edgex-go 02:39:51 ---> Running in a7778d410655 02:39:52 latest: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:52 Removing intermediate container a7778d410655 02:39:52 ---> 59ab3c365fb8 02:39:52 02:39:52 Step 12/23 : FROM alpine:3.15 02:39:52 3.15: Pulling from library/alpine 02:39:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 02:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:39:53 fc1b60617496: Preparing 02:39:53 9a1b9247add7: Preparing 02:39:53 428327a51fd1: Preparing 02:39:53 2b86cad068c4: Preparing 02:39:53 1872e55ff8e2: Preparing 02:39:53 4e6476652798: Preparing 02:39:53 4e6476652798: Waiting 02:39:53 2b86cad068c4: Layer already exists 02:39:53 1872e55ff8e2: Layer already exists 02:39:53 428327a51fd1: Layer already exists 02:39:53 9a1b9247add7: Layer already exists 02:39:53 fc1b60617496: Layer already exists 02:39:53 4e6476652798: Layer already exists 02:39:53 3.0.0-dev.53: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:39:53 fc1b60617496: Preparing 02:39:53 9a1b9247add7: Preparing 02:39:53 428327a51fd1: Preparing 02:39:53 2b86cad068c4: Preparing 02:39:53 1872e55ff8e2: Preparing 02:39:53 4e6476652798: Preparing 02:39:53 4e6476652798: Waiting 02:39:53 1872e55ff8e2: Layer already exists 02:39:53 fc1b60617496: Layer already exists 02:39:53 428327a51fd1: Layer already exists 02:39:53 9a1b9247add7: Layer already exists 02:39:53 2b86cad068c4: Layer already exists 02:39:53 4e6476652798: Layer already exists 02:39:53 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:39:54 fc1b60617496: Preparing 02:39:54 9a1b9247add7: Preparing 02:39:54 428327a51fd1: Preparing 02:39:54 2b86cad068c4: Preparing 02:39:54 1872e55ff8e2: Preparing 02:39:54 4e6476652798: Preparing 02:39:54 4e6476652798: Waiting 02:39:54 fc1b60617496: Layer already exists 02:39:54 9a1b9247add7: Layer already exists 02:39:54 428327a51fd1: Layer already exists 02:39:54 1872e55ff8e2: Layer already exists 02:39:54 2b86cad068c4: Layer already exists 02:39:54 4e6476652798: Layer already exists 02:39:54 main: digest: sha256:400998bb9e1295d14d51be4822e7016e0255f55b716f853158131d30545fccfc size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:39:54 ===================================================== [Pipeline] echo 02:39:54 taggedImages: 02:39:54 - nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:54 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:39:54 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.53 02:39:54 - nexus3.edgexfoundry.org:10004/security-spire-config:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:54 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:39:54 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:39:54 9347108a609dd459f88553db2d4ce562ddd577d6 02:39:54 latest 02:39:54 3.0.0-dev.53 02:39:54 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:39:54 main 02:39:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 02:39:54 Status: Downloaded newer image for alpine:3.15 02:39:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:54 ---> 354640af7b1b 02:39:54 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:39:54 ---> Running in 49e31343f605 02:39:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 02:39:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:39:54 40c78208765e: Preparing 02:39:54 bd491a392890: Preparing 02:39:54 1ea4c7d3099d: Preparing 02:39:54 d804907a5a7c: Preparing 02:39:54 d5bba9628d74: Preparing 02:39:54 4e6476652798: Preparing 02:39:54 4e6476652798: Waiting 02:39:54 d5bba9628d74: Layer already exists 02:39:54 4e6476652798: Layer already exists 02:39:54 bd491a392890: Pushed 02:39:54 40c78208765e: Pushed 02:39:54 1ea4c7d3099d: Pushed 02:39:55 Removing intermediate container 49e31343f605 02:39:55 ---> 68a209313dfd 02:39:55 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:39:55 ---> Running in e42e38c99353 02:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:39:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:40:00 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:40:00 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:40:00 OK: 15734 distinct packages available 02:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:40:01 d804907a5a7c: Pushed 02:40:01 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:40:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:40:02 40c78208765e: Preparing 02:40:02 bd491a392890: Preparing 02:40:02 1ea4c7d3099d: Preparing 02:40:02 d804907a5a7c: Preparing 02:40:02 d5bba9628d74: Preparing 02:40:02 4e6476652798: Preparing 02:40:02 4e6476652798: Waiting 02:40:02 d5bba9628d74: Layer already exists 02:40:02 40c78208765e: Layer already exists 02:40:02 1ea4c7d3099d: Layer already exists 02:40:02 bd491a392890: Layer already exists 02:40:02 d804907a5a7c: Layer already exists 02:40:02 4e6476652798: Layer already exists 02:40:02 latest: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 02:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:40:02 40c78208765e: Preparing 02:40:02 bd491a392890: Preparing 02:40:02 1ea4c7d3099d: Preparing 02:40:02 d804907a5a7c: Preparing 02:40:02 d5bba9628d74: Preparing 02:40:02 4e6476652798: Preparing 02:40:02 d804907a5a7c: Layer already exists 02:40:02 bd491a392890: Layer already exists 02:40:02 40c78208765e: Layer already exists 02:40:02 1ea4c7d3099d: Layer already exists 02:40:02 d5bba9628d74: Layer already exists 02:40:02 4e6476652798: Layer already exists 02:40:02 3.0.0-dev.53: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:40:03 40c78208765e: Preparing 02:40:03 bd491a392890: Preparing 02:40:03 1ea4c7d3099d: Preparing 02:40:03 d804907a5a7c: Preparing 02:40:03 d5bba9628d74: Preparing 02:40:03 4e6476652798: Preparing 02:40:03 4e6476652798: Waiting 02:40:03 1ea4c7d3099d: Layer already exists 02:40:03 d804907a5a7c: Layer already exists 02:40:03 40c78208765e: Layer already exists 02:40:03 bd491a392890: Layer already exists 02:40:03 d5bba9628d74: Layer already exists 02:40:03 4e6476652798: Layer already exists 02:40:03 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:03 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:40:04 40c78208765e: Preparing 02:40:04 bd491a392890: Preparing 02:40:04 1ea4c7d3099d: Preparing 02:40:04 d804907a5a7c: Preparing 02:40:04 d5bba9628d74: Preparing 02:40:04 4e6476652798: Preparing 02:40:04 4e6476652798: Waiting 02:40:04 bd491a392890: Layer already exists 02:40:04 d804907a5a7c: Layer already exists 02:40:04 d5bba9628d74: Layer already exists 02:40:04 1ea4c7d3099d: Layer already exists 02:40:04 40c78208765e: Layer already exists 02:40:04 4e6476652798: Layer already exists 02:40:04 main: digest: sha256:9d51b3e12dd5691c789da9980b3d266da7211d5f84b5ad296ace9d67c155b643 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:04 ===================================================== [Pipeline] echo 02:40:04 taggedImages: 02:40:04 - nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6 02:40:04 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:40:04 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.53 02:40:04 - nexus3.edgexfoundry.org:10004/security-spire-server:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:04 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:40:04 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:40:04 9347108a609dd459f88553db2d4ce562ddd577d6 02:40:04 latest 02:40:04 3.0.0-dev.53 02:40:04 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:04 main 02:40:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 (1/5) Installing dumb-init (1.2.5-r1) 02:40:04 (2/5) Installing musl-obstack (1.2.3-r0) 02:40:04 (3/5) Installing libucontext (1.1-r0) 02:40:04 (4/5) Installing gcompat (1.0.0-r4) 02:40:04 (5/5) Installing openssl (1.1.1t-r1) 02:40:04 Executing busybox-1.34.1-r7.trigger 02:40:04 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:04 OK: 6 MiB in 19 packages 02:40:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 02:40:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:40:04 feaea4530886: Preparing 02:40:04 a8789d93cf76: Preparing 02:40:04 3c17ee317141: Preparing 02:40:04 9368a42fb9aa: Preparing 02:40:04 aa5968d388b8: Preparing 02:40:04 aa5968d388b8: Layer already exists 02:40:04 3c17ee317141: Layer already exists 02:40:04 feaea4530886: Pushed 02:40:04 9368a42fb9aa: Pushed 02:40:07 a8789d93cf76: Pushed 02:40:07 Removing intermediate container e42e38c99353 02:40:07 ---> 238a54d13044 02:40:07 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:40:07 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:40:08 feaea4530886: Preparing 02:40:08 a8789d93cf76: Preparing 02:40:08 3c17ee317141: Preparing 02:40:08 9368a42fb9aa: Preparing 02:40:08 aa5968d388b8: Preparing 02:40:08 aa5968d388b8: Layer already exists 02:40:08 3c17ee317141: Layer already exists 02:40:08 feaea4530886: Layer already exists 02:40:08 9368a42fb9aa: Layer already exists 02:40:08 a8789d93cf76: Layer already exists 02:40:08 latest: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 02:40:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:40:08 feaea4530886: Preparing 02:40:08 a8789d93cf76: Preparing 02:40:08 3c17ee317141: Preparing 02:40:08 9368a42fb9aa: Preparing 02:40:08 aa5968d388b8: Preparing 02:40:08 aa5968d388b8: Layer already exists 02:40:08 feaea4530886: Layer already exists 02:40:08 9368a42fb9aa: Layer already exists 02:40:08 a8789d93cf76: Layer already exists 02:40:08 3c17ee317141: Layer already exists 02:40:08 3.0.0-dev.53: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:40:09 feaea4530886: Preparing 02:40:09 a8789d93cf76: Preparing 02:40:09 3c17ee317141: Preparing 02:40:09 9368a42fb9aa: Preparing 02:40:09 aa5968d388b8: Preparing 02:40:09 feaea4530886: Layer already exists 02:40:09 aa5968d388b8: Layer already exists 02:40:09 a8789d93cf76: Layer already exists 02:40:09 9368a42fb9aa: Layer already exists 02:40:09 3c17ee317141: Layer already exists 02:40:09 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:40:10 feaea4530886: Preparing 02:40:10 a8789d93cf76: Preparing 02:40:10 3c17ee317141: Preparing 02:40:10 9368a42fb9aa: Preparing 02:40:10 aa5968d388b8: Preparing 02:40:10 aa5968d388b8: Layer already exists 02:40:10 3c17ee317141: Layer already exists 02:40:10 a8789d93cf76: Layer already exists 02:40:10 9368a42fb9aa: Layer already exists 02:40:10 feaea4530886: Layer already exists 02:40:10 main: digest: sha256:c84716182036c9ab4cf79a39e0fe31e5414c9e7ee2f6979b3a477cde0a250315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:10 ===================================================== [Pipeline] echo 02:40:10 taggedImages: 02:40:10 - nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6 02:40:10 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:40:10 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.53 02:40:10 - nexus3.edgexfoundry.org:10004/support-notifications:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:10 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:40:10 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:40:10 9347108a609dd459f88553db2d4ce562ddd577d6 02:40:10 latest 02:40:10 3.0.0-dev.53 02:40:10 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:10 main 02:40:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 02:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:40:10 c06aaef2502a: Preparing 02:40:10 385adb96dd1c: Preparing 02:40:10 3c17ee317141: Preparing 02:40:10 4fdcaf2bd634: Preparing 02:40:10 aa5968d388b8: Preparing 02:40:10 aa5968d388b8: Layer already exists 02:40:10 4fdcaf2bd634: Layer already exists 02:40:10 3c17ee317141: Layer already exists 02:40:10 c06aaef2502a: Pushed 02:40:13 385adb96dd1c: Pushed 02:40:13 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:40:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:40:14 c06aaef2502a: Preparing 02:40:14 385adb96dd1c: Preparing 02:40:14 3c17ee317141: Preparing 02:40:14 4fdcaf2bd634: Preparing 02:40:14 aa5968d388b8: Preparing 02:40:14 4fdcaf2bd634: Layer already exists 02:40:14 c06aaef2502a: Layer already exists 02:40:14 3c17ee317141: Layer already exists 02:40:14 385adb96dd1c: Layer already exists 02:40:14 aa5968d388b8: Layer already exists 02:40:14 latest: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 02:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:40:15 c06aaef2502a: Preparing 02:40:15 385adb96dd1c: Preparing 02:40:15 3c17ee317141: Preparing 02:40:15 4fdcaf2bd634: Preparing 02:40:15 aa5968d388b8: Preparing 02:40:15 aa5968d388b8: Layer already exists 02:40:15 c06aaef2502a: Layer already exists 02:40:15 4fdcaf2bd634: Layer already exists 02:40:15 385adb96dd1c: Layer already exists 02:40:15 3c17ee317141: Layer already exists 02:40:15 3.0.0-dev.53: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:40:15 c06aaef2502a: Preparing 02:40:15 385adb96dd1c: Preparing 02:40:15 3c17ee317141: Preparing 02:40:15 4fdcaf2bd634: Preparing 02:40:15 aa5968d388b8: Preparing 02:40:15 3c17ee317141: Layer already exists 02:40:15 aa5968d388b8: Layer already exists 02:40:15 4fdcaf2bd634: Layer already exists 02:40:15 385adb96dd1c: Layer already exists 02:40:15 c06aaef2502a: Layer already exists 02:40:15 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:40:16 c06aaef2502a: Preparing 02:40:16 385adb96dd1c: Preparing 02:40:16 3c17ee317141: Preparing 02:40:16 4fdcaf2bd634: Preparing 02:40:16 aa5968d388b8: Preparing 02:40:16 aa5968d388b8: Layer already exists 02:40:16 385adb96dd1c: Layer already exists 02:40:16 4fdcaf2bd634: Layer already exists 02:40:16 3c17ee317141: Layer already exists 02:40:16 c06aaef2502a: Layer already exists 02:40:16 main: digest: sha256:56075e23db8c9afbd0750ba3d99b20588f1e54b2ad36c985025dcbde3c0a65d9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:16 ===================================================== [Pipeline] echo 02:40:16 taggedImages: 02:40:16 - nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6 02:40:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:40:16 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.53 02:40:16 - nexus3.edgexfoundry.org:10004/support-scheduler:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:40:16 - 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] } 02:40:17 ---> 55f823ddb352 02:40:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:40:17 ---> faf61ea00d7a 02:40:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:40:18 ---> 0f451e9bc1fb 02:40:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:40:19 ---> 0a757c3e098a 02:40:19 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:40:19 ---> Running in fa766f0b7731 02:40:20 Removing intermediate container fa766f0b7731 02:40:20 ---> d3f31f43c963 02:40:20 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:40:20 ---> Running in cafd1dc8bbb5 02:40:20 Removing intermediate container cafd1dc8bbb5 02:40:20 ---> c61b028a0c3f 02:40:20 Step 21/23 : LABEL arch=arm64 02:40:20 ---> Running in 2a33984bc46a 02:40:21 Removing intermediate container 2a33984bc46a 02:40:21 ---> 715ce687a4d0 02:40:21 Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:40:21 ---> Running in 893a78fb556a 02:40:22 Removing intermediate container 893a78fb556a 02:40:22 ---> 167dde22651f 02:40:22 Step 23/23 : LABEL version=3.0.0-dev.53 02:40:22 ---> Running in b0cf911b67a2 02:40:23 Removing intermediate container b0cf911b67a2 02:40:23 ---> 4233b3734429 02:40:23 02:40:23 Successfully built 4233b3734429 02:40:23 Successfully tagged security-spire-server-arm64:latest 02:40:23 Building core-command 02:40:27  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:40:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:40:27 ---> 56102f7657c0 02:40:27 Step 3/23 : ARG ADD_BUILD_TAGS="" 02:40:27 ---> Using cache 02:40:27 ---> c3f8b813a9bd 02:40:27 Step 4/23 : WORKDIR /edgex-go 02:40:27 ---> Using cache 02:40:27 ---> 80f83b4b1683 02:40:27 Step 5/23 : RUN apk add --update --no-cache make git 02:40:27 ---> Using cache 02:40:27 ---> 8ec4ffc866e9 02:40:27 Step 6/23 : COPY go.mod vendor* ./ 02:40:27 ---> Using cache 02:40:27 ---> b5e80c9a0884 02:40:27 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:40:27 ---> Using cache 02:40:27 ---> 9da7bfe0aa69 02:40:27 Step 8/23 : COPY . . 02:40:27 ---> Using cache 02:40:27 ---> da4e9ffdde3d 02:40:27 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 02:40:27 ---> Running in 85fba6b78c11 02:40:30 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 02:45:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 02:45:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:45:57 Removing intermediate container f34e47b44284 02:45:57 ---> 83913b3677dc 02:45:57 02:45:57 Step 9/21 : FROM alpine:3.16 02:45:57 3.16: Pulling from library/alpine 02:45:58 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 02:45:58 Status: Downloaded newer image for alpine:3.16 02:45:58 ---> 4c81e5bf8899 02:45:58 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 02:46:00 ---> Running in e8b58dc02227 02:46:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:03 Removing intermediate container da627d254784 02:46:03 ---> f3775e866452 02:46:03 02:46:03 Step 9/24 : FROM alpine:3.16 02:46:03 ---> 4c81e5bf8899 02:46:03 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 02:46:03 ---> Running in b8a0e316b836 02:46:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:05 (1/6) Installing ca-certificates (20220614-r0) 02:46:05 (2/6) Installing brotli-libs (1.0.9-r6) 02:46:05 (3/6) Installing nghttp2-libs (1.47.0-r0) 02:46:05 (4/6) Installing libcurl (7.83.1-r6) 02:46:05 (5/6) Installing curl (7.83.1-r6) 02:46:05 (6/6) Installing dumb-init (1.2.5-r1) 02:46:05 Executing busybox-1.35.0-r17.trigger 02:46:05 Executing ca-certificates-20220614-r0.trigger 02:46:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:05 OK: 8 MiB in 20 packages 02:46:06 (1/3) Installing ca-certificates (20220614-r0) 02:46:06 (2/3) Installing dumb-init (1.2.5-r1) 02:46:06 (3/3) Installing su-exec (0.2-r1) 02:46:06 Executing busybox-1.35.0-r17.trigger 02:46:06 Executing ca-certificates-20220614-r0.trigger 02:46:07 OK: 6 MiB in 17 packages 02:46:07 Removing intermediate container e8b58dc02227 02:46:07 ---> cd7af827f05b 02:46:07 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:46:08 ---> Running in 82c2254f866e 02:46:09 Removing intermediate container 82c2254f866e 02:46:09 ---> f8e114b398b2 02:46:09 Step 12/21 : WORKDIR /edgex 02:46:09 ---> Running in 3abc12fed1ee 02:46:09 Removing intermediate container b8a0e316b836 02:46:09 ---> 783d6a75e526 02:46:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:46:09 ---> Running in 1e3c0f9ed532 02:46:09 Removing intermediate container 3abc12fed1ee 02:46:09 ---> f8e09c3ea45f 02:46:09 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:46:10 Removing intermediate container 1e3c0f9ed532 02:46:10 ---> 8d6be1ec60b4 02:46:10 Step 12/24 : WORKDIR / 02:46:10 ---> Running in af26a3d1bbf0 02:46:11 ---> edacdeff102f 02:46:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:46:11 Removing intermediate container af26a3d1bbf0 02:46:11 ---> a90e9c87d818 02:46:11 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:46:13 ---> 9630ba1d5b20 02:46:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:46:13 ---> d12ac501c441 02:46:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:46:14 ---> 136ccf0a5962 02:46:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:46:16 ---> 114e7bc4d322 02:46:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:46:16 ---> 8ebdbfeb5b33 02:46:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:46:17 ---> 55e0270a3f96 02:46:17 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:46:17 ---> d7aa1980be17 02:46:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:46:17 ---> Running in 2fcc329944e9 02:46:21 ---> e48970dd8420 02:46:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:46:21 Removing intermediate container 2fcc329944e9 02:46:21 ---> 464111f5cc86 02:46:21 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 02:46:22 ---> Running in e4866ae9bf86 02:46:23 Removing intermediate container e4866ae9bf86 02:46:23 ---> ff95153c5fbe 02:46:23 Step 19/21 : LABEL arch=arm64 02:46:23 ---> Running in 2e1fc6131c46 02:46:27 ---> e5b5dd45398d 02:46:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:46:27 Removing intermediate container 2e1fc6131c46 02:46:27 ---> 093e53d514c7 02:46:27 Step 20/21 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:46:27 ---> Running in d1437e1f065a 02:46:27 Removing intermediate container 8395fd08c67b 02:46:27 ---> 611eed0780d9 02:46:27 02:46:27 Step 10/22 : FROM alpine:3.16 02:46:27 ---> 4c81e5bf8899 02:46:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 02:46:27 Removing intermediate container d1437e1f065a 02:46:27 ---> 510b1d32d061 02:46:27 Step 21/21 : LABEL version=3.0.0-dev.53 02:46:27 ---> Running in 268de4eb8eb6 02:46:27 ---> Running in 99857d16d5b1 02:46:27 ---> 6ec65036337c 02:46:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:46:28 ---> Running in 187a02600def 02:46:28 Removing intermediate container 99857d16d5b1 02:46:28 ---> 612dd370bfcb 02:46:28 02:46:28 Removing intermediate container 268de4eb8eb6 02:46:28 ---> 2f55a5b45f5d 02:46:28 Step 12/22 : RUN apk add --update --no-cache dumb-init 02:46:28 ---> Running in 13a30d839923 02:46:28 Successfully built 612dd370bfcb 02:46:28 Successfully tagged security-proxy-setup-arm64:latest 02:46:28  Building security-proxy-setup ... done Building support-notifications 02:46:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:31 Removing intermediate container 187a02600def 02:46:31 ---> 67e174bf56c0 02:46:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:46:31 ---> Running in ebf672608953 02:46:32 (1/1) Installing dumb-init (1.2.5-r1) 02:46:32 Executing busybox-1.35.0-r17.trigger 02:46:32 OK: 5 MiB in 15 packages 02:46:32 Removing intermediate container ebf672608953 02:46:32 ---> 444109799710 02:46:32 Step 22/24 : LABEL arch=arm64 02:46:32 ---> Running in 10558a50cce5 02:46:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:46:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:32 ---> 56102f7657c0 02:46:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:46:32 ---> Using cache 02:46:32 ---> c3f8b813a9bd 02:46:32 Step 4/22 : WORKDIR /edgex-go 02:46:32 ---> Using cache 02:46:32 ---> 80f83b4b1683 02:46:32 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:46:33 ---> Running in f6a394ddc0e6 02:46:33 Removing intermediate container 10558a50cce5 02:46:33 ---> 52847fa64e7e 02:46:33 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:46:33 ---> Running in 6255e959b852 02:46:33 Removing intermediate container 13a30d839923 02:46:33 ---> c94600195b04 02:46:33 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:34 Removing intermediate container 6255e959b852 02:46:34 ---> ce68cee97be7 02:46:34 Step 24/24 : LABEL version=3.0.0-dev.53 02:46:34 ---> Running in cb43a444f31b 02:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:34 ---> 441b0f94fdca 02:46:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:46:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:35 Removing intermediate container cb43a444f31b 02:46:35 ---> 4ec7c37b744b 02:46:35 02:46:35 Successfully built 4ec7c37b744b 02:46:35 Successfully tagged security-secretstore-setup-arm64:latest 02:46:35  Building security-secretstore-setup ... done Building security-spire-config 02:46:35 OK: 221 MiB in 51 packages 02:46:37 ---> abf68aad8be2 02:46:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:46:37 Removing intermediate container f6a394ddc0e6 02:46:37 ---> fcedfda07f2e 02:46:37 Step 6/22 : COPY go.mod vendor* ./ 02:46:37 Removing intermediate container b4ba804d0cbf 02:46:37 ---> fe9bf630db3e 02:46:37 02:46:37 Step 10/24 : FROM alpine:3.16 02:46:37 ---> 4c81e5bf8899 02:46:37 Step 11/24 : RUN apk add --update --no-cache dumb-init 02:46:38 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:46:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:46:38 ---> 56102f7657c0 02:46:38 Step 3/24 : WORKDIR /edgex-go 02:46:38 ---> Using cache 02:46:38 ---> 27a6cb5aa86c 02:46:38 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 02:46:38 ---> 48188ede4260 02:46:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:46:38 ---> Running in 213c2a721fe3 02:46:38 ---> Running in d4ae7152aae8 02:46:38 ---> 3151ffea6458 02:46:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:39 ---> Running in b4e0b320fae9 02:46:40 Removing intermediate container 85fba6b78c11 02:46:40 ---> e1495ce11d50 02:46:40 02:46:40 Step 10/23 : FROM alpine:3.16 02:46:40 ---> 4c81e5bf8899 02:46:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:46:40 ---> Running in 7e3abf8621d9 02:46:40 ---> f6ce36ae9c15 02:46:40 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:46:40 ---> Running in b2e639a85c79 02:46:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:46:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:46:43 (1/1) Installing dumb-init (1.2.5-r1) 02:46:43 Executing busybox-1.35.0-r17.trigger 02:46:43 OK: 5 MiB in 15 packages 02:46:43 OK: 221 MiB in 51 packages 02:46:43 Removing intermediate container b2e639a85c79 02:46:43 ---> 2d67b5b34f93 02:46:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 02:46:43 ---> Running in 1b4cad87a1cb 02:46:43 (1/1) Installing dumb-init (1.2.5-r1) 02:46:43 Executing busybox-1.35.0-r17.trigger 02:46:43 OK: 5 MiB in 15 packages 02:46:44 Removing intermediate container 1b4cad87a1cb 02:46:44 ---> 88ee4ed912ad 02:46:44 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 02:46:44 ---> Running in 01a207653cf5 02:46:44 Removing intermediate container d4ae7152aae8 02:46:44 ---> 662c57b9df5d 02:46:44 Step 5/24 : COPY go.mod vendor* ./ 02:46:44 Removing intermediate container 01a207653cf5 02:46:44 ---> bb619267dde6 02:46:44 Step 20/22 : LABEL arch=arm64 02:46:44 Removing intermediate container 213c2a721fe3 02:46:44 ---> c3504fbb782d 02:46:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:45 ---> Running in 71646ae89da3 02:46:45 Removing intermediate container 7e3abf8621d9 02:46:45 ---> 81535f67e47c 02:46:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:46:45 ---> Running in 88f21037cc86 02:46:45 ---> Running in ec7a30ed7642 02:46:45 Removing intermediate container 71646ae89da3 02:46:45 ---> bee34d1b2836 02:46:45 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:46:45 ---> 8c4456e55ae3 02:46:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:45 Removing intermediate container 88f21037cc86 02:46:45 ---> 555291d0a1bc 02:46:45 Step 13/24 : ENV APP_PORT=59881 02:46:45 ---> Running in be1d5fe0089c 02:46:45 ---> Running in ee6620ed4671 02:46:45 Removing intermediate container ec7a30ed7642 02:46:45 ---> 4a8db39ca89c 02:46:45 Step 13/23 : ENV APP_PORT=59882 02:46:46 ---> Running in 03ac34db44f0 02:46:46 ---> Running in ec75f2c13967 02:46:46 Removing intermediate container ee6620ed4671 02:46:46 ---> efec2cbe0d66 02:46:46 Step 22/22 : LABEL version=3.0.0-dev.53 02:46:46 Removing intermediate container 03ac34db44f0 02:46:46 ---> fd410aa9fe00 02:46:46 Step 14/24 : EXPOSE $APP_PORT 02:46:46 ---> Running in 4ffe017b4899 02:46:46 Removing intermediate container ec75f2c13967 02:46:46 ---> bdb8acdf4cdf 02:46:46 Step 14/23 : EXPOSE $APP_PORT 02:46:46 ---> Running in c7c4f385df73 02:46:46 ---> Running in 466aa85cfe33 02:46:47 Removing intermediate container 4ffe017b4899 02:46:47 ---> 5fe6ad610ddb 02:46:47 02:46:47 Removing intermediate container c7c4f385df73 02:46:47 ---> 36ec40384c89 02:46:47 Step 15/24 : WORKDIR / 02:46:47 Successfully built 5fe6ad610ddb 02:46:47 Removing intermediate container 466aa85cfe33 02:46:47 ---> b67093061dba 02:46:47 Step 15/23 : WORKDIR / 02:46:47 Successfully tagged core-common-config-bootstrapper-arm64:latest 02:46:47 Building security-spire-agent 02:46:47  Building core-common-config-bootstrapper ... done  ---> Running in 5f61f9556f2b 02:46:47 ---> Running in 996989861df2 02:46:48 Removing intermediate container 5f61f9556f2b 02:46:48 ---> 53054c110dd2 02:46:48 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:48 Removing intermediate container 996989861df2 02:46:48 ---> d644cae5c41a 02:46:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:46:49 ---> 1cd96e865028 02:46:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:49 ---> 84b9ba782c37 02:46:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:46:50 ---> 0eedd4c50b0b 02:46:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:46:50 ---> ac578fd4c104 02:46:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:46:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:46:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:46:50 ---> 56102f7657c0 02:46:50 Step 3/24 : WORKDIR /edgex-go 02:46:50 ---> Using cache 02:46:50 ---> 27a6cb5aa86c 02:46:50 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 02:46:50 ---> Using cache 02:46:50 ---> 662c57b9df5d 02:46:50 Step 5/24 : COPY go.mod vendor* ./ 02:46:50 ---> Using cache 02:46:50 ---> 8c4456e55ae3 02:46:50 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:50 ---> Running in cdbe1337993a 02:46:51 ---> a0dca039abc4 02:46:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 02:46:51 ---> cd95508bd115 02:46:51 Step 19/23 : ENTRYPOINT ["/core-command"] 02:46:51 ---> Running in 978fb126e76b 02:46:51 Removing intermediate container 978fb126e76b 02:46:51 ---> c9ee01249f10 02:46:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:46:51 ---> 87a73bbce7b8 02:46:51 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:46:51 ---> Running in 8f46491af930 02:46:52 ---> Running in 22270c584ec8 02:46:52 Removing intermediate container 8f46491af930 02:46:52 ---> 7d3ae650a253 02:46:52 Step 21/23 : LABEL arch=arm64 02:46:52 Removing intermediate container 22270c584ec8 02:46:52 ---> f54c05ef1c55 02:46:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:46:52 ---> Running in 7811a8e327bc 02:46:52 ---> Running in be5aea8b1fbf 02:46:52 Removing intermediate container 7811a8e327bc 02:46:52 ---> 21eaeae94690 02:46:52 Step 22/23 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:46:52 Removing intermediate container be5aea8b1fbf 02:46:52 ---> c27ecb2ba6e2 02:46:52 Step 22/24 : LABEL arch=arm64 02:46:53 ---> Running in 9f0ba0ec9e94 02:46:53 ---> Running in 9a3d214198dd 02:46:53 Removing intermediate container 9f0ba0ec9e94 02:46:53 ---> 25852e8ae592 02:46:53 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:46:53 Removing intermediate container 9a3d214198dd 02:46:53 ---> 3dd7796657d9 02:46:53 Step 23/23 : LABEL version=3.0.0-dev.53 02:46:53 ---> Running in 657bcf06230f 02:46:53 ---> Running in e42201ac633b 02:46:54 Removing intermediate container 657bcf06230f 02:46:54 ---> 9492f19acbb2 02:46:54 Step 24/24 : LABEL version=3.0.0-dev.53 02:46:54 Removing intermediate container e42201ac633b 02:46:54 ---> e7cf21d15368 02:46:54 02:46:54 ---> Running in 2e2a1a5d4fc7 02:46:54 Successfully built e7cf21d15368 02:46:54 Successfully tagged core-command-arm64:latest 02:46:54  Building core-command ... done Building core-data 02:46:54 Removing intermediate container 2e2a1a5d4fc7 02:46:54 ---> 5aa436cea0d1 02:46:54 02:46:54 Successfully built 5aa436cea0d1 02:46:54 Successfully tagged core-metadata-arm64:latest 02:46:54 Building security-spiffe-token-provider 02:46:57  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:46:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:46:57 ---> 56102f7657c0 02:46:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:46:57 ---> Using cache 02:46:57 ---> c3f8b813a9bd 02:46:57 Step 4/22 : WORKDIR /edgex-go 02:46:58 ---> Using cache 02:46:58 ---> 80f83b4b1683 02:46:58 Step 5/22 : RUN apk add --update --no-cache make git 02:46:58 ---> Using cache 02:46:58 ---> 8ec4ffc866e9 02:46:58 Step 6/22 : COPY go.mod vendor* ./ 02:46:58 ---> Using cache 02:46:58 ---> b5e80c9a0884 02:46:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:46:58 ---> Using cache 02:46:58 ---> 9da7bfe0aa69 02:46:58 Step 8/22 : COPY . . 02:46:58 ---> Using cache 02:46:58 ---> da4e9ffdde3d 02:46:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 02:46:58 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:46:58 Step 2/19 : FROM ${BUILDER_BASE} AS builder 02:46:58 ---> 56102f7657c0 02:46:58 Step 3/19 : WORKDIR /edgex-go 02:46:58 ---> Using cache 02:46:58 ---> 27a6cb5aa86c 02:46:58 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 02:46:58 ---> Running in d631e62dc1f9 02:46:58 ---> Running in 1c7d5cd7a7a0 02:47:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 02:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:47:02 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 02:47:02 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 02:47:02 OK: 16903 distinct packages available 02:47:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:47:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:47:03 OK: 221 MiB in 51 packages 02:47:06 Removing intermediate container 1c7d5cd7a7a0 02:47:06 ---> 28a432a03d4b 02:47:06 Step 5/19 : COPY go.mod vendor* ./ 02:47:06 ---> 8d81e5788691 02:47:06 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:07 ---> Running in f9c5d4c4a476 02:48:58 Removing intermediate container b4e0b320fae9 02:48:58 ---> eeddf9396f1d 02:48:58 Step 8/22 : COPY . . 02:48:58 Removing intermediate container be1d5fe0089c 02:48:58 ---> a728579bdc09 02:48:58 Step 7/24 : COPY . . 02:48:58 ---> f46f43cb9378 02:48:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:48:58 ---> Running in e41977469685 02:48:58 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:48:58 ---> 9eb43d4f7e10 02:48:58 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 02:48:58 ---> Running in 670c31ccc288 02:48:59 Removing intermediate container 670c31ccc288 02:48:59 ---> 4f1ff1bbd029 02:48:59 Step 9/24 : WORKDIR /edgex-go/spire-build 02:48:59 ---> Running in 1fdd3d927779 02:49:00 Removing intermediate container cdbe1337993a 02:49:00 ---> 19236e230d3f 02:49:00 Step 7/24 : COPY . . 02:49:00 Removing intermediate container 1fdd3d927779 02:49:00 ---> 40882ed5e6f9 02:49:00 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 02:49:01 ---> Running in 999e6773e7d0 02:49:06 Removing intermediate container 999e6773e7d0 02:49:06 ---> df44c7d485dc 02:49:06 Step 11/24 : WORKDIR /edgex-go 02:49:06 ---> Running in b489758b021a 02:49:06 Removing intermediate container b489758b021a 02:49:06 ---> 423fe8f1c55d 02:49:06 02:49:06 Step 12/24 : FROM alpine:3.15 02:49:06 ---> 354640af7b1b 02:49:06 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:49:06 ---> Using cache 02:49:06 ---> 68a209313dfd 02:49:06 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 02:49:07 ---> Running in 5056b2894c43 02:49:09 ---> bb66b1f63e7e 02:49:09 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 02:49:09 ---> Running in 09fe35ad13bc 02:49:10 Removing intermediate container 09fe35ad13bc 02:49:10 ---> fbf8acda5c88 02:49:10 Step 9/24 : WORKDIR /edgex-go/spire-build 02:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:49:10 ---> Running in 0174d963bf65 02:49:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:49:11 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:49:11 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:49:11 OK: 15734 distinct packages available 02:49:11 Removing intermediate container 0174d963bf65 02:49:11 ---> 23f460d3007a 02:49:11 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 02:49:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:49:11 ---> Running in a0a2cae27cad 02:49:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:49:13 (1/4) Installing dumb-init (1.2.5-r1) 02:49:13 (2/4) Installing musl-obstack (1.2.3-r0) 02:49:13 (3/4) Installing libucontext (1.1-r0) 02:49:13 (4/4) Installing gcompat (1.0.0-r4) 02:49:13 Executing busybox-1.34.1-r7.trigger 02:49:13 OK: 6 MiB in 18 packages 02:49:16 Removing intermediate container 5056b2894c43 02:49:16 ---> fcf34ea70b3e 02:49:16 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:49:16 Removing intermediate container a0a2cae27cad 02:49:16 ---> e877f70cc3dc 02:49:16 Step 11/24 : WORKDIR /edgex-go 02:49:16 ---> Running in f0ac7e43a99a 02:49:17 Removing intermediate container f0ac7e43a99a 02:49:17 ---> 3f18792c9824 02:49:17 02:49:17 Step 12/24 : FROM alpine:3.15 02:49:17 ---> 354640af7b1b 02:49:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:49:17 ---> Using cache 02:49:17 ---> 68a209313dfd 02:49:17 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:49:17 ---> Using cache 02:49:17 ---> 238a54d13044 02:49:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 02:49:19 Removing intermediate container f9c5d4c4a476 02:49:19 ---> c833e6699fa4 02:49:19 Step 7/19 : COPY . . 02:49:24 ---> b94f3a16b2ce 02:49:24 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 02:49:25 ---> 2f1acd81408e 02:49:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:49:26 ---> 23e58a7bd74a 02:49:26 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:49:26 ---> Running in fe77b7d25b5f 02:49:26 ---> e1f1df013d80 02:49:26 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 02:49:27 ---> Running in 08f0cd395d30 02:49:28 Removing intermediate container 08f0cd395d30 02:49:28 ---> fd122a103ecd 02:49:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:49:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:49:29 ---> e2d8f2db7d25 02:49:29 Step 19/24 : WORKDIR / 02:49:29 ---> Running in 5a80e020e9b3 02:49:30 Removing intermediate container 5a80e020e9b3 02:49:30 ---> d8a1e65e68c9 02:49:30 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:49:30 ---> Running in 28fd12e91016 02:49:31 Removing intermediate container 28fd12e91016 02:49:31 ---> d35fa42ec757 02:49:31 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:49:31 ---> Running in 3ae57f70edd2 02:49:32 Removing intermediate container 3ae57f70edd2 02:49:32 ---> 530b29790886 02:49:32 Step 22/24 : LABEL arch=arm64 02:49:32 ---> Running in 34fb2a28ed1a 02:49:32 Removing intermediate container 34fb2a28ed1a 02:49:32 ---> 24155b1b4bf8 02:49:32 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:49:33 ---> Running in 66ecc4ec57d5 02:49:33 ---> 28c749d8503d 02:49:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:49:33 Removing intermediate container 66ecc4ec57d5 02:49:33 ---> adbadd10d2cc 02:49:33 Step 24/24 : LABEL version=3.0.0-dev.53 02:49:34 ---> Running in 6d27061f57f5 02:49:34 ---> 2643599b8f21 02:49:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:49:34 Removing intermediate container 6d27061f57f5 02:49:34 ---> fa13406ba030 02:49:34 02:49:34 Successfully built fa13406ba030 02:49:34 Successfully tagged security-spire-config-arm64:latest 02:49:34 Building support-scheduler 02:49:36  Building security-spire-config ... done  ---> f85e7fb9b4f5 02:49:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:49:37 ---> 69c9bc95fcbc 02:49:37 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 02:49:37 ---> Running in c666a9b7a068 02:49:38 Removing intermediate container c666a9b7a068 02:49:38 ---> 933fd193999e 02:49:38 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 02:49:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:49:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:49:38 ---> 56102f7657c0 02:49:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 02:49:38 ---> Using cache 02:49:38 ---> c3f8b813a9bd 02:49:38 Step 4/22 : WORKDIR /edgex-go 02:49:38 ---> Using cache 02:49:38 ---> 80f83b4b1683 02:49:38 Step 5/22 : RUN apk add --update --no-cache make git 02:49:38 ---> Using cache 02:49:38 ---> 8ec4ffc866e9 02:49:38 Step 6/22 : COPY go.mod vendor* ./ 02:49:38 ---> Running in 0d617cfd3dbf 02:49:38 ---> Using cache 02:49:38 ---> b5e80c9a0884 02:49:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:49:38 ---> Using cache 02:49:38 ---> 9da7bfe0aa69 02:49:38 Step 8/22 : COPY . . 02:49:39 ---> Using cache 02:49:39 ---> da4e9ffdde3d 02:49:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:49:39 ---> Running in f0cdea12942f 02:49:39 Removing intermediate container 0d617cfd3dbf 02:49:39 ---> 751092578dca 02:49:39 Step 22/24 : LABEL arch=arm64 02:49:39 ---> Running in 853ee19c8e53 02:49:40 Removing intermediate container 853ee19c8e53 02:49:40 ---> 5d72f7f75e07 02:49:40 Step 23/24 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:49:40 ---> Running in aaee6d48a610 02:49:41 Removing intermediate container aaee6d48a610 02:49:41 ---> aceff7758065 02:49:41 Step 24/24 : LABEL version=3.0.0-dev.53 02:49:41 ---> Running in 408a06bcda01 02:49:41 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:49:41 Removing intermediate container 408a06bcda01 02:49:41 ---> 9ce7bbbc6bae 02:49:41 02:49:42 Successfully built 9ce7bbbc6bae 02:49:42 Successfully tagged security-spire-agent-arm64:latest 02:49:42  Building security-spire-agent ... done Building security-bootstrapper 02:49:45 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 02:49:45 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:49:45 ---> 56102f7657c0 02:49:45 Step 3/32 : WORKDIR /edgex-go 02:49:45 ---> Using cache 02:49:45 ---> 27a6cb5aa86c 02:49:45 Step 4/32 : RUN apk add --update --no-cache make git 02:49:45 ---> Using cache 02:49:45 ---> 0127da780838 02:49:45 Step 5/32 : COPY go.mod vendor* ./ 02:49:45 ---> Using cache 02:49:45 ---> 0a74663a860a 02:49:45 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:49:45 ---> Using cache 02:49:45 ---> 72cf809a2957 02:49:45 Step 7/32 : COPY . . 02:49:45 ---> Using cache 02:49:45 ---> 09840e9be0e1 02:49:45 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:49:45 ---> Running in 79329627b51c 02:49:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.53" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:51:24 Removing intermediate container d631e62dc1f9 02:51:24 ---> f20f94416d6f 02:51:24 02:51:24 Step 10/22 : FROM alpine:3.16 02:51:24 ---> 4c81e5bf8899 02:51:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:51:24 ---> Running in f965f3f30ea4 02:51:24 Removing intermediate container f965f3f30ea4 02:51:24 ---> d69375c8746f 02:51:24 Step 12/22 : ENV APP_PORT=59880 02:51:24 ---> Running in 6eb344d39732 02:51:24 Removing intermediate container 6eb344d39732 02:51:24 ---> 4f2d1309057f 02:51:24 Step 13/22 : EXPOSE $APP_PORT 02:51:24 ---> Running in 4a8cc3c01a7a 02:51:24 Removing intermediate container 4a8cc3c01a7a 02:51:24 ---> 9cdba9b6a6c5 02:51:24 Step 14/22 : RUN apk add --update --no-cache dumb-init 02:51:24 ---> Running in 37cf0a5a02e0 02:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:51:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:51:24 (1/1) Installing dumb-init (1.2.5-r1) 02:51:24 Executing busybox-1.35.0-r17.trigger 02:51:24 OK: 5 MiB in 15 packages 02:51:24 Removing intermediate container 37cf0a5a02e0 02:51:24 ---> 04b0e5668e98 02:51:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:51:24 ---> aa9caa5c61a5 02:51:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:51:24 ---> d25732212564 02:51:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:51:24 ---> 03dcc0722de0 02:51:24 Step 18/22 : ENTRYPOINT ["/core-data"] 02:51:24 ---> Running in 49743c1a81d1 02:51:24 Removing intermediate container 49743c1a81d1 02:51:24 ---> 9fa281c644ab 02:51:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:51:24 ---> Running in 5f4ba56268cd 02:51:24 Removing intermediate container 5f4ba56268cd 02:51:24 ---> 43d27edc329f 02:51:24 Step 20/22 : LABEL arch=arm64 02:51:24 ---> Running in 879a2ee65c4f 02:51:24 Removing intermediate container 879a2ee65c4f 02:51:24 ---> 94ede173d319 02:51:24 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:51:25 ---> Running in 5add9252ca27 02:51:25 Removing intermediate container 5add9252ca27 02:51:25 ---> 72c8b7c35de0 02:51:25 Step 22/22 : LABEL version=3.0.0-dev.53 02:51:25 ---> Running in 1c2e3fcacb4f 02:51:26 Removing intermediate container 1c2e3fcacb4f 02:51:26 ---> f33675a9e676 02:51:26 02:51:26 Successfully built f33675a9e676 02:51:26 Successfully tagged core-data-arm64:latest 02:55:03  Building core-data ... done Removing intermediate container 79329627b51c 02:55:03 ---> 66cd49b4f711 02:55:03 02:55:03 Step 9/32 : FROM alpine:3.16 02:55:03 ---> 4c81e5bf8899 02:55:03 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:55:03 ---> Running in 4b9a16d9480f 02:55:03 Removing intermediate container 4b9a16d9480f 02:55:03 ---> 03acda240b0b 02:55:03 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 02:55:03 ---> Running in 408c1c3952ce 02:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:55:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:55:03 (1/2) Installing dumb-init (1.2.5-r1) 02:55:03 (2/2) Installing su-exec (0.2-r1) 02:55:03 Executing busybox-1.35.0-r17.trigger 02:55:03 OK: 5 MiB in 16 packages 02:55:03 Removing intermediate container 408c1c3952ce 02:55:03 ---> e36b121a8ad6 02:55:03 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 02:55:03 ---> Running in ea8c8ef26943 02:55:03 Removing intermediate container ea8c8ef26943 02:55:03 ---> 8f98855571a2 02:55:03 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 02:55:03 ---> Running in 0f5e881cce3a 02:55:03 Removing intermediate container 0f5e881cce3a 02:55:03 ---> 0e01d62588a7 02:55:03 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 02:55:03 ---> Running in 0e4f09ba8dd9 02:55:03 Removing intermediate container 0e4f09ba8dd9 02:55:03 ---> d6d2f66f0d2e 02:55:03 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 02:55:03 ---> Running in 2c7ca639618b 02:55:03 Removing intermediate container 2c7ca639618b 02:55:03 ---> 12a06c0c73c8 02:55:03 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 02:55:03 ---> Running in 2a3605df8cf5 02:55:04 Removing intermediate container 2a3605df8cf5 02:55:04 ---> 3d635a0094a4 02:55:04 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 02:55:04 ---> Running in 46a28b92b95d 02:55:05 Removing intermediate container 46a28b92b95d 02:55:05 ---> b7496d2211a2 02:55:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 02:55:06 ---> 0f3ec64e5900 02:55:06 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 02:55:06 ---> Running in f4accd4bd903 02:55:09 Removing intermediate container f4accd4bd903 02:55:09 ---> 35cab0b2c3df 02:55:09 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:11 ---> bda678bf35c0 02:55:11 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:55:13 ---> e7a4198cdc16 02:55:13 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:55:14 ---> 5baefaffdcba 02:55:14 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:55:15 ---> 1c9b4f3d8ccf 02:55:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 02:55:16 ---> d05778aebbf9 02:55:16 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 02:55:17 ---> e08bac9e8494 02:55:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:55:18 ---> 89f9adfd5caf 02:55:18 Step 27/32 : RUN chmod +x /entrypoint.sh 02:55:18 ---> Running in 95ab3003bc38 02:55:20 Removing intermediate container 95ab3003bc38 02:55:20 ---> 475a9f1f11d5 02:55:20 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:55:20 ---> Running in 946c405790ae 02:55:21 Removing intermediate container 946c405790ae 02:55:21 ---> ed362373da32 02:55:21 Step 29/32 : CMD ["gate"] 02:55:21 ---> Running in d68e003a03fe 02:55:21 Removing intermediate container d68e003a03fe 02:55:21 ---> 793be7b7a836 02:55:21 Step 30/32 : LABEL arch=arm64 02:55:21 ---> Running in abd2a53707b8 02:55:25 Removing intermediate container abd2a53707b8 02:55:25 ---> 8e6c60c8f492 02:55:25 Step 31/32 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:55:25 ---> Running in 3b55e6df35ee 02:55:25 Removing intermediate container 3b55e6df35ee 02:55:25 ---> f3881e91c18a 02:55:25 Step 32/32 : LABEL version=3.0.0-dev.53 02:55:25 ---> Running in 2c0da30a8192 02:55:26 Removing intermediate container 2c0da30a8192 02:55:26 ---> 887cfb2885c1 02:55:26 02:55:26 Successfully built 887cfb2885c1 02:55:26 Successfully tagged security-bootstrapper-arm64:latest 02:56:13  Building security-bootstrapper ... done Removing intermediate container fe77b7d25b5f 02:56:13 ---> b2fbb4dab0e3 02:56:13 02:56:13 Step 9/19 : FROM alpine:3.15 02:56:13 ---> 354640af7b1b 02:56:13 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 02:56:13 ---> Using cache 02:56:13 ---> 68a209313dfd 02:56:13 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:56:13 ---> Running in 1be3c6b7c61f 02:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:56:13 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 02:56:13 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 02:56:13 OK: 15734 distinct packages available 02:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:56:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:56:13 (1/9) Installing ca-certificates (20220614-r0) 02:56:13 (2/9) Installing brotli-libs (1.0.9-r5) 02:56:13 (3/9) Installing nghttp2-libs (1.46.0-r0) 02:56:13 (4/9) Installing libcurl (7.80.0-r6) 02:56:13 (5/9) Installing curl (7.80.0-r6) 02:56:13 (6/9) Installing dumb-init (1.2.5-r1) 02:56:13 (7/9) Installing musl-obstack (1.2.3-r0) 02:56:13 (8/9) Installing libucontext (1.1-r0) 02:56:13 (9/9) Installing gcompat (1.0.0-r4) 02:56:13 Executing busybox-1.34.1-r7.trigger 02:56:13 Executing ca-certificates-20220614-r0.trigger 02:56:13 OK: 8 MiB in 23 packages 02:56:15 Removing intermediate container 1be3c6b7c61f 02:56:15 ---> c133212fa33a 02:56:15 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:16 Removing intermediate container e41977469685 02:56:16 ---> 06d70607e420 02:56:16 02:56:16 Step 10/22 : FROM alpine:3.16 02:56:16 ---> 4c81e5bf8899 02:56:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:56:16 ---> Running in cea547418b78 02:56:16 ---> 1cda3b96734c 02:56:16 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:56:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 02:56:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 02:56:18 ---> cc060d79eb9b 02:56:18 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 02:56:19 (1/2) Installing ca-certificates (20220614-r0) 02:56:19 (2/2) Installing dumb-init (1.2.5-r1) 02:56:19 Executing busybox-1.35.0-r17.trigger 02:56:19 Executing ca-certificates-20220614-r0.trigger 02:56:19 ---> 078e49db29a4 02:56:19 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 02:56:19 ---> Running in 4c9261f21363 02:56:20 OK: 6 MiB in 16 packages 02:56:20 Removing intermediate container 4c9261f21363 02:56:20 ---> 1bfc1edd9a35 02:56:20 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:56:20 ---> Running in 98c60fd6b0e5 02:56:20 Removing intermediate container 98c60fd6b0e5 02:56:20 ---> cd09ca6336ed 02:56:20 Step 17/19 : LABEL arch=arm64 02:56:21 ---> Running in fb28a3d482c4 02:56:21 Removing intermediate container fb28a3d482c4 02:56:21 ---> 1d1874ee6251 02:56:21 Step 18/19 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:56:21 Removing intermediate container cea547418b78 02:56:21 ---> a42dae807a45 02:56:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:56:21 ---> Running in 2b8e0d10989a 02:56:21 ---> Running in 6dac0b6a9984 02:56:22 Removing intermediate container 6dac0b6a9984 02:56:22 ---> 66423c633c73 02:56:22 Step 13/22 : ENV APP_PORT=59860 02:56:22 Removing intermediate container 2b8e0d10989a 02:56:22 ---> a1856b3e6dc6 02:56:22 Step 19/19 : LABEL version=3.0.0-dev.53 02:56:22 ---> Running in 3c3b20befd9f 02:56:22 ---> Running in 3c658bbf2c34 02:56:22 Removing intermediate container 3c3b20befd9f 02:56:22 ---> 9c97730e91cc 02:56:22 Step 14/22 : EXPOSE $APP_PORT 02:56:22 Removing intermediate container 3c658bbf2c34 02:56:22 ---> fe2a64073e10 02:56:22 02:56:22 ---> Running in 88aa6acb2935 02:56:22 Successfully built fe2a64073e10 02:56:22 Successfully tagged security-spiffe-token-provider-arm64:latest 02:56:23  Building security-spiffe-token-provider ... done Removing intermediate container 88aa6acb2935 02:56:23 ---> b7571ad462f6 02:56:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:23 ---> 71571f681be1 02:56:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:56:25 ---> 26e27ecbcbd4 02:56:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:56:25 ---> 1cd3234d57ab 02:56:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:56:25 ---> Running in b4bb43644afd 02:56:26 Removing intermediate container b4bb43644afd 02:56:26 ---> 656125fc6bc3 02:56:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:56:26 ---> Running in 5fd2d20e6993 02:56:26 Removing intermediate container 5fd2d20e6993 02:56:26 ---> d9f9c87ad040 02:56:26 Step 20/22 : LABEL arch=arm64 02:56:26 ---> Running in 2ea32d921495 02:56:27 Removing intermediate container 2ea32d921495 02:56:27 ---> d4e97bf90594 02:56:27 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:56:27 ---> Running in cea2560adb0a 02:56:27 Removing intermediate container cea2560adb0a 02:56:27 ---> 9ada601a994d 02:56:27 Step 22/22 : LABEL version=3.0.0-dev.53 02:56:27 ---> Running in 92335d6825f8 02:56:28 Removing intermediate container 92335d6825f8 02:56:28 ---> 0e2568ea90fc 02:56:28 02:56:28 Successfully built 0e2568ea90fc 02:56:28 Successfully tagged support-notifications-arm64:latest 02:56:33  Building support-notifications ... done Removing intermediate container f0cdea12942f 02:56:33 ---> cc94d2aa3512 02:56:33 02:56:33 Step 10/22 : FROM alpine:3.16 02:56:33 ---> 4c81e5bf8899 02:56:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:56:33 ---> Using cache 02:56:33 ---> 81535f67e47c 02:56:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:56:33 ---> Using cache 02:56:33 ---> 4a8db39ca89c 02:56:33 Step 13/22 : ENV APP_PORT=59861 02:56:33 ---> Running in f575b4b3b2fd 02:56:33 Removing intermediate container f575b4b3b2fd 02:56:33 ---> 9db01c4a0dbf 02:56:33 Step 14/22 : EXPOSE $APP_PORT 02:56:33 ---> Running in 7f089ad1abb1 02:56:34 Removing intermediate container 7f089ad1abb1 02:56:34 ---> c432aecb984b 02:56:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:34 ---> 93516e8083cb 02:56:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:56:36 ---> 3705a2ec65d7 02:56:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:56:36 ---> 3b827f5d8fa9 02:56:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:56:36 ---> Running in 364b16c61a78 02:56:36 Removing intermediate container 364b16c61a78 02:56:36 ---> 0562c7917a7a 02:56:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 02:56:36 ---> Running in 49686c480481 02:56:37 Removing intermediate container 49686c480481 02:56:37 ---> ef7073c781de 02:56:37 Step 20/22 : LABEL arch=arm64 02:56:37 ---> Running in dca20fdc01b3 02:56:37 Removing intermediate container dca20fdc01b3 02:56:37 ---> bc08379acb39 02:56:37 Step 21/22 : LABEL git_sha=9347108a609dd459f88553db2d4ce562ddd577d6 02:56:37 ---> Running in 2c4fc636eea5 02:56:37 Removing intermediate container 2c4fc636eea5 02:56:37 ---> 36b03ced2509 02:56:37 Step 22/22 : LABEL version=3.0.0-dev.53 02:56:37 ---> Running in a9a696d9bb52 02:56:38 Removing intermediate container a9a696d9bb52 02:56:38 ---> 9b70a62136a7 02:56:38 02:56:38 Successfully built 9b70a62136a7 02:56:38 Successfully tagged support-scheduler-arm64:latest 02:56:38  Building support-scheduler ... done  [Pipeline] } 02:56:38 $ docker stop --time=1 bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 02:56:40 $ docker rm -f --volumes bf1e04e2a0529d8d4b77101043327944b9f8937203e54539d201a9ea2de74337 [Pipeline] // withDockerContainer [Pipeline] sh 02:56:41 + docker images 02:56:41 REPOSITORY TAG IMAGE ID CREATED SIZE 02:56:41 support-scheduler-arm64 latest 9b70a62136a7 3 seconds ago 29MB 02:56:41 cc94d2aa3512 9 seconds ago 1.4GB 02:56:41 support-notifications-arm64 latest 0e2568ea90fc 14 seconds ago 29.7MB 02:56:41 security-spiffe-token-provider-arm64 latest fe2a64073e10 19 seconds ago 29.1MB 02:56:41 06d70607e420 26 seconds ago 1.4GB 02:56:41 b2fbb4dab0e3 36 seconds ago 1.37GB 02:56:41 security-bootstrapper-arm64 latest 887cfb2885c1 About a minute ago 19.6MB 02:56:41 66cd49b4f711 About a minute ago 1.33GB 02:56:41 core-data-arm64 latest f33675a9e676 5 minutes ago 17.2MB 02:56:41 f20f94416d6f 5 minutes ago 1.34GB 02:56:41 security-spire-agent-arm64 latest 9ce7bbbc6bae 7 minutes ago 122MB 02:56:41 security-spire-config-arm64 latest fa13406ba030 7 minutes ago 83.6MB 02:56:41 3f18792c9824 7 minutes ago 1.21GB 02:56:41 423fe8f1c55d 7 minutes ago 1.21GB 02:56:41 core-metadata-arm64 latest 5aa436cea0d1 9 minutes ago 17.7MB 02:56:41 core-command-arm64 latest e7cf21d15368 9 minutes ago 17MB 02:56:41 core-common-config-bootstrapper-arm64 latest 5fe6ad610ddb 9 minutes ago 14.9MB 02:56:41 e1495ce11d50 10 minutes ago 1.34GB 02:56:41 fe9bf630db3e 10 minutes ago 1.34GB 02:56:41 security-secretstore-setup-arm64 latest 4ec7c37b744b 10 minutes ago 29MB 02:56:41 security-proxy-setup-arm64 latest 612dd370bfcb 10 minutes ago 26.9MB 02:56:41 611eed0780d9 10 minutes ago 1.33GB 02:56:41 f3775e866452 10 minutes ago 1.33GB 02:56:41 83913b3677dc 10 minutes ago 1.33GB 02:56:41 security-spire-server-arm64 latest 4233b3734429 16 minutes ago 84.3MB 02:56:41 59ab3c365fb8 16 minutes ago 1.21GB 02:56:41 ci-base-image-arm64 latest 56102f7657c0 19 minutes ago 905MB 02:56:41 alpine 3.15 354640af7b1b 5 days ago 5.34MB 02:56:41 alpine 3.16 4c81e5bf8899 5 days ago 5.3MB 02:56:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 02:56:41 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 02:56:41 provisioning config files... 02:56:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/414@tmp/config13422549757447020975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:56:41 ---> docker-login.sh 02:56:41 nexus3.edgexfoundry.org:10001 02:56:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:42 Configure a credential helper to remove this warning. See 02:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:42 02:56:42 Login Succeeded 02:56:42 nexus3.edgexfoundry.org:10002 02:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:42 Configure a credential helper to remove this warning. See 02:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:42 02:56:42 Login Succeeded 02:56:42 nexus3.edgexfoundry.org:10003 02:56:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:42 Configure a credential helper to remove this warning. See 02:56:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:42 02:56:42 Login Succeeded 02:56:42 nexus3.edgexfoundry.org:10004 02:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:43 Configure a credential helper to remove this warning. See 02:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:43 02:56:43 Login Succeeded 02:56:43 docker.io 02:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:43 Configure a credential helper to remove this warning. See 02:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:43 02:56:43 Login Succeeded 02:56:43 ---> docker-login.sh ends [Pipeline] } 02:56:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:56:43 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:56:43 9347108a609dd459f88553db2d4ce562ddd577d6 02:56:43 latest 02:56:43 3.0.0-dev.53 02:56:43 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:43 main 02:56:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:56:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:56:44 e0d27f69b586: Preparing 02:56:44 e5bb1fddddd9: Preparing 02:56:44 cc9e9d585077: Preparing 02:56:44 fd7de7bfe17a: Preparing 02:56:44 f70ee36035b9: Preparing 02:56:44 f70ee36035b9: Layer already exists 02:56:44 e0d27f69b586: Pushed 02:56:44 cc9e9d585077: Pushed 02:56:44 fd7de7bfe17a: Pushed 02:56:48 e5bb1fddddd9: Pushed 02:56:48 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:56:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:56:48 e0d27f69b586: Preparing 02:56:48 e5bb1fddddd9: Preparing 02:56:48 cc9e9d585077: Preparing 02:56:48 fd7de7bfe17a: Preparing 02:56:48 f70ee36035b9: Preparing 02:56:48 e5bb1fddddd9: Layer already exists 02:56:48 e0d27f69b586: Layer already exists 02:56:48 cc9e9d585077: Layer already exists 02:56:48 f70ee36035b9: Layer already exists 02:56:48 fd7de7bfe17a: Layer already exists 02:56:48 latest: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 02:56:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:56:49 e0d27f69b586: Preparing 02:56:49 e5bb1fddddd9: Preparing 02:56:49 cc9e9d585077: Preparing 02:56:49 fd7de7bfe17a: Preparing 02:56:49 f70ee36035b9: Preparing 02:56:49 f70ee36035b9: Layer already exists 02:56:49 e0d27f69b586: Layer already exists 02:56:49 fd7de7bfe17a: Layer already exists 02:56:49 e5bb1fddddd9: Layer already exists 02:56:49 cc9e9d585077: Layer already exists 02:56:49 3.0.0-dev.53: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:56:50 e0d27f69b586: Preparing 02:56:50 e5bb1fddddd9: Preparing 02:56:50 cc9e9d585077: Preparing 02:56:50 fd7de7bfe17a: Preparing 02:56:50 f70ee36035b9: Preparing 02:56:50 e0d27f69b586: Layer already exists 02:56:50 fd7de7bfe17a: Layer already exists 02:56:50 e5bb1fddddd9: Layer already exists 02:56:50 cc9e9d585077: Layer already exists 02:56:50 f70ee36035b9: Layer already exists 02:56:50 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:56:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:56:51 e0d27f69b586: Preparing 02:56:51 e5bb1fddddd9: Preparing 02:56:51 cc9e9d585077: Preparing 02:56:51 fd7de7bfe17a: Preparing 02:56:51 f70ee36035b9: Preparing 02:56:51 fd7de7bfe17a: Layer already exists 02:56:51 e0d27f69b586: Layer already exists 02:56:51 cc9e9d585077: Layer already exists 02:56:51 e5bb1fddddd9: Layer already exists 02:56:51 f70ee36035b9: Layer already exists 02:56:51 main: digest: sha256:b37aeaa191879158710f58467b75b749708e4ecae712f540e512f03fac9f7938 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:51 ===================================================== [Pipeline] echo 02:56:51 taggedImages: 02:56:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:56:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:56:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.53 02:56:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:51 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:56:51 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:56:51 9347108a609dd459f88553db2d4ce562ddd577d6 02:56:51 latest 02:56:51 3.0.0-dev.53 02:56:51 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:51 main 02:56:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:51 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:56:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:52 2b7c0566eae6: Preparing 02:56:52 9673ad1e118c: Preparing 02:56:52 54b9307970de: Preparing 02:56:52 deb02e6ffbe3: Preparing 02:56:52 cc9e9d585077: Preparing 02:56:52 1f59d69a3d87: Preparing 02:56:52 f70ee36035b9: Preparing 02:56:52 1f59d69a3d87: Waiting 02:56:52 f70ee36035b9: Waiting 02:56:52 cc9e9d585077: Layer already exists 02:56:52 2b7c0566eae6: Pushed 02:56:52 54b9307970de: Pushed 02:56:52 9673ad1e118c: Pushed 02:56:52 f70ee36035b9: Layer already exists 02:56:52 1f59d69a3d87: Pushed 02:56:54 deb02e6ffbe3: Pushed 02:56:54 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:55 + 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 02:56:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:55 2b7c0566eae6: Preparing 02:56:55 9673ad1e118c: Preparing 02:56:55 54b9307970de: Preparing 02:56:55 deb02e6ffbe3: Preparing 02:56:55 cc9e9d585077: Preparing 02:56:55 1f59d69a3d87: Preparing 02:56:55 f70ee36035b9: Preparing 02:56:55 1f59d69a3d87: Waiting 02:56:55 f70ee36035b9: Waiting 02:56:55 2b7c0566eae6: Layer already exists 02:56:55 9673ad1e118c: Layer already exists 02:56:55 54b9307970de: Layer already exists 02:56:55 deb02e6ffbe3: Layer already exists 02:56:55 cc9e9d585077: Layer already exists 02:56:55 f70ee36035b9: Layer already exists 02:56:55 1f59d69a3d87: Layer already exists 02:56:55 latest: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 02:56:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:56 2b7c0566eae6: Preparing 02:56:56 9673ad1e118c: Preparing 02:56:56 54b9307970de: Preparing 02:56:56 deb02e6ffbe3: Preparing 02:56:56 cc9e9d585077: Preparing 02:56:56 1f59d69a3d87: Preparing 02:56:56 f70ee36035b9: Preparing 02:56:56 1f59d69a3d87: Waiting 02:56:56 f70ee36035b9: Waiting 02:56:56 2b7c0566eae6: Layer already exists 02:56:56 54b9307970de: Layer already exists 02:56:56 deb02e6ffbe3: Layer already exists 02:56:56 9673ad1e118c: Layer already exists 02:56:56 cc9e9d585077: Layer already exists 02:56:56 f70ee36035b9: Layer already exists 02:56:56 1f59d69a3d87: Layer already exists 02:56:56 3.0.0-dev.53: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:56 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:57 2b7c0566eae6: Preparing 02:56:57 9673ad1e118c: Preparing 02:56:57 54b9307970de: Preparing 02:56:57 deb02e6ffbe3: Preparing 02:56:57 cc9e9d585077: Preparing 02:56:57 1f59d69a3d87: Preparing 02:56:57 f70ee36035b9: Preparing 02:56:57 1f59d69a3d87: Waiting 02:56:57 f70ee36035b9: Waiting 02:56:57 deb02e6ffbe3: Layer already exists 02:56:57 54b9307970de: Layer already exists 02:56:57 9673ad1e118c: Layer already exists 02:56:57 cc9e9d585077: Layer already exists 02:56:57 2b7c0566eae6: Layer already exists 02:56:57 f70ee36035b9: Layer already exists 02:56:57 1f59d69a3d87: Layer already exists 02:56:57 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:57 + 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 02:56:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:56:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:56:58 2b7c0566eae6: Preparing 02:56:58 9673ad1e118c: Preparing 02:56:58 54b9307970de: Preparing 02:56:58 deb02e6ffbe3: Preparing 02:56:58 cc9e9d585077: Preparing 02:56:58 1f59d69a3d87: Preparing 02:56:58 f70ee36035b9: Preparing 02:56:58 1f59d69a3d87: Waiting 02:56:58 f70ee36035b9: Waiting 02:56:58 9673ad1e118c: Layer already exists 02:56:58 deb02e6ffbe3: Layer already exists 02:56:58 2b7c0566eae6: Layer already exists 02:56:58 cc9e9d585077: Layer already exists 02:56:58 54b9307970de: Layer already exists 02:56:58 1f59d69a3d87: Layer already exists 02:56:58 f70ee36035b9: Layer already exists 02:56:58 main: digest: sha256:9bf74f2b76e2f57d92b56d520fad3a9cd41bea57ce999711dc0ea212f0d22a90 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:56:58 ===================================================== [Pipeline] echo 02:56:58 taggedImages: 02:56:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:56:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:56:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.53 02:56:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:56:58 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:56:58 9347108a609dd459f88553db2d4ce562ddd577d6 02:56:58 latest 02:56:58 3.0.0-dev.53 02:56:58 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:56:58 main 02:56:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:56:59 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:56:59 6c433a07833c: Preparing 02:56:59 82793aff9ebf: Preparing 02:56:59 cc9e9d585077: Preparing 02:56:59 7e09ab1e0f99: Preparing 02:56:59 f70ee36035b9: Preparing 02:56:59 cc9e9d585077: Layer already exists 02:56:59 f70ee36035b9: Layer already exists 02:56:59 6c433a07833c: Pushed 02:56:59 7e09ab1e0f99: Pushed 02:57:02 82793aff9ebf: Pushed 02:57:02 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:57:03 6c433a07833c: Preparing 02:57:03 82793aff9ebf: Preparing 02:57:03 cc9e9d585077: Preparing 02:57:03 7e09ab1e0f99: Preparing 02:57:03 f70ee36035b9: Preparing 02:57:03 6c433a07833c: Layer already exists 02:57:03 cc9e9d585077: Layer already exists 02:57:03 f70ee36035b9: Layer already exists 02:57:03 7e09ab1e0f99: Layer already exists 02:57:03 82793aff9ebf: Layer already exists 02:57:03 latest: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:04 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 02:57:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:57:04 6c433a07833c: Preparing 02:57:04 82793aff9ebf: Preparing 02:57:04 cc9e9d585077: Preparing 02:57:04 7e09ab1e0f99: Preparing 02:57:04 f70ee36035b9: Preparing 02:57:04 6c433a07833c: Layer already exists 02:57:04 7e09ab1e0f99: Layer already exists 02:57:04 cc9e9d585077: Layer already exists 02:57:04 82793aff9ebf: Layer already exists 02:57:04 f70ee36035b9: Layer already exists 02:57:04 3.0.0-dev.53: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:04 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:57:05 6c433a07833c: Preparing 02:57:05 82793aff9ebf: Preparing 02:57:05 cc9e9d585077: Preparing 02:57:05 7e09ab1e0f99: Preparing 02:57:05 f70ee36035b9: Preparing 02:57:05 82793aff9ebf: Layer already exists 02:57:05 6c433a07833c: Layer already exists 02:57:05 f70ee36035b9: Layer already exists 02:57:05 7e09ab1e0f99: Layer already exists 02:57:05 cc9e9d585077: Layer already exists 02:57:05 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:57:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:57:05 6c433a07833c: Preparing 02:57:05 82793aff9ebf: Preparing 02:57:05 cc9e9d585077: Preparing 02:57:05 7e09ab1e0f99: Preparing 02:57:05 f70ee36035b9: Preparing 02:57:05 82793aff9ebf: Layer already exists 02:57:05 6c433a07833c: Layer already exists 02:57:05 cc9e9d585077: Layer already exists 02:57:05 f70ee36035b9: Layer already exists 02:57:05 7e09ab1e0f99: Layer already exists 02:57:05 main: digest: sha256:2a7fd767005b4f9199a717b7494f08053b40739c94291a76a91cfe7ec9655a35 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:06 ===================================================== [Pipeline] echo 02:57:06 taggedImages: 02:57:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:57:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.53 02:57:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:06 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:57:06 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:57:06 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:06 latest 02:57:06 3.0.0-dev.53 02:57:06 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:06 main 02:57:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:06 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:57:07 6f2f2231ff42: Preparing 02:57:07 48f401badf16: Preparing 02:57:07 9a8b7a76aeba: Preparing 02:57:07 cc9e9d585077: Preparing 02:57:07 3ef4a38fc8a2: Preparing 02:57:07 f70ee36035b9: Preparing 02:57:07 f70ee36035b9: Waiting 02:57:07 cc9e9d585077: Layer already exists 02:57:07 f70ee36035b9: Layer already exists 02:57:07 6f2f2231ff42: Pushed 02:57:07 48f401badf16: Pushed 02:57:07 3ef4a38fc8a2: Pushed 02:57:10 9a8b7a76aeba: Pushed 02:57:10 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:10 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:57:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:57:11 6f2f2231ff42: Preparing 02:57:11 48f401badf16: Preparing 02:57:11 9a8b7a76aeba: Preparing 02:57:11 cc9e9d585077: Preparing 02:57:11 3ef4a38fc8a2: Preparing 02:57:11 f70ee36035b9: Preparing 02:57:11 f70ee36035b9: Waiting 02:57:11 48f401badf16: Layer already exists 02:57:11 3ef4a38fc8a2: Layer already exists 02:57:11 6f2f2231ff42: Layer already exists 02:57:11 cc9e9d585077: Layer already exists 02:57:11 9a8b7a76aeba: Layer already exists 02:57:11 f70ee36035b9: Layer already exists 02:57:11 latest: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 02:57:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:57:12 6f2f2231ff42: Preparing 02:57:12 48f401badf16: Preparing 02:57:12 9a8b7a76aeba: Preparing 02:57:12 cc9e9d585077: Preparing 02:57:12 3ef4a38fc8a2: Preparing 02:57:12 f70ee36035b9: Preparing 02:57:12 f70ee36035b9: Waiting 02:57:12 3ef4a38fc8a2: Layer already exists 02:57:12 48f401badf16: Layer already exists 02:57:12 6f2f2231ff42: Layer already exists 02:57:12 cc9e9d585077: Layer already exists 02:57:12 9a8b7a76aeba: Layer already exists 02:57:12 f70ee36035b9: Layer already exists 02:57:12 3.0.0-dev.53: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:57:13 6f2f2231ff42: Preparing 02:57:13 48f401badf16: Preparing 02:57:13 9a8b7a76aeba: Preparing 02:57:13 cc9e9d585077: Preparing 02:57:13 3ef4a38fc8a2: Preparing 02:57:13 f70ee36035b9: Preparing 02:57:13 f70ee36035b9: Waiting 02:57:13 3ef4a38fc8a2: Layer already exists 02:57:13 6f2f2231ff42: Layer already exists 02:57:13 48f401badf16: Layer already exists 02:57:13 9a8b7a76aeba: Layer already exists 02:57:13 cc9e9d585077: Layer already exists 02:57:13 f70ee36035b9: Layer already exists 02:57:13 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:57:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:57:14 6f2f2231ff42: Preparing 02:57:14 48f401badf16: Preparing 02:57:14 9a8b7a76aeba: Preparing 02:57:14 cc9e9d585077: Preparing 02:57:14 3ef4a38fc8a2: Preparing 02:57:14 f70ee36035b9: Preparing 02:57:14 f70ee36035b9: Waiting 02:57:14 cc9e9d585077: Layer already exists 02:57:14 6f2f2231ff42: Layer already exists 02:57:14 48f401badf16: Layer already exists 02:57:14 9a8b7a76aeba: Layer already exists 02:57:14 3ef4a38fc8a2: Layer already exists 02:57:14 f70ee36035b9: Layer already exists 02:57:14 main: digest: sha256:1e4b2138ae04bceba419bae80fcdcdd87b96b5a53ded07580d6fdd28e7b943db size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:14 ===================================================== [Pipeline] echo 02:57:14 taggedImages: 02:57:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:57:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.53 02:57:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:57:14 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:57:14 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:14 latest 02:57:14 3.0.0-dev.53 02:57:14 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:14 main 02:57:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:57:15 f7e62448a95c: Preparing 02:57:15 f7e62448a95c: Preparing 02:57:15 00ee8d99ccda: Preparing 02:57:15 9756ccdecc30: Preparing 02:57:15 0ab2091b84fc: Preparing 02:57:15 bbeed271cfb1: Preparing 02:57:15 669014c76747: Preparing 02:57:15 cc9e9d585077: Preparing 02:57:15 4e287092206d: Preparing 02:57:15 61e475cf78b0: Preparing 02:57:15 ad7d2c383a4a: Preparing 02:57:15 1862331af391: Preparing 02:57:15 f70ee36035b9: Preparing 02:57:15 61e475cf78b0: Waiting 02:57:15 669014c76747: Waiting 02:57:15 cc9e9d585077: Waiting 02:57:15 4e287092206d: Waiting 02:57:15 ad7d2c383a4a: Waiting 02:57:15 1862331af391: Waiting 02:57:15 f70ee36035b9: Waiting 02:57:15 bbeed271cfb1: Pushed 02:57:15 0ab2091b84fc: Pushed 02:57:15 f7e62448a95c: Pushed 02:57:15 00ee8d99ccda: Pushed 02:57:15 9756ccdecc30: Pushed 02:57:15 cc9e9d585077: Layer already exists 02:57:15 4e287092206d: Pushed 02:57:15 61e475cf78b0: Pushed 02:57:15 ad7d2c383a4a: Pushed 02:57:15 f70ee36035b9: Layer already exists 02:57:15 1862331af391: Pushed 02:57:19 669014c76747: Pushed 02:57:19 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:57:19 f7e62448a95c: Preparing 02:57:19 f7e62448a95c: Preparing 02:57:19 00ee8d99ccda: Preparing 02:57:19 9756ccdecc30: Preparing 02:57:19 0ab2091b84fc: Preparing 02:57:19 bbeed271cfb1: Preparing 02:57:19 669014c76747: Preparing 02:57:19 cc9e9d585077: Preparing 02:57:19 4e287092206d: Preparing 02:57:19 61e475cf78b0: Preparing 02:57:19 ad7d2c383a4a: Preparing 02:57:19 1862331af391: Preparing 02:57:19 f70ee36035b9: Preparing 02:57:19 669014c76747: Waiting 02:57:19 61e475cf78b0: Waiting 02:57:19 1862331af391: Waiting 02:57:19 ad7d2c383a4a: Waiting 02:57:19 f70ee36035b9: Waiting 02:57:19 cc9e9d585077: Waiting 02:57:19 4e287092206d: Waiting 02:57:19 0ab2091b84fc: Layer already exists 02:57:19 00ee8d99ccda: Layer already exists 02:57:19 f7e62448a95c: Layer already exists 02:57:19 9756ccdecc30: Layer already exists 02:57:19 bbeed271cfb1: Layer already exists 02:57:19 669014c76747: Layer already exists 02:57:19 61e475cf78b0: Layer already exists 02:57:19 4e287092206d: Layer already exists 02:57:19 cc9e9d585077: Layer already exists 02:57:19 ad7d2c383a4a: Layer already exists 02:57:19 1862331af391: Layer already exists 02:57:19 f70ee36035b9: Layer already exists 02:57:20 latest: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 02:57:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:57:20 f7e62448a95c: Preparing 02:57:20 f7e62448a95c: Preparing 02:57:20 00ee8d99ccda: Preparing 02:57:20 9756ccdecc30: Preparing 02:57:20 0ab2091b84fc: Preparing 02:57:20 bbeed271cfb1: Preparing 02:57:20 669014c76747: Preparing 02:57:20 cc9e9d585077: Preparing 02:57:20 4e287092206d: Preparing 02:57:20 61e475cf78b0: Preparing 02:57:20 ad7d2c383a4a: Preparing 02:57:20 1862331af391: Preparing 02:57:20 f70ee36035b9: Preparing 02:57:20 669014c76747: Waiting 02:57:20 cc9e9d585077: Waiting 02:57:20 4e287092206d: Waiting 02:57:20 61e475cf78b0: Waiting 02:57:20 ad7d2c383a4a: Waiting 02:57:20 1862331af391: Waiting 02:57:20 f70ee36035b9: Waiting 02:57:20 9756ccdecc30: Layer already exists 02:57:20 00ee8d99ccda: Layer already exists 02:57:20 bbeed271cfb1: Layer already exists 02:57:20 f7e62448a95c: Layer already exists 02:57:20 0ab2091b84fc: Layer already exists 02:57:20 61e475cf78b0: Layer already exists 02:57:20 669014c76747: Layer already exists 02:57:20 4e287092206d: Layer already exists 02:57:20 cc9e9d585077: Layer already exists 02:57:20 ad7d2c383a4a: Layer already exists 02:57:20 1862331af391: Layer already exists 02:57:20 f70ee36035b9: Layer already exists 02:57:20 3.0.0-dev.53: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:57:21 f7e62448a95c: Preparing 02:57:21 f7e62448a95c: Preparing 02:57:21 00ee8d99ccda: Preparing 02:57:21 9756ccdecc30: Preparing 02:57:21 0ab2091b84fc: Preparing 02:57:21 bbeed271cfb1: Preparing 02:57:21 669014c76747: Preparing 02:57:21 cc9e9d585077: Preparing 02:57:21 4e287092206d: Preparing 02:57:21 61e475cf78b0: Preparing 02:57:21 ad7d2c383a4a: Preparing 02:57:21 1862331af391: Preparing 02:57:21 f70ee36035b9: Preparing 02:57:21 61e475cf78b0: Waiting 02:57:21 f70ee36035b9: Waiting 02:57:21 1862331af391: Waiting 02:57:21 669014c76747: Waiting 02:57:21 cc9e9d585077: Waiting 02:57:21 4e287092206d: Waiting 02:57:21 bbeed271cfb1: Layer already exists 02:57:21 f7e62448a95c: Layer already exists 02:57:21 0ab2091b84fc: Layer already exists 02:57:21 00ee8d99ccda: Layer already exists 02:57:21 9756ccdecc30: Layer already exists 02:57:21 669014c76747: Layer already exists 02:57:21 cc9e9d585077: Layer already exists 02:57:21 4e287092206d: Layer already exists 02:57:21 61e475cf78b0: Layer already exists 02:57:21 ad7d2c383a4a: Layer already exists 02:57:21 1862331af391: Layer already exists 02:57:21 f70ee36035b9: Layer already exists 02:57:21 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:57:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:57:22 f7e62448a95c: Preparing 02:57:22 f7e62448a95c: Preparing 02:57:22 00ee8d99ccda: Preparing 02:57:22 9756ccdecc30: Preparing 02:57:22 0ab2091b84fc: Preparing 02:57:22 bbeed271cfb1: Preparing 02:57:22 669014c76747: Preparing 02:57:22 cc9e9d585077: Preparing 02:57:22 4e287092206d: Preparing 02:57:22 61e475cf78b0: Preparing 02:57:22 ad7d2c383a4a: Preparing 02:57:22 1862331af391: Preparing 02:57:22 f70ee36035b9: Preparing 02:57:22 4e287092206d: Waiting 02:57:22 61e475cf78b0: Waiting 02:57:22 669014c76747: Waiting 02:57:22 cc9e9d585077: Waiting 02:57:22 ad7d2c383a4a: Waiting 02:57:22 f70ee36035b9: Waiting 02:57:22 1862331af391: Waiting 02:57:22 00ee8d99ccda: Layer already exists 02:57:22 bbeed271cfb1: Layer already exists 02:57:22 9756ccdecc30: Layer already exists 02:57:22 f7e62448a95c: Layer already exists 02:57:22 0ab2091b84fc: Layer already exists 02:57:22 61e475cf78b0: Layer already exists 02:57:22 cc9e9d585077: Layer already exists 02:57:22 ad7d2c383a4a: Layer already exists 02:57:22 4e287092206d: Layer already exists 02:57:22 669014c76747: Layer already exists 02:57:22 1862331af391: Layer already exists 02:57:22 f70ee36035b9: Layer already exists 02:57:22 main: digest: sha256:8ddd4c1d126aa90f6ee4938dc3870aecfcf4cc3bebe72b0333b196f8c25702a8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:22 ===================================================== [Pipeline] echo 02:57:22 taggedImages: 02:57:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:57:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.53 02:57:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:22 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:57:22 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:57:22 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:22 latest 02:57:22 3.0.0-dev.53 02:57:22 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:22 main 02:57:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:23 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:23 9d8c2a7d7e82: Preparing 02:57:23 6cf5f38104a3: Preparing 02:57:23 075ad6e6029d: Preparing 02:57:23 76279a2263ce: Preparing 02:57:23 907fdd69558e: Preparing 02:57:23 e9d4d5523ac8: Preparing 02:57:23 ae25a94931a9: Preparing 02:57:23 f70ee36035b9: Preparing 02:57:23 ae25a94931a9: Waiting 02:57:23 f70ee36035b9: Waiting 02:57:23 e9d4d5523ac8: Waiting 02:57:23 907fdd69558e: Pushed 02:57:23 6cf5f38104a3: Pushed 02:57:23 9d8c2a7d7e82: Pushed 02:57:23 f70ee36035b9: Layer already exists 02:57:24 e9d4d5523ac8: Pushed 02:57:24 ae25a94931a9: Pushed 02:57:26 075ad6e6029d: Pushed 02:57:26 76279a2263ce: Pushed 02:57:26 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:26 + 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 02:57:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:57:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:27 9d8c2a7d7e82: Preparing 02:57:27 6cf5f38104a3: Preparing 02:57:27 075ad6e6029d: Preparing 02:57:27 76279a2263ce: Preparing 02:57:27 907fdd69558e: Preparing 02:57:27 e9d4d5523ac8: Preparing 02:57:27 ae25a94931a9: Preparing 02:57:27 f70ee36035b9: Preparing 02:57:27 e9d4d5523ac8: Waiting 02:57:27 ae25a94931a9: Waiting 02:57:27 f70ee36035b9: Waiting 02:57:27 907fdd69558e: Layer already exists 02:57:27 6cf5f38104a3: Layer already exists 02:57:27 9d8c2a7d7e82: Layer already exists 02:57:27 76279a2263ce: Layer already exists 02:57:27 075ad6e6029d: Layer already exists 02:57:27 e9d4d5523ac8: Layer already exists 02:57:27 ae25a94931a9: Layer already exists 02:57:27 f70ee36035b9: Layer already exists 02:57:27 latest: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 02:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:28 9d8c2a7d7e82: Preparing 02:57:28 6cf5f38104a3: Preparing 02:57:28 075ad6e6029d: Preparing 02:57:28 76279a2263ce: Preparing 02:57:28 907fdd69558e: Preparing 02:57:28 e9d4d5523ac8: Preparing 02:57:28 ae25a94931a9: Preparing 02:57:28 f70ee36035b9: Preparing 02:57:28 e9d4d5523ac8: Waiting 02:57:28 ae25a94931a9: Waiting 02:57:28 f70ee36035b9: Waiting 02:57:28 075ad6e6029d: Layer already exists 02:57:28 9d8c2a7d7e82: Layer already exists 02:57:28 6cf5f38104a3: Layer already exists 02:57:28 907fdd69558e: Layer already exists 02:57:28 76279a2263ce: Layer already exists 02:57:28 ae25a94931a9: Layer already exists 02:57:28 e9d4d5523ac8: Layer already exists 02:57:28 f70ee36035b9: Layer already exists 02:57:28 3.0.0-dev.53: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:28 9d8c2a7d7e82: Preparing 02:57:28 6cf5f38104a3: Preparing 02:57:28 075ad6e6029d: Preparing 02:57:28 76279a2263ce: Preparing 02:57:28 907fdd69558e: Preparing 02:57:28 e9d4d5523ac8: Preparing 02:57:28 ae25a94931a9: Preparing 02:57:28 f70ee36035b9: Preparing 02:57:28 ae25a94931a9: Waiting 02:57:28 f70ee36035b9: Waiting 02:57:28 e9d4d5523ac8: Waiting 02:57:28 9d8c2a7d7e82: Layer already exists 02:57:28 6cf5f38104a3: Layer already exists 02:57:28 075ad6e6029d: Layer already exists 02:57:28 907fdd69558e: Layer already exists 02:57:28 76279a2263ce: Layer already exists 02:57:28 ae25a94931a9: Layer already exists 02:57:28 e9d4d5523ac8: Layer already exists 02:57:28 f70ee36035b9: Layer already exists 02:57:29 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:29 + 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 02:57:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:57:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:57:29 9d8c2a7d7e82: Preparing 02:57:29 6cf5f38104a3: Preparing 02:57:29 075ad6e6029d: Preparing 02:57:29 76279a2263ce: Preparing 02:57:29 907fdd69558e: Preparing 02:57:29 e9d4d5523ac8: Preparing 02:57:29 ae25a94931a9: Preparing 02:57:29 f70ee36035b9: Preparing 02:57:29 e9d4d5523ac8: Waiting 02:57:29 ae25a94931a9: Waiting 02:57:29 f70ee36035b9: Waiting 02:57:29 76279a2263ce: Layer already exists 02:57:29 9d8c2a7d7e82: Layer already exists 02:57:29 075ad6e6029d: Layer already exists 02:57:29 6cf5f38104a3: Layer already exists 02:57:29 907fdd69558e: Layer already exists 02:57:29 ae25a94931a9: Layer already exists 02:57:29 e9d4d5523ac8: Layer already exists 02:57:29 f70ee36035b9: Layer already exists 02:57:30 main: digest: sha256:78eb55c05b7bbc5119d2f09d59fd38e8ea9014c0f21ccc22d55662bd9a1425f6 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:30 ===================================================== [Pipeline] echo 02:57:30 taggedImages: 02:57:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:57:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.53 02:57:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:57:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:57:30 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:30 latest 02:57:30 3.0.0-dev.53 02:57:30 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:30 main 02:57:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:30 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:30 634e9ed89680: Preparing 02:57:30 2240ecaac09f: Preparing 02:57:30 9bec8a847df0: Preparing 02:57:30 6bda0227f384: Preparing 02:57:30 43232b43f260: Preparing 02:57:30 5b830edeb228: Preparing 02:57:30 079c7d296816: Preparing 02:57:30 d29709d3d173: Preparing 02:57:30 111e645b2e09: Preparing 02:57:30 f70ee36035b9: Preparing 02:57:30 5b830edeb228: Waiting 02:57:30 d29709d3d173: Waiting 02:57:30 111e645b2e09: Waiting 02:57:30 079c7d296816: Waiting 02:57:30 f70ee36035b9: Waiting 02:57:31 43232b43f260: Pushed 02:57:31 2240ecaac09f: Pushed 02:57:31 634e9ed89680: Pushed 02:57:31 5b830edeb228: Pushed 02:57:31 d29709d3d173: Pushed 02:57:31 079c7d296816: Pushed 02:57:31 f70ee36035b9: Layer already exists 02:57:31 111e645b2e09: Pushed 02:57:33 6bda0227f384: Pushed 02:57:34 9bec8a847df0: Pushed 02:57:34 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:35 + 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 02:57:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:57:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:35 634e9ed89680: Preparing 02:57:35 2240ecaac09f: Preparing 02:57:35 9bec8a847df0: Preparing 02:57:35 6bda0227f384: Preparing 02:57:35 43232b43f260: Preparing 02:57:35 5b830edeb228: Preparing 02:57:35 079c7d296816: Preparing 02:57:35 d29709d3d173: Preparing 02:57:35 111e645b2e09: Preparing 02:57:35 f70ee36035b9: Preparing 02:57:35 079c7d296816: Waiting 02:57:35 d29709d3d173: Waiting 02:57:35 111e645b2e09: Waiting 02:57:35 f70ee36035b9: Waiting 02:57:35 43232b43f260: Layer already exists 02:57:35 9bec8a847df0: Layer already exists 02:57:35 2240ecaac09f: Layer already exists 02:57:35 6bda0227f384: Layer already exists 02:57:35 634e9ed89680: Layer already exists 02:57:35 079c7d296816: Layer already exists 02:57:35 5b830edeb228: Layer already exists 02:57:35 111e645b2e09: Layer already exists 02:57:35 d29709d3d173: Layer already exists 02:57:35 f70ee36035b9: Layer already exists 02:57:35 latest: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 02:57:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:36 634e9ed89680: Preparing 02:57:36 2240ecaac09f: Preparing 02:57:36 9bec8a847df0: Preparing 02:57:36 6bda0227f384: Preparing 02:57:36 43232b43f260: Preparing 02:57:36 5b830edeb228: Preparing 02:57:36 079c7d296816: Preparing 02:57:36 d29709d3d173: Preparing 02:57:36 111e645b2e09: Preparing 02:57:36 f70ee36035b9: Preparing 02:57:36 5b830edeb228: Waiting 02:57:36 079c7d296816: Waiting 02:57:36 d29709d3d173: Waiting 02:57:36 111e645b2e09: Waiting 02:57:36 6bda0227f384: Layer already exists 02:57:36 2240ecaac09f: Layer already exists 02:57:36 43232b43f260: Layer already exists 02:57:36 634e9ed89680: Layer already exists 02:57:36 9bec8a847df0: Layer already exists 02:57:36 5b830edeb228: Layer already exists 02:57:36 079c7d296816: Layer already exists 02:57:36 111e645b2e09: Layer already exists 02:57:36 d29709d3d173: Layer already exists 02:57:36 f70ee36035b9: Layer already exists 02:57:36 3.0.0-dev.53: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:37 634e9ed89680: Preparing 02:57:37 2240ecaac09f: Preparing 02:57:37 9bec8a847df0: Preparing 02:57:37 6bda0227f384: Preparing 02:57:37 43232b43f260: Preparing 02:57:37 5b830edeb228: Preparing 02:57:37 079c7d296816: Preparing 02:57:37 d29709d3d173: Preparing 02:57:37 111e645b2e09: Preparing 02:57:37 f70ee36035b9: Preparing 02:57:37 5b830edeb228: Waiting 02:57:37 079c7d296816: Waiting 02:57:37 d29709d3d173: Waiting 02:57:37 111e645b2e09: Waiting 02:57:37 f70ee36035b9: Waiting 02:57:37 634e9ed89680: Layer already exists 02:57:37 2240ecaac09f: Layer already exists 02:57:37 43232b43f260: Layer already exists 02:57:37 6bda0227f384: Layer already exists 02:57:37 9bec8a847df0: Layer already exists 02:57:37 f70ee36035b9: Layer already exists 02:57:37 079c7d296816: Layer already exists 02:57:37 5b830edeb228: Layer already exists 02:57:37 111e645b2e09: Layer already exists 02:57:37 d29709d3d173: Layer already exists 02:57:37 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:37 + 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 02:57:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:57:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:57:38 634e9ed89680: Preparing 02:57:38 2240ecaac09f: Preparing 02:57:38 9bec8a847df0: Preparing 02:57:38 6bda0227f384: Preparing 02:57:38 43232b43f260: Preparing 02:57:38 5b830edeb228: Preparing 02:57:38 079c7d296816: Preparing 02:57:38 d29709d3d173: Preparing 02:57:38 111e645b2e09: Preparing 02:57:38 f70ee36035b9: Preparing 02:57:38 d29709d3d173: Waiting 02:57:38 111e645b2e09: Waiting 02:57:38 5b830edeb228: Waiting 02:57:38 f70ee36035b9: Waiting 02:57:38 079c7d296816: Waiting 02:57:38 9bec8a847df0: Layer already exists 02:57:38 634e9ed89680: Layer already exists 02:57:38 6bda0227f384: Layer already exists 02:57:38 43232b43f260: Layer already exists 02:57:38 2240ecaac09f: Layer already exists 02:57:38 079c7d296816: Layer already exists 02:57:38 5b830edeb228: Layer already exists 02:57:38 f70ee36035b9: Layer already exists 02:57:38 d29709d3d173: Layer already exists 02:57:38 111e645b2e09: Layer already exists 02:57:38 main: digest: sha256:e0150f56fad4b1f7a2fdb44b3b336b76177f52d5b0e8b425fa80c936cdd7d196 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:38 ===================================================== [Pipeline] echo 02:57:38 taggedImages: 02:57:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:57:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.53 02:57:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:57:38 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:57:38 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:38 latest 02:57:38 3.0.0-dev.53 02:57:38 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:38 main 02:57:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:38 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:39 e9dca061581a: Preparing 02:57:39 beb10c203b4c: Preparing 02:57:39 cc9e9d585077: Preparing 02:57:39 7e66ee5d21ef: Preparing 02:57:39 a8cfdf0cc8ec: Preparing 02:57:39 a8cfdf0cc8ec: Layer already exists 02:57:39 cc9e9d585077: Layer already exists 02:57:39 e9dca061581a: Pushed 02:57:40 7e66ee5d21ef: Pushed 02:57:43 beb10c203b4c: Pushed 02:57:46 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:46 + 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 02:57:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:57:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:46 e9dca061581a: Preparing 02:57:46 beb10c203b4c: Preparing 02:57:46 cc9e9d585077: Preparing 02:57:46 7e66ee5d21ef: Preparing 02:57:46 a8cfdf0cc8ec: Preparing 02:57:46 e9dca061581a: Layer already exists 02:57:46 a8cfdf0cc8ec: Layer already exists 02:57:46 7e66ee5d21ef: Layer already exists 02:57:46 beb10c203b4c: Layer already exists 02:57:46 cc9e9d585077: Layer already exists 02:57:46 latest: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 02:57:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:47 e9dca061581a: Preparing 02:57:47 beb10c203b4c: Preparing 02:57:47 cc9e9d585077: Preparing 02:57:47 7e66ee5d21ef: Preparing 02:57:47 a8cfdf0cc8ec: Preparing 02:57:47 7e66ee5d21ef: Layer already exists 02:57:47 a8cfdf0cc8ec: Layer already exists 02:57:47 cc9e9d585077: Layer already exists 02:57:47 beb10c203b4c: Layer already exists 02:57:47 e9dca061581a: Layer already exists 02:57:47 3.0.0-dev.53: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:48 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:48 e9dca061581a: Preparing 02:57:48 beb10c203b4c: Preparing 02:57:48 cc9e9d585077: Preparing 02:57:48 7e66ee5d21ef: Preparing 02:57:48 a8cfdf0cc8ec: Preparing 02:57:48 7e66ee5d21ef: Layer already exists 02:57:48 beb10c203b4c: Layer already exists 02:57:48 a8cfdf0cc8ec: Layer already exists 02:57:48 cc9e9d585077: Layer already exists 02:57:48 e9dca061581a: Layer already exists 02:57:48 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:48 + 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 02:57:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:57:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:57:49 e9dca061581a: Preparing 02:57:49 beb10c203b4c: Preparing 02:57:49 cc9e9d585077: Preparing 02:57:49 7e66ee5d21ef: Preparing 02:57:49 a8cfdf0cc8ec: Preparing 02:57:49 a8cfdf0cc8ec: Layer already exists 02:57:49 beb10c203b4c: Layer already exists 02:57:49 cc9e9d585077: Layer already exists 02:57:49 e9dca061581a: Layer already exists 02:57:49 7e66ee5d21ef: Layer already exists 02:57:49 main: digest: sha256:e064d3d8e39a933d66b74d9f9f000301bb6da8de1bf2086ec51eb4a49f6fb797 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:57:49 ===================================================== [Pipeline] echo 02:57:49 taggedImages: 02:57:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:57:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.53 02:57:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:49 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:57:49 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:57:49 9347108a609dd459f88553db2d4ce562ddd577d6 02:57:49 latest 02:57:49 3.0.0-dev.53 02:57:49 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:57:49 main 02:57:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:49 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:57:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:57:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:57:50 7e7f26017214: Preparing 02:57:50 98c59f4314d7: Preparing 02:57:50 eebfa4230a15: Preparing 02:57:50 b589a3ba7185: Preparing 02:57:50 734ebdd8196b: Preparing 02:57:50 28072a667bc4: Preparing 02:57:50 a8cfdf0cc8ec: Preparing 02:57:50 28072a667bc4: Waiting 02:57:50 a8cfdf0cc8ec: Waiting 02:57:50 7e7f26017214: Pushed 02:57:50 eebfa4230a15: Pushed 02:57:50 98c59f4314d7: Pushed 02:57:50 a8cfdf0cc8ec: Layer already exists 02:57:51 28072a667bc4: Pushed 02:57:58 734ebdd8196b: Pushed 02:58:06 b589a3ba7185: Pushed 02:58:06 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:06 + 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 02:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:07 7e7f26017214: Preparing 02:58:07 98c59f4314d7: Preparing 02:58:07 eebfa4230a15: Preparing 02:58:07 b589a3ba7185: Preparing 02:58:07 734ebdd8196b: Preparing 02:58:07 28072a667bc4: Preparing 02:58:07 a8cfdf0cc8ec: Preparing 02:58:07 28072a667bc4: Waiting 02:58:07 a8cfdf0cc8ec: Waiting 02:58:07 734ebdd8196b: Layer already exists 02:58:07 7e7f26017214: Layer already exists 02:58:07 98c59f4314d7: Layer already exists 02:58:07 b589a3ba7185: Layer already exists 02:58:07 eebfa4230a15: Layer already exists 02:58:07 28072a667bc4: Layer already exists 02:58:07 a8cfdf0cc8ec: Layer already exists 02:58:07 latest: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 02:58:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:07 7e7f26017214: Preparing 02:58:07 98c59f4314d7: Preparing 02:58:07 eebfa4230a15: Preparing 02:58:07 b589a3ba7185: Preparing 02:58:07 734ebdd8196b: Preparing 02:58:07 28072a667bc4: Preparing 02:58:07 a8cfdf0cc8ec: Preparing 02:58:07 28072a667bc4: Waiting 02:58:07 a8cfdf0cc8ec: Waiting 02:58:07 734ebdd8196b: Layer already exists 02:58:07 98c59f4314d7: Layer already exists 02:58:07 eebfa4230a15: Layer already exists 02:58:07 7e7f26017214: Layer already exists 02:58:07 b589a3ba7185: Layer already exists 02:58:07 28072a667bc4: Layer already exists 02:58:07 a8cfdf0cc8ec: Layer already exists 02:58:08 3.0.0-dev.53: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:08 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:08 7e7f26017214: Preparing 02:58:08 98c59f4314d7: Preparing 02:58:08 eebfa4230a15: Preparing 02:58:08 b589a3ba7185: Preparing 02:58:08 734ebdd8196b: Preparing 02:58:08 28072a667bc4: Preparing 02:58:08 a8cfdf0cc8ec: Preparing 02:58:08 28072a667bc4: Waiting 02:58:08 a8cfdf0cc8ec: Waiting 02:58:08 b589a3ba7185: Layer already exists 02:58:08 98c59f4314d7: Layer already exists 02:58:08 734ebdd8196b: Layer already exists 02:58:08 7e7f26017214: Layer already exists 02:58:08 eebfa4230a15: Layer already exists 02:58:08 28072a667bc4: Layer already exists 02:58:08 a8cfdf0cc8ec: Layer already exists 02:58:09 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:09 + 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 02:58:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:58:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:58:09 7e7f26017214: Preparing 02:58:09 98c59f4314d7: Preparing 02:58:09 eebfa4230a15: Preparing 02:58:09 b589a3ba7185: Preparing 02:58:09 734ebdd8196b: Preparing 02:58:09 28072a667bc4: Preparing 02:58:09 a8cfdf0cc8ec: Preparing 02:58:09 28072a667bc4: Waiting 02:58:09 a8cfdf0cc8ec: Waiting 02:58:09 98c59f4314d7: Layer already exists 02:58:09 7e7f26017214: Layer already exists 02:58:09 eebfa4230a15: Layer already exists 02:58:09 734ebdd8196b: Layer already exists 02:58:09 b589a3ba7185: Layer already exists 02:58:09 a8cfdf0cc8ec: Layer already exists 02:58:09 28072a667bc4: Layer already exists 02:58:10 main: digest: sha256:2efdaca3bd1dcca85f9bf48d2cc5e88f345999f18bc488792138979f64ce98b8 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:10 ===================================================== [Pipeline] echo 02:58:10 taggedImages: 02:58:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:58:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.53 02:58:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:10 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:58:10 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:58:10 9347108a609dd459f88553db2d4ce562ddd577d6 02:58:10 latest 02:58:10 3.0.0-dev.53 02:58:10 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:10 main 02:58:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:10 c51f29875212: Preparing 02:58:10 c0d9d743e579: Preparing 02:58:10 0c76f8f7ce00: Preparing 02:58:10 ce6868e18837: Preparing 02:58:10 afc8a9639ce4: Preparing 02:58:10 a8cfdf0cc8ec: Preparing 02:58:10 a8cfdf0cc8ec: Waiting 02:58:11 c51f29875212: Pushed 02:58:11 c0d9d743e579: Pushed 02:58:11 0c76f8f7ce00: Pushed 02:58:11 a8cfdf0cc8ec: Layer already exists 02:58:11 afc8a9639ce4: Pushed 02:58:26 ce6868e18837: Pushed 02:58:27 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:28 + 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 02:58:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:28 c51f29875212: Preparing 02:58:28 c0d9d743e579: Preparing 02:58:28 0c76f8f7ce00: Preparing 02:58:28 ce6868e18837: Preparing 02:58:28 afc8a9639ce4: Preparing 02:58:28 a8cfdf0cc8ec: Preparing 02:58:28 a8cfdf0cc8ec: Waiting 02:58:28 c0d9d743e579: Layer already exists 02:58:28 ce6868e18837: Layer already exists 02:58:28 afc8a9639ce4: Layer already exists 02:58:28 c51f29875212: Layer already exists 02:58:28 0c76f8f7ce00: Layer already exists 02:58:28 a8cfdf0cc8ec: Layer already exists 02:58:28 latest: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:28 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 02:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:29 c51f29875212: Preparing 02:58:29 c0d9d743e579: Preparing 02:58:29 0c76f8f7ce00: Preparing 02:58:29 ce6868e18837: Preparing 02:58:29 afc8a9639ce4: Preparing 02:58:29 a8cfdf0cc8ec: Preparing 02:58:29 a8cfdf0cc8ec: Waiting 02:58:29 c51f29875212: Layer already exists 02:58:29 afc8a9639ce4: Layer already exists 02:58:29 ce6868e18837: Layer already exists 02:58:29 c0d9d743e579: Layer already exists 02:58:29 0c76f8f7ce00: Layer already exists 02:58:29 a8cfdf0cc8ec: Layer already exists 02:58:29 3.0.0-dev.53: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:29 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:29 c51f29875212: Preparing 02:58:29 c0d9d743e579: Preparing 02:58:29 0c76f8f7ce00: Preparing 02:58:29 ce6868e18837: Preparing 02:58:29 afc8a9639ce4: Preparing 02:58:29 a8cfdf0cc8ec: Preparing 02:58:29 a8cfdf0cc8ec: Waiting 02:58:29 ce6868e18837: Layer already exists 02:58:29 0c76f8f7ce00: Layer already exists 02:58:29 afc8a9639ce4: Layer already exists 02:58:29 c0d9d743e579: Layer already exists 02:58:29 c51f29875212: Layer already exists 02:58:29 a8cfdf0cc8ec: Layer already exists 02:58:29 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:30 + 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 02:58:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:58:30 c51f29875212: Preparing 02:58:30 c0d9d743e579: Preparing 02:58:30 0c76f8f7ce00: Preparing 02:58:30 ce6868e18837: Preparing 02:58:30 afc8a9639ce4: Preparing 02:58:30 a8cfdf0cc8ec: Preparing 02:58:30 a8cfdf0cc8ec: Waiting 02:58:30 0c76f8f7ce00: Layer already exists 02:58:30 c0d9d743e579: Layer already exists 02:58:30 c51f29875212: Layer already exists 02:58:30 ce6868e18837: Layer already exists 02:58:30 afc8a9639ce4: Layer already exists 02:58:30 a8cfdf0cc8ec: Layer already exists 02:58:30 main: digest: sha256:e7c3a3db14ba53807c31de96e829f3ce51149df40872e005387cb46e51b014a7 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:30 ===================================================== [Pipeline] echo 02:58:30 taggedImages: 02:58:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:58:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.53 02:58:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:30 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:58:30 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:58:30 9347108a609dd459f88553db2d4ce562ddd577d6 02:58:30 latest 02:58:30 3.0.0-dev.53 02:58:30 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:30 main 02:58:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:31 71cb88ac1164: Preparing 02:58:31 705e9487fc7b: Preparing 02:58:31 1f1c7cc10df9: Preparing 02:58:31 722ceac9b277: Preparing 02:58:31 28072a667bc4: Preparing 02:58:31 a8cfdf0cc8ec: Preparing 02:58:31 a8cfdf0cc8ec: Waiting 02:58:31 28072a667bc4: Layer already exists 02:58:31 a8cfdf0cc8ec: Layer already exists 02:58:31 705e9487fc7b: Pushed 02:58:31 71cb88ac1164: Pushed 02:58:31 1f1c7cc10df9: Pushed 02:58:46 722ceac9b277: Pushed 02:58:46 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:47 + 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 02:58:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:47 71cb88ac1164: Preparing 02:58:47 705e9487fc7b: Preparing 02:58:47 1f1c7cc10df9: Preparing 02:58:47 722ceac9b277: Preparing 02:58:47 28072a667bc4: Preparing 02:58:47 a8cfdf0cc8ec: Preparing 02:58:47 a8cfdf0cc8ec: Waiting 02:58:47 722ceac9b277: Layer already exists 02:58:47 28072a667bc4: Layer already exists 02:58:47 1f1c7cc10df9: Layer already exists 02:58:47 71cb88ac1164: Layer already exists 02:58:47 705e9487fc7b: Layer already exists 02:58:47 a8cfdf0cc8ec: Layer already exists 02:58:47 latest: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 02:58:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:48 71cb88ac1164: Preparing 02:58:48 705e9487fc7b: Preparing 02:58:48 1f1c7cc10df9: Preparing 02:58:48 722ceac9b277: Preparing 02:58:48 28072a667bc4: Preparing 02:58:48 a8cfdf0cc8ec: Preparing 02:58:48 a8cfdf0cc8ec: Waiting 02:58:48 28072a667bc4: Layer already exists 02:58:48 71cb88ac1164: Layer already exists 02:58:48 705e9487fc7b: Layer already exists 02:58:48 1f1c7cc10df9: Layer already exists 02:58:48 722ceac9b277: Layer already exists 02:58:48 a8cfdf0cc8ec: Layer already exists 02:58:48 3.0.0-dev.53: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:49 71cb88ac1164: Preparing 02:58:49 705e9487fc7b: Preparing 02:58:49 1f1c7cc10df9: Preparing 02:58:49 722ceac9b277: Preparing 02:58:49 28072a667bc4: Preparing 02:58:49 a8cfdf0cc8ec: Preparing 02:58:49 a8cfdf0cc8ec: Waiting 02:58:49 28072a667bc4: Layer already exists 02:58:49 705e9487fc7b: Layer already exists 02:58:49 1f1c7cc10df9: Layer already exists 02:58:49 71cb88ac1164: Layer already exists 02:58:49 722ceac9b277: Layer already exists 02:58:49 a8cfdf0cc8ec: Layer already exists 02:58:49 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:49 + 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 02:58:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:58:49 71cb88ac1164: Preparing 02:58:49 705e9487fc7b: Preparing 02:58:49 1f1c7cc10df9: Preparing 02:58:49 722ceac9b277: Preparing 02:58:49 28072a667bc4: Preparing 02:58:49 a8cfdf0cc8ec: Preparing 02:58:49 a8cfdf0cc8ec: Waiting 02:58:49 28072a667bc4: Layer already exists 02:58:49 705e9487fc7b: Layer already exists 02:58:49 71cb88ac1164: Layer already exists 02:58:49 722ceac9b277: Layer already exists 02:58:49 1f1c7cc10df9: Layer already exists 02:58:49 a8cfdf0cc8ec: Layer already exists 02:58:49 main: digest: sha256:ee9b1133b4ee93613d9c592239a3e7692d39602d6e96be9ce21e10f9561f1aa4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:50 ===================================================== [Pipeline] echo 02:58:50 taggedImages: 02:58:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:58:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.53 02:58:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:58:50 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:58:50 9347108a609dd459f88553db2d4ce562ddd577d6 02:58:50 latest 02:58:50 3.0.0-dev.53 02:58:50 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:50 main 02:58:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:50 18879fb6e47c: Preparing 02:58:50 0a2afc91eea9: Preparing 02:58:50 cc9e9d585077: Preparing 02:58:50 b84408814ba2: Preparing 02:58:50 f70ee36035b9: Preparing 02:58:50 cc9e9d585077: Layer already exists 02:58:50 f70ee36035b9: Layer already exists 02:58:50 18879fb6e47c: Pushed 02:58:50 b84408814ba2: Pushed 02:58:56 0a2afc91eea9: Pushed 02:58:56 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:56 18879fb6e47c: Preparing 02:58:56 0a2afc91eea9: Preparing 02:58:56 cc9e9d585077: Preparing 02:58:56 b84408814ba2: Preparing 02:58:56 f70ee36035b9: Preparing 02:58:56 18879fb6e47c: Layer already exists 02:58:56 f70ee36035b9: Layer already exists 02:58:56 0a2afc91eea9: Layer already exists 02:58:56 b84408814ba2: Layer already exists 02:58:56 cc9e9d585077: Layer already exists 02:58:56 latest: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 02:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:57 18879fb6e47c: Preparing 02:58:57 0a2afc91eea9: Preparing 02:58:57 cc9e9d585077: Preparing 02:58:57 b84408814ba2: Preparing 02:58:57 f70ee36035b9: Preparing 02:58:57 b84408814ba2: Layer already exists 02:58:57 18879fb6e47c: Layer already exists 02:58:57 0a2afc91eea9: Layer already exists 02:58:57 cc9e9d585077: Layer already exists 02:58:57 f70ee36035b9: Layer already exists 02:58:57 3.0.0-dev.53: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:58 18879fb6e47c: Preparing 02:58:58 0a2afc91eea9: Preparing 02:58:58 cc9e9d585077: Preparing 02:58:58 b84408814ba2: Preparing 02:58:58 f70ee36035b9: Preparing 02:58:58 b84408814ba2: Layer already exists 02:58:58 0a2afc91eea9: Layer already exists 02:58:58 cc9e9d585077: Layer already exists 02:58:58 f70ee36035b9: Layer already exists 02:58:58 18879fb6e47c: Layer already exists 02:58:58 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:58:58 18879fb6e47c: Preparing 02:58:58 0a2afc91eea9: Preparing 02:58:58 cc9e9d585077: Preparing 02:58:58 b84408814ba2: Preparing 02:58:58 f70ee36035b9: Preparing 02:58:58 0a2afc91eea9: Layer already exists 02:58:58 18879fb6e47c: Layer already exists 02:58:58 b84408814ba2: Layer already exists 02:58:58 f70ee36035b9: Layer already exists 02:58:58 cc9e9d585077: Layer already exists 02:58:58 main: digest: sha256:57fecba7f60dfc46bcfd4436aea89d311ff8af87bb1131418727f289b7e03cf5 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:58:59 ===================================================== [Pipeline] echo 02:58:59 taggedImages: 02:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.53 02:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:59 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:58:59 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:58:59 9347108a609dd459f88553db2d4ce562ddd577d6 02:58:59 latest 02:58:59 3.0.0-dev.53 02:58:59 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:58:59 main 02:58:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:58:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:58:59 960e08188d35: Preparing 02:58:59 06758e7e0193: Preparing 02:58:59 cc9e9d585077: Preparing 02:58:59 fd7de7bfe17a: Preparing 02:58:59 f70ee36035b9: Preparing 02:58:59 cc9e9d585077: Layer already exists 02:58:59 fd7de7bfe17a: Layer already exists 02:58:59 f70ee36035b9: Layer already exists 02:59:00 960e08188d35: Pushed 02:59:08 06758e7e0193: Pushed 02:59:08 9347108a609dd459f88553db2d4ce562ddd577d6: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:09 960e08188d35: Preparing 02:59:09 06758e7e0193: Preparing 02:59:09 cc9e9d585077: Preparing 02:59:09 fd7de7bfe17a: Preparing 02:59:09 f70ee36035b9: Preparing 02:59:09 f70ee36035b9: Layer already exists 02:59:09 cc9e9d585077: Layer already exists 02:59:09 06758e7e0193: Layer already exists 02:59:09 960e08188d35: Layer already exists 02:59:09 fd7de7bfe17a: Layer already exists 02:59:09 latest: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 02:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:09 960e08188d35: Preparing 02:59:09 06758e7e0193: Preparing 02:59:09 cc9e9d585077: Preparing 02:59:09 fd7de7bfe17a: Preparing 02:59:09 f70ee36035b9: Preparing 02:59:09 f70ee36035b9: Layer already exists 02:59:09 960e08188d35: Layer already exists 02:59:09 cc9e9d585077: Layer already exists 02:59:09 06758e7e0193: Layer already exists 02:59:09 fd7de7bfe17a: Layer already exists 02:59:09 3.0.0-dev.53: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:10 960e08188d35: Preparing 02:59:10 06758e7e0193: Preparing 02:59:10 cc9e9d585077: Preparing 02:59:10 fd7de7bfe17a: Preparing 02:59:10 f70ee36035b9: Preparing 02:59:10 cc9e9d585077: Layer already exists 02:59:10 fd7de7bfe17a: Layer already exists 02:59:10 960e08188d35: Layer already exists 02:59:10 f70ee36035b9: Layer already exists 02:59:10 06758e7e0193: Layer already exists 02:59:10 9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:59:11 960e08188d35: Preparing 02:59:11 06758e7e0193: Preparing 02:59:11 cc9e9d585077: Preparing 02:59:11 fd7de7bfe17a: Preparing 02:59:11 f70ee36035b9: Preparing 02:59:11 cc9e9d585077: Layer already exists 02:59:11 06758e7e0193: Layer already exists 02:59:11 960e08188d35: Layer already exists 02:59:11 f70ee36035b9: Layer already exists 02:59:11 fd7de7bfe17a: Layer already exists 02:59:12 main: digest: sha256:01ca5077a16dd8a2152f5d4cf2f83783af883efae1011f88bafcdaaeb7bf6903 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:59:12 ===================================================== [Pipeline] echo 02:59:12 taggedImages: 02:59:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6 02:59:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:59:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.53 02:59:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9347108a609dd459f88553db2d4ce562ddd577d6-3.0.0-dev.53 02:59:12 - 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 02:59:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:12 02:59:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:12 arm64: Pulling from edgex-lftools-log-publisher 02:59:12 8998bd30e6a1: Pulling fs layer 02:59:12 04944245beec: Pulling fs layer 02:59:12 699f458cf7ca: Pulling fs layer 02:59:12 765212b225bb: Pulling fs layer 02:59:12 f23df028b6ca: Pulling fs layer 02:59:12 d65c8cfc05b1: Pulling fs layer 02:59:12 2437ff75d9bd: Pulling fs layer 02:59:12 765212b225bb: Waiting 02:59:12 d65c8cfc05b1: Waiting 02:59:12 2437ff75d9bd: Waiting 02:59:12 f23df028b6ca: Waiting 02:59:13 04944245beec: Verifying Checksum 02:59:13 04944245beec: Download complete 02:59:13 765212b225bb: Download complete 02:59:13 f23df028b6ca: Download complete 02:59:13 d65c8cfc05b1: Verifying Checksum 02:59:13 d65c8cfc05b1: Download complete 02:59:13 699f458cf7ca: Verifying Checksum 02:59:13 699f458cf7ca: Download complete 02:59:13 8998bd30e6a1: Verifying Checksum 02:59:13 8998bd30e6a1: Download complete 02:59:16 2437ff75d9bd: Verifying Checksum 02:59:16 2437ff75d9bd: Download complete 02:59:17 8998bd30e6a1: Pull complete 02:59:17 04944245beec: Pull complete 02:59:19 699f458cf7ca: Pull complete 02:59:19 765212b225bb: Pull complete 02:59:20 f23df028b6ca: Pull complete 02:59:20 d65c8cfc05b1: Pull complete 02:59:35 2437ff75d9bd: Pull complete 02:59:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:59:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:59:35 prd-ubuntu20.04-docker-arm64-4c-16g-6239 does not seem to be running inside a container 02:59:35 $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:59:38 $ docker top 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:59:38 ---> job-cost.sh 02:59:39 lf-activate-venv: SKIPPING 02:59:39 INFO: No Stack... 02:59:39 INFO: Retrieving Pricing Info for: v3-standard-4 02:59:40 INFO: Archiving Costs [Pipeline] sh 02:59:41 + + cat /w/workspace/edgex-go/414/archives/cost.csv 02:59:41 cut -d, -f6 [Pipeline] lock 02:59:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] 02:59:41 Resource [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] did not exist. Created. 02:59:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:59:41 + echo total: 0.10999999940395355 [Pipeline] stash 02:59:42 Stashed 1 file(s) [Pipeline] } 02:59:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-414-stack-cost] [Pipeline] // lock [Pipeline] } 02:59:42 $ docker stop --time=1 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd 02:59:43 $ docker rm -f --volumes 33e1bd304ad06f22590ecd7151552aeca3bfb5a73fefc7338c2b747136a84ecd [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 02:59:44 provisioning config files... 02:59:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/414@tmp/config2649451973115697029tmp [Pipeline] { [Pipeline] sh 02:59:44 + set +x 02:59:44 + curl -s https://codecov.io/bash 02:59:44 + bash -s -- 02:59:44 02:59:44 _____ _ 02:59:44 / ____| | | 02:59:44 | | ___ __| | ___ ___ _____ __ 02:59:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:59:44 | |___| (_) | (_| | __/ (_| (_) \ V / 02:59:44 \_____\___/ \__,_|\___|\___\___/ \_/ 02:59:44 Bash-1.0.6 02:59:44 02:59:44 02:59:44 ==> git version 2.25.1 found 02:59:44 ==> 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 02:59:44 Release-Date: 2020-01-08 02:59:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:59:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:59:44 ==> Jenkins CI detected. 02:59:44 current dir:  /w/workspace/edgex-go/414 02:59:44 project root: . 02:59:44 --> token set from env 02:59:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:59:44 ==> Running gcov in . (disable via -X gcov) 02:59:44 ==> Python coveragepy not found 02:59:44 ==> Searching for coverage reports in: 02:59:44 + . 02:59:44 -> Found 1 reports 02:59:44 ==> Detecting git/mercurial file structure 02:59:44 ==> Reading reports 02:59:44 + ./coverage.out bytes=487530 02:59:44 ==> Appending adjustments 02:59:44 https://docs.codecov.io/docs/fixing-reports 02:59:45 + Found adjustments 02:59:45 ==> Gzipping contents 02:59:45 64K /tmp/codecov.ppXiJZ.gz 02:59:45 ==> Uploading reports 02:59:45 url: https://codecov.io 02:59:45 query: branch=main&commit=9347108a609dd459f88553db2d4ce562ddd577d6&build=414&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F414%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:59:45 -> Pinging Codecov 02:59:45 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=9347108a609dd459f88553db2d4ce562ddd577d6&build=414&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F414%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:59:45 -> Uploading to 02:59:45 https://storage.googleapis.com/codecov/v4/raw/2023-02-16/00271124DB129430A58F1EEE437C3FCB/9347108a609dd459f88553db2d4ce562ddd577d6/a2380230-85f5-43a3-bd03-66232c4e3f0c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T025945Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b03fc24c8148f545fb92de076b7b18ac1e8ddd628f57d1ab64a9bf8c0ea8744b 02:59:45 % Total % Received % Xferd Average Speed Time Time Time Current 02:59:45 Dload Upload Total Spent Left Speed 02:59:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62980 0 0 100 62980 0 211k --:--:-- --:--:-- --:--:-- 210k 100 62980 0 0 100 62980 0 211k --:--:-- --:--:-- --:--:-- 210k 02:59:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9347108a609dd459f88553db2d4ce562ddd577d6 [Pipeline] } 02:59:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:59:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:59:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:59:46 02:59:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:59:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:59:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:59:46 df9b9388f04a: Pulling fs layer 02:59:46 52dc419b0ee2: Pulling fs layer 02:59:46 25bc292e5bac: Pulling fs layer 02:59:46 114826534d7a: Pulling fs layer 02:59:46 4657fd5d0bcf: Pulling fs layer 02:59:46 6ad1cebc031e: Pulling fs layer 02:59:46 8a3aa393b2d8: Pulling fs layer 02:59:46 114826534d7a: Waiting 02:59:46 4657fd5d0bcf: Waiting 02:59:46 8a3aa393b2d8: Waiting 02:59:46 6ad1cebc031e: Waiting 02:59:46 25bc292e5bac: Verifying Checksum 02:59:46 25bc292e5bac: Download complete 02:59:46 52dc419b0ee2: Verifying Checksum 02:59:46 52dc419b0ee2: Download complete 02:59:46 4657fd5d0bcf: Download complete 02:59:46 df9b9388f04a: Verifying Checksum 02:59:46 df9b9388f04a: Download complete 02:59:47 df9b9388f04a: Pull complete 02:59:47 6ad1cebc031e: Verifying Checksum 02:59:47 6ad1cebc031e: Download complete 02:59:47 52dc419b0ee2: Pull complete 02:59:47 25bc292e5bac: Pull complete 02:59:48 114826534d7a: Verifying Checksum 02:59:48 114826534d7a: Download complete 02:59:48 8a3aa393b2d8: Verifying Checksum 02:59:48 8a3aa393b2d8: Download complete 02:59:51 114826534d7a: Pull complete 02:59:51 4657fd5d0bcf: Pull complete 02:59:52 6ad1cebc031e: Pull complete 02:59:54 8a3aa393b2d8: Pull complete 02:59:54 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:59:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:59:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:59:54 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 02:59:54 $ 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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 02:59:56 $ docker top 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 -eo pid,comm [Pipeline] { [Pipeline] echo 02:59:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:59:57 + set -o pipefail 02:59:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:00:03 03:00:03 Monitoring /w/workspace/edgex-go/414 (github.com/edgexfoundry/edgex-go)... 03:00:03 03:00:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/62e64100-85e4-4f0f-b8a7-c4292438dcdf 03:00:03 03:00:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 03:00:03 03:00:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:00:03 03:00:03 03:00:03 A medium severity vulnerability was found in the Snyk CLI versions you are using. 03:00:03 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 03:00:03 More details here: https://snyk.co/ue1NS [Pipeline] } 03:00:03 $ docker stop --time=1 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 03:00:05 $ docker rm -f --volumes 2b66901c526a713fb250f9c7e9bcc2b837d7dcfb36f32a0374486e384faafb99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:00:06 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:00:06 provisioning config files... 03:00:06 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/414@tmp/config4851884437957119992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:00:06 --> edgex-publish-swagger.sh 03:00:06 === Publish openapi/v2 API === 03:00:06 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 03:00:06 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/414/openapi/v2/core-command.yaml] 03:00:06 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:06 Dload Upload Total Spent Left Speed 03:00:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 25673 0:00:01 0:00:01 --:--:-- 25673 100 31091 0 0 100 31091 0 14049 0:00:02 0:00:02 --:--:-- 14055 100 31091 0 0 100 31091 0 12396 0:00:02 0:00:02 --:--:-- 12396 03:00:08 03:00:08 03:00:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/414/openapi/v2/core-data.yaml] 03:00:08 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:08 Dload Upload Total Spent Left Speed 03:00:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69092 0 0 100 69092 0 57337 0:00:01 0:00:01 --:--:-- 57337 100 69092 0 0 100 69092 0 33169 0:00:02 0:00:02 --:--:-- 33169 100 69092 0 0 100 69092 0 33153 0:00:02 0:00:02 --:--:-- 33153 03:00:11 03:00:11 03:00:11 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/414/openapi/v2/core-metadata.yaml] 03:00:11 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:11 Dload Upload Total Spent Left Speed 03:00:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 1237k --:--:-- --:--:-- --:--:-- 1226k 100 142k 0 0 100 142k 0 118k 0:00:01 0:00:01 --:--:-- 118k 100 142k 0 0 100 142k 0 66074 0:00:02 0:00:02 --:--:-- 66044 100 142k 0 0 100 142k 0 45429 0:00:03 0:00:03 --:--:-- 45415 100 142k 0 0 100 142k 0 40776 0:00:03 0:00:03 --:--:-- 40764 03:00:14 03:00:14 03:00:14 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/414/openapi/v2/support-notifications.yaml] 03:00:14 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:14 Dload Upload Total Spent Left Speed 03:00:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86527 0 0 100 86527 0 80565 0:00:01 0:00:01 --:--:-- 80565 100 86527 0 0 100 86527 0 80565 0:00:01 0:00:01 --:--:-- 80565 03:00:15 03:00:15 03:00:15 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/414/openapi/v2/support-scheduler.yaml] 03:00:15 % Total % Received % Xferd Average Speed Time Time Time Current 03:00:15 Dload Upload Total Spent Left Speed 03:00:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 41790 --:--:-- --:--:-- --:--:-- 41743 100 36985 0 0 100 36985 0 41790 --:--:-- --:--:-- --:--:-- 41743 03:00:16 03:00:16 [Pipeline] } 03:00:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:00:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:17 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 03:00:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 03:00:18 $ docker top 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 -eo pid,comm 03:00:18 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:00:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:18 [ssh-agent] Looking for ssh-agent implementation... 03:00:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:18 $ docker exec 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 ssh-agent 03:00:18 SSH_AUTH_SOCK=/tmp/ssh-hVV3lMB8zHYx/agent.32 03:00:18 SSH_AGENT_PID=38 03:00:18 Running ssh-add (command line suppressed) 03:00:18 Identity added: /w/workspace/edgex-go/414@tmp/private_key_4412925738201003088.key (/w/workspace/edgex-go/414@tmp/private_key_4412925738201003088.key) 03:00:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:18 + git semver tag 03:00:19 2023-02-16 03:00:18,973 [run_tag] DEBUG tag force:False 03:00:19 2023-02-16 03:00:18,974 [check_head_tag] DEBUG check head tag 03:00:19 2023-02-16 03:00:18,976 [execute] INFO git cat-file --batch-check 03:00:19 2023-02-16 03:00:18,976 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=) 03:00:19 2023-02-16 03:00:18,980 [execute] INFO git cat-file --batch 03:00:19 2023-02-16 03:00:18,981 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=) 03:00:19 2023-02-16 03:00:19,034 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:19 2023-02-16 03:00:19,034 [execute] INFO git tag -a v3.0.0-dev.53 -m v3.0.0-dev.53 03:00:19 2023-02-16 03:00:19,035 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.53', '-m', 'v3.0.0-dev.53'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) 03:00:19 2023-02-16 03:00:19,040 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:19 3.0.0-dev.53 [Pipeline] } 03:00:19 $ docker exec --env ******** --env ******** 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 ssh-agent -k 03:00:19 unset SSH_AUTH_SOCK; 03:00:19 unset SSH_AGENT_PID; 03:00:19 echo Agent pid 38 killed; 03:00:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:19 + git semver [Pipeline] } 03:00:19 $ docker stop --time=1 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 03:00:21 $ docker rm -f --volumes 8f232ce9468c4aff3d865d7ded9f75ff68dd77989dbdb9c87882899199cde235 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:21 03:00:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:22 0.23.1-centos7: Pulling from edgex-lftools 03:00:22 ab5ef0e58194: Pulling fs layer 03:00:22 9712f1f96733: Pulling fs layer 03:00:22 63f879dbbcfc: Pulling fs layer 03:00:22 0d9ebad4ef96: Pulling fs layer 03:00:22 e9a5061849ea: Pulling fs layer 03:00:22 d747dcd14b5f: Pulling fs layer 03:00:22 2de7ff778b66: Pulling fs layer 03:00:22 0d9ebad4ef96: Waiting 03:00:22 e9a5061849ea: Waiting 03:00:22 d747dcd14b5f: Waiting 03:00:22 2de7ff778b66: Waiting 03:00:22 9712f1f96733: Verifying Checksum 03:00:22 9712f1f96733: Download complete 03:00:22 63f879dbbcfc: Verifying Checksum 03:00:22 63f879dbbcfc: Download complete 03:00:22 e9a5061849ea: Verifying Checksum 03:00:22 e9a5061849ea: Download complete 03:00:23 ab5ef0e58194: Verifying Checksum 03:00:23 ab5ef0e58194: Download complete 03:00:23 d747dcd14b5f: Download complete 03:00:23 0d9ebad4ef96: Verifying Checksum 03:00:23 0d9ebad4ef96: Download complete 03:00:23 2de7ff778b66: Verifying Checksum 03:00:23 2de7ff778b66: Download complete 03:00:25 ab5ef0e58194: Pull complete 03:00:25 9712f1f96733: Pull complete 03:00:26 63f879dbbcfc: Pull complete 03:00:30 0d9ebad4ef96: Pull complete 03:00:30 e9a5061849ea: Pull complete 03:00:30 d747dcd14b5f: Pull complete 03:00:31 2de7ff778b66: Pull complete 03:00:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:00:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:00:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:31 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 03:00:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 03:00:33 $ docker top 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:00:33 provisioning config files... 03:00:33 copy managed file [sigul-config] to file:/w/workspace/edgex-go/414@tmp/config7246394298797216188tmp 03:00:33 copy managed file [sigul-password] to file:/w/workspace/edgex-go/414@tmp/config5356951003369703414tmp 03:00:33 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/414@tmp/config6652780362258179492tmp [Pipeline] { [Pipeline] echo 03:00:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:00:34 ---> sigul-configuration.sh 03:00:34 gpg: directory `/root/.gnupg' created 03:00:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:00:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:00:34 gpg: keyring `/root/.gnupg/secring.gpg' created 03:00:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:00:34 gpg: CAST5 encrypted data 03:00:34 gpg: encrypted with 1 passphrase 03:00:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:00:34 + mkdir /home/jenkins 03:00:34 + mkdir /home/jenkins/sigul [Pipeline] sh 03:00:34 + 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 03:00:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:00:34 ---> sigul-install.sh 03:00:34 Sigul already installed; skipping installation. [Pipeline] sh 03:00:35 + git tag --list 03:00:35 0.6.0 03:00:35 0.6.1 03:00:35 0.7.0 03:00:35 0.7.1 03:00:35 v1.0.0 03:00:35 v1.0.1 03:00:35 v1.1.0 03:00:35 v1.2.0 03:00:35 v1.2.1 03:00:35 v1.3.0 03:00:35 v1.3.1 03:00:35 v2.0.0 03:00:35 v2.1.0 03:00:35 v2.1.1 03:00:35 v2.1.1-dev.1 03:00:35 v2.1.1-dev.2 03:00:35 v2.1.1-dev.3 03:00:35 v2.1.1-dev.4 03:00:35 v2.1.1-dev.5 03:00:35 v2.1.1-dev.6 03:00:35 v2.1.1-dev.7 03:00:35 v2.1.1-dev.8 03:00:35 v2.1.2-dev.1 03:00:35 v2.2.0 03:00:35 v2.2.1-dev.1 03:00:35 v2.2.1-dev.10 03:00:35 v2.2.1-dev.11 03:00:35 v2.2.1-dev.12 03:00:35 v2.2.1-dev.13 03:00:35 v2.2.1-dev.14 03:00:35 v2.2.1-dev.15 03:00:35 v2.2.1-dev.16 03:00:35 v2.2.1-dev.17 03:00:35 v2.2.1-dev.18 03:00:35 v2.2.1-dev.19 03:00:35 v2.2.1-dev.2 03:00:35 v2.2.1-dev.20 03:00:35 v2.2.1-dev.21 03:00:35 v2.2.1-dev.22 03:00:35 v2.2.1-dev.23 03:00:35 v2.2.1-dev.24 03:00:35 v2.2.1-dev.25 03:00:35 v2.2.1-dev.26 03:00:35 v2.2.1-dev.27 03:00:35 v2.2.1-dev.28 03:00:35 v2.2.1-dev.29 03:00:35 v2.2.1-dev.3 03:00:35 v2.2.1-dev.4 03:00:35 v2.2.1-dev.5 03:00:35 v2.2.1-dev.6 03:00:35 v2.2.1-dev.7 03:00:35 v2.2.1-dev.8 03:00:35 v2.2.1-dev.9 03:00:35 v2.3.0 03:00:35 v2.3.0-dev.100 03:00:35 v2.3.0-dev.101 03:00:35 v2.3.0-dev.102 03:00:35 v2.3.0-dev.103 03:00:35 v2.3.0-dev.104 03:00:35 v2.3.0-dev.105 03:00:35 v2.3.0-dev.106 03:00:35 v2.3.0-dev.29 03:00:35 v2.3.0-dev.30 03:00:35 v2.3.0-dev.31 03:00:35 v2.3.0-dev.32 03:00:35 v2.3.0-dev.33 03:00:35 v2.3.0-dev.34 03:00:35 v2.3.0-dev.35 03:00:35 v2.3.0-dev.36 03:00:35 v2.3.0-dev.37 03:00:35 v2.3.0-dev.38 03:00:35 v2.3.0-dev.39 03:00:35 v2.3.0-dev.40 03:00:35 v2.3.0-dev.41 03:00:35 v2.3.0-dev.42 03:00:35 v2.3.0-dev.43 03:00:35 v2.3.0-dev.44 03:00:35 v2.3.0-dev.45 03:00:35 v2.3.0-dev.46 03:00:35 v2.3.0-dev.47 03:00:35 v2.3.0-dev.48 03:00:35 v2.3.0-dev.49 03:00:35 v2.3.0-dev.50 03:00:35 v2.3.0-dev.51 03:00:35 v2.3.0-dev.52 03:00:35 v2.3.0-dev.53 03:00:35 v2.3.0-dev.54 03:00:35 v2.3.0-dev.55 03:00:35 v2.3.0-dev.56 03:00:35 v2.3.0-dev.57 03:00:35 v2.3.0-dev.58 03:00:35 v2.3.0-dev.59 03:00:35 v2.3.0-dev.60 03:00:35 v2.3.0-dev.61 03:00:35 v2.3.0-dev.62 03:00:35 v2.3.0-dev.63 03:00:35 v2.3.0-dev.64 03:00:35 v2.3.0-dev.65 03:00:35 v2.3.0-dev.66 03:00:35 v2.3.0-dev.67 03:00:35 v2.3.0-dev.68 03:00:35 v2.3.0-dev.69 03:00:35 v2.3.0-dev.70 03:00:35 v2.3.0-dev.71 03:00:35 v2.3.0-dev.72 03:00:35 v2.3.0-dev.73 03:00:35 v2.3.0-dev.74 03:00:35 v2.3.0-dev.75 03:00:35 v2.3.0-dev.76 03:00:35 v2.3.0-dev.77 03:00:35 v2.3.0-dev.78 03:00:35 v2.3.0-dev.79 03:00:35 v2.3.0-dev.80 03:00:35 v2.3.0-dev.81 03:00:35 v2.3.0-dev.82 03:00:35 v2.3.0-dev.83 03:00:35 v2.3.0-dev.84 03:00:35 v2.3.0-dev.85 03:00:35 v2.3.0-dev.86 03:00:35 v2.3.0-dev.87 03:00:35 v2.3.0-dev.88 03:00:35 v2.3.0-dev.89 03:00:35 v2.3.0-dev.90 03:00:35 v2.3.0-dev.91 03:00:35 v2.3.0-dev.92 03:00:35 v2.3.0-dev.93 03:00:35 v2.3.0-dev.94 03:00:35 v2.3.0-dev.95 03:00:35 v2.3.0-dev.96 03:00:35 v2.3.0-dev.97 03:00:35 v2.3.0-dev.98 03:00:35 v2.3.0-dev.99 03:00:35 v2.3.1-dev.1 03:00:35 v2.3.1-dev.2 03:00:35 v2.3.1-dev.3 03:00:35 v2.3.1-dev.4 03:00:35 v2.3.1-dev.5 03:00:35 v3.0.0-dev.1 03:00:35 v3.0.0-dev.10 03:00:35 v3.0.0-dev.11 03:00:35 v3.0.0-dev.12 03:00:35 v3.0.0-dev.13 03:00:35 v3.0.0-dev.14 03:00:35 v3.0.0-dev.15 03:00:35 v3.0.0-dev.16 03:00:35 v3.0.0-dev.17 03:00:35 v3.0.0-dev.18 03:00:35 v3.0.0-dev.19 03:00:35 v3.0.0-dev.2 03:00:35 v3.0.0-dev.20 03:00:35 v3.0.0-dev.21 03:00:35 v3.0.0-dev.22 03:00:35 v3.0.0-dev.23 03:00:35 v3.0.0-dev.24 03:00:35 v3.0.0-dev.25 03:00:35 v3.0.0-dev.26 03:00:35 v3.0.0-dev.27 03:00:35 v3.0.0-dev.28 03:00:35 v3.0.0-dev.29 03:00:35 v3.0.0-dev.3 03:00:35 v3.0.0-dev.30 03:00:35 v3.0.0-dev.31 03:00:35 v3.0.0-dev.32 03:00:35 v3.0.0-dev.33 03:00:35 v3.0.0-dev.34 03:00:35 v3.0.0-dev.35 03:00:35 v3.0.0-dev.36 03:00:35 v3.0.0-dev.37 03:00:35 v3.0.0-dev.38 03:00:35 v3.0.0-dev.39 03:00:35 v3.0.0-dev.4 03:00:35 v3.0.0-dev.40 03:00:35 v3.0.0-dev.41 03:00:35 v3.0.0-dev.42 03:00:35 v3.0.0-dev.43 03:00:35 v3.0.0-dev.44 03:00:35 v3.0.0-dev.45 03:00:35 v3.0.0-dev.46 03:00:35 v3.0.0-dev.47 03:00:35 v3.0.0-dev.48 03:00:35 v3.0.0-dev.49 03:00:35 v3.0.0-dev.5 03:00:35 v3.0.0-dev.50 03:00:35 v3.0.0-dev.51 03:00:35 v3.0.0-dev.52 03:00:35 v3.0.0-dev.53 03:00:35 v3.0.0-dev.6 03:00:35 v3.0.0-dev.7 03:00:35 v3.0.0-dev.8 03:00:35 v3.0.0-dev.9 [Pipeline] sh 03:00:35 + lftools sign git-tag v3.0.0-dev.53 03:00:36 Signing Git tag with Sigul... 03:00:36 Signing v3.0.0-dev.53 [Pipeline] echo 03:00:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:00:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:00:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:00:36 $ docker stop --time=1 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea 03:00:37 $ docker rm -f --volumes 14e40967560a150f5c7ace14a4004bdefe4155fcbe4d57a38972a06006eba7ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:00:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:38 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 03:00:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 03:00:39 $ docker top 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc -eo pid,comm 03:00:39 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). 03:00:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:39 [ssh-agent] Looking for ssh-agent implementation... 03:00:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:39 $ docker exec 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc ssh-agent 03:00:39 SSH_AUTH_SOCK=/tmp/ssh-6sjK3l13lAna/agent.32 03:00:39 SSH_AGENT_PID=38 03:00:39 Running ssh-add (command line suppressed) 03:00:39 Identity added: /w/workspace/edgex-go/414@tmp/private_key_12850142707164075298.key (/w/workspace/edgex-go/414@tmp/private_key_12850142707164075298.key) 03:00:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:39 + git semver bump pre 03:00:40 2023-02-16 03:00:40,012 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:40 2023-02-16 03:00:40,012 [bump_version] DEBUG bumping version:3.0.0-dev.53 on axis:pre with prefix:dev 03:00:40 2023-02-16 03:00:40,012 [bump_version] DEBUG bumped version:3.0.0-dev.54 03:00:40 2023-02-16 03:00:40,012 [write_version] DEBUG write version:3.0.0-dev.54 to path:/w/workspace/edgex-go/414/.semver/main with force:True 03:00:40 2023-02-16 03:00:40,012 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:40 2023-02-16 03:00:40,013 [write_file] DEBUG write to file:/w/workspace/edgex-go/414/.semver/main 03:00:40 2023-02-16 03:00:40,014 [execute] INFO git cat-file --batch-check 03:00:40 2023-02-16 03:00:40,015 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) 03:00:40 2023-02-16 03:00:40,019 [execute] INFO git cat-file --batch 03:00:40 2023-02-16 03:00:40,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) 03:00:40 2023-02-16 03:00:40,023 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:40 3.0.0-dev.54 [Pipeline] } 03:00:40 $ docker exec --env ******** --env ******** 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc ssh-agent -k 03:00:40 unset SSH_AUTH_SOCK; 03:00:40 unset SSH_AGENT_PID; 03:00:40 echo Agent pid 38 killed; 03:00:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:40 + git semver [Pipeline] } 03:00:40 $ docker stop --time=1 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc 03:00:42 $ docker rm -f --volumes 1090a9b7ccea3a072e8d2e3316ce8baa8ebcd9720a3f1b32f339fb7717a755bc [Pipeline] // withDockerContainer [Pipeline] sh 03:00:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:00:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:00:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:42 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 03:00:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 03:00:43 $ docker top f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 -eo pid,comm 03:00:43 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). 03:00:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:00:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:00:43 [ssh-agent] Looking for ssh-agent implementation... 03:00:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:00:43 $ docker exec f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 ssh-agent 03:00:43 SSH_AUTH_SOCK=/tmp/ssh-esDXmaxangPS/agent.33 03:00:43 SSH_AGENT_PID=39 03:00:43 Running ssh-add (command line suppressed) 03:00:43 Identity added: /w/workspace/edgex-go/414@tmp/private_key_11103791218328373766.key (/w/workspace/edgex-go/414@tmp/private_key_11103791218328373766.key) 03:00:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:00:43 + git semver push 03:00:44 2023-02-16 03:00:44,138 [run_push] DEBUG push 03:00:44 2023-02-16 03:00:44,139 [execute] INFO git cat-file --batch-check 03:00:44 2023-02-16 03:00:44,139 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=) 03:00:44 2023-02-16 03:00:44,141 [execute] INFO git rev-list 47ea217beb78c61c5efb966a3c4024799368aa19 -- 03:00:44 2023-02-16 03:00:44,141 [execute] DEBUG Popen(['git', 'rev-list', '47ea217beb78c61c5efb966a3c4024799368aa19', '--'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=None) 03:00:44 2023-02-16 03:00:44,158 [execute] INFO git fetch -v origin 03:00:44 2023-02-16 03:00:44,158 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=True, shell=None, istream=None) 03:00:44 2023-02-16 03:00:44,685 [run_push] DEBUG no remote changes detected 03:00:44 2023-02-16 03:00:44,685 [execute] INFO git push origin semver 03:00:44 2023-02-16 03:00:44,686 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/414/.semver, universal_newlines=False, shell=None, istream=None) 03:00:45 2023-02-16 03:00:45,631 [run_push] DEBUG push all version tags 03:00:45 2023-02-16 03:00:45,631 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:00:45 2023-02-16 03:00:45,632 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/414, universal_newlines=False, shell=None, istream=None) 03:00:46 2023-02-16 03:00:46,466 [read_version] DEBUG read version from /w/workspace/edgex-go/414/.semver/main 03:00:46 3.0.0-dev.54 [Pipeline] } 03:00:46 $ docker exec --env ******** --env ******** f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 ssh-agent -k 03:00:46 unset SSH_AUTH_SOCK; 03:00:46 unset SSH_AGENT_PID; 03:00:46 echo Agent pid 39 killed; 03:00:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:00:47 + git semver [Pipeline] } 03:00:47 $ docker stop --time=1 f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 03:00:48 $ docker rm -f --volumes f881089bbff7a7448bfe1fcb50e722da46fbdfbe81e8504713cac1dda9014099 [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 03:00:49 + [ -d /w/workspace/edgex-go/414/archives ] [Pipeline] libraryResource [Pipeline] sh 03:00:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:00:50 ---> package-listing.sh 03:00:50 ++ facter osfamily 03:00:50 ++ tr '[:upper:]' '[:lower:]' 03:00:50 + OS_FAMILY=debian 03:00:50 + workspace=/w/workspace/edgex-go/414 03:00:50 + START_PACKAGES=/tmp/packages_start.txt 03:00:50 + END_PACKAGES=/tmp/packages_end.txt 03:00:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:00:50 + PACKAGES=/tmp/packages_start.txt 03:00:50 + '[' /w/workspace/edgex-go/414 ']' 03:00:50 + PACKAGES=/tmp/packages_end.txt 03:00:50 + case "${OS_FAMILY}" in 03:00:50 + dpkg -l 03:00:50 + grep '^ii' 03:00:50 + '[' -f /tmp/packages_start.txt ']' 03:00:50 + '[' -f /tmp/packages_end.txt ']' 03:00:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:00:50 + '[' /w/workspace/edgex-go/414 ']' 03:00:50 + mkdir -p /w/workspace/edgex-go/414/archives/ 03:00:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/414/archives/ [Pipeline] echo 03:00:50 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/414/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:00:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:51 03:00:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:00:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:51 latest: Pulling from edgex-lftools-log-publisher 03:00:51 5eb5b503b376: Pulling fs layer 03:00:51 5c69ac0246d0: Pulling fs layer 03:00:51 ec43610c2a17: Pulling fs layer 03:00:51 3a2ae6a8a46f: Pulling fs layer 03:00:51 33b1e0a273af: Pulling fs layer 03:00:51 5d3b04190fa2: Pulling fs layer 03:00:51 2f39f015ded8: Pulling fs layer 03:00:51 3a2ae6a8a46f: Waiting 03:00:51 33b1e0a273af: Waiting 03:00:51 5d3b04190fa2: Waiting 03:00:51 2f39f015ded8: Waiting 03:00:51 5c69ac0246d0: Verifying Checksum 03:00:51 5c69ac0246d0: Download complete 03:00:51 3a2ae6a8a46f: Download complete 03:00:52 ec43610c2a17: Verifying Checksum 03:00:52 ec43610c2a17: Download complete 03:00:52 33b1e0a273af: Verifying Checksum 03:00:52 33b1e0a273af: Download complete 03:00:52 5d3b04190fa2: Verifying Checksum 03:00:52 5d3b04190fa2: Download complete 03:00:52 5eb5b503b376: Verifying Checksum 03:00:52 5eb5b503b376: Download complete 03:00:53 5eb5b503b376: Pull complete 03:00:53 5c69ac0246d0: Pull complete 03:00:54 ec43610c2a17: Pull complete 03:00:54 3a2ae6a8a46f: Pull complete 03:00:54 33b1e0a273af: Pull complete 03:00:54 5d3b04190fa2: Pull complete 03:00:58 2f39f015ded8: Pull complete 03:00:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:00:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:00:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:00:58 prd-ubuntu20.04-docker-8c-8g-6238 does not seem to be running inside a container 03:00:58 $ 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/414/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/414 -v /w/workspace/edgex-go/414:/w/workspace/edgex-go/414:rw,z -v /w/workspace/edgex-go/414@tmp:/w/workspace/edgex-go/414@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 03:01:00 $ docker top 9f7ded44df9cb3b6f8b15543170d5b655e800805065947e5a3160c83affb4cf0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:00 + touch /tmp/pre-build-complete [Pipeline] sh 03:01:01 + mkdir -p /var/log/sysstat [Pipeline] sh 03:01:01 + ls /var/log/sa-host 03:01:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:01:01 provisioning config files... 03:01:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/414@tmp/config11535493203722015659tmp [Pipeline] { [Pipeline] echo 03:01:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:01:01 ---> create-netrc.sh [Pipeline] } 03:01:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:01:02 ---> python-tools-install.sh [Pipeline] echo 03:01:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:01:02 ---> sudo-logs.sh 03:01:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:01:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:01:02 ---> job-cost.sh 03:01:02 lf-activate-venv: SKIPPING 03:01:02 DEBUG: total: 0.10999999940395355 03:01:02 INFO: Retrieving Stack Cost... 03:01:04 INFO: Retrieving Pricing Info for: v3-standard-8 03:01:04 INFO: Archiving Costs [Pipeline] echo 03:01:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:01:04 ---> logs-deploy.sh 03:01:04 lf-activate-venv: SKIPPING 03:01:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/414 03:01:04 INFO: archiving workspace using pattern(s): 03:01:05 Archives upload complete. 03:01:06 INFO: archiving logs to Nexus 03:01:07 ---> uname -a: 03:01:07 Linux prd-ubuntu20-04-docker-8c-8g-6238 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:01:07 03:01:07 03:01:07 ---> lscpu: 03:01:07 Architecture: x86_64 03:01:07 CPU op-mode(s): 32-bit, 64-bit 03:01:07 Byte Order: Little Endian 03:01:07 Address sizes: 40 bits physical, 48 bits virtual 03:01:07 CPU(s): 8 03:01:07 On-line CPU(s) list: 0-7 03:01:07 Thread(s) per core: 1 03:01:07 Core(s) per socket: 1 03:01:07 Socket(s): 8 03:01:07 NUMA node(s): 1 03:01:07 Vendor ID: AuthenticAMD 03:01:07 CPU family: 23 03:01:07 Model: 49 03:01:07 Model name: AMD EPYC-Rome Processor 03:01:07 Stepping: 0 03:01:07 CPU MHz: 2799.998 03:01:07 BogoMIPS: 5599.99 03:01:07 Virtualization: AMD-V 03:01:07 Hypervisor vendor: KVM 03:01:07 Virtualization type: full 03:01:07 L1d cache: 256 KiB 03:01:07 L1i cache: 256 KiB 03:01:07 L2 cache: 4 MiB 03:01:07 L3 cache: 128 MiB 03:01:07 NUMA node0 CPU(s): 0-7 03:01:07 Vulnerability Itlb multihit: Not affected 03:01:07 Vulnerability L1tf: Not affected 03:01:07 Vulnerability Mds: Not affected 03:01:07 Vulnerability Meltdown: Not affected 03:01:07 Vulnerability Mmio stale data: Not affected 03:01:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:01:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:01:07 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:01:07 Vulnerability Srbds: Not affected 03:01:07 Vulnerability Tsx async abort: Not affected 03:01:07 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 03:01:07 03:01:07 03:01:07 ---> nproc: 03:01:07 8 03:01:07 03:01:07 03:01:07 ---> df -h: 03:01:07 Filesystem Size Used Avail Use% Mounted on 03:01:07 overlay 155G 21G 135G 14% / 03:01:07 tmpfs 64M 0 64M 0% /dev 03:01:07 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:01:07 shm 64M 0 64M 0% /dev/shm 03:01:07 /dev/vda1 155G 21G 135G 14% /facter-os 03:01:07 03:01:07 03:01:07 ---> sar -b -r -n DEV: 03:01:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6238) 02/16/23 _x86_64_ (8 CPU) 03:01:07 03:01:07 02:32:30 LINUX RESTART (8 CPU) 03:01:07 03:01:07 02:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:01:07 02:34:01 156.69 13.53 143.16 0.00 1890.08 72255.82 0.00 03:01:07 02:35:01 32.49 0.15 32.34 0.00 1.20 16145.19 0.00 03:01:07 02:36:01 117.21 0.18 117.03 0.00 11.86 97088.89 0.00 03:01:07 02:37:01 856.75 8.46 848.28 0.00 96.63 281074.31 0.00 03:01:07 02:38:01 1248.99 13.44 1235.55 0.00 5184.30 324358.90 0.00 03:01:07 02:39:01 981.37 0.32 981.06 0.00 18.26 213543.09 0.00 03:01:07 02:40:01 29.18 0.07 29.11 0.00 8.53 843.33 0.00 03:01:07 02:41:01 7.65 0.03 7.62 0.00 6.27 199.17 0.00 03:01:07 02:42:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 03:01:07 02:43:01 1.20 0.00 1.20 0.00 0.00 13.87 0.00 03:01:07 02:44:01 1.37 0.00 1.37 0.00 0.00 14.80 0.00 03:01:07 02:45:01 1.45 0.00 1.45 0.00 0.00 15.46 0.00 03:01:07 02:46:01 1.13 0.00 1.13 0.00 0.00 12.66 0.00 03:01:07 02:47:01 1.53 0.00 1.53 0.00 0.00 17.60 0.00 03:01:07 02:48:01 2.08 0.02 2.07 0.00 0.13 26.80 0.00 03:01:07 02:49:02 1.53 0.00 1.53 0.00 0.00 17.33 0.00 03:01:07 02:50:01 1.32 0.00 1.32 0.00 0.00 14.23 0.00 03:01:07 02:51:01 1.70 0.00 1.70 0.00 0.00 20.13 0.00 03:01:07 02:52:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 03:01:07 02:53:01 1.38 0.00 1.38 0.00 0.00 15.60 0.00 03:01:07 02:54:01 1.20 0.00 1.20 0.00 0.00 14.53 0.00 03:01:07 02:55:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 03:01:07 02:56:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 03:01:07 02:57:01 1.53 0.00 1.53 0.00 0.00 17.33 0.00 03:01:07 02:58:01 0.88 0.00 0.88 0.00 0.00 9.87 0.00 03:01:07 02:59:01 1.65 0.00 1.65 0.00 0.00 20.53 0.00 03:01:07 03:00:01 45.27 0.25 45.02 0.00 9.33 24723.89 0.00 03:01:07 03:01:01 126.97 0.18 126.79 0.00 13.60 48949.28 0.00 03:01:07 Average: 129.72 1.31 128.41 0.00 259.11 38599.88 0.00 03:01:07 03:01:07 02:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:01:07 02:34:01 28361164 31442044 860692 2.62 112032 3200392 2260284 6.66 1304748 2798644 30620 03:01:07 02:35:01 28024768 31554568 744960 2.27 116200 3603384 2034156 5.99 1222036 3172176 178592 03:01:07 02:36:01 26201912 31535624 763160 2.32 119516 5357796 1811604 5.34 1542532 4625828 290172 03:01:07 02:37:01 21189952 30824788 1444520 4.39 275316 9197084 3864260 11.39 2675664 8163264 265652 03:01:07 02:38:01 18434196 31262152 996232 3.03 403396 12062728 2776332 8.18 2538792 10844952 109712 03:01:07 02:39:01 18683996 31500876 764644 2.33 460836 11999668 2019828 5.95 2493740 10660048 1080 03:01:07 02:40:01 18691840 31505508 760036 2.31 460440 11997132 1859360 5.48 2489488 10657064 452 03:01:07 02:41:01 18696672 31510784 755036 2.30 460664 11997368 1860800 5.48 2482460 10657160 48 03:01:07 02:42:01 18696664 31511048 754964 2.30 460680 11997376 1860800 5.48 2482040 10657404 4 03:01:07 02:43:01 18703804 31518220 748200 2.28 460696 11997376 1860800 5.48 2475020 10657408 148 03:01:07 02:44:01 18704008 31518428 747932 2.27 460720 11997380 1860800 5.48 2474960 10657412 12 03:01:07 02:45:01 18704992 31519728 746864 2.27 460732 11997380 1860800 5.48 2473592 10657724 40 03:01:07 02:46:01 18704900 31519764 747012 2.27 460756 11997448 1860800 5.48 2473628 10657796 8 03:01:07 02:47:01 18705324 31520196 746532 2.27 460772 11997456 1860800 5.48 2473372 10657800 20 03:01:07 02:48:01 18704472 31519428 747252 2.27 460836 11997420 1892440 5.58 2473508 10657772 12 03:01:07 02:49:02 18704496 31519492 747132 2.27 460860 11997432 1892440 5.58 2473520 10657776 48 03:01:07 02:50:01 18704620 31519676 746840 2.27 460896 11997432 1892440 5.58 2473992 10657780 180 03:01:07 02:51:01 18704352 31519528 746960 2.27 460912 11997564 1892440 5.58 2473624 10657884 44 03:01:07 02:52:01 18704804 31519988 746632 2.27 460928 11997568 1892440 5.58 2473624 10657888 8 03:01:07 02:53:01 18704416 31519688 746852 2.27 460944 11997568 1892440 5.58 2473692 10657916 48 03:01:07 02:54:01 18704360 31519636 746800 2.27 460984 11997568 1892440 5.58 2473632 10657920 16 03:01:07 02:55:01 18704168 31519532 746732 2.27 460992 11997580 1892440 5.58 2473736 10657920 48 03:01:07 02:56:01 18704364 31519732 746560 2.27 460996 11997580 1892440 5.58 2473716 10657920 8 03:01:07 02:57:01 18703932 31519304 746956 2.27 461012 11997584 1892440 5.58 2473736 10657924 20 03:01:07 02:58:01 18703948 31519364 746872 2.27 461024 11997584 1892440 5.58 2473816 10657924 16 03:01:07 02:59:01 18704152 31519720 746460 2.27 461052 11997712 1892440 5.58 2473804 10658056 48 03:01:07 03:00:01 17548688 31402440 857260 2.61 489684 12920848 2025348 5.97 2694208 11497260 219488 03:01:07 03:01:01 16645432 31467216 791880 2.41 528120 13758620 2173708 6.41 2653892 12350616 460 03:01:07 Average: 19612514 31476731 792570 2.41 418643 11144644 2019991 5.95 2379806 9902401 39179 03:01:07 03:01:07 02:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:01:07 02:34:01 veth6228b09 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 03:01:07 02:34:01 lo 4.87 4.87 0.47 0.47 0.00 0.00 0.00 0.00 03:01:07 02:34:01 docker0 310.71 319.70 23.78 3410.90 0.00 0.00 0.00 0.00 03:01:07 02:34:01 ens3 894.43 822.15 11947.91 113.27 0.00 0.00 0.00 0.00 03:01:07 02:35:01 veth6228b09 1.32 1.38 0.10 0.11 0.00 0.00 0.00 0.00 03:01:07 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:35:01 docker0 1.32 1.32 0.08 0.11 0.00 0.00 0.00 0.00 03:01:07 02:35:01 ens3 19.26 13.83 14.61 8.46 0.00 0.00 0.00 0.00 03:01:07 02:36:01 veth045a6cb 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:36:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 03:01:07 02:36:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:36:01 ens3 108.32 84.94 1703.31 115.93 0.00 0.00 0.00 0.00 03:01:07 02:37:01 veth2431327 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:37:01 veth5de0289 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:37:01 veth045a6cb 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:37:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 03:01:07 02:37:01 vethf547434 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:37:01 veth01d6118 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:01:07 02:37:01 docker0 648.12 917.51 47.98 6117.62 0.00 0.00 0.00 0.00 03:01:07 02:37:01 ens3 955.18 671.81 6190.64 75.10 0.00 0.00 0.00 0.00 03:01:07 02:38:01 veth045a6cb 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 03:01:07 02:38:01 vethfa1546b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:38:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 03:01:07 02:38:01 docker0 339.36 568.26 29.10 5031.75 0.00 0.00 0.00 0.00 03:01:07 02:38:01 veth820f422 83.02 141.17 8.30 1163.19 0.00 0.00 0.00 0.10 03:01:07 02:38:01 ens3 743.86 438.58 7890.61 57.51 0.00 0.00 0.00 0.00 03:01:07 02:39:01 lo 8.00 8.00 0.78 0.78 0.00 0.00 0.00 0.00 03:01:07 02:39:01 docker0 14.86 24.19 0.92 260.29 0.00 0.00 0.00 0.00 03:01:07 02:39:01 ens3 171.56 146.28 351.30 388.69 0.00 0.00 0.00 0.00 03:01:07 02:40:01 lo 44.33 44.33 4.37 4.37 0.00 0.00 0.00 0.00 03:01:07 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:40:01 ens3 471.02 455.72 219.92 2519.34 0.00 0.00 0.00 0.00 03:01:07 02:41:01 lo 10.40 10.40 1.02 1.02 0.00 0.00 0.00 0.00 03:01:07 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:41:01 ens3 110.36 105.25 58.54 476.04 0.00 0.00 0.00 0.00 03:01:07 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:42:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:43:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:01:07 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:48:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:01:07 02:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:49:02 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:50:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:53:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:01:07 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:54:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:57:01 ens3 3.58 2.32 11.83 0.17 0.00 0.00 0.00 0.00 03:01:07 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:58:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 03:01:07 02:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:01:07 02:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:01:07 03:00:01 veth2476b13 35.70 58.83 3.56 588.00 0.00 0.00 0.00 0.05 03:01:07 03:00:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 03:01:07 03:00:01 docker0 35.70 58.73 3.07 587.99 0.00 0.00 0.00 0.00 03:01:07 03:00:01 ens3 192.92 118.08 4563.09 17.21 0.00 0.00 0.00 0.00 03:01:07 03:01:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 03:01:07 03:01:01 docker0 2.80 2.62 0.59 1.65 0.00 0.00 0.00 0.00 03:01:07 03:01:01 ens3 310.56 247.63 5789.04 161.64 0.00 0.00 0.00 0.00 03:01:07 Average: lo 2.72 2.72 0.27 0.27 0.00 0.00 0.00 0.00 03:01:07 Average: docker0 48.37 67.67 3.77 551.07 0.00 0.00 0.00 0.00 03:01:07 Average: ens3 142.37 111.09 1385.01 140.57 0.00 0.00 0.00 0.00 03:01:07 03:01:07 03:01:07 ---> sar -P ALL: 03:01:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6238) 02/16/23 _x86_64_ (8 CPU) 03:01:07 03:01:07 02:32:30 LINUX RESTART (8 CPU) 03:01:07 03:01:07 02:33:01 CPU %user %nice %system %iowait %steal %idle 03:01:07 02:34:01 all 12.55 0.00 4.50 1.35 0.07 81.53 03:01:07 02:34:01 0 12.11 0.00 3.88 0.48 0.07 83.46 03:01:07 02:34:01 1 13.58 0.00 4.54 1.20 0.08 80.60 03:01:07 02:34:01 2 14.18 0.00 4.09 0.47 0.05 81.21 03:01:07 02:34:01 3 15.63 0.00 3.74 0.81 0.08 79.74 03:01:07 02:34:01 4 9.23 0.00 5.69 4.34 0.08 80.65 03:01:07 02:34:01 5 13.64 0.00 3.99 0.54 0.07 81.75 03:01:07 02:34:01 6 10.44 0.00 4.11 2.61 0.07 82.77 03:01:07 02:34:01 7 11.56 0.00 5.97 0.38 0.09 82.01 03:01:07 02:35:01 all 46.90 0.00 6.26 0.30 0.10 46.44 03:01:07 02:35:01 0 48.49 0.00 5.89 0.03 0.10 45.49 03:01:07 02:35:01 1 46.49 0.00 6.93 0.00 0.10 46.48 03:01:07 02:35:01 2 48.56 0.00 6.55 0.00 0.10 44.80 03:01:07 02:35:01 3 46.81 0.00 5.87 0.42 0.12 46.78 03:01:07 02:35:01 4 45.73 0.00 5.95 0.35 0.10 47.86 03:01:07 02:35:01 5 46.25 0.00 5.83 1.35 0.10 46.47 03:01:07 02:35:01 6 47.21 0.00 6.80 0.22 0.08 45.68 03:01:07 02:35:01 7 45.60 0.00 6.27 0.05 0.10 47.98 03:01:07 02:36:01 all 28.19 0.00 8.43 1.05 0.10 62.24 03:01:07 02:36:01 0 27.37 0.00 7.77 0.05 0.10 64.71 03:01:07 02:36:01 1 28.49 0.00 7.51 0.10 0.10 63.80 03:01:07 02:36:01 2 27.84 0.00 8.98 3.60 0.10 59.48 03:01:07 02:36:01 3 27.70 0.00 8.14 0.17 0.08 63.91 03:01:07 02:36:01 4 28.81 0.00 8.98 0.05 0.08 62.08 03:01:07 02:36:01 5 28.35 0.00 9.34 3.83 0.09 58.40 03:01:07 02:36:01 6 28.55 0.00 9.29 0.51 0.10 61.54 03:01:07 02:36:01 7 28.39 0.00 7.46 0.07 0.10 63.98 03:01:07 02:37:01 all 34.15 0.00 11.33 6.85 0.12 47.55 03:01:07 02:37:01 0 33.83 0.00 12.36 12.13 0.12 41.55 03:01:07 02:37:01 1 34.42 0.00 9.86 2.79 0.10 52.84 03:01:07 02:37:01 2 34.57 0.00 10.36 6.16 0.10 48.81 03:01:07 02:37:01 3 35.31 0.00 9.62 2.26 0.12 52.69 03:01:07 02:37:01 4 34.09 0.00 12.25 11.83 0.12 41.72 03:01:07 02:37:01 5 34.36 0.00 11.78 4.70 0.10 49.05 03:01:07 02:37:01 6 33.57 0.00 10.45 3.33 0.10 52.54 03:01:07 02:37:01 7 33.00 0.00 14.04 11.67 0.19 41.11 03:01:07 02:38:01 all 55.37 0.00 14.76 7.61 0.16 22.09 03:01:07 02:38:01 0 56.12 0.00 13.78 8.04 0.15 21.91 03:01:07 02:38:01 1 53.89 0.00 15.75 11.34 0.17 18.86 03:01:07 02:38:01 2 55.67 0.00 13.33 5.83 0.17 25.00 03:01:07 02:38:01 3 56.23 0.00 13.65 4.44 0.17 25.51 03:01:07 02:38:01 4 54.32 0.00 14.70 4.80 0.15 26.02 03:01:07 02:38:01 5 55.55 0.00 15.30 9.56 0.14 19.45 03:01:07 02:38:01 6 55.50 0.00 15.62 10.50 0.17 18.21 03:01:07 02:38:01 7 55.71 0.00 15.99 6.38 0.17 21.76 03:01:07 02:39:01 all 54.86 0.00 12.03 1.60 0.13 31.38 03:01:07 02:39:01 0 54.89 0.00 11.38 1.41 0.12 32.20 03:01:07 02:39:01 1 54.23 0.00 11.62 0.74 0.12 33.29 03:01:07 02:39:01 2 53.96 0.00 12.97 1.66 0.12 31.29 03:01:07 02:39:01 3 56.00 0.00 12.28 1.85 0.13 29.73 03:01:07 02:39:01 4 55.53 0.00 11.38 2.36 0.13 30.60 03:01:07 02:39:01 5 53.63 0.00 13.12 2.39 0.13 30.72 03:01:07 02:39:01 6 54.77 0.00 12.05 1.52 0.14 31.52 03:01:07 02:39:01 7 55.83 0.00 11.49 0.89 0.13 31.66 03:01:07 02:40:01 all 8.51 0.00 1.13 0.16 0.05 90.16 03:01:07 02:40:01 0 10.47 0.00 1.46 0.57 0.05 87.46 03:01:07 02:40:01 1 6.11 0.00 0.95 0.02 0.03 92.88 03:01:07 02:40:01 2 5.07 0.00 0.92 0.02 0.03 93.96 03:01:07 02:40:01 3 12.11 0.00 1.11 0.03 0.07 86.68 03:01:07 02:40:01 4 11.70 0.00 0.85 0.03 0.05 87.36 03:01:07 02:40:01 5 7.93 0.00 0.97 0.08 0.05 90.97 03:01:07 02:40:01 6 10.86 0.00 1.12 0.52 0.05 87.44 03:01:07 02:40:01 7 3.83 0.00 1.63 0.00 0.05 94.49 03:01:07 02:41:01 all 1.46 0.00 0.27 0.03 0.02 98.22 03:01:07 02:41:01 0 0.67 0.00 0.37 0.13 0.02 98.81 03:01:07 02:41:01 1 1.07 0.00 0.22 0.02 0.02 98.68 03:01:07 02:41:01 2 1.23 0.00 0.20 0.00 0.02 98.55 03:01:07 02:41:01 3 2.23 0.00 0.27 0.02 0.03 97.45 03:01:07 02:41:01 4 2.10 0.00 0.30 0.02 0.02 97.56 03:01:07 02:41:01 5 0.63 0.00 0.18 0.00 0.03 99.15 03:01:07 02:41:01 6 1.62 0.00 0.28 0.08 0.02 98.00 03:01:07 02:41:01 7 2.11 0.00 0.33 0.00 0.03 97.52 03:01:07 02:42:01 all 0.07 0.00 0.01 0.00 0.00 99.91 03:01:07 02:42:01 0 0.42 0.00 0.03 0.00 0.00 99.55 03:01:07 02:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:07 02:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:42:01 4 0.07 0.00 0.02 0.00 0.00 99.92 03:01:07 02:42:01 5 0.07 0.00 0.03 0.00 0.02 99.88 03:01:07 02:42:01 6 0.02 0.00 0.00 0.02 0.00 99.97 03:01:07 02:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:43:01 all 0.28 0.00 0.02 0.00 0.01 99.69 03:01:07 02:43:01 0 1.99 0.00 0.00 0.02 0.02 97.98 03:01:07 02:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:01:07 02:43:01 2 0.02 0.00 0.02 0.02 0.02 99.93 03:01:07 02:43:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:01:07 02:43:01 4 0.07 0.00 0.02 0.00 0.02 99.90 03:01:07 02:43:01 5 0.07 0.00 0.03 0.00 0.02 99.88 03:01:07 02:43:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:01:07 02:43:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:01:07 02:44:01 all 0.24 0.00 0.01 0.00 0.00 99.74 03:01:07 02:44:01 0 1.87 0.00 0.03 0.02 0.00 98.08 03:01:07 02:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:44:01 4 0.03 0.00 0.03 0.02 0.00 99.92 03:01:07 02:44:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:01:07 02:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 03:01:07 02:44:01 CPU %user %nice %system %iowait %steal %idle 03:01:07 02:45:01 all 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:45:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:45:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 03:01:07 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:01:07 02:45:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:45:01 5 0.08 0.00 0.03 0.00 0.02 99.87 03:01:07 02:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:45:01 7 0.02 0.00 0.02 0.03 0.02 99.92 03:01:07 02:46:01 all 0.01 0.00 0.01 0.01 0.00 99.96 03:01:07 02:46:01 0 0.00 0.00 0.00 0.03 0.02 99.95 03:01:07 02:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:46:01 4 0.00 0.00 0.03 0.00 0.00 99.97 03:01:07 02:46:01 5 0.03 0.00 0.03 0.00 0.02 99.92 03:01:07 02:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:46:01 7 0.00 0.00 0.02 0.05 0.00 99.93 03:01:07 02:47:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:01:07 02:47:01 0 0.03 0.00 0.02 0.02 0.00 99.93 03:01:07 02:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:01:07 02:47:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:47:01 4 0.08 0.00 0.02 0.00 0.02 99.88 03:01:07 02:47:01 5 0.10 0.00 0.03 0.00 0.02 99.85 03:01:07 02:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:47:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:01:07 02:48:01 all 0.02 0.00 0.03 0.01 0.00 99.94 03:01:07 02:48:01 0 0.02 0.00 0.02 0.02 0.02 99.93 03:01:07 02:48:01 1 0.02 0.00 0.02 0.02 0.00 99.95 03:01:07 02:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:01:07 02:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:48:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:01:07 02:48:01 5 0.02 0.00 0.07 0.00 0.00 99.92 03:01:07 02:48:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:48:01 7 0.02 0.00 0.03 0.02 0.00 99.93 03:01:07 02:49:02 all 0.04 0.00 0.00 0.00 0.00 99.95 03:01:07 02:49:02 0 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:49:02 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:49:02 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:49:02 3 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:49:02 4 0.07 0.00 0.00 0.00 0.00 99.93 03:01:07 02:49:02 5 0.08 0.00 0.03 0.00 0.02 99.87 03:01:07 02:49:02 6 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:49:02 7 0.02 0.00 0.00 0.03 0.00 99.95 03:01:07 02:50:01 all 0.01 0.00 0.02 0.01 0.00 99.96 03:01:07 02:50:01 0 0.00 0.00 0.02 0.03 0.00 99.95 03:01:07 02:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:01:07 02:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:50:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:01:07 02:50:01 5 0.02 0.00 0.03 0.00 0.02 99.93 03:01:07 02:50:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:01:07 02:50:01 7 0.02 0.00 0.02 0.02 0.02 99.93 03:01:07 02:51:01 all 0.03 0.00 0.01 0.01 0.00 99.95 03:01:07 02:51:01 0 0.03 0.00 0.02 0.02 0.02 99.92 03:01:07 02:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:51:01 4 0.07 0.00 0.02 0.00 0.02 99.90 03:01:07 02:51:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:51:01 7 0.00 0.00 0.02 0.03 0.00 99.95 03:01:07 02:52:01 all 0.02 0.00 0.01 0.00 0.00 99.96 03:01:07 02:52:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:01:07 02:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:52:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:52:01 4 0.05 0.00 0.03 0.00 0.00 99.92 03:01:07 02:52:01 5 0.03 0.00 0.07 0.00 0.02 99.88 03:01:07 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:52:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:01:07 02:53:01 all 0.01 0.00 0.01 0.00 0.00 99.97 03:01:07 02:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:53:01 5 0.03 0.00 0.05 0.00 0.02 99.90 03:01:07 02:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:53:01 7 0.02 0.00 0.00 0.03 0.00 99.95 03:01:07 02:54:01 all 0.03 0.00 0.01 0.01 0.01 99.95 03:01:07 02:54:01 0 0.02 0.00 0.02 0.02 0.02 99.93 03:01:07 02:54:01 1 0.00 0.00 0.00 0.02 0.02 99.97 03:01:07 02:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:01:07 02:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:54:01 4 0.07 0.00 0.03 0.00 0.02 99.88 03:01:07 02:54:01 5 0.08 0.00 0.02 0.00 0.00 99.90 03:01:07 02:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:54:01 7 0.00 0.00 0.00 0.02 0.02 99.97 03:01:07 02:55:01 all 0.01 0.00 0.01 0.01 0.01 99.96 03:01:07 02:55:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:01:07 02:55:01 1 0.00 0.00 0.00 0.02 0.00 99.98 03:01:07 02:55:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:01:07 02:55:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:55:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:55:01 5 0.05 0.00 0.05 0.00 0.02 99.88 03:01:07 02:55:01 6 0.00 0.00 0.00 0.00 0.02 99.98 03:01:07 02:55:01 7 0.02 0.00 0.00 0.02 0.00 99.97 03:01:07 03:01:07 02:55:01 CPU %user %nice %system %iowait %steal %idle 03:01:07 02:56:01 all 0.15 0.00 0.01 0.00 0.00 99.83 03:01:07 02:56:01 0 1.06 0.00 0.02 0.00 0.00 98.92 03:01:07 02:56:01 1 0.02 0.00 0.02 0.02 0.00 99.95 03:01:07 02:56:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:56:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:56:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:01:07 02:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:01:07 02:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:57:01 all 0.09 0.00 0.02 0.01 0.00 99.89 03:01:07 02:57:01 0 0.48 0.00 0.02 0.02 0.00 99.48 03:01:07 02:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:01:07 02:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:57:01 4 0.07 0.00 0.00 0.00 0.02 99.92 03:01:07 02:57:01 5 0.03 0.00 0.03 0.00 0.00 99.93 03:01:07 02:57:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:01:07 02:57:01 7 0.05 0.00 0.03 0.03 0.00 99.88 03:01:07 02:58:01 all 0.10 0.00 0.01 0.00 0.01 99.88 03:01:07 02:58:01 0 0.57 0.00 0.02 0.02 0.02 99.38 03:01:07 02:58:01 1 0.02 0.00 0.00 0.02 0.02 99.95 03:01:07 02:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:01:07 02:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:01:07 02:58:01 4 0.07 0.00 0.02 0.00 0.00 99.92 03:01:07 02:58:01 5 0.07 0.00 0.02 0.00 0.02 99.90 03:01:07 02:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:01:07 02:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:01:07 02:59:01 all 0.09 0.00 0.01 0.01 0.00 99.88 03:01:07 02:59:01 0 0.50 0.00 0.03 0.02 0.00 99.45 03:01:07 02:59:01 1 0.00 0.00 0.02 0.02 0.00 99.97 03:01:07 02:59:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:01:07 02:59:01 3 0.00 0.00 0.00 0.00 0.02 99.98 03:01:07 02:59:01 4 0.05 0.00 0.00 0.00 0.00 99.95 03:01:07 02:59:01 5 0.13 0.00 0.02 0.00 0.02 99.83 03:01:07 02:59:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:01:07 02:59:01 7 0.02 0.00 0.00 0.02 0.00 99.97 03:01:07 03:00:01 all 4.86 0.00 1.98 0.35 0.03 92.78 03:01:07 03:00:01 0 4.78 0.00 1.57 0.30 0.03 93.32 03:01:07 03:00:01 1 5.52 0.00 1.95 0.15 0.02 92.37 03:01:07 03:00:01 2 4.08 0.00 1.86 0.02 0.03 94.01 03:01:07 03:00:01 3 4.96 0.00 1.91 0.00 0.02 93.11 03:01:07 03:00:01 4 4.27 0.00 1.56 0.08 0.03 94.05 03:01:07 03:00:01 5 4.74 0.00 1.42 0.03 0.03 93.78 03:01:07 03:00:01 6 5.25 0.00 1.81 0.07 0.03 92.84 03:01:07 03:00:01 7 5.28 0.00 3.77 2.14 0.05 88.77 03:01:07 03:01:01 all 7.57 0.00 3.72 0.94 0.05 87.73 03:01:07 03:01:01 0 7.33 0.00 3.38 0.13 0.03 89.12 03:01:07 03:01:01 1 7.26 0.00 4.55 0.15 0.05 87.99 03:01:07 03:01:01 2 7.82 0.00 2.98 0.05 0.03 89.12 03:01:07 03:01:01 3 8.27 0.00 3.38 0.08 0.07 88.20 03:01:07 03:01:01 4 8.24 0.00 3.36 0.30 0.05 88.04 03:01:07 03:01:01 5 8.01 0.00 4.20 0.37 0.03 87.39 03:01:07 03:01:01 6 6.01 0.00 4.05 4.09 0.05 85.79 03:01:07 03:01:01 7 7.63 0.00 3.84 2.34 0.05 86.14 03:01:07 Average: all 9.06 0.00 2.29 0.72 0.03 87.90 03:01:07 Average: 0 9.35 0.00 2.20 0.83 0.03 87.58 03:01:07 Average: 1 8.90 0.00 2.27 0.59 0.03 88.22 03:01:07 Average: 2 8.98 0.00 2.21 0.63 0.03 88.15 03:01:07 Average: 3 9.41 0.00 2.13 0.36 0.03 88.07 03:01:07 Average: 4 9.03 0.00 2.31 0.86 0.03 87.78 03:01:07 Average: 5 8.99 0.00 2.36 0.81 0.04 87.80 03:01:07 Average: 6 9.00 0.00 2.33 0.83 0.03 87.81 03:01:07 Average: 7 8.81 0.00 2.51 0.85 0.04 87.79 03:01:07 03:01:07 03:01:07