Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81c92a7234808790c4cb0e8fcc6e328e78abdf11 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-ssh5611027568649577402.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-ssh14282791755948221173.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-ssh16816069922955724714.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-ssh17869501712087533561.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-ssh13368494437347108250.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5288 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/403 [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/403 # 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 81c92a7234808790c4cb0e8fcc6e328e78abdf11 (main) Commit message: "fix: adjust go.mod for new bootstrap version (#4342)" > git config core.sparsecheckout # timeout=10 > git checkout -f 81c92a7234808790c4cb0e8fcc6e328e78abdf11 # timeout=10 > git rev-list --no-walk 08c6b03dd56aea21f28f845f075d885fa2173965 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:30:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:30:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:30:58 ========================================================= 01:30:58 EdgeX Global Pipelines Version Info 01:30:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:30:59 ------------------- 01:30:59 stable info: 01:30:59 ------------------- 01:30:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:30:59 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 01:30:59 Message: update stable to v1.0.244 01:31:00 ------------------- 01:31:00 experimental info: 01:31:00 ------------------- 01:31:00 Commited By: **** collab-it+edgex@linuxfoundation.org 01:31:00 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 01:31:00 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81c92a7 [Pipeline] echo 01:31:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:31:00 provisioning config files... 01:31:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config9595108613858160278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:01 ---> docker-login.sh 01:31:01 nexus3.edgexfoundry.org:10001 01:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:01 Configure a credential helper to remove this warning. See 01:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:01 01:31:01 Login Succeeded 01:31:01 nexus3.edgexfoundry.org:10002 01:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:01 Configure a credential helper to remove this warning. See 01:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:01 01:31:01 Login Succeeded 01:31:01 nexus3.edgexfoundry.org:10003 01:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:01 Configure a credential helper to remove this warning. See 01:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:01 01:31:01 Login Succeeded 01:31:01 nexus3.edgexfoundry.org:10004 01:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:01 Configure a credential helper to remove this warning. See 01:31:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:01 01:31:01 Login Succeeded 01:31:01 docker.io 01:31:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:02 Configure a credential helper to remove this warning. See 01:31:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:02 01:31:02 Login Succeeded 01:31:02 ---> docker-login.sh ends [Pipeline] } 01:31:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:31:02 + 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 01:31:02 + dirname cmd/core-command/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo core-command,cmd/core-command/Dockerfile 01:31:02 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:31:02 + dirname cmd/core-data/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo core-data,cmd/core-data/Dockerfile 01:31:02 + dirname cmd/core-metadata/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo core-metadata,cmd/core-metadata/Dockerfile 01:31:02 + dirname cmd/security-bootstrapper/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:31:02 + dirname cmd/security-proxy-setup/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:31:02 + dirname cmd/security-secretstore-setup/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:31:02 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:31:02 + dirname cmd/security-spire-agent/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:31:02 + dirname cmd/security-spire-config/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:31:02 + dirname cmd/security-spire-server/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + dirname cmd/support-notifications/Dockerfile 01:31:02 + echo support-notifications,cmd/support-notifications/Dockerfile 01:31:02 + dirname cmd/support-scheduler/Dockerfile 01:31:02 + cut -d/ -f2 01:31:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:31:02 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 01:31:02 + git rev-list -1 --merges 81c92a7234808790c4cb0e8fcc6e328e78abdf11~1..81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo 01:31:02 -----------> git rev-list -1 --merges 81c92a7234808790c4cb0e8fcc6e328e78abdf11~1..81c92a7234808790c4cb0e8fcc6e328e78abdf11 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [false] [Pipeline] sh 01:31:03 + git log --format=format:%s -1 81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] echo 01:31:03 ========================================================= 01:31:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:31:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:31:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:31:03 + grep -v github /etc/ssh/ssh_known_hosts 01:31:03 + [ -e /tmp/ssh_known_hosts ] 01:31:03 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:31:03 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:31:03 + sudo tee -a /etc/ssh/ssh_known_hosts 01:31:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:04 01:31:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:04 0.1.4: Pulling from edgex-devops/py-git-semver 01:31:04 b85a868b505f: Pulling fs layer 01:31:04 e2be974225ed: Pulling fs layer 01:31:04 339a4e72a1f5: Pulling fs layer 01:31:04 988bab9f4d93: Pulling fs layer 01:31:04 1469e6f7b9e6: Pulling fs layer 01:31:04 eaf3925da568: Pulling fs layer 01:31:04 bab4dde63d76: Pulling fs layer 01:31:04 bde34c3a00c8: Pulling fs layer 01:31:04 b352a97aabf1: Pulling fs layer 01:31:04 4872d77fe225: Pulling fs layer 01:31:04 5851b861e8e6: Pulling fs layer 01:31:04 1469e6f7b9e6: Waiting 01:31:04 eaf3925da568: Waiting 01:31:04 bab4dde63d76: Waiting 01:31:04 5851b861e8e6: Waiting 01:31:04 988bab9f4d93: Waiting 01:31:04 bde34c3a00c8: Waiting 01:31:04 4872d77fe225: Waiting 01:31:04 b352a97aabf1: Waiting 01:31:04 e2be974225ed: Verifying Checksum 01:31:04 e2be974225ed: Download complete 01:31:04 988bab9f4d93: Verifying Checksum 01:31:04 988bab9f4d93: Download complete 01:31:04 1469e6f7b9e6: Verifying Checksum 01:31:04 1469e6f7b9e6: Download complete 01:31:04 eaf3925da568: Verifying Checksum 01:31:04 eaf3925da568: Download complete 01:31:04 339a4e72a1f5: Verifying Checksum 01:31:04 339a4e72a1f5: Download complete 01:31:04 bde34c3a00c8: Verifying Checksum 01:31:04 bde34c3a00c8: Download complete 01:31:04 b352a97aabf1: Download complete 01:31:04 4872d77fe225: Verifying Checksum 01:31:04 4872d77fe225: Download complete 01:31:04 5851b861e8e6: Verifying Checksum 01:31:04 5851b861e8e6: Download complete 01:31:04 b85a868b505f: Verifying Checksum 01:31:04 b85a868b505f: Download complete 01:31:05 bab4dde63d76: Verifying Checksum 01:31:05 bab4dde63d76: Download complete 01:31:06 b85a868b505f: Pull complete 01:31:06 e2be974225ed: Pull complete 01:31:06 339a4e72a1f5: Pull complete 01:31:06 988bab9f4d93: Pull complete 01:31:07 1469e6f7b9e6: Pull complete 01:31:07 eaf3925da568: Pull complete 01:31:09 bab4dde63d76: Pull complete 01:31:09 bde34c3a00c8: Pull complete 01:31:09 b352a97aabf1: Pull complete 01:31:09 4872d77fe225: Pull complete 01:31:09 5851b861e8e6: Pull complete 01:31:09 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:31:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:09 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 01:31:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:31:10 $ docker top 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa -eo pid,comm 01:31:10 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). 01:31:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:31:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:10 [ssh-agent] Looking for ssh-agent implementation... 01:31:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:10 $ docker exec 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent 01:31:11 SSH_AUTH_SOCK=/tmp/ssh-nlUfWeOjGx4e/agent.31 01:31:11 SSH_AGENT_PID=37 01:31:11 Running ssh-add (command line suppressed) 01:31:11 Identity added: /w/workspace/edgex-go/403@tmp/private_key_7983722887238677143.key (/w/workspace/edgex-go/403@tmp/private_key_7983722887238677143.key) 01:31:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:11 + git tag --points-at HEAD [Pipeline] } 01:31:11 $ docker exec --env ******** --env ******** 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent -k 01:31:11 unset SSH_AUTH_SOCK; 01:31:11 unset SSH_AGENT_PID; 01:31:11 echo Agent pid 37 killed; 01:31:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:31:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:11 [ssh-agent] Looking for ssh-agent implementation... 01:31:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:11 $ docker exec 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent 01:31:11 SSH_AUTH_SOCK=/tmp/ssh-rpkAtWPLuRO1/agent.68 01:31:11 SSH_AGENT_PID=74 01:31:11 Running ssh-add (command line suppressed) 01:31:12 Identity added: /w/workspace/edgex-go/403@tmp/private_key_7096207688065178254.key (/w/workspace/edgex-go/403@tmp/private_key_7096207688065178254.key) 01:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:12 + git semver init 01:31:12 2023-02-10 01:31:12,527 [run_init] DEBUG init version:0.0.0 force:False 01:31:12 2023-02-10 01:31:12,528 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/403/.semver 01:31:12 2023-02-10 01:31:12,528 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/403/.semver 01:31:12 2023-02-10 01:31:12,529 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/403/.semver'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) 01:31:17 2023-02-10 01:31:17,114 [append_file] DEBUG append to file:/w/workspace/edgex-go/403/.git/info/exclude 01:31:17 2023-02-10 01:31:17,115 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/403/.semver/main with force:False 01:31:17 2023-02-10 01:31:17,115 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 01:31:17 2023-02-10 01:31:17,115 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 01:31:17 3.0.0-dev.44 [Pipeline] } 01:31:17 $ docker exec --env ******** --env ******** 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa ssh-agent -k 01:31:18 unset SSH_AUTH_SOCK; 01:31:18 unset SSH_AGENT_PID; 01:31:18 echo Agent pid 74 killed; 01:31:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:31:18 + git semver [Pipeline] } 01:31:18 $ docker stop --time=1 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa 01:31:19 $ docker rm -f --volumes 9f3cf72bfce2c91dce8c8b4c1c429932fefbf221b66863a4bfad8f71e684eafa [Pipeline] // withDockerContainer [Pipeline] sh 01:31:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:31:20 Stashed 1 file(s) [Pipeline] echo 01:31:20 [edgeXSemver]: initialized semver on version 3.0.0-dev.44 [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 01:31:20 + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] echo 01:31:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:31:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:31:20 ========================================================= 01:31:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:31:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:31:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:31:21 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:31:21 213ec9aee27d: Pulling fs layer 01:31:21 4583459ba037: Pulling fs layer 01:31:21 93c1e223e6f2: Pulling fs layer 01:31:21 53926ce57604: Pulling fs layer 01:31:21 21b2b0c7a3f4: Pulling fs layer 01:31:21 22ff95d597cd: Pulling fs layer 01:31:21 12d6caf4c0d1: Pulling fs layer 01:31:21 96b7cbca73a9: Pulling fs layer 01:31:21 a7acece74701: Pulling fs layer 01:31:21 53926ce57604: Waiting 01:31:21 21b2b0c7a3f4: Waiting 01:31:21 22ff95d597cd: Waiting 01:31:21 12d6caf4c0d1: Waiting 01:31:21 96b7cbca73a9: Waiting 01:31:21 a7acece74701: Waiting 01:31:21 93c1e223e6f2: Verifying Checksum 01:31:21 93c1e223e6f2: Download complete 01:31:21 4583459ba037: Download complete 01:31:21 21b2b0c7a3f4: Verifying Checksum 01:31:21 21b2b0c7a3f4: Download complete 01:31:21 22ff95d597cd: Verifying Checksum 01:31:21 22ff95d597cd: Download complete 01:31:21 213ec9aee27d: Verifying Checksum 01:31:21 213ec9aee27d: Download complete 01:31:21 12d6caf4c0d1: Verifying Checksum 01:31:21 12d6caf4c0d1: Download complete 01:31:21 213ec9aee27d: Pull complete 01:31:21 4583459ba037: Pull complete 01:31:21 93c1e223e6f2: Pull complete 01:31:22 53926ce57604: Verifying Checksum 01:31:22 53926ce57604: Download complete 01:31:22 a7acece74701: Verifying Checksum 01:31:22 a7acece74701: Download complete 01:31:23 96b7cbca73a9: Verifying Checksum 01:31:23 96b7cbca73a9: Download complete 01:31:27 53926ce57604: Pull complete 01:31:27 21b2b0c7a3f4: Pull complete 01:31:27 22ff95d597cd: Pull complete 01:31:27 12d6caf4c0d1: Pull complete 01:31:29 96b7cbca73a9: Pull complete 01:31:30 a7acece74701: Pull complete 01:31:30 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 01:31:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:31:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 01:31:30 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:31:30 WORKDIR /edgex 01:31:30 COPY go.mod . 01:31:30 RUN go mod download 01:31:30 + docker build -t ci-base-image-x86_64 -f - . 01:31:30 Sending build context to Docker daemon 170.2MB 01:31:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:31:30 ---> db6d94c90886 01:31:30 Step 2/4 : WORKDIR /edgex 01:31:32 ---> Running in 086f4bc7e32f 01:31:33 Removing intermediate container 086f4bc7e32f 01:31:33 ---> 2705ecf2ced0 01:31:33 Step 3/4 : COPY go.mod . 01:31:33 ---> 4b5ba7f883c9 01:31:33 Step 4/4 : RUN go mod download 01:31:33 ---> Running in 4f5783a3e24a 01:31:35 Still waiting to schedule task 01:31:35 ‘prd-ubuntu18.04-docker-8c-8g-5228’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:31:35 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5287’ is offline 01:31:45 Removing intermediate container 4f5783a3e24a 01:31:45 ---> a70ad83798ba 01:31:45 Successfully built a70ad83798ba 01:31:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:45 + docker inspect -f . ci-base-image-x86_64 01:31:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:45 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 01:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:31:46 $ docker top 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 -eo pid,comm [Pipeline] { [Pipeline] sh 01:31:46 + go version 01:31:46 go version go1.18.7 linux/amd64 [Pipeline] } 01:31:46 $ docker stop --time=1 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 01:31:47 $ docker rm -f --volumes 033f726a6cd3e7939fe890b40315a29f7e7188f8019ab1f69dc3ac3db40ce822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:48 + docker inspect -f . ci-base-image-x86_64 01:31:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:48 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 01:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:31:48 $ docker top afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 -eo pid,comm [Pipeline] { [Pipeline] echo 01:31:48 ========================================================= 01:31:48 [edgeXBuildGoParallel] Running Tests and Build... 01:31:48 ========================================================= [Pipeline] sh 01:31:48 + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] fileExists [Pipeline] sh 01:31:49 + make test 01:31:49 go test -race -coverprofile=coverage.out ./... 01:31:55 ? github.com/edgexfoundry/edgex-go [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:32:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements 01:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:32:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:32:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.117s coverage: 98.5% of statements 01:32:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.144s coverage: 73.2% of statements 01:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 01:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 01:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:32:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.102s coverage: 54.0% of statements 01:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.691s coverage: 89.2% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 3.8% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.561s coverage: 95.6% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.085s coverage: 65.9% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.060s coverage: 0.9% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.078s coverage: 29.6% of statements 01:32:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.086s coverage: 82.9% of statements 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements 01:32:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 01:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 01:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 01:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.264s coverage: 79.9% of statements 01:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 64.4% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.073s coverage: 86.9% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.054s coverage: 20.0% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.2% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.386s coverage: 65.3% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.198s coverage: 41.0% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.088s coverage: 17.7% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.168s coverage: 92.3% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.065s coverage: 63.2% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:32:35 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 01:32:57 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." 01:32:57 go vet ./... 01:32:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:32:59 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:32:59 ./bin/test-attribution-txt.sh [Pipeline] echo 01:32:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 01:32:59 + ls -al . 01:32:59 total 748 01:32:59 drwxrwxr-x 11 1001 1001 4096 Feb 10 01:31 . 01:32:59 drwxr-xr-x 4 root root 4096 Feb 10 01:31 .. 01:32:59 drwxrwxr-x 2 1001 1001 4096 Feb 10 01:30 .blubracket 01:32:59 -rw-rw-r-- 1 1001 1001 16 Feb 10 01:30 .dockerignore 01:32:59 drwxrwxr-x 8 1001 1001 4096 Feb 10 01:32 .git 01:32:59 drwxrwxr-x 3 1001 1001 4096 Feb 10 01:30 .github 01:32:59 -rw-rw-r-- 1 1001 1001 1024 Feb 10 01:30 .gitignore 01:32:59 -rw-rw-r-- 1 1001 1001 42 Feb 10 01:30 .golangci.yml 01:32:59 -rw-rw-r-- 1 1001 1001 87 Feb 10 01:30 .hadolint.yml 01:32:59 drwxr-xr-x 3 1001 1001 4096 Feb 10 01:31 .semver 01:32:59 -rw-rw-r-- 1 1001 1001 166 Feb 10 01:30 .sonarcloud.properties 01:32:59 -rw-rw-r-- 1 1001 1001 1171 Feb 10 01:30 ADOPTERS.md 01:32:59 -rw-rw-r-- 1 1001 1001 10825 Feb 10 01:30 Attribution.txt 01:32:59 -rw-rw-r-- 1 1001 1001 73765 Feb 10 01:30 CHANGELOG.md 01:32:59 -rw-rw-r-- 1 1001 1001 3804 Feb 10 01:30 CONTRIBUTING.md 01:32:59 -rw-rw-r-- 1 1001 1001 677 Feb 10 01:30 GOVERNANCE.md 01:32:59 -rw-rw-r-- 1 1001 1001 850 Feb 10 01:30 Jenkinsfile 01:32:59 -rw-rw-r-- 1 1001 1001 10775 Feb 10 01:30 LICENSE 01:32:59 -rw-rw-r-- 1 1001 1001 13375 Feb 10 01:30 Makefile 01:32:59 -rw-rw-r-- 1 1001 1001 582 Feb 10 01:30 OWNERS.md 01:32:59 -rw-rw-r-- 1 1001 1001 9403 Feb 10 01:30 README.md 01:32:59 -rw-rw-r-- 1 1001 1001 6912 Feb 10 01:30 SECURITY.md 01:32:59 -rw-rw-r-- 1 1001 1001 12 Feb 10 01:31 VERSION 01:32:59 drwxrwxr-x 2 1001 1001 4096 Feb 10 01:30 bin 01:32:59 drwxrwxr-x 17 1001 1001 4096 Feb 10 01:30 cmd 01:32:59 -rw-r--r-- 1 root root 488091 Feb 10 01:32 coverage.out 01:32:59 -rw-rw-r-- 1 1001 1001 3295 Feb 10 01:30 go.mod 01:32:59 -rw-rw-r-- 1 1001 1001 33318 Feb 10 01:30 go.sum 01:32:59 drwxrwxr-x 7 1001 1001 4096 Feb 10 01:30 internal 01:32:59 drwxrwxr-x 3 1001 1001 4096 Feb 10 01:30 openapi 01:32:59 drwxrwxr-x 4 1001 1001 4096 Feb 10 01:30 snap 01:32:59 -rw-rw-r-- 1 1001 1001 204 Feb 10 01:30 version.go [Pipeline] sh 01:33:00 + '[' -e coverage.out ] 01:33:00 + chown 1001:1001 coverage.out [Pipeline] stash 01:33:00 Stashed 1 file(s) [Pipeline] sh 01:33:00 + make build 01:33:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:33:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:33:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:33:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:33:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:33:25 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:33:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:33:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:33:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:33:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:33:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:33:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:33:34 $ docker stop --time=1 afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 01:33:36 $ docker rm -f --volumes afa77465918d659b703e37ad24e96e9d5ec8a35ae3c755a709438be9af3bf0a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:33:37 01:33:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:33:38 latest: Pulling from edgex-devops/edgex-compose 01:33:38 cbdbe7a5bc2a: Pulling fs layer 01:33:38 ca9280d653b3: Pulling fs layer 01:33:38 7e9c9ca2126c: Pulling fs layer 01:33:38 cbdbe7a5bc2a: Download complete 01:33:38 cbdbe7a5bc2a: Pull complete 01:33:38 ca9280d653b3: Download complete 01:33:38 7e9c9ca2126c: Download complete 01:33:38 ca9280d653b3: Pull complete 01:33:42 7e9c9ca2126c: Pull complete 01:33:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:33:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:33:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:42 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 01:33:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:33:43 $ docker top ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:43 + docker-compose build --help 01:33:43 + grep parallel 01:33:44 --parallel Build images in parallel. [Pipeline] } 01:33:44 $ docker stop --time=1 ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c 01:33:45 $ docker rm -f --volumes ba79fbdd7250945d8f785fd14112d4dced592398f8b3218362f88c6201d1896c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:33:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:46 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 01:33:46 $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 01:33:46 $ docker top 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:46 + docker-compose -f ./docker-compose-build.yml build --parallel 01:33:47 Building core-command ... 01:33:47 Building core-common-config-bootstrapper ... 01:33:47 Building core-data ... 01:33:47 Building core-metadata ... 01:33:47 Building security-bootstrapper ... 01:33:47 Building security-proxy-setup ... 01:33:47 Building security-secretstore-setup ... 01:33:47 Building security-spiffe-token-provider ... 01:33:47 Building security-spire-agent ... 01:33:47 Building security-spire-config ... 01:33:47 Building security-spire-server ... 01:33:47 Building support-notifications ... 01:33:47 Building support-scheduler ... 01:33:47 Building support-scheduler 01:33:47 Building security-spiffe-token-provider 01:33:47 Building core-data 01:33:47 Building security-spire-config 01:33:47 Building core-metadata 01:34:02 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:34:02 Step 2/19 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a70ad83798ba 01:34:02 Step 3/19 : WORKDIR /edgex-go 01:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a70ad83798ba 01:34:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:34:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:34:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a70ad83798ba 01:34:02 Step 3/24 : WORKDIR /edgex-go 01:34:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:34:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a70ad83798ba 01:34:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:34:02 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:34:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:34:02 ---> a70ad83798ba 01:34:02 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:34:04 ---> Running in 00cd065135de 01:34:04 ---> Running in 297b4c5d9bf0 01:34:04 ---> Running in ca71c3320a52 01:34:04 ---> Running in ad36520a8b20 01:34:04 ---> Running in ee43f6a2e722 01:34:04 Removing intermediate container ca71c3320a52 01:34:04 ---> 28cc35edd34d 01:34:04 Step 4/22 : WORKDIR /edgex-go 01:34:04 Removing intermediate container ee43f6a2e722 01:34:04 ---> 3d998982de03 01:34:04 Step 4/22 : WORKDIR /edgex-go 01:34:04 Removing intermediate container 297b4c5d9bf0 01:34:04 ---> 801531eb1f26 01:34:04 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 01:34:04 Removing intermediate container ad36520a8b20 01:34:04 ---> 95afa98536d8 01:34:04 Step 4/24 : WORKDIR /edgex-go 01:34:04 Removing intermediate container 00cd065135de 01:34:04 ---> f48fc3482d23 01:34:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:34:04 ---> Running in 88dffe5ab1f0 01:34:04 ---> Running in 26cf08d43b46 01:34:04 ---> Running in 55ded2491ede 01:34:04 ---> Running in 4cf91fe4f3a7 01:34:04 ---> Running in 35cfb12572e1 01:34:04 Removing intermediate container 26cf08d43b46 01:34:04 ---> d83782ee3b67 01:34:04 Step 5/24 : RUN apk add --update --no-cache make git 01:34:04 Removing intermediate container 88dffe5ab1f0 01:34:04 ---> 58bd4994bf64 01:34:04 Step 5/22 : RUN apk add --update --no-cache make git 01:34:04 ---> Running in 1c0ec328e4e1 01:34:04 ---> Running in 754f32928844 01:34:04 Removing intermediate container 55ded2491ede 01:34:04 ---> b2bad79f281c 01:34:04 Step 5/22 : RUN apk add --update --no-cache make git 01:34:04 ---> Running in 423073c2839c 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:05 OK: 211 MiB in 51 packages 01:34:05 OK: 211 MiB in 51 packages 01:34:05 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:34:05 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:34:05 OK: 17046 distinct packages available 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:05 OK: 211 MiB in 51 packages 01:34:05 OK: 211 MiB in 51 packages 01:34:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:06 OK: 211 MiB in 51 packages 01:34:06 Removing intermediate container 35cfb12572e1 01:34:06 ---> 197a0d813ca0 01:34:06 Step 5/24 : COPY go.mod vendor* ./ 01:34:06 Removing intermediate container 1c0ec328e4e1 01:34:06 ---> 442b911396d1 01:34:06 Step 6/22 : COPY go.mod vendor* ./ 01:34:06 Removing intermediate container 423073c2839c 01:34:06 ---> a97029a0504c 01:34:06 Step 6/22 : COPY go.mod vendor* ./ 01:34:06 Removing intermediate container 754f32928844 01:34:06 ---> f0c7dfc77412 01:34:06 Step 6/24 : COPY go.mod vendor* ./ 01:34:06 ---> 21d7f136df4f 01:34:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:06 ---> e6071bcd9769 01:34:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:06 ---> Running in 02c600e74188 01:34:06 ---> 1933cf681ae2 01:34:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:06 ---> Running in 6c2c47cc6787 01:34:06 Removing intermediate container 4cf91fe4f3a7 01:34:06 ---> 1c10656a8516 01:34:06 Step 5/19 : COPY go.mod vendor* ./ 01:34:06 ---> Running in bc566634c56b 01:34:06 ---> 314b20ca38d3 01:34:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:06 ---> Running in 061f29f578b6 01:34:06 ---> ddac976a9b06 01:34:06 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:06 ---> Running in 6cc0cd0532f6 01:34:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5289 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:34:17 Running in /w/workspace/edgex-go/403 [Pipeline] { [Pipeline] checkout 01:34:18 The recommended git tool is: git 01:34:23 using credential edgex-jenkins-ssh 01:34:23 Cloning the remote Git repository 01:34:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:34:23 > git init /w/workspace/edgex-go/403 # timeout=10 01:34:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:34:23 > git --version # timeout=10 01:34:23 > git --version # 'git version 2.25.1' 01:34:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:34:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:38 Removing intermediate container 6c2c47cc6787 01:34:38 ---> efbed1c2b48d 01:34:38 Step 8/22 : COPY . . 01:34:38 Removing intermediate container 6cc0cd0532f6 01:34:38 ---> 179ee095538a 01:34:38 Step 7/19 : COPY . . 01:34:38 Removing intermediate container bc566634c56b 01:34:38 ---> 044090b532be 01:34:38 Step 8/22 : COPY . . 01:34:38 Removing intermediate container 061f29f578b6 01:34:38 ---> 72235a4ea2c8 01:34:38 Step 8/24 : COPY . . 01:34:38 Removing intermediate container 02c600e74188 01:34:38 ---> b870056f3f73 01:34:38 Step 7/24 : COPY . . 01:34:45 Avoid second fetch 01:34:45 Checking out Revision 81c92a7234808790c4cb0e8fcc6e328e78abdf11 (main) 01:34:46 Commit message: "fix: adjust go.mod for new bootstrap version (#4342)" 01:34:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:34:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:45 > git config core.sparsecheckout # timeout=10 01:34:45 > git checkout -f 81c92a7234808790c4cb0e8fcc6e328e78abdf11 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:34:47 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:34:47 % Total % Received % Xferd Average Speed Time Time Time Current 01:34:47 Dload Upload Total Spent Left Speed 01:34:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 230k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh 01:34:47 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:34:48 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:34:48 + sudo tee /etc/docker/daemon.new 01:34:48 { 01:34:48 "registry-mirrors": [ 01:34:48 "https://nexus3.edgexfoundry.org:10001" 01:34:48 ], 01:34:48 "bip": "10.250.0.254/24", 01:34:48 "hosts": [ 01:34:48 "tcp://0.0.0.0:5555", 01:34:48 "unix:///var/run/docker.sock" 01:34:48 ], 01:34:48 "mtu": 1458, 01:34:48 "selinux-enabled": true, 01:34:48 "seccomp-profile": "/etc/docker/seccomp.json" 01:34:48 } [Pipeline] sh 01:34:48 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:34:48 ---> 1a7a855a4bdd 01:34:48 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:34:48 ---> 4aa6c25cc904 01:34:48 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 01:34:48 ---> b3e782d3c161 01:34:48 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 01:34:48 ---> b94641f42330 01:34:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:34:48 ---> Running in 1a3f97739e38 01:34:48 ---> Running in 0a3f16bc8918 01:34:48 ---> Running in 3af673dd843e 01:34:48 ---> b980305fc412 01:34:48 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:34:48 ---> Running in 9093ebb8b088 01:34:48 ---> Running in 8a2cf1035e93 01:34:48 Removing intermediate container 8a2cf1035e93 01:34:48 ---> f20f5e9e896d 01:34:48 Step 9/24 : WORKDIR /edgex-go/spire-build 01:34:48 ---> Running in d87aa70aabbf 01:34:48 Removing intermediate container d87aa70aabbf 01:34:48 ---> 90275784cd2a 01:34:48 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 01:34:48 ---> Running in 937d57def4c6 01:34:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:34:48 + sudo service docker restart 01:34:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:34:48 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:34:49 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:34:49 Removing intermediate container 937d57def4c6 01:34:49 ---> 2dfff2079ac9 01:34:49 Step 11/24 : WORKDIR /edgex-go 01:34:49 ---> Running in 563398da94bf 01:34:49 Removing intermediate container 563398da94bf 01:34:49 ---> b84c24e3ca65 01:34:49 01:34:49 Step 12/24 : FROM alpine:3.15 01:34:49 3.15: Pulling from library/alpine 01:34:50 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 01:34:50 Status: Downloaded newer image for alpine:3.15 01:34:50 ---> c4fc93816858 01:34:50 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:34:50 ---> Running in 44e54194ef35 01:34:50 Removing intermediate container 44e54194ef35 01:34:50 ---> af51ba05e9c9 01:34:50 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:34:50 ---> Running in 108a41180a18 01:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:34:51 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:34:51 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:34:51 OK: 15859 distinct packages available 01:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:34:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:34:51 (1/4) Installing dumb-init (1.2.5-r1) 01:34:51 (2/4) Installing musl-obstack (1.2.3-r0) 01:34:51 (3/4) Installing libucontext (1.1-r0) 01:34:51 (4/4) Installing gcompat (1.0.0-r4) 01:34:51 Executing busybox-1.34.1-r7.trigger 01:34:51 OK: 6 MiB in 18 packages 01:34:52 Removing intermediate container 108a41180a18 01:34:52 ---> f69589109630 01:34:52 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:34:54 ---> a9b0af206eff 01:34:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:34:54 ---> d2fd0ec517b5 01:34:54 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:34:54 ---> Running in a76a5517100d 01:34:54 Removing intermediate container a76a5517100d 01:34:54 ---> a9578c183acb 01:34:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:34:55 ---> b3b830a5d3f6 01:34:55 Step 19/24 : WORKDIR / 01:34:55 ---> Running in 59798f0a18b7 01:34:55 Removing intermediate container 59798f0a18b7 01:34:55 ---> 176acb0b7e61 01:34:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:34:55 ---> Running in b19be189b5b2 01:34:55 Removing intermediate container b19be189b5b2 01:34:55 ---> e243922ff4f4 01:34:55 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:34:55 ---> Running in 1dcbca7b270a 01:34:55 Removing intermediate container 1dcbca7b270a 01:34:55 ---> 10b12eeef1dc 01:34:55 Step 22/24 : LABEL arch=x86_64 01:34:55 ---> Running in f6010fe6f538 01:34:56 Removing intermediate container f6010fe6f538 01:34:56 ---> 30b5c5b0c3bf 01:34:56 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:34:56 ---> Running in 46072b68eb8c 01:34:56 Removing intermediate container 46072b68eb8c 01:34:56 ---> b6b89c747916 01:34:56 Step 24/24 : LABEL version=3.0.0-dev.44 01:34:56 ---> Running in d397801e90ab 01:34:56 Removing intermediate container d397801e90ab 01:34:56 ---> ad29f8f69605 01:34:56 01:34:56 Successfully built ad29f8f69605 01:34:56 Successfully tagged security-spire-config:latest 01:34:56  Building security-spire-config ... done Building security-spire-server 01:35:00 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:35:00 ---> a70ad83798ba 01:35:00 Step 3/23 : WORKDIR /edgex-go 01:35:00 ---> Using cache 01:35:00 ---> f48fc3482d23 01:35:00 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 01:35:00 ---> Using cache 01:35:00 ---> 197a0d813ca0 01:35:00 Step 5/23 : COPY go.mod vendor* ./ 01:35:00 ---> Using cache 01:35:00 ---> 21d7f136df4f 01:35:00 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:00 ---> Using cache 01:35:00 ---> b870056f3f73 01:35:00 Step 7/23 : COPY . . 01:35:00 ---> Using cache 01:35:00 ---> b980305fc412 01:35:00 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 01:35:00 ---> Using cache 01:35:00 ---> f20f5e9e896d 01:35:00 Step 9/23 : WORKDIR /edgex-go/spire-build 01:35:00 ---> Using cache 01:35:00 ---> 90275784cd2a 01:35:00 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 01:35:01 ---> Running in 1cbd7268eff1 01:35:02 Removing intermediate container 1cbd7268eff1 01:35:02 ---> 7538ac45c9b7 01:35:02 Step 11/23 : WORKDIR /edgex-go 01:35:02 ---> Running in 288d563d0e5f 01:35:03 Removing intermediate container 288d563d0e5f 01:35:03 ---> 7a2a6044dd85 01:35:03 01:35:03 Step 12/23 : FROM alpine:3.15 01:35:03 ---> c4fc93816858 01:35:03 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:35:03 ---> Using cache 01:35:03 ---> af51ba05e9c9 01:35:03 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:35:03 ---> Running in 9368731a773c 01:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:35:04 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:35:04 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:35:04 OK: 15859 distinct packages available 01:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:35:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:35:04 (1/5) Installing dumb-init (1.2.5-r1) 01:35:04 (2/5) Installing musl-obstack (1.2.3-r0) 01:35:04 (3/5) Installing libucontext (1.1-r0) 01:35:04 (4/5) Installing gcompat (1.0.0-r4) 01:35:04 (5/5) Installing openssl (1.1.1t-r1) 01:35:04 Executing busybox-1.34.1-r7.trigger 01:35:04 OK: 7 MiB in 19 packages 01:35:05 Removing intermediate container 9368731a773c 01:35:05 ---> 21683b22c15f 01:35:05 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:07 provisioning config files... 01:35:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config2237148840940562704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:07 ---> docker-login.sh 01:35:07 nexus3.edgexfoundry.org:10001 01:35:08 ---> 18b23fb33d60 01:35:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:08 Configure a credential helper to remove this warning. See 01:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:08 01:35:08 Login Succeeded 01:35:08 nexus3.edgexfoundry.org:10002 01:35:08 ---> d03ae8b38d7b 01:35:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:08 ---> 9517a1b13229 01:35:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:08 Configure a credential helper to remove this warning. See 01:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:08 01:35:08 Login Succeeded 01:35:08 nexus3.edgexfoundry.org:10003 01:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:08 Configure a credential helper to remove this warning. See 01:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:08 01:35:08 Login Succeeded 01:35:08 nexus3.edgexfoundry.org:10004 01:35:09 ---> 7cbf51bf475a 01:35:09 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:35:09 ---> Running in 0f9ef21f7758 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:09 Configure a credential helper to remove this warning. See 01:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:09 01:35:09 Login Succeeded 01:35:09 docker.io 01:35:09 Removing intermediate container 0f9ef21f7758 01:35:09 ---> 7922fc35f3af 01:35:09 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:35:09 ---> Running in afc1c70b0d64 01:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:09 Removing intermediate container afc1c70b0d64 01:35:09 ---> 19cfd01ae290 01:35:09 Step 21/23 : LABEL arch=x86_64 01:35:09 ---> Running in fc3992cb5920 01:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:09 Configure a credential helper to remove this warning. See 01:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:09 01:35:09 Login Succeeded 01:35:09 ---> docker-login.sh ends [Pipeline] } 01:35:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:35:09 Removing intermediate container fc3992cb5920 01:35:09 ---> 2a45c527efa8 01:35:09 Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:09 ---> Running in 1f8d79139904 [Pipeline] sh 01:35:10 Removing intermediate container 1f8d79139904 01:35:10 ---> 914086c97b2b 01:35:10 Step 23/23 : LABEL version=3.0.0-dev.44 01:35:10 ---> Running in f243168c6dd0 01:35:10 + git config --global --add safe.directory /w/workspace/edgex-go/403 [Pipeline] echo 01:35:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:35:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:35:10 ========================================================= 01:35:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:35:10 ========================================================= [Pipeline] fileExists 01:35:10 Removing intermediate container f243168c6dd0 01:35:10 ---> 8caa42091c75 01:35:10 01:35:10 Successfully built 8caa42091c75 01:35:10 Successfully tagged security-spire-server:latest 01:35:10  Building security-spire-server ... done Building support-notifications [Pipeline] sh 01:35:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:35:11 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:35:11 9b18e9b68314: Pulling fs layer 01:35:11 35d82f9e3411: Pulling fs layer 01:35:11 e16973657156: Pulling fs layer 01:35:11 fc693d55d65f: Pulling fs layer 01:35:11 7e9fc2657dce: Pulling fs layer 01:35:11 dda99020689f: Pulling fs layer 01:35:11 db1c61fa0a46: Pulling fs layer 01:35:11 891c053d2c06: Pulling fs layer 01:35:11 fc693d55d65f: Waiting 01:35:11 dda99020689f: Waiting 01:35:11 db1c61fa0a46: Waiting 01:35:11 891c053d2c06: Waiting 01:35:11 7e9fc2657dce: Waiting 01:35:11 e16973657156: Download complete 01:35:11 35d82f9e3411: Verifying Checksum 01:35:11 35d82f9e3411: Download complete 01:35:11 7e9fc2657dce: Verifying Checksum 01:35:11 7e9fc2657dce: Download complete 01:35:11 dda99020689f: Verifying Checksum 01:35:11 dda99020689f: Download complete 01:35:11 9b18e9b68314: Verifying Checksum 01:35:11 9b18e9b68314: Download complete 01:35:12 891c053d2c06: Verifying Checksum 01:35:12 891c053d2c06: Download complete 01:35:12 9b18e9b68314: Pull complete 01:35:12 35d82f9e3411: Pull complete 01:35:13 e16973657156: Pull complete 01:35:13 db1c61fa0a46: Verifying Checksum 01:35:13 db1c61fa0a46: Download complete 01:35:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:35:13 ---> a70ad83798ba 01:35:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:35:13 ---> Using cache 01:35:13 ---> 95afa98536d8 01:35:13 Step 4/22 : WORKDIR /edgex-go 01:35:13 ---> Using cache 01:35:13 ---> d83782ee3b67 01:35:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:35:14 fc693d55d65f: Verifying Checksum 01:35:14 fc693d55d65f: Download complete 01:35:15 ---> Running in 44e3a8ffac46 01:35:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:16 OK: 211 MiB in 51 packages 01:35:17 Removing intermediate container 44e3a8ffac46 01:35:17 ---> e262c0e9a975 01:35:17 Step 6/22 : COPY go.mod vendor* ./ 01:35:17 ---> f0572fedddee 01:35:17 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:17 ---> Running in f5982106d342 01:35:24 Removing intermediate container 1a3f97739e38 01:35:24 ---> 86311385e6b0 01:35:24 01:35:24 Step 10/24 : FROM alpine:3.16 01:35:24 Removing intermediate container 3af673dd843e 01:35:24 ---> 5c4407f3a6b1 01:35:24 01:35:24 Step 10/22 : FROM alpine:3.16 01:35:25 3.16: Pulling from library/alpine 01:35:25 3.16: Pulling from library/alpine 01:35:26 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 01:35:26 Status: Downloaded newer image for alpine:3.16 01:35:26 ---> bfe296a52501 01:35:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:35:26 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 01:35:26 Status: Image is up to date for alpine:3.16 01:35:26 ---> bfe296a52501 01:35:26 Step 11/24 : RUN apk add --update --no-cache dumb-init 01:35:26 ---> Running in 292bcdfd624c 01:35:26 ---> Running in fbe849ea9948 01:35:26 Removing intermediate container 0a3f16bc8918 01:35:26 ---> b0a2f63f4400 01:35:26 01:35:26 Step 9/19 : FROM alpine:3.15 01:35:26 ---> c4fc93816858 01:35:26 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:35:26 ---> Using cache 01:35:26 ---> af51ba05e9c9 01:35:26 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:35:26 ---> Running in 6c1eca5b4f9f 01:35:26 Removing intermediate container fbe849ea9948 01:35:26 ---> ad717090c9e7 01:35:26 Step 12/22 : ENV APP_PORT=59880 01:35:26 ---> Running in 07fbff5c3475 01:35:26 fc693d55d65f: Pull complete 01:35:26 7e9fc2657dce: Pull complete 01:35:26 dda99020689f: Pull complete 01:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:26 Removing intermediate container 07fbff5c3475 01:35:26 ---> 138942c41515 01:35:26 Step 13/22 : EXPOSE $APP_PORT 01:35:26 ---> Running in 1f9d02faf4fa 01:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:26 Removing intermediate container 1f9d02faf4fa 01:35:26 ---> 6e189d60c829 01:35:26 Step 14/22 : RUN apk add --update --no-cache dumb-init 01:35:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:35:26 ---> Running in eae8d5dea4ec 01:35:26 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:35:26 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:35:26 OK: 15859 distinct packages available 01:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:35:27 (1/1) Installing dumb-init (1.2.5-r1) 01:35:27 Executing busybox-1.35.0-r17.trigger 01:35:27 OK: 6 MiB in 15 packages 01:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:27 (1/9) Installing ca-certificates (20220614-r0) 01:35:27 (2/9) Installing brotli-libs (1.0.9-r5) 01:35:27 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:35:27 (4/9) Installing libcurl (7.80.0-r5) 01:35:27 (5/9) Installing curl (7.80.0-r5) 01:35:27 (6/9) Installing dumb-init (1.2.5-r1) 01:35:27 (7/9) Installing musl-obstack (1.2.3-r0) 01:35:27 (8/9) Installing libucontext (1.1-r0) 01:35:27 (9/9) Installing gcompat (1.0.0-r4) 01:35:27 Executing busybox-1.34.1-r7.trigger 01:35:27 Executing ca-certificates-20220614-r0.trigger 01:35:27 (1/1) Installing dumb-init (1.2.5-r1) 01:35:27 Executing busybox-1.35.0-r17.trigger 01:35:27 OK: 6 MiB in 15 packages 01:35:27 OK: 8 MiB in 23 packages 01:35:28 Removing intermediate container 292bcdfd624c 01:35:28 ---> f4c248faa309 01:35:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:35:28 ---> Running in 5003e5acd597 01:35:28 Removing intermediate container 5003e5acd597 01:35:28 ---> d65ccc335e49 01:35:28 Step 13/24 : ENV APP_PORT=59881 01:35:28 Removing intermediate container eae8d5dea4ec 01:35:28 ---> 2138ab8752a1 01:35:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:35:28 ---> Running in a0d30de8cbf1 01:35:28 Removing intermediate container 6c1eca5b4f9f 01:35:28 ---> 0150be6ceb84 01:35:28 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 01:35:28 ---> 6525a6ffc8ac 01:35:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:35:28 Removing intermediate container a0d30de8cbf1 01:35:28 ---> d768f2f4d2d5 01:35:28 Step 14/24 : EXPOSE $APP_PORT 01:35:28 ---> Running in 5d331cf8b621 01:35:28 ---> 47badbaa9b0d 01:35:28 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:35:28 Removing intermediate container 9093ebb8b088 01:35:28 ---> 93086c542115 01:35:28 01:35:28 Step 10/22 : FROM alpine:3.16 01:35:28 ---> bfe296a52501 01:35:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:35:28 ---> Using cache 01:35:28 ---> f4c248faa309 01:35:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:35:28 ---> Using cache 01:35:28 ---> d65ccc335e49 01:35:28 Step 13/22 : ENV APP_PORT=59861 01:35:28 ---> Running in 671c9d1e0adc 01:35:28 Removing intermediate container 5d331cf8b621 01:35:28 ---> f5b1ead1e3a7 01:35:28 Step 15/24 : WORKDIR / 01:35:29 ---> Running in 2ba786705ff7 01:35:29 Removing intermediate container 671c9d1e0adc 01:35:29 ---> d2f1e941a732 01:35:29 Step 14/22 : EXPOSE $APP_PORT 01:35:29 ---> a6b2043e44bf 01:35:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:35:29 ---> c6bb3ce9a3fe 01:35:29 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:35:29 ---> Running in d6c1f382020f 01:35:29 Removing intermediate container 2ba786705ff7 01:35:29 ---> cbc0f900f81d 01:35:29 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:35:29 Removing intermediate container d6c1f382020f 01:35:29 ---> da73155e07cc 01:35:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:35:29 ---> e7d1fc2304b8 01:35:29 Step 18/22 : ENTRYPOINT ["/core-data"] 01:35:29 ---> 7feede36538e 01:35:29 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:35:29 ---> Running in a19a542e4e21 01:35:29 ---> Running in b824ca482125 01:35:29 ---> d373d28a6e52 01:35:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:35:29 ---> 3d6432d64e60 01:35:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:35:29 Removing intermediate container a19a542e4e21 01:35:29 ---> 1edb46e417c9 01:35:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:35:29 Removing intermediate container b824ca482125 01:35:29 ---> b18e1c346e2f 01:35:29 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:35:29 ---> Running in 9b88c447cdec 01:35:29 ---> Running in d947bbe5800f 01:35:29 Removing intermediate container 9b88c447cdec 01:35:29 ---> ea823c1fb2fd 01:35:29 Step 20/22 : LABEL arch=x86_64 01:35:29 ---> Running in af3350c406e9 01:35:29 Removing intermediate container d947bbe5800f 01:35:29 ---> f9f20f667f04 01:35:29 Step 17/19 : LABEL arch=x86_64 01:35:29 ---> 723fa11dcc63 01:35:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:35:29 ---> Running in cd567c09f8eb 01:35:29 Removing intermediate container af3350c406e9 01:35:29 ---> 9fbdc2133d17 01:35:29 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:29 ---> Running in 78996b1e4125 01:35:29 Removing intermediate container cd567c09f8eb 01:35:29 ---> e83449bb7885 01:35:29 Step 18/19 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:29 ---> 86a9aeb7bc20 01:35:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 01:35:29 ---> 8e93e6acd81a 01:35:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:35:29 ---> Running in 02effc9f8f69 01:35:29 Removing intermediate container 78996b1e4125 01:35:29 ---> 8103b808fd41 01:35:29 Step 22/22 : LABEL version=3.0.0-dev.44 01:35:29 ---> Running in 4945abc178a5 01:35:29 Removing intermediate container 02effc9f8f69 01:35:29 ---> fe2b4feb3c5b 01:35:29 Step 19/19 : LABEL version=3.0.0-dev.44 01:35:29 ---> Running in 564cba22a019 01:35:29 ---> 217f171dca92 01:35:29 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:35:30 ---> 4fd61c54b2b9 01:35:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:35:30 ---> Running in 7a047fe0764d 01:35:30 Removing intermediate container 4945abc178a5 01:35:30 ---> 7f3492f87dcd 01:35:30 01:35:30 ---> Running in 37cad92f0a0c 01:35:30 Successfully built 7f3492f87dcd 01:35:30 Successfully tagged core-data:latest 01:35:30 Removing intermediate container 564cba22a019 01:35:30 ---> 006d3f97f955 01:35:30 Building core-common-config-bootstrapper 01:35:30 01:35:30  Building core-data ... done Removing intermediate container 7a047fe0764d 01:35:30 ---> aebbdf7e3d80 01:35:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:35:30 Successfully built 006d3f97f955 01:35:30 Successfully tagged security-spiffe-token-provider:latest 01:35:30 Removing intermediate container 37cad92f0a0c 01:35:30  Building security-spiffe-token-provider ... done  ---> ae5ab3b7d29b 01:35:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:35:30 Building security-proxy-setup 01:35:30 ---> Running in 32771e959606 01:35:30 ---> Running in 6f661f8f5dce 01:35:31 Removing intermediate container 32771e959606 01:35:31 ---> edecb4670262 01:35:31 Step 22/24 : LABEL arch=x86_64 01:35:32 db1c61fa0a46: Pull complete 01:35:33 891c053d2c06: Pull complete 01:35:33 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 01:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 01:35:34 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:35:34 WORKDIR /edgex 01:35:34 COPY go.mod . 01:35:34 RUN go mod download 01:35:34 + docker build -t ci-base-image-arm64 -f - . 01:35:34 Sending build context to Docker daemon 3.101MB 01:35:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:35:34 ---> f96f9c87975a 01:35:34 Step 2/4 : WORKDIR /edgex 01:35:35 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:35:35 ---> a70ad83798ba 01:35:35 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:35:35 ---> Using cache 01:35:35 ---> 95afa98536d8 01:35:35 Step 4/22 : WORKDIR /edgex-go 01:35:35 ---> Using cache 01:35:35 ---> d83782ee3b67 01:35:35 Step 5/22 : RUN apk add --update --no-cache make git 01:35:35 ---> Using cache 01:35:35 ---> f0c7dfc77412 01:35:35 Step 6/22 : COPY go.mod vendor* ./ 01:35:35 ---> Using cache 01:35:35 ---> 314b20ca38d3 01:35:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:35 ---> Using cache 01:35:35 ---> 72235a4ea2c8 01:35:35 Step 8/22 : COPY . . 01:35:35 ---> Using cache 01:35:35 ---> b3e782d3c161 01:35:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:35:35 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:35:35 ---> a70ad83798ba 01:35:35 Step 3/21 : WORKDIR /edgex-go 01:35:35 ---> Using cache 01:35:35 ---> f48fc3482d23 01:35:35 Step 4/21 : RUN apk add --update --no-cache make git 01:35:36 Removing intermediate container 6f661f8f5dce 01:35:36 ---> 46fda72a3487 01:35:36 Step 20/22 : LABEL arch=x86_64 01:35:36 ---> Running in bdea6815de2d 01:35:36 ---> Running in e52998cf0c98 01:35:36 ---> Running in 77ab7b4efbeb 01:35:36 ---> Running in 71e8fe4d9dd3 01:35:36 Removing intermediate container bdea6815de2d 01:35:36 ---> 48fa3aa2c095 01:35:36 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:36 ---> Running in 1dea2af4b3fe 01:35:36 Removing intermediate container 71e8fe4d9dd3 01:35:36 ---> 7ed48c990c21 01:35:36 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:36 ---> Running in dbe317b8e713 01:35:36 Removing intermediate container 1dea2af4b3fe 01:35:36 ---> b5cf1ad90029 01:35:36 Step 24/24 : LABEL version=3.0.0-dev.44 01:35:36 Removing intermediate container dbe317b8e713 01:35:36 ---> bf67539d018d 01:35:36 Step 22/22 : LABEL version=3.0.0-dev.44 01:35:36 ---> Running in 3527944a4afb 01:35:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:35:36 ---> Running in 4991fab6bae4 01:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:36 ---> Running in ff37e66f206c 01:35:36 Removing intermediate container 3527944a4afb 01:35:36 ---> 3b71e5596446 01:35:36 01:35:36 Removing intermediate container 4991fab6bae4 01:35:36 ---> 91a897401fa3 01:35:36 01:35:36 Successfully built 3b71e5596446 01:35:36 Successfully tagged core-metadata:latest 01:35:36  Building core-metadata ... done Building security-spire-agent 01:35:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:36 Successfully built 91a897401fa3 01:35:36 Successfully tagged support-scheduler:latest 01:35:36 Building security-secretstore-setup 01:35:37 Removing intermediate container ff37e66f206c 01:35:37 ---> c736ca3d3d11 01:35:37 Step 3/4 : COPY go.mod . 01:35:37  Building support-scheduler ... done OK: 211 MiB in 51 packages 01:35:37 ---> 8057d78ff656 01:35:37 Step 4/4 : RUN go mod download 01:35:37 ---> Running in 39f3bf2894ae 01:35:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:35:41 ---> a70ad83798ba 01:35:41 Step 3/24 : WORKDIR /edgex-go 01:35:41 ---> Using cache 01:35:41 ---> f48fc3482d23 01:35:41 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:35:41 ---> Using cache 01:35:41 ---> 197a0d813ca0 01:35:41 Step 5/24 : COPY go.mod vendor* ./ 01:35:41 ---> Using cache 01:35:41 ---> 21d7f136df4f 01:35:41 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:41 ---> Using cache 01:35:41 ---> b870056f3f73 01:35:41 Step 7/24 : COPY . . 01:35:41 ---> Using cache 01:35:41 ---> b980305fc412 01:35:41 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:35:41 ---> Using cache 01:35:41 ---> f20f5e9e896d 01:35:41 Step 9/24 : WORKDIR /edgex-go/spire-build 01:35:41 ---> Using cache 01:35:41 ---> 90275784cd2a 01:35:41 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 01:35:41 ---> Using cache 01:35:41 ---> 2dfff2079ac9 01:35:41 Step 11/24 : WORKDIR /edgex-go 01:35:41 ---> Using cache 01:35:41 ---> b84c24e3ca65 01:35:41 01:35:41 Step 12/24 : FROM alpine:3.15 01:35:41 ---> c4fc93816858 01:35:41 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:35:41 ---> Using cache 01:35:41 ---> af51ba05e9c9 01:35:41 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:35:41 ---> Using cache 01:35:41 ---> 21683b22c15f 01:35:41 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:35:41 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:35:41 ---> a70ad83798ba 01:35:41 Step 3/24 : WORKDIR /edgex-go 01:35:41 ---> Using cache 01:35:41 ---> f48fc3482d23 01:35:41 Step 4/24 : RUN apk add --update --no-cache make git 01:35:46 ---> Running in 2d465c09c1ac 01:35:46 ---> 7e3d4943b53b 01:35:46 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:35:46 Removing intermediate container 77ab7b4efbeb 01:35:46 ---> 39437ec166a4 01:35:46 Step 5/21 : COPY go.mod vendor* ./ 01:35:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:47 Removing intermediate container f5982106d342 01:35:47 ---> b97b44c87110 01:35:47 Step 8/22 : COPY . . 01:35:47 ---> 527f0820bb83 01:35:47 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:47 ---> Running in db2652ca6c3f 01:35:47 OK: 211 MiB in 51 packages 01:35:49 ---> 020db745dc8e 01:35:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:35:49 ---> 60977cd79e1c 01:35:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:35:49 Removing intermediate container 2d465c09c1ac 01:35:49 ---> 0de0df151be9 01:35:49 Step 5/24 : COPY go.mod vendor* ./ 01:35:49 ---> 75158050990c 01:35:49 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:49 ---> a78c9816702e 01:35:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:35:50 ---> Running in 2922e4056189 01:35:50 ---> b906edbfdb5c 01:35:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:35:50 ---> Running in 87292352b371 01:35:51 Removing intermediate container 87292352b371 01:35:51 ---> 22ceed821ee2 01:35:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:35:51 ---> Running in 682744c5dde2 01:35:51 Removing intermediate container 682744c5dde2 01:35:51 ---> 9d060e88d9e8 01:35:51 Step 22/24 : LABEL arch=x86_64 01:35:51 ---> Running in d6deec5d49fc 01:35:51 ---> 5cb59f271329 01:35:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:35:51 ---> Running in 7c0120ceb62c 01:35:51 Removing intermediate container d6deec5d49fc 01:35:51 ---> e5269c03b6ef 01:35:51 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:35:51 ---> Running in 6fd6270362a2 01:35:52 Removing intermediate container 6fd6270362a2 01:35:52 ---> b8a5c2742a14 01:35:52 Step 24/24 : LABEL version=3.0.0-dev.44 01:35:52 ---> Running in 8345b95126c7 01:35:52 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:35:52 Removing intermediate container 8345b95126c7 01:35:52 ---> b9d9bcfcfc9c 01:35:52 01:35:52 Successfully built b9d9bcfcfc9c 01:35:52 Successfully tagged security-spire-agent:latest 01:35:52  Building security-spire-agent ... done Building core-command 01:35:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:35:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:35:55 ---> a70ad83798ba 01:35:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 01:35:55 ---> Using cache 01:35:55 ---> 95afa98536d8 01:35:55 Step 4/23 : WORKDIR /edgex-go 01:35:55 ---> Using cache 01:35:55 ---> d83782ee3b67 01:35:55 Step 5/23 : RUN apk add --update --no-cache make git 01:35:55 ---> Using cache 01:35:55 ---> f0c7dfc77412 01:35:55 Step 6/23 : COPY go.mod vendor* ./ 01:35:55 ---> Using cache 01:35:55 ---> 314b20ca38d3 01:35:55 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:55 ---> Using cache 01:35:55 ---> 72235a4ea2c8 01:35:55 Step 8/23 : COPY . . 01:35:55 ---> Using cache 01:35:55 ---> b3e782d3c161 01:35:55 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 01:35:56 ---> Running in 7512299cee9c 01:35:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:35:58 Removing intermediate container e52998cf0c98 01:35:58 ---> c398db71e908 01:35:58 01:35:58 Step 10/22 : FROM alpine:3.16 01:35:58 ---> bfe296a52501 01:35:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:35:58 ---> Running in 0e3906653eb2 01:35:58 Removing intermediate container 0e3906653eb2 01:35:58 ---> 6acbbd10364b 01:35:58 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:35:58 ---> Running in 18ec0e59cbc9 01:35:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:59 (1/1) Installing dumb-init (1.2.5-r1) 01:35:59 Executing busybox-1.35.0-r17.trigger 01:35:59 OK: 6 MiB in 15 packages 01:36:00 Removing intermediate container 18ec0e59cbc9 01:36:00 ---> 18f2e313c29e 01:36:00 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:00 ---> b58c203aef4e 01:36:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:36:01 ---> 1a1970df1def 01:36:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:36:01 ---> 6a7d4badeba3 01:36:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:36:02 ---> 315a58eee5a5 01:36:02 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:36:02 ---> Running in 78ec67b1e9ee 01:36:05 Removing intermediate container 78ec67b1e9ee 01:36:05 ---> 516aa2baf6d6 01:36:05 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:36:06 ---> Running in 6dc2985c6151 01:36:08 Removing intermediate container 6dc2985c6151 01:36:08 ---> d44187ce898b 01:36:08 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 01:36:08 ---> Running in bdae9b415a79 01:36:08 Removing intermediate container bdae9b415a79 01:36:08 ---> 7fb48320910f 01:36:08 Step 20/22 : LABEL arch=x86_64 01:36:09 ---> Running in 8a93a6d83764 01:36:09 Removing intermediate container 8a93a6d83764 01:36:09 ---> b9fb80f868e2 01:36:09 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:36:09 ---> Running in 602956e88e6c 01:36:09 Removing intermediate container 602956e88e6c 01:36:09 ---> 2cb5ec037e5d 01:36:09 Step 22/22 : LABEL version=3.0.0-dev.44 01:36:09 ---> Running in 849b3720e5e9 01:36:10 Removing intermediate container 849b3720e5e9 01:36:10 ---> 752599047c89 01:36:10 01:36:10 Successfully built 752599047c89 01:36:10 Successfully tagged core-common-config-bootstrapper:latest 01:36:10  Building core-common-config-bootstrapper ... done Building security-bootstrapper 01:36:16 Removing intermediate container 39f3bf2894ae 01:36:16 ---> a13b23948dd3 01:36:16 Successfully built a13b23948dd3 01:36:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:16 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:36:16 Step 2/32 : FROM ${BUILDER_BASE} AS builder 01:36:16 ---> a70ad83798ba 01:36:16 Step 3/32 : WORKDIR /edgex-go 01:36:16 ---> Using cache 01:36:16 ---> f48fc3482d23 01:36:16 Step 4/32 : RUN apk add --update --no-cache make git 01:36:16 ---> Using cache 01:36:16 ---> 0de0df151be9 01:36:16 Step 5/32 : COPY go.mod vendor* ./ 01:36:16 ---> Using cache 01:36:16 ---> 75158050990c 01:36:16 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:36:17 + docker inspect -f . ci-base-image-arm64 01:36:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:36:17 prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container 01:36:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 01:36:18 $ docker top 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b -eo pid,comm [Pipeline] { [Pipeline] sh 01:36:19 + go version 01:36:19 go version go1.18.7 linux/arm64 [Pipeline] } 01:36:19 $ docker stop --time=1 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b 01:36:21 ---> Running in 24683902a29a 01:36:21 Removing intermediate container db2652ca6c3f 01:36:21 ---> aed814f3c084 01:36:21 Step 7/21 : COPY . . 01:36:21 Removing intermediate container 2922e4056189 01:36:21 ---> 6356fb968aad 01:36:21 Step 7/24 : COPY . . 01:36:21 $ docker rm -f --volumes 3be3c9abf2109b44a7f197cebf54b77d3d6ee7f8ce92e6c99d28628e1f1bc17b [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 01:36:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:36:22 01:36:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:36:22 latest: Pulling from edgex-devops/edgex-compose-arm64 01:36:22 29e5d40040c1: Pulling fs layer 01:36:22 1ce36da41761: Pulling fs layer 01:36:22 25b303627fd3: Pulling fs layer 01:36:22 29e5d40040c1: Download complete 01:36:23 1ce36da41761: Verifying Checksum 01:36:23 1ce36da41761: Download complete 01:36:23 29e5d40040c1: Pull complete 01:36:24 25b303627fd3: Verifying Checksum 01:36:24 25b303627fd3: Download complete 01:36:24 1ce36da41761: Pull complete 01:36:29 ---> 98f0fa556777 01:36:29 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:36:29 ---> a309703b8c68 01:36:29 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:36:29 Removing intermediate container 7512299cee9c 01:36:29 ---> ab89ff824ac3 01:36:29 01:36:29 Step 10/23 : FROM alpine:3.16 01:36:29 ---> bfe296a52501 01:36:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:36:29 ---> Using cache 01:36:29 ---> f4c248faa309 01:36:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:36:29 ---> Using cache 01:36:29 ---> d65ccc335e49 01:36:29 Step 13/23 : ENV APP_PORT=59882 01:36:29 ---> Running in 82258696eb85 01:36:29 ---> Running in 77a51e069f70 01:36:29 ---> Running in 1a3585adbad3 01:36:29 Removing intermediate container 7c0120ceb62c 01:36:29 ---> a54da1fecd4c 01:36:29 01:36:29 Step 10/22 : FROM alpine:3.16 01:36:29 ---> bfe296a52501 01:36:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:36:29 ---> Running in c6669ff069f8 01:36:29 Removing intermediate container 77a51e069f70 01:36:29 ---> 7b13cde99b6b 01:36:29 Step 14/23 : EXPOSE $APP_PORT 01:36:29 ---> Running in 34d7652789ae 01:36:29 Removing intermediate container 34d7652789ae 01:36:29 ---> 3851571cf467 01:36:29 Step 15/23 : WORKDIR / 01:36:29 ---> Running in 0f8de96df786 01:36:29 Removing intermediate container 0f8de96df786 01:36:29 ---> c94225b044d6 01:36:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:29 ---> e4f3a32468fc 01:36:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:36:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:36:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:36:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:36:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:36:29 ---> 7211b53611dc 01:36:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:36:30 ---> c3cc96bcc903 01:36:30 Step 19/23 : ENTRYPOINT ["/core-command"] 01:36:30 (1/2) Installing ca-certificates (20220614-r0) 01:36:30 ---> Running in 1ab6d974bd63 01:36:30 (2/2) Installing dumb-init (1.2.5-r1) 01:36:30 Executing busybox-1.35.0-r17.trigger 01:36:30 Executing ca-certificates-20220614-r0.trigger 01:36:30 OK: 6 MiB in 16 packages 01:36:30 Removing intermediate container 1ab6d974bd63 01:36:30 ---> cb3a8302c3fc 01:36:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:36:30 ---> Running in bfbea83eaf76 01:36:30 Removing intermediate container bfbea83eaf76 01:36:30 ---> f0864f10fef9 01:36:30 Step 21/23 : LABEL arch=x86_64 01:36:30 ---> Running in 72f1ec3aa190 01:36:30 Removing intermediate container 72f1ec3aa190 01:36:30 ---> 0595bfbc8a87 01:36:30 Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:36:30 ---> Running in f59ae108ac7e 01:36:30 Removing intermediate container f59ae108ac7e 01:36:30 ---> 815afd795452 01:36:30 Step 23/23 : LABEL version=3.0.0-dev.44 01:36:30 Removing intermediate container c6669ff069f8 01:36:30 ---> 193862a64a24 01:36:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:36:30 ---> Running in b00f4a918b98 01:36:30 ---> Running in b9547aad47f4 01:36:30 Removing intermediate container b00f4a918b98 01:36:30 ---> c269221121df 01:36:30 Step 13/22 : ENV APP_PORT=59860 01:36:30 Removing intermediate container b9547aad47f4 01:36:30 ---> 529ffae1693f 01:36:30 01:36:30 ---> Running in 3540981b663e 01:36:30 Successfully built 529ffae1693f 01:36:30 Successfully tagged core-command:latest 01:36:30  Building core-command ... done Removing intermediate container 3540981b663e 01:36:30 ---> 0061cbe8c21b 01:36:30 Step 14/22 : EXPOSE $APP_PORT 01:36:30 ---> Running in c2b9cbeeb205 01:36:30 Removing intermediate container c2b9cbeeb205 01:36:30 ---> 761011355665 01:36:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:36:31 ---> 674f2ccdcb54 01:36:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:36:31 ---> 530b0f6aa725 01:36:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:36:32 ---> d950643b62ad 01:36:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:36:32 ---> Running in 2fa1836145b4 01:36:32 Removing intermediate container 2fa1836145b4 01:36:32 ---> f564f7f248d5 01:36:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:36:32 ---> Running in 1b2df9899d67 01:36:32 Removing intermediate container 1b2df9899d67 01:36:32 ---> 44130cf3147b 01:36:32 Step 20/22 : LABEL arch=x86_64 01:36:32 ---> Running in 03bb1aa9302a 01:36:33 Removing intermediate container 03bb1aa9302a 01:36:33 ---> 8fb4f6bbeeed 01:36:33 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:36:33 ---> Running in 50825acf5466 01:36:33 Removing intermediate container 50825acf5466 01:36:33 ---> 5ac49e0495ad 01:36:33 Step 22/22 : LABEL version=3.0.0-dev.44 01:36:33 ---> Running in b6e9808af5d5 01:36:33 Removing intermediate container b6e9808af5d5 01:36:33 ---> 3dd622f2724c 01:36:33 01:36:33 Successfully built 3dd622f2724c 01:36:33 Successfully tagged support-notifications:latest 01:36:34 25b303627fd3: Pull complete 01:36:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:36:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:36:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:36:35 prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container 01:36:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 01:36:37 $ docker top b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 -eo pid,comm [Pipeline] { [Pipeline] sh 01:36:38 + grep parallel 01:36:38 + docker-compose build --help 01:36:45 --parallel Build images in parallel. [Pipeline] } 01:36:45 $ docker stop --time=1 b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 01:36:45  Building support-notifications ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:36:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:36:47 Removing intermediate container 24683902a29a 01:36:47 ---> 28d0b604ca42 01:36:47 Step 7/32 : COPY . . 01:36:48 $ docker rm -f --volumes b329fe745ef74a5b247774f7c7dd4b742caedb3b4a040b65094099308c6bfb32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:36:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:36:48 prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container 01:36:49 $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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 01:36:50 $ docker top 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c -eo pid,comm [Pipeline] { [Pipeline] sh 01:36:51 + docker-compose -f ./docker-compose-build.yml build --parallel 01:36:52 Removing intermediate container 82258696eb85 01:36:52 ---> 74a8aa1cdc31 01:36:52 01:36:52 Step 9/21 : FROM alpine:3.16Removing intermediate container 1a3585adbad3 01:36:52 01:36:52 ---> f87c46339ea2 01:36:52 01:36:52 Step 9/24 : FROM alpine:3.16 01:36:52 ---> bfe296a52501 01:36:52 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:36:52 ---> bfe296a52501 01:36:52 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 01:36:52 ---> Running in 15c4241c0cd3 01:36:52 ---> Running in a7282a4231b1 01:36:52 ---> 385b7f77ba68 01:36:52 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:36:52 ---> Running in 0b37cb4c6dca 01:36:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:36:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:36:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:36:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:36:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:36:53 (1/6) Installing ca-certificates (20220614-r0) 01:36:53 (1/3) Installing ca-certificates (20220614-r0) 01:36:53 (2/6) Installing brotli-libs (1.0.9-r6) 01:36:53 (2/3) Installing dumb-init (1.2.5-r1) 01:36:53 (3/3) Installing su-exec (0.2-r1) 01:36:53 (3/6) Installing nghttp2-libs (1.47.0-r0) 01:36:53 Executing busybox-1.35.0-r17.trigger 01:36:53 Executing ca-certificates-20220614-r0.trigger 01:36:53 (4/6) Installing libcurl (7.83.1-r5) 01:36:53 (5/6) Installing curl (7.83.1-r5) 01:36:53 (6/6) Installing dumb-init (1.2.5-r1) 01:36:53 Executing busybox-1.35.0-r17.trigger 01:36:53 Executing ca-certificates-20220614-r0.trigger 01:36:53 OK: 6 MiB in 17 packages 01:36:53 OK: 8 MiB in 20 packages 01:36:54 Removing intermediate container 15c4241c0cd3 01:36:54 ---> 3cca713bb0c7 01:36:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:36:54 Removing intermediate container a7282a4231b1 01:36:54 ---> 66821fc510e8 01:36:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:36:54 ---> Running in 829d426914af 01:36:54 ---> Running in 72c7c6792c5c 01:36:54 Removing intermediate container 829d426914af 01:36:54 ---> ae7bf1d41df9 01:36:54 Step 12/21 : WORKDIR /edgex 01:36:54 Removing intermediate container 72c7c6792c5c 01:36:54 ---> d676718d3a54 01:36:54 Step 12/24 : WORKDIR / 01:36:54 ---> Running in 9010b1a054a7 01:36:54 ---> Running in 3976c4637f64 01:36:54 Removing intermediate container 9010b1a054a7 01:36:54 ---> 25ba3426d1a3 01:36:54 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:36:54 Removing intermediate container 3976c4637f64 01:36:54 ---> d63a4d31f3c0 01:36:54 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:36:54 ---> 128443a304d7 01:36:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:36:54 ---> 6a8006e6b912 01:36:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:36:55 ---> d1af3f8f8bb3 01:36:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:36:55 ---> ce4aedec3fea 01:36:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:36:55 ---> 1681422ae440 01:36:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:36:55 ---> cfef74f93d57 01:36:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:36:55 ---> 60ccc02c16fd 01:36:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:36:55 ---> f484db9c4491 01:36:55 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:36:55 ---> Running in 746034d77398 01:36:55 ---> 80b1e2e02547 01:36:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:36:56 ---> 946a127933d5 01:36:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:36:56 Removing intermediate container 746034d77398 01:36:56 ---> ed5cf3c36340 01:36:56 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 01:36:56 ---> 359cb86266cc 01:36:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:36:56 ---> Running in acbff8f1c6c8 01:36:56 ---> Running in 48038a691e6f 01:36:57 Removing intermediate container 48038a691e6f 01:36:57 ---> bc9fab4ff1ab 01:36:57 Step 19/21 : LABEL arch=x86_64 01:36:57 ---> Running in 45d5c332ee84 01:36:57 Removing intermediate container 45d5c332ee84 01:36:57 ---> 817b2e402692 01:36:57 Step 20/21 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:36:57 ---> Running in 3a3d2699a9c8 01:36:57 Removing intermediate container 3a3d2699a9c8 01:36:57 ---> 9edba9e10450 01:36:57 Step 21/21 : LABEL version=3.0.0-dev.44 01:36:57 ---> Running in 7c3abf7dae04 01:36:57 Removing intermediate container 7c3abf7dae04 01:36:57 ---> d74be6a6fde3 01:36:57 01:36:57 Successfully built d74be6a6fde3 01:36:57 Successfully tagged security-proxy-setup:latest 01:36:57 Building core-command ... 01:36:57 Building core-common-config-bootstrapper ... 01:36:57 Building core-data ... 01:36:57 Building core-metadata ... 01:36:57 Building security-bootstrapper ... 01:36:57 Building security-proxy-setup ... 01:36:57 Building security-secretstore-setup ... 01:36:57 Building security-spiffe-token-provider ... 01:36:57 Building security-spire-agent ... 01:36:57 Building security-spire-config ... 01:36:57 Building security-spire-server ... 01:36:57 Building support-notifications ... 01:36:57 Building support-scheduler ... 01:36:57 Building security-spiffe-token-provider 01:36:57 Building security-proxy-setup 01:36:57 Building security-secretstore-setup 01:36:57 Building security-spire-server 01:36:57 Building core-command 01:36:57  Building security-proxy-setup ... done Removing intermediate container acbff8f1c6c8 01:36:57 ---> ba1b927b05e4 01:36:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:36:57 ---> Running in 7b8a3ae4d0f0 01:36:57 Removing intermediate container 7b8a3ae4d0f0 01:36:57 ---> a50680118121 01:36:57 Step 22/24 : LABEL arch=x86_64 01:36:57 ---> Running in 24ba2b376476 01:36:58 Removing intermediate container 24ba2b376476 01:36:58 ---> 70d994020bca 01:36:58 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:36:58 ---> Running in 16e7a5aef99b 01:36:58 Removing intermediate container 16e7a5aef99b 01:36:58 ---> c3add741ee1e 01:36:58 Step 24/24 : LABEL version=3.0.0-dev.44 01:36:58 ---> Running in 8f80fb992380 01:36:58 Removing intermediate container 8f80fb992380 01:36:58 ---> 0f7da5b642a7 01:36:58 01:36:58 Successfully built 0f7da5b642a7 01:36:58 Successfully tagged security-secretstore-setup:latest 01:37:06  Building security-secretstore-setup ... done Removing intermediate container 0b37cb4c6dca 01:37:06 ---> 1688c61415bf 01:37:06 01:37:06 Step 9/32 : FROM alpine:3.16 01:37:06 ---> bfe296a52501 01:37:06 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:37:06 ---> Running in 947d9e5c69d6 01:37:06 Removing intermediate container 947d9e5c69d6 01:37:06 ---> f9ed3328ea8a 01:37:06 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 01:37:06 ---> Running in d3c0b097c2ec 01:37:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:37:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:37:07 (1/2) Installing dumb-init (1.2.5-r1) 01:37:07 (2/2) Installing su-exec (0.2-r1) 01:37:07 Executing busybox-1.35.0-r17.trigger 01:37:07 OK: 6 MiB in 16 packages 01:37:07 Removing intermediate container d3c0b097c2ec 01:37:07 ---> 3007e84c2890 01:37:07 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 01:37:07 ---> Running in 91ed401b5068 01:37:07 Removing intermediate container 91ed401b5068 01:37:07 ---> cbd513aec3c8 01:37:07 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:37:07 ---> Running in f1ba5eaf1617 01:37:07 Removing intermediate container f1ba5eaf1617 01:37:07 ---> cfc0c64ef183 01:37:07 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:37:07 ---> Running in feca1e5a380b 01:37:07 Removing intermediate container feca1e5a380b 01:37:07 ---> 8da22fbfd395 01:37:07 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 01:37:07 ---> Running in 646e7e3da0b9 01:37:07 Removing intermediate container 646e7e3da0b9 01:37:07 ---> 288cee9c6136 01:37:07 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 01:37:07 ---> Running in 71e98b3aef8d 01:37:08 Removing intermediate container 71e98b3aef8d 01:37:08 ---> 6f314b6f4d6a 01:37:08 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 01:37:08 ---> Running in d9cfde21ea5a 01:37:08 Removing intermediate container d9cfde21ea5a 01:37:08 ---> 5c75facadc11 01:37:08 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:37:08 ---> 1eb160f32116 01:37:08 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:37:08 ---> Running in fa7945d24c92 01:37:09 Removing intermediate container fa7945d24c92 01:37:09 ---> e22ef884fb1e 01:37:09 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:09 ---> ed0e1dd7d9d3 01:37:09 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:37:09 ---> 685338d6c91a 01:37:09 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:37:09 ---> b954c506a58b 01:37:09 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:37:10 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:37:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:10 ---> a13b23948dd3 01:37:10 Step 3/23 : WORKDIR /edgex-go 01:37:10 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:37:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:37:10 ---> a13b23948dd3 01:37:10 Step 3/21 : WORKDIR /edgex-go 01:37:10 ---> Running in 441dd5bf64d0 01:37:10 ---> Running in 3810c820a716 01:37:10 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:37:10 Step 2/19 : FROM ${BUILDER_BASE} AS builder 01:37:10 ---> a13b23948dd3 01:37:10 Step 3/19 : WORKDIR /edgex-go 01:37:10 ---> ff31499a4328 01:37:10 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 01:37:10 ---> ace6b869a57e 01:37:10 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:37:10 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:37:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:37:10 ---> a13b23948dd3 01:37:10 Step 3/24 : WORKDIR /edgex-go 01:37:10 ---> Running in b891cf800bf4 01:37:10 ---> Running in 349bc404ad69 01:37:10 ---> 4f27250fac21 01:37:10 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:37:10 ---> c73eb42b2d57 01:37:10 Step 27/32 : RUN chmod +x /entrypoint.sh 01:37:10 ---> Running in 05f16541ed18 01:37:10 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:37:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:10 ---> a13b23948dd3 01:37:10 Step 3/23 : ARG ADD_BUILD_TAGS="" 01:37:10 ---> Running in ab422e36aa47 01:37:10 Removing intermediate container 3810c820a716 01:37:10 ---> 65f29c1c7c19 01:37:10 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 01:37:10 ---> Running in 66c76cbe35b8 01:37:10 Removing intermediate container 441dd5bf64d0 01:37:10 ---> 212d0d808006 01:37:10 Step 4/21 : RUN apk add --update --no-cache make git 01:37:10 Removing intermediate container 05f16541ed18 01:37:10 ---> 707517f3b772 01:37:10 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:37:10 ---> Running in d6147954b708 01:37:10 Removing intermediate container d6147954b708 01:37:10 ---> 0ef80e040669 01:37:10 Step 29/32 : CMD ["gate"] 01:37:11 ---> Running in 1d8c688a51c8 01:37:11 ---> Running in 998f0157d9f8 01:37:11 Removing intermediate container 998f0157d9f8 01:37:11 ---> caaf27e04eb3 01:37:11 Step 30/32 : LABEL arch=x86_64 01:37:11 ---> Running in 117a70d41240 01:37:11 Removing intermediate container 117a70d41240 01:37:11 ---> c4bd1af7f587 01:37:11 Step 31/32 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:11 ---> Running in 89a9b6e61676 01:37:11 Removing intermediate container 349bc404ad69 01:37:11 ---> 2d2258dd2890 01:37:11 Step 4/24 : RUN apk add --update --no-cache make git 01:37:11 Removing intermediate container ab422e36aa47 01:37:11 ---> 33b13709b8f7 01:37:11 Step 4/23 : WORKDIR /edgex-go 01:37:11 Removing intermediate container b891cf800bf4 01:37:11 ---> 21d6298eb9f9 01:37:11 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 01:37:11 ---> Running in affd353ad2d5 01:37:11 ---> Running in 377718181b7f 01:37:11 Removing intermediate container 89a9b6e61676 01:37:11 ---> 61ca74c8a20b 01:37:11 Step 32/32 : LABEL version=3.0.0-dev.44 01:37:11 ---> Running in 201cd7e5442b 01:37:11 Removing intermediate container 201cd7e5442b 01:37:11 ---> 6c1753234159 01:37:11 01:37:11 Successfully built 6c1753234159 01:37:11 Successfully tagged security-bootstrapper:latest 01:37:11  Building security-bootstrapper ... done  [Pipeline] } 01:37:11 $ docker stop --time=1 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df 01:37:11 ---> Running in 8b84fcd5a7e2 01:37:12 Removing intermediate container 8b84fcd5a7e2 01:37:12 ---> a09e750ccff6 01:37:12 Step 5/23 : RUN apk add --update --no-cache make git 01:37:12 ---> Running in 569478a89a41 01:37:12 $ docker rm -f --volumes 584a76d35c469b6d0b92cd2dd3eb4f382da98311ef86f4b3b485f659b68785df [Pipeline] // withDockerContainer [Pipeline] sh 01:37:13 + docker images 01:37:13 REPOSITORY TAG IMAGE ID CREATED SIZE 01:37:13 security-bootstrapper latest 6c1753234159 1 second ago 20.3MB 01:37:13 1688c61415bf 7 seconds ago 1.67GB 01:37:13 security-secretstore-setup latest 0f7da5b642a7 14 seconds ago 30MB 01:37:13 security-proxy-setup latest d74be6a6fde3 15 seconds ago 27.8MB 01:37:13 f87c46339ea2 22 seconds ago 1.67GB 01:37:13 74a8aa1cdc31 24 seconds ago 1.67GB 01:37:13 support-notifications latest 3dd622f2724c 39 seconds ago 30.6MB 01:37:13 core-command latest 529ffae1693f 42 seconds ago 17.7MB 01:37:13 a54da1fecd4c 48 seconds ago 1.74GB 01:37:13 ab89ff824ac3 50 seconds ago 1.68GB 01:37:13 core-common-config-bootstrapper latest 752599047c89 About a minute ago 15.5MB 01:37:13 c398db71e908 About a minute ago 1.67GB 01:37:13 security-spire-agent latest b9d9bcfcfc9c About a minute ago 125MB 01:37:13 core-metadata latest 3b71e5596446 About a minute ago 18.5MB 01:37:13 support-scheduler latest 91a897401fa3 About a minute ago 30MB 01:37:13 security-spiffe-token-provider latest 006d3f97f955 About a minute ago 30MB 01:37:13 core-data latest 7f3492f87dcd About a minute ago 17.9MB 01:37:13 93086c542115 About a minute ago 1.74GB 01:37:13 b0a2f63f4400 About a minute ago 1.71GB 01:37:13 5c4407f3a6b1 About a minute ago 1.68GB 01:37:13 86311385e6b0 About a minute ago 1.68GB 01:37:13 security-spire-server latest 8caa42091c75 2 minutes ago 86.5MB 01:37:13 7a2a6044dd85 2 minutes ago 1.55GB 01:37:13 security-spire-config latest ad29f8f69605 2 minutes ago 85.8MB 01:37:13 b84c24e3ca65 2 minutes ago 1.55GB 01:37:13 ci-base-image-x86_64 latest a70ad83798ba 5 minutes ago 903MB 01:37:13 alpine 3.16 bfe296a52501 2 months ago 5.54MB 01:37:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 01:37:13 alpine 3.15 c4fc93816858 6 months ago 5.59MB 01:37:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 01:37:13 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 01:37:13 provisioning config files... 01:37:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config7957863436214454763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:37:13 ---> docker-login.sh 01:37:13 nexus3.edgexfoundry.org:10001 01:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:13 Configure a credential helper to remove this warning. See 01:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:13 01:37:13 Login Succeeded 01:37:13 nexus3.edgexfoundry.org:10002 01:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:13 Configure a credential helper to remove this warning. See 01:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:13 01:37:13 Login Succeeded 01:37:13 nexus3.edgexfoundry.org:10003 01:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:13 Configure a credential helper to remove this warning. See 01:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:13 01:37:13 Login Succeeded 01:37:13 nexus3.edgexfoundry.org:10004 01:37:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:13 Configure a credential helper to remove this warning. See 01:37:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:13 01:37:13 Login Succeeded 01:37:13 docker.io 01:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:37:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:37:14 Configure a credential helper to remove this warning. See 01:37:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:37:14 01:37:14 Login Succeeded 01:37:14 ---> docker-login.sh ends [Pipeline] } 01:37:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:37:14 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:37:14 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:14 latest 01:37:14 3.0.0-dev.44 01:37:14 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:14 main 01:37:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:15 + docker push nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:37:15 f4b7b35acddd: Preparing 01:37:15 363d76018964: Preparing 01:37:15 6c89bce3d27c: Preparing 01:37:15 040d5edd2be5: Preparing 01:37:15 e5e13b0c77cb: Preparing 01:37:15 e5e13b0c77cb: Layer already exists 01:37:15 6c89bce3d27c: Pushed 01:37:15 f4b7b35acddd: Pushed 01:37:15 040d5edd2be5: Pushed 01:37:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:15 OK: 221 MiB in 51 packages 01:37:15 OK: 221 MiB in 51 packages 01:37:15 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 01:37:15 v3.16.3-170-gb4524a0c7b8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 01:37:15 OK: 16903 distinct packages available 01:37:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:37:16 363d76018964: Pushed 01:37:16 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 01:37:16 OK: 221 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:37:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:17 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:37:17 f4b7b35acddd: Preparing 01:37:17 363d76018964: Preparing 01:37:17 6c89bce3d27c: Preparing 01:37:17 040d5edd2be5: Preparing 01:37:17 e5e13b0c77cb: Preparing 01:37:17 040d5edd2be5: Layer already exists 01:37:17 f4b7b35acddd: Layer already exists 01:37:17 6c89bce3d27c: Layer already exists 01:37:17 363d76018964: Layer already exists 01:37:17 e5e13b0c77cb: Layer already exists 01:37:17 latest: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:17 OK: 221 MiB in 51 packages 01:37:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:17 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 01:37:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:37:17 f4b7b35acddd: Preparing 01:37:17 363d76018964: Preparing 01:37:17 6c89bce3d27c: Preparing 01:37:17 040d5edd2be5: Preparing 01:37:17 e5e13b0c77cb: Preparing 01:37:17 040d5edd2be5: Layer already exists 01:37:17 363d76018964: Layer already exists 01:37:17 e5e13b0c77cb: Layer already exists 01:37:17 6c89bce3d27c: Layer already exists 01:37:17 f4b7b35acddd: Layer already exists 01:37:17 3.0.0-dev.44: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:17 Removing intermediate container 66c76cbe35b8 01:37:17 ---> 53d13a8b20be 01:37:17 Step 5/23 : COPY go.mod vendor* ./ 01:37:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 OK: 221 MiB in 51 packages 01:37:18 Removing intermediate container 377718181b7f 01:37:18 ---> bf9fa0d7c749 01:37:18 Step 5/24 : COPY go.mod vendor* ./ 01:37:18 + docker push nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:37:18 f4b7b35acddd: Preparing 01:37:18 363d76018964: Preparing 01:37:18 6c89bce3d27c: Preparing 01:37:18 040d5edd2be5: Preparing 01:37:18 e5e13b0c77cb: Preparing 01:37:18 040d5edd2be5: Layer already exists 01:37:18 363d76018964: Layer already exists 01:37:18 6c89bce3d27c: Layer already exists 01:37:18 e5e13b0c77cb: Layer already exists 01:37:18 f4b7b35acddd: Layer already exists 01:37:18 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 Removing intermediate container 1d8c688a51c8 01:37:18 ---> 67ddcf1f4f5f 01:37:18 Step 5/21 : COPY go.mod vendor* ./ 01:37:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:37:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:37:18 f4b7b35acddd: Preparing 01:37:18 363d76018964: Preparing 01:37:18 6c89bce3d27c: Preparing 01:37:18 040d5edd2be5: Preparing 01:37:18 e5e13b0c77cb: Preparing 01:37:18 363d76018964: Layer already exists 01:37:18 e5e13b0c77cb: Layer already exists 01:37:18 040d5edd2be5: Layer already exists 01:37:18 f4b7b35acddd: Layer already exists 01:37:18 6c89bce3d27c: Layer already exists 01:37:18 main: digest: sha256:76f5f90338ff175e0850d4100bc52e38ee57487e13b5414b10a584bd5d5e80e2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:18 ===================================================== [Pipeline] echo 01:37:18 taggedImages: 01:37:18 - nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:18 - nexus3.edgexfoundry.org:10004/core-command:latest 01:37:18 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.44 01:37:18 - nexus3.edgexfoundry.org:10004/core-command:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:18 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:37:18 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:37:18 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:18 latest 01:37:18 3.0.0-dev.44 01:37:18 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:18 main 01:37:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:18 Removing intermediate container 569478a89a41 01:37:18 ---> 0a09579eefc3 01:37:18 Step 6/23 : COPY go.mod vendor* ./ 01:37:18 ---> ffb8ce472bab 01:37:18 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:19 ---> Running in 302f903d80df 01:37:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:37:19 0203b14e68c9: Preparing 01:37:19 1433be7d1669: Preparing 01:37:19 588c4e70b266: Preparing 01:37:19 7b36a9139853: Preparing 01:37:19 6c89bce3d27c: Preparing 01:37:19 fec218d0250d: Preparing 01:37:19 e5e13b0c77cb: Preparing 01:37:19 fec218d0250d: Waiting 01:37:19 e5e13b0c77cb: Waiting 01:37:19 6c89bce3d27c: Layer already exists 01:37:19 0203b14e68c9: Pushed 01:37:19 1433be7d1669: Pushed 01:37:19 e5e13b0c77cb: Layer already exists 01:37:19 fec218d0250d: Pushed 01:37:19 588c4e70b266: Pushed 01:37:19 ---> 740437170021 01:37:19 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:19 Removing intermediate container affd353ad2d5 01:37:19 ---> 8012b284aa4d 01:37:19 Step 5/19 : COPY go.mod vendor* ./ 01:37:19 ---> 017bd89cf0be 01:37:19 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:19 ---> Running in b2ae1c8f2402 01:37:19 ---> Running in 538031779c89 01:37:20 7b36a9139853: Pushed 01:37:20 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:20 ---> ab87fc76ec97 01:37:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:20 ---> Running in 84531478c029 01:37:20 + 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 01:37:21 ---> 4a1c8bdf0316 01:37:21 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:37:21 0203b14e68c9: Preparing 01:37:21 1433be7d1669: Preparing 01:37:21 588c4e70b266: Preparing 01:37:21 7b36a9139853: Preparing 01:37:21 6c89bce3d27c: Preparing 01:37:21 fec218d0250d: Preparing 01:37:21 e5e13b0c77cb: Preparing 01:37:21 fec218d0250d: Waiting 01:37:21 e5e13b0c77cb: Waiting 01:37:21 588c4e70b266: Layer already exists 01:37:21 1433be7d1669: Layer already exists 01:37:21 6c89bce3d27c: Layer already exists 01:37:21 0203b14e68c9: Layer already exists 01:37:21 7b36a9139853: Layer already exists 01:37:21 fec218d0250d: Layer already exists 01:37:21 e5e13b0c77cb: Layer already exists 01:37:21 latest: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:21 ---> Running in 764e79757a21 01:37:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 01:37:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:37:21 0203b14e68c9: Preparing 01:37:21 1433be7d1669: Preparing 01:37:21 588c4e70b266: Preparing 01:37:21 7b36a9139853: Preparing 01:37:21 6c89bce3d27c: Preparing 01:37:21 fec218d0250d: Preparing 01:37:21 fec218d0250d: Waiting 01:37:21 e5e13b0c77cb: Preparing 01:37:21 e5e13b0c77cb: Waiting 01:37:21 588c4e70b266: Layer already exists 01:37:21 1433be7d1669: Layer already exists 01:37:21 7b36a9139853: Layer already exists 01:37:21 6c89bce3d27c: Layer already exists 01:37:21 0203b14e68c9: Layer already exists 01:37:21 fec218d0250d: Layer already exists 01:37:21 e5e13b0c77cb: Layer already exists 01:37:21 3.0.0-dev.44: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:37:22 0203b14e68c9: Preparing 01:37:22 1433be7d1669: Preparing 01:37:22 588c4e70b266: Preparing 01:37:22 7b36a9139853: Preparing 01:37:22 6c89bce3d27c: Preparing 01:37:22 fec218d0250d: Preparing 01:37:22 e5e13b0c77cb: Preparing 01:37:22 fec218d0250d: Waiting 01:37:22 e5e13b0c77cb: Waiting 01:37:22 7b36a9139853: Layer already exists 01:37:22 588c4e70b266: Layer already exists 01:37:22 6c89bce3d27c: Layer already exists 01:37:22 0203b14e68c9: Layer already exists 01:37:22 1433be7d1669: Layer already exists 01:37:22 fec218d0250d: Layer already exists 01:37:22 e5e13b0c77cb: Layer already exists 01:37:22 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:22 + 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 01:37:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:37:23 0203b14e68c9: Preparing 01:37:23 1433be7d1669: Preparing 01:37:23 588c4e70b266: Preparing 01:37:23 7b36a9139853: Preparing 01:37:23 6c89bce3d27c: Preparing 01:37:23 fec218d0250d: Preparing 01:37:23 e5e13b0c77cb: Preparing 01:37:23 e5e13b0c77cb: Waiting 01:37:23 fec218d0250d: Waiting 01:37:23 588c4e70b266: Layer already exists 01:37:23 1433be7d1669: Layer already exists 01:37:23 6c89bce3d27c: Layer already exists 01:37:23 0203b14e68c9: Layer already exists 01:37:23 7b36a9139853: Layer already exists 01:37:23 fec218d0250d: Layer already exists 01:37:23 e5e13b0c77cb: Layer already exists 01:37:23 main: digest: sha256:bbebdc2b164a8b1dba58425446c8290573a88b382b4f4d045af033197a7fffef size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:23 ===================================================== [Pipeline] echo 01:37:23 taggedImages: 01:37:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:37:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.44 01:37:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:23 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:37:23 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:37:23 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:23 latest 01:37:23 3.0.0-dev.44 01:37:23 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:23 main 01:37:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:23 + docker push nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:37:23 807f29a76a58: Preparing 01:37:23 da62e20f0d3a: Preparing 01:37:23 6c89bce3d27c: Preparing 01:37:23 c295e9a4d2bf: Preparing 01:37:23 e5e13b0c77cb: Preparing 01:37:23 6c89bce3d27c: Layer already exists 01:37:23 e5e13b0c77cb: Layer already exists 01:37:23 c295e9a4d2bf: Pushed 01:37:23 807f29a76a58: Pushed 01:37:25 da62e20f0d3a: Pushed 01:37:25 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:25 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:37:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:37:25 807f29a76a58: Preparing 01:37:25 da62e20f0d3a: Preparing 01:37:25 6c89bce3d27c: Preparing 01:37:25 c295e9a4d2bf: Preparing 01:37:25 e5e13b0c77cb: Preparing 01:37:25 e5e13b0c77cb: Layer already exists 01:37:25 c295e9a4d2bf: Layer already exists 01:37:25 807f29a76a58: Layer already exists 01:37:25 da62e20f0d3a: Layer already exists 01:37:25 6c89bce3d27c: Layer already exists 01:37:25 latest: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:26 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 01:37:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:37:26 807f29a76a58: Preparing 01:37:26 da62e20f0d3a: Preparing 01:37:26 6c89bce3d27c: Preparing 01:37:26 c295e9a4d2bf: Preparing 01:37:26 e5e13b0c77cb: Preparing 01:37:26 6c89bce3d27c: Layer already exists 01:37:26 807f29a76a58: Layer already exists 01:37:26 c295e9a4d2bf: Layer already exists 01:37:26 da62e20f0d3a: Layer already exists 01:37:26 e5e13b0c77cb: Layer already exists 01:37:27 3.0.0-dev.44: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:27 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:27 + docker push nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:37:27 807f29a76a58: Preparing 01:37:27 da62e20f0d3a: Preparing 01:37:27 6c89bce3d27c: Preparing 01:37:27 c295e9a4d2bf: Preparing 01:37:27 e5e13b0c77cb: Preparing 01:37:27 e5e13b0c77cb: Layer already exists 01:37:27 c295e9a4d2bf: Layer already exists 01:37:27 807f29a76a58: Layer already exists 01:37:27 da62e20f0d3a: Layer already exists 01:37:27 6c89bce3d27c: Layer already exists 01:37:27 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:28 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:37:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:37:28 807f29a76a58: Preparing 01:37:28 da62e20f0d3a: Preparing 01:37:28 6c89bce3d27c: Preparing 01:37:28 c295e9a4d2bf: Preparing 01:37:28 e5e13b0c77cb: Preparing 01:37:28 807f29a76a58: Layer already exists 01:37:28 6c89bce3d27c: Layer already exists 01:37:28 c295e9a4d2bf: Layer already exists 01:37:28 e5e13b0c77cb: Layer already exists 01:37:28 da62e20f0d3a: Layer already exists 01:37:28 main: digest: sha256:3608f52050aacde6b74ced74fe6542430142dca14d781e6458fca16c0052b7f0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:28 ===================================================== [Pipeline] echo 01:37:28 taggedImages: 01:37:28 - nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:28 - nexus3.edgexfoundry.org:10004/core-data:latest 01:37:28 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.44 01:37:28 - nexus3.edgexfoundry.org:10004/core-data:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:28 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:37:28 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:37:28 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:28 latest 01:37:28 3.0.0-dev.44 01:37:28 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:28 main 01:37:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:37:29 eb1ebd84bd2e: Preparing 01:37:29 9a1153912406: Preparing 01:37:29 0be07cd1f9aa: Preparing 01:37:29 6c89bce3d27c: Preparing 01:37:29 040d5edd2be5: Preparing 01:37:29 e5e13b0c77cb: Preparing 01:37:29 e5e13b0c77cb: Waiting 01:37:29 6c89bce3d27c: Layer already exists 01:37:29 040d5edd2be5: Layer already exists 01:37:29 e5e13b0c77cb: Layer already exists 01:37:29 eb1ebd84bd2e: Pushed 01:37:29 9a1153912406: Pushed 01:37:30 0be07cd1f9aa: Pushed 01:37:30 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:37:31 eb1ebd84bd2e: Preparing 01:37:31 9a1153912406: Preparing 01:37:31 0be07cd1f9aa: Preparing 01:37:31 6c89bce3d27c: Preparing 01:37:31 040d5edd2be5: Preparing 01:37:31 e5e13b0c77cb: Preparing 01:37:31 e5e13b0c77cb: Waiting 01:37:31 040d5edd2be5: Layer already exists 01:37:31 6c89bce3d27c: Layer already exists 01:37:31 0be07cd1f9aa: Layer already exists 01:37:31 eb1ebd84bd2e: Layer already exists 01:37:31 9a1153912406: Layer already exists 01:37:31 e5e13b0c77cb: Layer already exists 01:37:31 latest: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 01:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:37:31 eb1ebd84bd2e: Preparing 01:37:31 9a1153912406: Preparing 01:37:31 0be07cd1f9aa: Preparing 01:37:31 6c89bce3d27c: Preparing 01:37:31 040d5edd2be5: Preparing 01:37:31 e5e13b0c77cb: Preparing 01:37:31 e5e13b0c77cb: Waiting 01:37:31 eb1ebd84bd2e: Layer already exists 01:37:31 9a1153912406: Layer already exists 01:37:31 040d5edd2be5: Layer already exists 01:37:31 0be07cd1f9aa: Layer already exists 01:37:31 6c89bce3d27c: Layer already exists 01:37:31 e5e13b0c77cb: Layer already exists 01:37:31 3.0.0-dev.44: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:37:32 eb1ebd84bd2e: Preparing 01:37:32 9a1153912406: Preparing 01:37:32 0be07cd1f9aa: Preparing 01:37:32 6c89bce3d27c: Preparing 01:37:32 040d5edd2be5: Preparing 01:37:32 e5e13b0c77cb: Preparing 01:37:32 e5e13b0c77cb: Waiting 01:37:32 040d5edd2be5: Layer already exists 01:37:32 eb1ebd84bd2e: Layer already exists 01:37:32 6c89bce3d27c: Layer already exists 01:37:32 9a1153912406: Layer already exists 01:37:32 0be07cd1f9aa: Layer already exists 01:37:32 e5e13b0c77cb: Layer already exists 01:37:32 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:37:33 eb1ebd84bd2e: Preparing 01:37:33 9a1153912406: Preparing 01:37:33 0be07cd1f9aa: Preparing 01:37:33 6c89bce3d27c: Preparing 01:37:33 040d5edd2be5: Preparing 01:37:33 e5e13b0c77cb: Preparing 01:37:33 e5e13b0c77cb: Waiting 01:37:33 6c89bce3d27c: Layer already exists 01:37:33 0be07cd1f9aa: Layer already exists 01:37:33 eb1ebd84bd2e: Layer already exists 01:37:33 9a1153912406: Layer already exists 01:37:33 040d5edd2be5: Layer already exists 01:37:33 e5e13b0c77cb: Layer already exists 01:37:33 main: digest: sha256:d4e0c06c73464482a620ec80b4332cf53412bb0cac35d313b72f0c7ce2457815 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:33 ===================================================== [Pipeline] echo 01:37:33 taggedImages: 01:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.44 01:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:33 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:37:33 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:37:33 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:33 latest 01:37:33 3.0.0-dev.44 01:37:33 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:33 main 01:37:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:37:33 9dacd45d0746: Preparing 01:37:33 9dacd45d0746: Preparing 01:37:33 277888e45437: Preparing 01:37:33 acb9d47432e8: Preparing 01:37:33 e81ecd9d2287: Preparing 01:37:33 ebddf7263deb: Preparing 01:37:33 f58948ac3a6b: Preparing 01:37:33 6c89bce3d27c: Preparing 01:37:33 561946804c8c: Preparing 01:37:33 f58948ac3a6b: Waiting 01:37:33 6c89bce3d27c: Waiting 01:37:33 fd78dd83a15d: Preparing 01:37:33 b0104b5a1839: Preparing 01:37:33 0bd0b8102d77: Preparing 01:37:33 e5e13b0c77cb: Preparing 01:37:33 fd78dd83a15d: Waiting 01:37:33 b0104b5a1839: Waiting 01:37:33 0bd0b8102d77: Waiting 01:37:33 ebddf7263deb: Pushed 01:37:33 9dacd45d0746: Pushed 01:37:33 e81ecd9d2287: Pushed 01:37:33 acb9d47432e8: Pushed 01:37:33 277888e45437: Pushed 01:37:33 6c89bce3d27c: Layer already exists 01:37:34 561946804c8c: Pushed 01:37:34 e5e13b0c77cb: Layer already exists 01:37:34 0bd0b8102d77: Pushed 01:37:34 fd78dd83a15d: Pushed 01:37:34 b0104b5a1839: Pushed 01:37:36 f58948ac3a6b: Pushed 01:37:36 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:37:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:37:36 9dacd45d0746: Preparing 01:37:36 9dacd45d0746: Preparing 01:37:36 277888e45437: Preparing 01:37:36 acb9d47432e8: Preparing 01:37:36 e81ecd9d2287: Preparing 01:37:36 ebddf7263deb: Preparing 01:37:36 f58948ac3a6b: Preparing 01:37:36 6c89bce3d27c: Preparing 01:37:36 561946804c8c: Preparing 01:37:36 fd78dd83a15d: Preparing 01:37:36 b0104b5a1839: Preparing 01:37:36 0bd0b8102d77: Preparing 01:37:36 e5e13b0c77cb: Preparing 01:37:36 561946804c8c: Waiting 01:37:36 b0104b5a1839: Waiting 01:37:36 fd78dd83a15d: Waiting 01:37:36 0bd0b8102d77: Waiting 01:37:36 f58948ac3a6b: Waiting 01:37:36 e5e13b0c77cb: Waiting 01:37:36 6c89bce3d27c: Waiting 01:37:36 277888e45437: Layer already exists 01:37:36 9dacd45d0746: Layer already exists 01:37:36 acb9d47432e8: Layer already exists 01:37:36 e81ecd9d2287: Layer already exists 01:37:36 ebddf7263deb: Layer already exists 01:37:36 f58948ac3a6b: Layer already exists 01:37:36 b0104b5a1839: Layer already exists 01:37:36 561946804c8c: Layer already exists 01:37:36 6c89bce3d27c: Layer already exists 01:37:36 fd78dd83a15d: Layer already exists 01:37:36 0bd0b8102d77: Layer already exists 01:37:36 e5e13b0c77cb: Layer already exists 01:37:36 latest: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 01:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:37:37 9dacd45d0746: Preparing 01:37:37 9dacd45d0746: Preparing 01:37:37 277888e45437: Preparing 01:37:37 acb9d47432e8: Preparing 01:37:37 e81ecd9d2287: Preparing 01:37:37 ebddf7263deb: Preparing 01:37:37 f58948ac3a6b: Preparing 01:37:37 6c89bce3d27c: Preparing 01:37:37 561946804c8c: Preparing 01:37:37 fd78dd83a15d: Preparing 01:37:37 b0104b5a1839: Preparing 01:37:37 0bd0b8102d77: Preparing 01:37:37 e5e13b0c77cb: Preparing 01:37:37 b0104b5a1839: Waiting 01:37:37 f58948ac3a6b: Waiting 01:37:37 0bd0b8102d77: Waiting 01:37:37 e5e13b0c77cb: Waiting 01:37:37 6c89bce3d27c: Waiting 01:37:37 fd78dd83a15d: Waiting 01:37:37 561946804c8c: Waiting 01:37:37 e81ecd9d2287: Layer already exists 01:37:37 9dacd45d0746: Layer already exists 01:37:37 acb9d47432e8: Layer already exists 01:37:37 ebddf7263deb: Layer already exists 01:37:37 277888e45437: Layer already exists 01:37:37 f58948ac3a6b: Layer already exists 01:37:37 561946804c8c: Layer already exists 01:37:37 b0104b5a1839: Layer already exists 01:37:37 6c89bce3d27c: Layer already exists 01:37:37 fd78dd83a15d: Layer already exists 01:37:37 0bd0b8102d77: Layer already exists 01:37:37 e5e13b0c77cb: Layer already exists 01:37:37 3.0.0-dev.44: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:37:37 9dacd45d0746: Preparing 01:37:37 9dacd45d0746: Preparing 01:37:37 277888e45437: Preparing 01:37:37 acb9d47432e8: Preparing 01:37:37 e81ecd9d2287: Preparing 01:37:37 ebddf7263deb: Preparing 01:37:37 f58948ac3a6b: Preparing 01:37:37 6c89bce3d27c: Preparing 01:37:37 561946804c8c: Preparing 01:37:37 fd78dd83a15d: Preparing 01:37:37 b0104b5a1839: Preparing 01:37:37 0bd0b8102d77: Preparing 01:37:37 e5e13b0c77cb: Preparing 01:37:37 6c89bce3d27c: Waiting 01:37:37 561946804c8c: Waiting 01:37:37 fd78dd83a15d: Waiting 01:37:37 e5e13b0c77cb: Waiting 01:37:37 b0104b5a1839: Waiting 01:37:37 0bd0b8102d77: Waiting 01:37:37 e81ecd9d2287: Layer already exists 01:37:37 acb9d47432e8: Layer already exists 01:37:37 9dacd45d0746: Layer already exists 01:37:37 277888e45437: Layer already exists 01:37:37 ebddf7263deb: Layer already exists 01:37:37 f58948ac3a6b: Layer already exists 01:37:37 561946804c8c: Layer already exists 01:37:37 6c89bce3d27c: Layer already exists 01:37:37 b0104b5a1839: Layer already exists 01:37:37 fd78dd83a15d: Layer already exists 01:37:37 0bd0b8102d77: Layer already exists 01:37:37 e5e13b0c77cb: Layer already exists 01:37:37 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:37:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:37:38 9dacd45d0746: Preparing 01:37:38 9dacd45d0746: Preparing 01:37:38 277888e45437: Preparing 01:37:38 acb9d47432e8: Preparing 01:37:38 e81ecd9d2287: Preparing 01:37:38 ebddf7263deb: Preparing 01:37:38 f58948ac3a6b: Preparing 01:37:38 6c89bce3d27c: Preparing 01:37:38 561946804c8c: Preparing 01:37:38 fd78dd83a15d: Preparing 01:37:38 b0104b5a1839: Preparing 01:37:38 0bd0b8102d77: Preparing 01:37:38 e5e13b0c77cb: Preparing 01:37:38 f58948ac3a6b: Waiting 01:37:38 6c89bce3d27c: Waiting 01:37:38 561946804c8c: Waiting 01:37:38 0bd0b8102d77: Waiting 01:37:38 fd78dd83a15d: Waiting 01:37:38 e5e13b0c77cb: Waiting 01:37:38 b0104b5a1839: Waiting 01:37:38 277888e45437: Layer already exists 01:37:38 acb9d47432e8: Layer already exists 01:37:38 e81ecd9d2287: Layer already exists 01:37:38 9dacd45d0746: Layer already exists 01:37:38 ebddf7263deb: Layer already exists 01:37:38 f58948ac3a6b: Layer already exists 01:37:38 561946804c8c: Layer already exists 01:37:38 6c89bce3d27c: Layer already exists 01:37:38 fd78dd83a15d: Layer already exists 01:37:38 b0104b5a1839: Layer already exists 01:37:38 0bd0b8102d77: Layer already exists 01:37:38 e5e13b0c77cb: Layer already exists 01:37:38 main: digest: sha256:6c760ab21559edcd4018fef7a5d28a1a2bca039a3881ae736d547018db6d519e size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:38 ===================================================== [Pipeline] echo 01:37:38 taggedImages: 01:37:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:37:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.44 01:37:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:38 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:37:38 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:37:38 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:38 latest 01:37:38 3.0.0-dev.44 01:37:38 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:38 main 01:37:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:37:39 ad4871d886c7: Preparing 01:37:39 48066eecc388: Preparing 01:37:39 81f738cb1de6: Preparing 01:37:39 ef0182902744: Preparing 01:37:39 3cf87d720c46: Preparing 01:37:39 49aea34c33df: Preparing 01:37:39 407d4efc69ff: Preparing 01:37:39 e5e13b0c77cb: Preparing 01:37:39 49aea34c33df: Waiting 01:37:39 407d4efc69ff: Waiting 01:37:39 e5e13b0c77cb: Waiting 01:37:39 48066eecc388: Pushed 01:37:39 ad4871d886c7: Pushed 01:37:39 3cf87d720c46: Pushed 01:37:39 e5e13b0c77cb: Layer already exists 01:37:39 49aea34c33df: Pushed 01:37:39 407d4efc69ff: Pushed 01:37:40 ef0182902744: Pushed 01:37:40 81f738cb1de6: Pushed 01:37:40 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:37:41 ad4871d886c7: Preparing 01:37:41 48066eecc388: Preparing 01:37:41 81f738cb1de6: Preparing 01:37:41 ef0182902744: Preparing 01:37:41 3cf87d720c46: Preparing 01:37:41 49aea34c33df: Preparing 01:37:41 407d4efc69ff: Preparing 01:37:41 e5e13b0c77cb: Preparing 01:37:41 49aea34c33df: Waiting 01:37:41 407d4efc69ff: Waiting 01:37:41 e5e13b0c77cb: Waiting 01:37:41 3cf87d720c46: Layer already exists 01:37:41 81f738cb1de6: Layer already exists 01:37:41 48066eecc388: Layer already exists 01:37:41 ad4871d886c7: Layer already exists 01:37:41 ef0182902744: Layer already exists 01:37:41 49aea34c33df: Layer already exists 01:37:41 407d4efc69ff: Layer already exists 01:37:41 e5e13b0c77cb: Layer already exists 01:37:41 latest: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 01:37:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:37:41 ad4871d886c7: Preparing 01:37:41 48066eecc388: Preparing 01:37:41 81f738cb1de6: Preparing 01:37:41 ef0182902744: Preparing 01:37:41 3cf87d720c46: Preparing 01:37:41 49aea34c33df: Preparing 01:37:41 407d4efc69ff: Preparing 01:37:41 e5e13b0c77cb: Preparing 01:37:41 49aea34c33df: Waiting 01:37:41 407d4efc69ff: Waiting 01:37:41 e5e13b0c77cb: Waiting 01:37:41 3cf87d720c46: Layer already exists 01:37:41 ad4871d886c7: Layer already exists 01:37:41 ef0182902744: Layer already exists 01:37:41 81f738cb1de6: Layer already exists 01:37:41 48066eecc388: Layer already exists 01:37:41 49aea34c33df: Layer already exists 01:37:41 407d4efc69ff: Layer already exists 01:37:41 e5e13b0c77cb: Layer already exists 01:37:41 3.0.0-dev.44: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:37:42 ad4871d886c7: Preparing 01:37:42 48066eecc388: Preparing 01:37:42 81f738cb1de6: Preparing 01:37:42 ef0182902744: Preparing 01:37:42 3cf87d720c46: Preparing 01:37:42 49aea34c33df: Preparing 01:37:42 407d4efc69ff: Preparing 01:37:42 e5e13b0c77cb: Preparing 01:37:42 49aea34c33df: Waiting 01:37:42 407d4efc69ff: Waiting 01:37:42 e5e13b0c77cb: Waiting 01:37:42 ef0182902744: Layer already exists 01:37:42 81f738cb1de6: Layer already exists 01:37:42 ad4871d886c7: Layer already exists 01:37:42 48066eecc388: Layer already exists 01:37:42 3cf87d720c46: Layer already exists 01:37:42 407d4efc69ff: Layer already exists 01:37:42 49aea34c33df: Layer already exists 01:37:42 e5e13b0c77cb: Layer already exists 01:37:42 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:37:42 ad4871d886c7: Preparing 01:37:42 48066eecc388: Preparing 01:37:42 81f738cb1de6: Preparing 01:37:42 ef0182902744: Preparing 01:37:42 3cf87d720c46: Preparing 01:37:42 49aea34c33df: Preparing 01:37:42 407d4efc69ff: Preparing 01:37:42 e5e13b0c77cb: Preparing 01:37:42 49aea34c33df: Waiting 01:37:42 407d4efc69ff: Waiting 01:37:42 e5e13b0c77cb: Waiting 01:37:42 ad4871d886c7: Layer already exists 01:37:42 48066eecc388: Layer already exists 01:37:42 81f738cb1de6: Layer already exists 01:37:42 3cf87d720c46: Layer already exists 01:37:42 ef0182902744: Layer already exists 01:37:42 49aea34c33df: Layer already exists 01:37:42 407d4efc69ff: Layer already exists 01:37:42 e5e13b0c77cb: Layer already exists 01:37:42 main: digest: sha256:b5d4e1124d90468cc572cc7d2966df8ba748fe4ba6251ae8ac946d0c888b1f2f size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:42 ===================================================== [Pipeline] echo 01:37:42 taggedImages: 01:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.44 01:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:42 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:37:42 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:37:42 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:42 latest 01:37:42 3.0.0-dev.44 01:37:42 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:42 main 01:37:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:43 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:37:43 f954c92ca9a7: Preparing 01:37:43 755a84d8030c: Preparing 01:37:43 634fef0a2eda: Preparing 01:37:43 5d14a2196111: Preparing 01:37:43 fb9110112558: Preparing 01:37:43 7181544dff06: Preparing 01:37:43 c0b4e5fadd0b: Preparing 01:37:43 9b6d8376625d: Preparing 01:37:43 e8ecc0e60c74: Preparing 01:37:43 e5e13b0c77cb: Preparing 01:37:43 7181544dff06: Waiting 01:37:43 c0b4e5fadd0b: Waiting 01:37:43 9b6d8376625d: Waiting 01:37:43 e5e13b0c77cb: Waiting 01:37:43 e8ecc0e60c74: Waiting 01:37:43 f954c92ca9a7: Pushed 01:37:43 fb9110112558: Pushed 01:37:43 755a84d8030c: Pushed 01:37:43 7181544dff06: Pushed 01:37:43 c0b4e5fadd0b: Pushed 01:37:43 9b6d8376625d: Pushed 01:37:43 e5e13b0c77cb: Layer already exists 01:37:43 e8ecc0e60c74: Pushed 01:37:44 5d14a2196111: Pushed 01:37:44 634fef0a2eda: Pushed 01:37:45 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:37:45 f954c92ca9a7: Preparing 01:37:45 755a84d8030c: Preparing 01:37:45 634fef0a2eda: Preparing 01:37:45 5d14a2196111: Preparing 01:37:45 fb9110112558: Preparing 01:37:45 7181544dff06: Preparing 01:37:45 c0b4e5fadd0b: Preparing 01:37:45 9b6d8376625d: Preparing 01:37:45 e8ecc0e60c74: Preparing 01:37:45 e5e13b0c77cb: Preparing 01:37:45 7181544dff06: Waiting 01:37:45 c0b4e5fadd0b: Waiting 01:37:45 9b6d8376625d: Waiting 01:37:45 e8ecc0e60c74: Waiting 01:37:45 e5e13b0c77cb: Waiting 01:37:45 5d14a2196111: Layer already exists 01:37:45 634fef0a2eda: Layer already exists 01:37:45 fb9110112558: Layer already exists 01:37:45 f954c92ca9a7: Layer already exists 01:37:45 755a84d8030c: Layer already exists 01:37:45 7181544dff06: Layer already exists 01:37:45 9b6d8376625d: Layer already exists 01:37:45 e8ecc0e60c74: Layer already exists 01:37:45 c0b4e5fadd0b: Layer already exists 01:37:45 e5e13b0c77cb: Layer already exists 01:37:45 latest: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 01:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:37:46 f954c92ca9a7: Preparing 01:37:46 755a84d8030c: Preparing 01:37:46 634fef0a2eda: Preparing 01:37:46 5d14a2196111: Preparing 01:37:46 fb9110112558: Preparing 01:37:46 7181544dff06: Preparing 01:37:46 c0b4e5fadd0b: Preparing 01:37:46 9b6d8376625d: Preparing 01:37:46 e8ecc0e60c74: Preparing 01:37:46 e5e13b0c77cb: Preparing 01:37:46 9b6d8376625d: Waiting 01:37:46 7181544dff06: Waiting 01:37:46 c0b4e5fadd0b: Waiting 01:37:46 e8ecc0e60c74: Waiting 01:37:46 e5e13b0c77cb: Waiting 01:37:46 755a84d8030c: Layer already exists 01:37:46 fb9110112558: Layer already exists 01:37:46 634fef0a2eda: Layer already exists 01:37:46 5d14a2196111: Layer already exists 01:37:46 f954c92ca9a7: Layer already exists 01:37:46 c0b4e5fadd0b: Layer already exists 01:37:46 e8ecc0e60c74: Layer already exists 01:37:46 e5e13b0c77cb: Layer already exists 01:37:46 7181544dff06: Layer already exists 01:37:46 9b6d8376625d: Layer already exists 01:37:46 3.0.0-dev.44: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:37:47 f954c92ca9a7: Preparing 01:37:47 755a84d8030c: Preparing 01:37:47 634fef0a2eda: Preparing 01:37:47 5d14a2196111: Preparing 01:37:47 fb9110112558: Preparing 01:37:47 7181544dff06: Preparing 01:37:47 c0b4e5fadd0b: Preparing 01:37:47 9b6d8376625d: Preparing 01:37:47 e8ecc0e60c74: Preparing 01:37:47 e5e13b0c77cb: Preparing 01:37:47 7181544dff06: Waiting 01:37:47 c0b4e5fadd0b: Waiting 01:37:47 e8ecc0e60c74: Waiting 01:37:47 9b6d8376625d: Waiting 01:37:47 e5e13b0c77cb: Waiting 01:37:47 5d14a2196111: Layer already exists 01:37:47 634fef0a2eda: Layer already exists 01:37:47 755a84d8030c: Layer already exists 01:37:47 f954c92ca9a7: Layer already exists 01:37:47 fb9110112558: Layer already exists 01:37:47 7181544dff06: Layer already exists 01:37:47 c0b4e5fadd0b: Layer already exists 01:37:47 9b6d8376625d: Layer already exists 01:37:47 e8ecc0e60c74: Layer already exists 01:37:47 e5e13b0c77cb: Layer already exists 01:37:47 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:37:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:37:47 f954c92ca9a7: Preparing 01:37:47 755a84d8030c: Preparing 01:37:47 634fef0a2eda: Preparing 01:37:47 5d14a2196111: Preparing 01:37:47 fb9110112558: Preparing 01:37:47 7181544dff06: Preparing 01:37:47 c0b4e5fadd0b: Preparing 01:37:47 9b6d8376625d: Preparing 01:37:47 e8ecc0e60c74: Preparing 01:37:47 e5e13b0c77cb: Preparing 01:37:47 9b6d8376625d: Waiting 01:37:47 e8ecc0e60c74: Waiting 01:37:47 e5e13b0c77cb: Waiting 01:37:47 7181544dff06: Waiting 01:37:47 c0b4e5fadd0b: Waiting 01:37:47 fb9110112558: Layer already exists 01:37:47 f954c92ca9a7: Layer already exists 01:37:47 634fef0a2eda: Layer already exists 01:37:47 7181544dff06: Layer already exists 01:37:47 755a84d8030c: Layer already exists 01:37:47 5d14a2196111: Layer already exists 01:37:47 9b6d8376625d: Layer already exists 01:37:47 e5e13b0c77cb: Layer already exists 01:37:47 c0b4e5fadd0b: Layer already exists 01:37:47 e8ecc0e60c74: Layer already exists 01:37:47 main: digest: sha256:6abd1ff6d51ba67e4b06a45fdc998291763267efc6f65cdd044109fa0949f21b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:47 ===================================================== [Pipeline] echo 01:37:47 taggedImages: 01:37:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:37:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.44 01:37:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:37:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:37:47 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:47 latest 01:37:47 3.0.0-dev.44 01:37:47 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:47 main 01:37:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:37:48 8054e461e123: Preparing 01:37:48 26bfde7bb2cb: Preparing 01:37:48 6c89bce3d27c: Preparing 01:37:48 39cc0d3a6611: Preparing 01:37:48 34d5ebaa5410: Preparing 01:37:48 34d5ebaa5410: Layer already exists 01:37:48 6c89bce3d27c: Layer already exists 01:37:48 8054e461e123: Pushed 01:37:49 39cc0d3a6611: Pushed 01:37:50 26bfde7bb2cb: Pushed 01:37:50 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:37:51 8054e461e123: Preparing 01:37:51 26bfde7bb2cb: Preparing 01:37:51 6c89bce3d27c: Preparing 01:37:51 39cc0d3a6611: Preparing 01:37:51 34d5ebaa5410: Preparing 01:37:51 26bfde7bb2cb: Layer already exists 01:37:51 8054e461e123: Layer already exists 01:37:51 6c89bce3d27c: Layer already exists 01:37:51 39cc0d3a6611: Layer already exists 01:37:51 34d5ebaa5410: Layer already exists 01:37:51 latest: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 01:37:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:37:51 8054e461e123: Preparing 01:37:51 26bfde7bb2cb: Preparing 01:37:51 6c89bce3d27c: Preparing 01:37:51 39cc0d3a6611: Preparing 01:37:51 34d5ebaa5410: Preparing 01:37:51 8054e461e123: Layer already exists 01:37:51 6c89bce3d27c: Layer already exists 01:37:51 26bfde7bb2cb: Layer already exists 01:37:51 34d5ebaa5410: Layer already exists 01:37:51 39cc0d3a6611: Layer already exists 01:37:51 3.0.0-dev.44: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:37:52 8054e461e123: Preparing 01:37:52 26bfde7bb2cb: Preparing 01:37:52 6c89bce3d27c: Preparing 01:37:52 39cc0d3a6611: Preparing 01:37:52 34d5ebaa5410: Preparing 01:37:52 34d5ebaa5410: Layer already exists 01:37:52 39cc0d3a6611: Layer already exists 01:37:52 6c89bce3d27c: Layer already exists 01:37:52 8054e461e123: Layer already exists 01:37:52 26bfde7bb2cb: Layer already exists 01:37:52 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:52 + 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 01:37:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:37:53 8054e461e123: Preparing 01:37:53 26bfde7bb2cb: Preparing 01:37:53 6c89bce3d27c: Preparing 01:37:53 39cc0d3a6611: Preparing 01:37:53 34d5ebaa5410: Preparing 01:37:53 26bfde7bb2cb: Layer already exists 01:37:53 6c89bce3d27c: Layer already exists 01:37:53 34d5ebaa5410: Layer already exists 01:37:53 8054e461e123: Layer already exists 01:37:53 39cc0d3a6611: Layer already exists 01:37:53 main: digest: sha256:9ea1009afbb36e53545e53c60bd6a60ee46e9a2d73fb6ff4b3108b9d79273594 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:37:53 ===================================================== [Pipeline] echo 01:37:53 taggedImages: 01:37:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:37:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.44 01:37:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:37:53 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:37:53 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:53 latest 01:37:53 3.0.0-dev.44 01:37:53 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:37:53 main 01:37:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:37:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:37:53 01b11f2ac86e: Preparing 01:37:53 6049bb2900b1: Preparing 01:37:53 ad81532c5c9b: Preparing 01:37:53 72f3745a8ea6: Preparing 01:37:53 a8d059b30942: Preparing 01:37:53 d1ee653f8737: Preparing 01:37:53 34d5ebaa5410: Preparing 01:37:53 d1ee653f8737: Waiting 01:37:53 01b11f2ac86e: Pushed 01:37:53 6049bb2900b1: Pushed 01:37:53 ad81532c5c9b: Pushed 01:37:53 34d5ebaa5410: Layer already exists 01:37:54 d1ee653f8737: Pushed 01:37:57 a8d059b30942: Pushed 01:38:00 72f3745a8ea6: Pushed 01:38:00 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:38:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:38:00 01b11f2ac86e: Preparing 01:38:00 6049bb2900b1: Preparing 01:38:00 ad81532c5c9b: Preparing 01:38:00 72f3745a8ea6: Preparing 01:38:00 a8d059b30942: Preparing 01:38:00 d1ee653f8737: Preparing 01:38:00 34d5ebaa5410: Preparing 01:38:00 d1ee653f8737: Waiting 01:38:00 72f3745a8ea6: Layer already exists 01:38:00 01b11f2ac86e: Layer already exists 01:38:00 6049bb2900b1: Layer already exists 01:38:00 a8d059b30942: Layer already exists 01:38:00 ad81532c5c9b: Layer already exists 01:38:00 d1ee653f8737: Layer already exists 01:38:00 34d5ebaa5410: Layer already exists 01:38:00 latest: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 01:38:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:38:01 01b11f2ac86e: Preparing 01:38:01 6049bb2900b1: Preparing 01:38:01 ad81532c5c9b: Preparing 01:38:01 72f3745a8ea6: Preparing 01:38:01 a8d059b30942: Preparing 01:38:01 d1ee653f8737: Preparing 01:38:01 34d5ebaa5410: Preparing 01:38:01 d1ee653f8737: Waiting 01:38:01 34d5ebaa5410: Waiting 01:38:01 a8d059b30942: Layer already exists 01:38:01 6049bb2900b1: Layer already exists 01:38:01 72f3745a8ea6: Layer already exists 01:38:01 01b11f2ac86e: Layer already exists 01:38:01 ad81532c5c9b: Layer already exists 01:38:01 d1ee653f8737: Layer already exists 01:38:01 34d5ebaa5410: Layer already exists 01:38:01 3.0.0-dev.44: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:38:02 01b11f2ac86e: Preparing 01:38:02 6049bb2900b1: Preparing 01:38:02 ad81532c5c9b: Preparing 01:38:02 72f3745a8ea6: Preparing 01:38:02 a8d059b30942: Preparing 01:38:02 d1ee653f8737: Preparing 01:38:02 34d5ebaa5410: Preparing 01:38:02 34d5ebaa5410: Waiting 01:38:02 d1ee653f8737: Waiting 01:38:02 01b11f2ac86e: Layer already exists 01:38:02 6049bb2900b1: Layer already exists 01:38:02 ad81532c5c9b: Layer already exists 01:38:02 a8d059b30942: Layer already exists 01:38:02 72f3745a8ea6: Layer already exists 01:38:02 d1ee653f8737: Layer already exists 01:38:02 34d5ebaa5410: Layer already exists 01:38:02 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:38:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:38:02 01b11f2ac86e: Preparing 01:38:02 6049bb2900b1: Preparing 01:38:02 ad81532c5c9b: Preparing 01:38:02 72f3745a8ea6: Preparing 01:38:02 a8d059b30942: Preparing 01:38:02 d1ee653f8737: Preparing 01:38:02 34d5ebaa5410: Preparing 01:38:02 d1ee653f8737: Waiting 01:38:02 34d5ebaa5410: Waiting 01:38:02 72f3745a8ea6: Layer already exists 01:38:02 a8d059b30942: Layer already exists 01:38:02 01b11f2ac86e: Layer already exists 01:38:02 6049bb2900b1: Layer already exists 01:38:02 ad81532c5c9b: Layer already exists 01:38:02 d1ee653f8737: Layer already exists 01:38:02 34d5ebaa5410: Layer already exists 01:38:02 main: digest: sha256:e483617449e7e3ff7ea0825708cbeefd1e9fd99374aeb77b2fbf9c914a2abadf size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:02 ===================================================== [Pipeline] echo 01:38:02 taggedImages: 01:38:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:38:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.44 01:38:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:38:02 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:38:02 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:02 latest 01:38:02 3.0.0-dev.44 01:38:02 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:02 main 01:38:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:03 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:38:03 ad84aec6b6ff: Preparing 01:38:03 815662a4a56b: Preparing 01:38:03 dd99526f1473: Preparing 01:38:03 6d3e9ee65bce: Preparing 01:38:03 c18b101f4e8d: Preparing 01:38:03 34d5ebaa5410: Preparing 01:38:03 34d5ebaa5410: Waiting 01:38:03 815662a4a56b: Pushed 01:38:03 34d5ebaa5410: Layer already exists 01:38:04 dd99526f1473: Pushed 01:38:04 ad84aec6b6ff: Pushed 01:38:05 c18b101f4e8d: Pushed 01:38:10 6d3e9ee65bce: Pushed 01:38:10 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:38:10 ad84aec6b6ff: Preparing 01:38:10 815662a4a56b: Preparing 01:38:10 dd99526f1473: Preparing 01:38:10 6d3e9ee65bce: Preparing 01:38:10 c18b101f4e8d: Preparing 01:38:10 34d5ebaa5410: Preparing 01:38:10 34d5ebaa5410: Waiting 01:38:10 c18b101f4e8d: Layer already exists 01:38:10 815662a4a56b: Layer already exists 01:38:10 6d3e9ee65bce: Layer already exists 01:38:10 ad84aec6b6ff: Layer already exists 01:38:10 dd99526f1473: Layer already exists 01:38:10 34d5ebaa5410: Layer already exists 01:38:10 latest: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 01:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:38:11 ad84aec6b6ff: Preparing 01:38:11 815662a4a56b: Preparing 01:38:11 dd99526f1473: Preparing 01:38:11 6d3e9ee65bce: Preparing 01:38:11 c18b101f4e8d: Preparing 01:38:11 34d5ebaa5410: Preparing 01:38:11 34d5ebaa5410: Waiting 01:38:11 c18b101f4e8d: Layer already exists 01:38:11 dd99526f1473: Layer already exists 01:38:11 815662a4a56b: Layer already exists 01:38:11 ad84aec6b6ff: Layer already exists 01:38:11 6d3e9ee65bce: Layer already exists 01:38:11 34d5ebaa5410: Layer already exists 01:38:11 3.0.0-dev.44: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:38:12 ad84aec6b6ff: Preparing 01:38:12 815662a4a56b: Preparing 01:38:12 dd99526f1473: Preparing 01:38:12 6d3e9ee65bce: Preparing 01:38:12 c18b101f4e8d: Preparing 01:38:12 34d5ebaa5410: Preparing 01:38:12 34d5ebaa5410: Waiting 01:38:12 dd99526f1473: Layer already exists 01:38:12 ad84aec6b6ff: Layer already exists 01:38:12 6d3e9ee65bce: Layer already exists 01:38:12 815662a4a56b: Layer already exists 01:38:12 c18b101f4e8d: Layer already exists 01:38:12 34d5ebaa5410: Layer already exists 01:38:12 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:38:12 ad84aec6b6ff: Preparing 01:38:12 815662a4a56b: Preparing 01:38:12 dd99526f1473: Preparing 01:38:12 6d3e9ee65bce: Preparing 01:38:12 c18b101f4e8d: Preparing 01:38:12 34d5ebaa5410: Preparing 01:38:12 34d5ebaa5410: Waiting 01:38:12 dd99526f1473: Layer already exists 01:38:12 ad84aec6b6ff: Layer already exists 01:38:12 815662a4a56b: Layer already exists 01:38:12 6d3e9ee65bce: Layer already exists 01:38:12 c18b101f4e8d: Layer already exists 01:38:12 34d5ebaa5410: Layer already exists 01:38:12 main: digest: sha256:b9cd53f15ea17d03a07e1ce535846a74395b167e1fc476ef36b920394b840189 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:12 ===================================================== [Pipeline] echo 01:38:12 taggedImages: 01:38:12 - nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:12 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:38:12 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.44 01:38:12 - nexus3.edgexfoundry.org:10004/security-spire-config:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:12 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:38:12 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:38:12 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:12 latest 01:38:12 3.0.0-dev.44 01:38:12 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:12 main 01:38:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:38:13 e39dff823a2f: Preparing 01:38:13 2df9ea59349f: Preparing 01:38:13 f2366b9c09bc: Preparing 01:38:13 4c3615112972: Preparing 01:38:13 d1ee653f8737: Preparing 01:38:13 34d5ebaa5410: Preparing 01:38:13 34d5ebaa5410: Waiting 01:38:13 d1ee653f8737: Layer already exists 01:38:13 34d5ebaa5410: Layer already exists 01:38:13 2df9ea59349f: Pushed 01:38:13 f2366b9c09bc: Pushed 01:38:13 e39dff823a2f: Pushed 01:38:20 4c3615112972: Pushed 01:38:20 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:38:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:38:20 e39dff823a2f: Preparing 01:38:20 2df9ea59349f: Preparing 01:38:20 f2366b9c09bc: Preparing 01:38:20 4c3615112972: Preparing 01:38:20 d1ee653f8737: Preparing 01:38:20 34d5ebaa5410: Preparing 01:38:20 34d5ebaa5410: Waiting 01:38:20 f2366b9c09bc: Layer already exists 01:38:20 d1ee653f8737: Layer already exists 01:38:20 e39dff823a2f: Layer already exists 01:38:20 2df9ea59349f: Layer already exists 01:38:20 4c3615112972: Layer already exists 01:38:20 34d5ebaa5410: Layer already exists 01:38:20 latest: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 01:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:38:21 e39dff823a2f: Preparing 01:38:21 2df9ea59349f: Preparing 01:38:21 f2366b9c09bc: Preparing 01:38:21 4c3615112972: Preparing 01:38:21 d1ee653f8737: Preparing 01:38:21 34d5ebaa5410: Preparing 01:38:21 34d5ebaa5410: Waiting 01:38:21 e39dff823a2f: Layer already exists 01:38:21 f2366b9c09bc: Layer already exists 01:38:21 d1ee653f8737: Layer already exists 01:38:21 4c3615112972: Layer already exists 01:38:21 2df9ea59349f: Layer already exists 01:38:21 34d5ebaa5410: Layer already exists 01:38:21 3.0.0-dev.44: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:38:21 e39dff823a2f: Preparing 01:38:21 2df9ea59349f: Preparing 01:38:21 f2366b9c09bc: Preparing 01:38:21 4c3615112972: Preparing 01:38:21 d1ee653f8737: Preparing 01:38:21 34d5ebaa5410: Preparing 01:38:21 34d5ebaa5410: Waiting 01:38:21 e39dff823a2f: Layer already exists 01:38:21 d1ee653f8737: Layer already exists 01:38:21 2df9ea59349f: Layer already exists 01:38:21 f2366b9c09bc: Layer already exists 01:38:21 4c3615112972: Layer already exists 01:38:21 34d5ebaa5410: Layer already exists 01:38:21 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:38:22 e39dff823a2f: Preparing 01:38:22 2df9ea59349f: Preparing 01:38:22 f2366b9c09bc: Preparing 01:38:22 4c3615112972: Preparing 01:38:22 d1ee653f8737: Preparing 01:38:22 34d5ebaa5410: Preparing 01:38:22 34d5ebaa5410: Waiting 01:38:22 4c3615112972: Layer already exists 01:38:22 e39dff823a2f: Layer already exists 01:38:22 d1ee653f8737: Layer already exists 01:38:22 f2366b9c09bc: Layer already exists 01:38:22 2df9ea59349f: Layer already exists 01:38:22 34d5ebaa5410: Layer already exists 01:38:22 main: digest: sha256:ffe0c0c47ac4bffb5339e785384b5e0931874b7b91e4581712f6af5920970af4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:22 ===================================================== [Pipeline] echo 01:38:22 taggedImages: 01:38:22 - nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:22 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:38:22 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.44 01:38:22 - nexus3.edgexfoundry.org:10004/security-spire-server:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:22 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:38:22 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:38:22 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:22 latest 01:38:22 3.0.0-dev.44 01:38:22 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:22 main 01:38:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:38:23 75eaaab38f08: Preparing 01:38:23 64de8436c64c: Preparing 01:38:23 6c89bce3d27c: Preparing 01:38:23 67367b9f9ad4: Preparing 01:38:23 e5e13b0c77cb: Preparing 01:38:23 e5e13b0c77cb: Layer already exists 01:38:23 6c89bce3d27c: Layer already exists 01:38:23 75eaaab38f08: Pushed 01:38:23 67367b9f9ad4: Pushed 01:38:25 64de8436c64c: Pushed 01:38:25 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:38:26 75eaaab38f08: Preparing 01:38:26 64de8436c64c: Preparing 01:38:26 6c89bce3d27c: Preparing 01:38:26 67367b9f9ad4: Preparing 01:38:26 e5e13b0c77cb: Preparing 01:38:26 e5e13b0c77cb: Layer already exists 01:38:26 67367b9f9ad4: Layer already exists 01:38:26 6c89bce3d27c: Layer already exists 01:38:26 64de8436c64c: Layer already exists 01:38:26 75eaaab38f08: Layer already exists 01:38:26 latest: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 01:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:38:26 75eaaab38f08: Preparing 01:38:26 64de8436c64c: Preparing 01:38:26 6c89bce3d27c: Preparing 01:38:26 67367b9f9ad4: Preparing 01:38:26 e5e13b0c77cb: Preparing 01:38:26 67367b9f9ad4: Layer already exists 01:38:26 64de8436c64c: Layer already exists 01:38:26 e5e13b0c77cb: Layer already exists 01:38:26 75eaaab38f08: Layer already exists 01:38:26 6c89bce3d27c: Layer already exists 01:38:26 3.0.0-dev.44: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:38:27 75eaaab38f08: Preparing 01:38:27 64de8436c64c: Preparing 01:38:27 6c89bce3d27c: Preparing 01:38:27 67367b9f9ad4: Preparing 01:38:27 e5e13b0c77cb: Preparing 01:38:27 e5e13b0c77cb: Layer already exists 01:38:27 6c89bce3d27c: Layer already exists 01:38:27 64de8436c64c: Layer already exists 01:38:27 67367b9f9ad4: Layer already exists 01:38:27 75eaaab38f08: Layer already exists 01:38:27 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:38:28 75eaaab38f08: Preparing 01:38:28 64de8436c64c: Preparing 01:38:28 6c89bce3d27c: Preparing 01:38:28 67367b9f9ad4: Preparing 01:38:28 e5e13b0c77cb: Preparing 01:38:28 e5e13b0c77cb: Layer already exists 01:38:28 67367b9f9ad4: Layer already exists 01:38:28 75eaaab38f08: Layer already exists 01:38:28 64de8436c64c: Layer already exists 01:38:28 6c89bce3d27c: Layer already exists 01:38:28 main: digest: sha256:368785a840467588441bdc5e5668ffc30d6c04a6997243a140634d62db70bec6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:28 ===================================================== [Pipeline] echo 01:38:28 taggedImages: 01:38:28 - nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:28 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:38:28 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.44 01:38:28 - nexus3.edgexfoundry.org:10004/support-notifications:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:28 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:38:28 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:38:28 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:28 latest 01:38:28 3.0.0-dev.44 01:38:28 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:28 main 01:38:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:28 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:28 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:38:28 2120d89db086: Preparing 01:38:28 a5e097016117: Preparing 01:38:28 6c89bce3d27c: Preparing 01:38:28 040d5edd2be5: Preparing 01:38:28 e5e13b0c77cb: Preparing 01:38:28 040d5edd2be5: Layer already exists 01:38:28 e5e13b0c77cb: Layer already exists 01:38:28 6c89bce3d27c: Layer already exists 01:38:28 2120d89db086: Pushed 01:38:31 a5e097016117: Pushed 01:38:31 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:38:32 2120d89db086: Preparing 01:38:32 a5e097016117: Preparing 01:38:32 6c89bce3d27c: Preparing 01:38:32 040d5edd2be5: Preparing 01:38:32 e5e13b0c77cb: Preparing 01:38:32 6c89bce3d27c: Layer already exists 01:38:32 a5e097016117: Layer already exists 01:38:32 2120d89db086: Layer already exists 01:38:32 040d5edd2be5: Layer already exists 01:38:32 e5e13b0c77cb: Layer already exists 01:38:32 latest: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 01:38:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:38:32 2120d89db086: Preparing 01:38:32 a5e097016117: Preparing 01:38:32 6c89bce3d27c: Preparing 01:38:32 040d5edd2be5: Preparing 01:38:32 e5e13b0c77cb: Preparing 01:38:32 e5e13b0c77cb: Layer already exists 01:38:32 6c89bce3d27c: Layer already exists 01:38:32 2120d89db086: Layer already exists 01:38:32 040d5edd2be5: Layer already exists 01:38:32 a5e097016117: Layer already exists 01:38:32 3.0.0-dev.44: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:38:33 2120d89db086: Preparing 01:38:33 a5e097016117: Preparing 01:38:33 6c89bce3d27c: Preparing 01:38:33 040d5edd2be5: Preparing 01:38:33 e5e13b0c77cb: Preparing 01:38:33 6c89bce3d27c: Layer already exists 01:38:33 e5e13b0c77cb: Layer already exists 01:38:33 2120d89db086: Layer already exists 01:38:33 a5e097016117: Layer already exists 01:38:33 040d5edd2be5: Layer already exists 01:38:33 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:38:33 2120d89db086: Preparing 01:38:33 a5e097016117: Preparing 01:38:33 6c89bce3d27c: Preparing 01:38:33 040d5edd2be5: Preparing 01:38:33 e5e13b0c77cb: Preparing 01:38:33 e5e13b0c77cb: Layer already exists 01:38:33 040d5edd2be5: Layer already exists 01:38:33 a5e097016117: Layer already exists 01:38:33 6c89bce3d27c: Layer already exists 01:38:33 2120d89db086: Layer already exists 01:38:33 main: digest: sha256:2d437e870ccb9c9299a0111ec47ae35d23516daab214b19e22a621d135189de3 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:38:33 ===================================================== [Pipeline] echo 01:38:33 taggedImages: 01:38:33 - nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:38:33 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:38:33 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.44 01:38:33 - nexus3.edgexfoundry.org:10004/support-scheduler:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:38:33 - 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] } 01:39:43 Removing intermediate container 764e79757a21 01:39:43 ---> 3dbf4620e5f1 01:39:43 Step 7/19 : COPY . . 01:39:43 Removing intermediate container 302f903d80df 01:39:43 ---> db2c7a4a06c0 01:39:43 Step 7/23 : COPY . . 01:39:43 Removing intermediate container b2ae1c8f2402 01:39:43 ---> 9fa4cbb85b2a 01:39:43 Step 7/24 : COPY . . 01:39:43 Removing intermediate container 84531478c029 01:39:43 ---> 23aa3ec52f97 01:39:43 Step 8/23 : COPY . . 01:39:43 Removing intermediate container 538031779c89 01:39:43 ---> 4f7736654a5b 01:39:43 Step 7/21 : COPY . . 01:39:43 ---> e198f4a2524c 01:39:43 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:39:43 ---> Running in 1ecba3ed34b3 01:39:43 ---> 80f02030de6b 01:39:43 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 01:39:43 ---> Running in 57346b720176 01:39:43 ---> d56606ba89b5 01:39:43 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:39:43 ---> 8c91988989e7 01:39:43 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:39:43 ---> Running in 4bb457c5518c 01:39:43 Removing intermediate container 57346b720176 01:39:43 ---> 622e0af9f620 01:39:43 Step 9/23 : WORKDIR /edgex-go/spire-build 01:39:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:39:43 ---> 8b1a620dedca 01:39:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 01:39:43 ---> Running in a96dd0dd67ec 01:39:43 ---> Running in e45aacb0731c 01:39:43 ---> Running in f5c9777feb73 01:39:43 Removing intermediate container e45aacb0731c 01:39:43 ---> a3d883869a7e 01:39:43 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 01:39:43 ---> Running in c9cec7af4eb3 01:39:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:39:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 01:39:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:39:43 Removing intermediate container c9cec7af4eb3 01:39:43 ---> 9076d283ea86 01:39:43 Step 11/23 : WORKDIR /edgex-go 01:39:43 ---> Running in 195e19aed9c1 01:39:45 Removing intermediate container 195e19aed9c1 01:39:45 ---> daca2b053c68 01:39:45 01:39:45 Step 12/23 : FROM alpine:3.15 01:39:45 3.15: Pulling from library/alpine 01:39:47 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 01:39:47 Status: Downloaded newer image for alpine:3.15 01:39:47 ---> 8aa73fd46299 01:39:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:39:47 ---> Running in b8bc2ee8d3d2 01:39:48 Removing intermediate container b8bc2ee8d3d2 01:39:48 ---> 764e31c517a5 01:39:48 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:39:51 ---> Running in 6af49e28c675 01:39:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:39:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:39:56 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:39:56 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:39:56 OK: 15736 distinct packages available 01:39:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:39:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:40:00 (1/5) Installing dumb-init (1.2.5-r1) 01:40:00 (2/5) Installing musl-obstack (1.2.3-r0) 01:40:00 (3/5) Installing libucontext (1.1-r0) 01:40:00 (4/5) Installing gcompat (1.0.0-r4) 01:40:00 (5/5) Installing openssl (1.1.1t-r1) 01:40:00 Executing busybox-1.34.1-r7.trigger 01:40:00 OK: 6 MiB in 19 packages 01:40:04 Removing intermediate container 6af49e28c675 01:40:04 ---> 47a1c00875ec 01:40:04 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:40:13 ---> 3aa9135ff833 01:40:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:40:13 ---> 9850ce6b16ea 01:40:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:40:13 ---> 09b614faa418 01:40:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:40:14 ---> 31d7daf503b6 01:40:14 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:40:14 ---> Running in a898a647ca03 01:40:14 Removing intermediate container a898a647ca03 01:40:14 ---> 2f0135634886 01:40:14 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:40:14 ---> Running in 15585545bc6d 01:40:15 Removing intermediate container 15585545bc6d 01:40:15 ---> 66c558fa8c0e 01:40:15 Step 21/23 : LABEL arch=arm64 01:40:15 ---> Running in ad12b12a764f 01:40:16 Removing intermediate container ad12b12a764f 01:40:16 ---> 80d795f6a623 01:40:16 Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:40:16 ---> Running in 1b88271aa37a 01:40:16 Removing intermediate container 1b88271aa37a 01:40:16 ---> 697f871c7f73 01:40:16 Step 23/23 : LABEL version=3.0.0-dev.44 01:40:16 ---> Running in 4fc5d24efb2a 01:40:17 Removing intermediate container 4fc5d24efb2a 01:40:17 ---> b3171b1b342f 01:40:17 01:40:17 Successfully built b3171b1b342f 01:40:17 Successfully tagged security-spire-server-arm64:latest 01:40:17  Building security-spire-server ... done Building security-spire-agent 01:40:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:40:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:40:20 ---> a13b23948dd3 01:40:20 Step 3/24 : WORKDIR /edgex-go 01:40:20 ---> Using cache 01:40:20 ---> 21d6298eb9f9 01:40:20 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:40:20 ---> Running in 730955d44881 01:40:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:40:25 OK: 221 MiB in 51 packages 01:40:26 Removing intermediate container 730955d44881 01:40:26 ---> 09dcf444aa54 01:40:26 Step 5/24 : COPY go.mod vendor* ./ 01:40:27 ---> b1960ceebea7 01:40:27 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:40:27 ---> Running in cd7aeff793e8 01:42:18 Removing intermediate container cd7aeff793e8 01:42:18 ---> 19c82e0b6515 01:42:18 Step 7/24 : COPY . . 01:42:18 ---> ab7ab0f61ff3 01:42:18 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:42:18 ---> Running in 80c1675d01d7 01:42:18 Removing intermediate container 80c1675d01d7 01:42:18 ---> 512908a80948 01:42:18 Step 9/24 : WORKDIR /edgex-go/spire-build 01:42:18 ---> Running in 7eb69d07b64c 01:42:18 Removing intermediate container 7eb69d07b64c 01:42:18 ---> 2703e85c265f 01:42:18 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 01:42:18 ---> Running in 72133265f17b 01:42:18 Removing intermediate container 72133265f17b 01:42:18 ---> 83154a67ec33 01:42:18 Step 11/24 : WORKDIR /edgex-go 01:42:18 ---> Running in b97766b89f54 01:42:18 Removing intermediate container b97766b89f54 01:42:18 ---> 9e7b34ab871e 01:42:18 01:42:18 Step 12/24 : FROM alpine:3.15 01:42:18 ---> 8aa73fd46299 01:42:18 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:42:18 ---> Using cache 01:42:18 ---> 764e31c517a5 01:42:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:42:18 ---> Using cache 01:42:18 ---> 47a1c00875ec 01:42:18 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 01:42:18 ---> b5b2aa2ca8bb 01:42:18 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:42:22 ---> b13acc74e601 01:42:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:42:23 ---> 9c9a4c333329 01:42:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:42:25 ---> c3f32bd4faf8 01:42:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:42:26 ---> a692e3e58254 01:42:26 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:42:26 ---> Running in 0633f6ac36ff 01:42:27 Removing intermediate container 0633f6ac36ff 01:42:27 ---> 060e1fa98b5a 01:42:27 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:42:27 ---> Running in 6ff0a88e7dae 01:42:27 Removing intermediate container 6ff0a88e7dae 01:42:27 ---> 66ca80dceaef 01:42:27 Step 22/24 : LABEL arch=arm64 01:42:27 ---> Running in 2253686e839a 01:42:28 Removing intermediate container 2253686e839a 01:42:28 ---> 6e96d4ca5711 01:42:28 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:42:28 ---> Running in 24127e9a3fad 01:42:29 Removing intermediate container 24127e9a3fad 01:42:29 ---> 4ee3e7a8e898 01:42:29 Step 24/24 : LABEL version=3.0.0-dev.44 01:42:29 ---> Running in 011f7368a5cd 01:42:30 Removing intermediate container 011f7368a5cd 01:42:30 ---> 04a409c54001 01:42:30 01:42:30 Successfully built 04a409c54001 01:42:30 Successfully tagged security-spire-agent-arm64:latest 01:42:30  Building security-spire-agent ... done Building support-notifications 01:42:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:42:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:42:34 ---> a13b23948dd3 01:42:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:42:34 ---> Using cache 01:42:34 ---> 33b13709b8f7 01:42:34 Step 4/22 : WORKDIR /edgex-go 01:42:34 ---> Using cache 01:42:34 ---> a09e750ccff6 01:42:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:42:34 ---> Running in 00cf6c804658 01:42:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:42:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:42:37 OK: 221 MiB in 51 packages 01:42:39 Removing intermediate container 00cf6c804658 01:42:39 ---> 6d87a0c20503 01:42:39 Step 6/22 : COPY go.mod vendor* ./ 01:42:40 ---> f95456f71ea6 01:42:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:42:40 ---> Running in 7dd74d12cb96 01:44:16 Removing intermediate container 7dd74d12cb96 01:44:16 ---> 6683a9bfb44e 01:44:16 Step 8/22 : COPY . . 01:44:16 ---> 74e4ac66f64f 01:44:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:44:16 ---> Running in ee51a148862f 01:44:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:46:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 01:46:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:46:31 Removing intermediate container a96dd0dd67ec 01:46:31 ---> 50d19781ca36 01:46:31 01:46:31 Step 9/21 : FROM alpine:3.16 01:46:31 3.16: Pulling from library/alpine 01:46:31 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 01:46:31 Status: Downloaded newer image for alpine:3.16 01:46:31 ---> 2b4661558fb8 01:46:31 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 01:46:32 ---> Running in bf0084a5268d 01:46:32 Removing intermediate container 4bb457c5518c 01:46:32 ---> 5f913fb51cd4 01:46:32 01:46:32 Step 9/24 : FROM alpine:3.16 01:46:32 ---> 2b4661558fb8 01:46:32 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:46:32 ---> Running in 6b41dec58d83 01:46:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:46:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:46:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:46:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:46:36 (1/3) Installing ca-certificates (20220614-r0) 01:46:36 (2/3) Installing dumb-init (1.2.5-r1) 01:46:36 (3/3) Installing su-exec (0.2-r1) 01:46:36 Executing busybox-1.35.0-r17.trigger 01:46:36 Executing ca-certificates-20220614-r0.trigger 01:46:36 (1/6) Installing ca-certificates (20220614-r0) 01:46:37 (2/6) Installing brotli-libs (1.0.9-r6) 01:46:37 (3/6) Installing nghttp2-libs (1.47.0-r0) 01:46:37 (4/6) Installing libcurl (7.83.1-r5) 01:46:37 (5/6) Installing curl (7.83.1-r5) 01:46:37 (6/6) Installing dumb-init (1.2.5-r1) 01:46:37 Executing busybox-1.35.0-r17.trigger 01:46:37 Executing ca-certificates-20220614-r0.trigger 01:46:37 OK: 6 MiB in 17 packages 01:46:37 OK: 8 MiB in 20 packages 01:46:40 Removing intermediate container 6b41dec58d83 01:46:40 ---> f5d8d4803834 01:46:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:46:40 ---> Running in 15881b9ab61d 01:46:40 Removing intermediate container bf0084a5268d 01:46:40 ---> d2e76d74a770 01:46:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:46:41 ---> Running in b515d8d35969 01:46:41 Removing intermediate container 15881b9ab61d 01:46:41 ---> bb67018edb7e 01:46:41 Step 12/24 : WORKDIR / 01:46:41 ---> Running in b397902cdad6 01:46:41 Removing intermediate container b515d8d35969 01:46:41 ---> 1a87ab18a4cb 01:46:41 Step 12/21 : WORKDIR /edgex 01:46:42 ---> Running in d9b779bd0a7d 01:46:42 Removing intermediate container b397902cdad6 01:46:42 ---> 0e58005d3803 01:46:42 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:46:44 Removing intermediate container d9b779bd0a7d 01:46:44 ---> eee78f4aac12 01:46:44 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:46:44 ---> 6f2ab86e06f8 01:46:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:46:45 ---> 82a15dda6a28 01:46:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:46:45 ---> 00918987b50f 01:46:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:46:46 ---> e1566b524717 01:46:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:46:47 ---> ec2c3ce6a705 01:46:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:46:48 ---> 3d7e3981f7e5 01:46:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:46:49 ---> bedc75f364de 01:46:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:46:50 ---> 2c599e79ff7e 01:46:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:46:51 ---> e91cad5265d8 01:46:51 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:46:51 ---> Running in f419e197cca7 01:46:54 ---> cf0bf6834ba8 01:46:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:46:58 Removing intermediate container f419e197cca7 01:46:58 ---> 1c906ac93951 01:46:58 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 01:46:58 ---> bf1c68f02f32 01:46:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:46:58 ---> Running in f3b68e0d0f65 01:46:58 ---> Running in 2594c90c5864 01:46:59 Removing intermediate container f3b68e0d0f65 01:46:59 ---> a88b23fc6334 01:46:59 Step 19/21 : LABEL arch=arm64 01:46:59 ---> Running in b4c14b393d51 01:47:00 Removing intermediate container b4c14b393d51 01:47:00 ---> c96832b0081d 01:47:00 Step 20/21 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:47:01 ---> Running in 3d5d02eb0af1 01:47:02 Removing intermediate container 3d5d02eb0af1 01:47:02 ---> 127e17c50750 01:47:02 Step 21/21 : LABEL version=3.0.0-dev.44 01:47:02 ---> Running in f31d2b7e4709 01:47:02 Removing intermediate container 2594c90c5864 01:47:02 ---> 5606b83e9a65 01:47:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:47:03 ---> Running in 7c5eea3a7245 01:47:04 Removing intermediate container f31d2b7e4709 01:47:04 ---> 92cf2afd007d 01:47:04 01:47:04 Removing intermediate container 7c5eea3a7245 01:47:04 ---> 46c959cc7853 01:47:04 Step 22/24 : LABEL arch=arm64 01:47:04 ---> Running in a2f15d821ae9 01:47:04 Successfully built 92cf2afd007d 01:47:04 Successfully tagged security-proxy-setup-arm64:latest 01:47:04  Building security-proxy-setup ... done Building security-spire-config 01:47:05 Removing intermediate container a2f15d821ae9 01:47:05 ---> 956400886c9c 01:47:05 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:47:05 ---> Running in a27781abf8a6 01:47:05 Removing intermediate container a27781abf8a6 01:47:05 ---> 0104c6720d34 01:47:05 Step 24/24 : LABEL version=3.0.0-dev.44 01:47:05 Removing intermediate container f5c9777feb73 01:47:05 ---> 99dc11e62dd6 01:47:05 01:47:05 Step 10/23 : FROM alpine:3.16 01:47:05 ---> 2b4661558fb8 01:47:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:47:06 ---> Running in 70fd22d2dea1 01:47:06 ---> Running in be1b3fd09508 01:47:07 Removing intermediate container 70fd22d2dea1 01:47:07 ---> 3f423eea0975 01:47:07 01:47:07 Successfully built 3f423eea0975 01:47:07 Successfully tagged security-secretstore-setup-arm64:latest 01:47:07 Building core-common-config-bootstrapper 01:47:08  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:47:08 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:47:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:47:08 ---> a13b23948dd3 01:47:08 Step 3/24 : WORKDIR /edgex-go 01:47:08 ---> Using cache 01:47:08 ---> 21d6298eb9f9 01:47:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 01:47:08 ---> Using cache 01:47:08 ---> 09dcf444aa54 01:47:08 Step 5/24 : COPY go.mod vendor* ./ 01:47:08 ---> Using cache 01:47:08 ---> b1960ceebea7 01:47:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:08 ---> Using cache 01:47:08 ---> 19c82e0b6515 01:47:08 Step 7/24 : COPY . . 01:47:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:47:09 ---> Using cache 01:47:09 ---> ab7ab0f61ff3 01:47:09 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 01:47:09 ---> Using cache 01:47:09 ---> 512908a80948 01:47:09 Step 9/24 : WORKDIR /edgex-go/spire-build 01:47:09 ---> Using cache 01:47:09 ---> 2703e85c265f 01:47:09 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 01:47:09 ---> Using cache 01:47:09 ---> 83154a67ec33 01:47:09 Step 11/24 : WORKDIR /edgex-go 01:47:09 ---> Using cache 01:47:09 ---> 9e7b34ab871e 01:47:09 01:47:09 Step 12/24 : FROM alpine:3.15 01:47:09 ---> 8aa73fd46299 01:47:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:47:09 ---> Using cache 01:47:09 ---> 764e31c517a5 01:47:09 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 01:47:09 ---> Running in 6029f2be4675 01:47:10 (1/1) Installing dumb-init (1.2.5-r1) 01:47:10 Executing busybox-1.35.0-r17.trigger 01:47:10 OK: 5 MiB in 15 packages 01:47:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:47:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:47:12 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:47:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:47:12 ---> a13b23948dd3 01:47:12 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:47:12 ---> Using cache 01:47:12 ---> 33b13709b8f7 01:47:12 Step 4/22 : WORKDIR /edgex-go 01:47:12 ---> Using cache 01:47:12 ---> a09e750ccff6 01:47:12 Step 5/22 : RUN apk add --update --no-cache make git 01:47:12 ---> Using cache 01:47:12 ---> 0a09579eefc3 01:47:12 Step 6/22 : COPY go.mod vendor* ./ 01:47:12 ---> Using cache 01:47:12 ---> ab87fc76ec97 01:47:12 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:12 ---> Using cache 01:47:12 ---> 23aa3ec52f97 01:47:12 Step 8/22 : COPY . . 01:47:12 ---> Using cache 01:47:12 ---> 8b1a620dedca 01:47:12 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:47:12 Removing intermediate container be1b3fd09508 01:47:12 ---> 35c1cf902699 01:47:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:47:12 ---> Running in 2ed9db56297f 01:47:13 ---> Running in eed73876b1e3 01:47:13 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:47:13 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:47:13 OK: 15736 distinct packages available 01:47:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:47:14 Removing intermediate container eed73876b1e3 01:47:14 ---> 3214596a75a1 01:47:14 Step 13/23 : ENV APP_PORT=59882 01:47:14 ---> Running in 57f5917d510b 01:47:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:47:14 Removing intermediate container 57f5917d510b 01:47:14 ---> 6aa68c4526ba 01:47:14 Step 14/23 : EXPOSE $APP_PORT 01:47:14 ---> Running in 426b31d861d5 01:47:15 Removing intermediate container 426b31d861d5 01:47:15 ---> 5be849df2a36 01:47:15 Step 15/23 : WORKDIR / 01:47:15 ---> Running in 87c0e9e908fb 01:47:15 (1/4) Installing dumb-init (1.2.5-r1) 01:47:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:47:15 (2/4) Installing musl-obstack (1.2.3-r0) 01:47:15 (3/4) Installing libucontext (1.1-r0) 01:47:15 (4/4) Installing gcompat (1.0.0-r4) 01:47:15 Executing busybox-1.34.1-r7.trigger 01:47:15 OK: 6 MiB in 18 packages 01:47:16 Removing intermediate container 87c0e9e908fb 01:47:16 ---> dcfd592e23eb 01:47:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:47:17 Removing intermediate container 6029f2be4675 01:47:17 ---> 64e4977deef5 01:47:17 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 01:47:17 ---> 34ab4d6db96a 01:47:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:47:20 ---> 7f51d194a96f 01:47:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:47:22 ---> 2867a1c0871f 01:47:22 Step 19/23 : ENTRYPOINT ["/core-command"] 01:47:22 ---> Running in a0549a5ef2ba 01:47:24 Removing intermediate container a0549a5ef2ba 01:47:24 ---> 361f5ef48f11 01:47:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:47:25 ---> Running in 3f0590740627 01:47:25 ---> 7de70ae43d1e 01:47:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:47:25 Removing intermediate container 3f0590740627 01:47:25 ---> 654918f9e9d1 01:47:25 Step 21/23 : LABEL arch=arm64 01:47:25 ---> Running in d3c114ebc087 01:47:26 Removing intermediate container d3c114ebc087 01:47:26 ---> 9eecf38cfa73 01:47:26 Step 22/23 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:47:26 ---> 1dd648a21ced 01:47:26 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 01:47:26 ---> Running in 3b588621d374 01:47:26 ---> Running in 76f5712edb24 01:47:27 Removing intermediate container 3b588621d374 01:47:27 ---> c2874bab2466 01:47:27 Step 23/23 : LABEL version=3.0.0-dev.44 01:47:27 Removing intermediate container 76f5712edb24 01:47:27 ---> a2ac995a7c3f 01:47:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:47:27 ---> Running in 0be7b033d2f7 01:47:28 Removing intermediate container 0be7b033d2f7 01:47:28 ---> 0f22cc6e0bae 01:47:28 01:47:28 Successfully built 0f22cc6e0bae 01:47:28 ---> 39e66531a605 01:47:28 Step 19/24 : WORKDIR /Successfully tagged core-command-arm64:latest 01:47:28 01:47:28 Building core-metadata 01:47:28  Building core-command ... done  ---> Running in e074c790f680 01:47:29 Removing intermediate container e074c790f680 01:47:29 ---> 44bafe196372 01:47:29 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 01:47:29 ---> Running in 30312fcf1e9c 01:47:30 Removing intermediate container 30312fcf1e9c 01:47:30 ---> b283c2ff374f 01:47:30 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 01:47:30 ---> Running in 2ba172840598 01:47:30 Removing intermediate container 2ba172840598 01:47:30 ---> 1db6c9d7f18e 01:47:30 Step 22/24 : LABEL arch=arm64 01:47:30 ---> Running in e506fc875b36 01:47:31 Removing intermediate container e506fc875b36 01:47:31 ---> c7a67a6a3cd8 01:47:31 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:47:31 ---> Running in 4bf93eebdd16 01:47:31 Removing intermediate container 4bf93eebdd16 01:47:31 ---> 64ab85e2b45a 01:47:31 Step 24/24 : LABEL version=3.0.0-dev.44 01:47:31 ---> Running in f754089453e9 01:47:32 Removing intermediate container f754089453e9 01:47:32 ---> da9a41d1a46e 01:47:32 01:47:32 Successfully built da9a41d1a46e 01:47:32 Successfully tagged security-spire-config-arm64:latest 01:47:32  Building security-spire-config ... done Building support-scheduler 01:47:33 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:47:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:47:33 ---> a13b23948dd3 01:47:33 Step 3/24 : ARG ADD_BUILD_TAGS="" 01:47:33 ---> Using cache 01:47:33 ---> 33b13709b8f7 01:47:33 Step 4/24 : WORKDIR /edgex-go 01:47:33 ---> Using cache 01:47:33 ---> a09e750ccff6 01:47:33 Step 5/24 : RUN apk add --update --no-cache make git 01:47:33 ---> Using cache 01:47:33 ---> 0a09579eefc3 01:47:33 Step 6/24 : COPY go.mod vendor* ./ 01:47:33 ---> Using cache 01:47:33 ---> ab87fc76ec97 01:47:33 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:33 ---> Using cache 01:47:33 ---> 23aa3ec52f97 01:47:33 Step 8/24 : COPY . . 01:47:33 ---> Using cache 01:47:33 ---> 8b1a620dedca 01:47:33 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 01:47:33 ---> Running in a5ac3dfaf478 01:47:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:47:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:47:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:47:38 ---> a13b23948dd3 01:47:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:47:38 ---> Using cache 01:47:38 ---> 33b13709b8f7 01:47:38 Step 4/22 : WORKDIR /edgex-go 01:47:38 ---> Using cache 01:47:38 ---> a09e750ccff6 01:47:38 Step 5/22 : RUN apk add --update --no-cache make git 01:47:38 ---> Using cache 01:47:38 ---> 0a09579eefc3 01:47:38 Step 6/22 : COPY go.mod vendor* ./ 01:47:38 ---> Using cache 01:47:38 ---> ab87fc76ec97 01:47:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:47:38 ---> Using cache 01:47:38 ---> 23aa3ec52f97 01:47:38 Step 8/22 : COPY . . 01:47:38 ---> Using cache 01:47:38 ---> 8b1a620dedca 01:47:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:47:38 ---> Running in 22c8001e7788 01:47:40 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:48:36 Removing intermediate container 1ecba3ed34b3 01:48:36 ---> d7f809ca54b5 01:48:36 01:48:36 Step 9/19 : FROM alpine:3.15 01:48:36 ---> 8aa73fd46299 01:48:36 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:48:36 ---> Using cache 01:48:36 ---> 764e31c517a5 01:48:36 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:48:36 ---> Running in 05244b285ac3 01:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:48:39 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 01:48:39 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 01:48:39 OK: 15736 distinct packages available 01:48:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:48:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:48:41 (1/9) Installing ca-certificates (20220614-r0) 01:48:41 (2/9) Installing brotli-libs (1.0.9-r5) 01:48:41 (3/9) Installing nghttp2-libs (1.46.0-r0) 01:48:41 (4/9) Installing libcurl (7.80.0-r5) 01:48:41 (5/9) Installing curl (7.80.0-r5) 01:48:41 (6/9) Installing dumb-init (1.2.5-r1) 01:48:41 (7/9) Installing musl-obstack (1.2.3-r0) 01:48:41 (8/9) Installing libucontext (1.1-r0) 01:48:42 (9/9) Installing gcompat (1.0.0-r4) 01:48:42 Executing busybox-1.34.1-r7.trigger 01:48:42 Executing ca-certificates-20220614-r0.trigger 01:48:42 OK: 8 MiB in 23 packages 01:48:45 Removing intermediate container 05244b285ac3 01:48:45 ---> 273b325e76ef 01:48:45 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 01:48:46 ---> 076a568bf20c 01:48:46 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:48:48 ---> e3ea5e514c71 01:48:48 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 01:48:49 ---> 9e1325668f92 01:48:49 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 01:48:49 ---> Running in f916202d8afc 01:48:50 Removing intermediate container f916202d8afc 01:48:50 ---> 09a639a9736d 01:48:50 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:48:50 ---> Running in e6d3d5c9cb9b 01:48:50 Removing intermediate container e6d3d5c9cb9b 01:48:50 ---> f8060ec17462 01:48:50 Step 17/19 : LABEL arch=arm64 01:48:51 ---> Running in 4319cfc27bd6 01:48:51 Removing intermediate container 4319cfc27bd6 01:48:51 ---> f8f59b23c713 01:48:51 Step 18/19 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:48:51 ---> Running in 386eb569a8d8 01:48:52 Removing intermediate container 386eb569a8d8 01:48:52 ---> 6e1269dec134 01:48:52 Step 19/19 : LABEL version=3.0.0-dev.44 01:48:52 ---> Running in 67442bcb2b3c 01:48:52 Removing intermediate container 67442bcb2b3c 01:48:52 ---> 76e852d0ada8 01:48:52 01:48:52 Successfully built 76e852d0ada8 01:48:52 Successfully tagged security-spiffe-token-provider-arm64:latest 01:48:52 Building security-bootstrapper 01:48:56  Building security-spiffe-token-provider ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:48:56 Step 2/32 : FROM ${BUILDER_BASE} AS builder 01:48:56 ---> a13b23948dd3 01:48:56 Step 3/32 : WORKDIR /edgex-go 01:48:56 ---> Using cache 01:48:56 ---> 21d6298eb9f9 01:48:56 Step 4/32 : RUN apk add --update --no-cache make git 01:48:56 ---> Running in 1f94733a137c 01:48:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:48:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:49:01 OK: 221 MiB in 51 packages 01:49:02 Removing intermediate container 1f94733a137c 01:49:02 ---> 6a99a9111713 01:49:02 Step 5/32 : COPY go.mod vendor* ./ 01:49:03 ---> f978422156ee 01:49:03 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:03 ---> Running in a5f70fb3b6e9 01:50:55 Removing intermediate container a5f70fb3b6e9 01:50:55 ---> 75510701b10c 01:50:55 Step 7/32 : COPY . . 01:50:55 ---> 86ba794c24ff 01:50:55 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:50:55 ---> Running in 290131afc338 01:50:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:54:31 Removing intermediate container 2ed9db56297f 01:54:31 ---> f69de609a342 01:54:31 01:54:31 Step 10/22 : FROM alpine:3.16 01:54:31 ---> 2b4661558fb8 01:54:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:54:31 ---> Running in 3c21644a956f 01:54:31 Removing intermediate container 3c21644a956f 01:54:31 ---> 3106f33fa779 01:54:31 Step 12/22 : RUN apk add --update --no-cache dumb-init 01:54:31 ---> Running in a5fcad464b06 01:54:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:54:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:54:31 (1/1) Installing dumb-init (1.2.5-r1) 01:54:31 Executing busybox-1.35.0-r17.trigger 01:54:31 OK: 5 MiB in 15 packages 01:54:32 Removing intermediate container a5fcad464b06 01:54:32 ---> 0f4692bc79bd 01:54:32 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:54:33 ---> aeeec2e94018 01:54:33 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:54:37 ---> e50c36d52a06 01:54:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:54:38 ---> 96aed63d84cd 01:54:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:54:43 ---> 1ae1b136a103 01:54:43 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:54:43 ---> Running in 7b6af5155516 01:54:44 Removing intermediate container ee51a148862f 01:54:44 ---> 98ffcceb7a87 01:54:44 01:54:44 Step 10/22 : FROM alpine:3.16 01:54:44 ---> 2b4661558fb8 01:54:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:54:44 ---> Running in 5143defc8598 01:54:47 Removing intermediate container 7b6af5155516 01:54:47 ---> 209a4ed46843 01:54:47 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 01:54:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:54:47 ---> Running in c13a6cfed29d 01:54:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:54:47 Removing intermediate container c13a6cfed29d 01:54:47 ---> 05b8465c5daa 01:54:47 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 01:54:48 ---> Running in 919810e6ec22 01:54:48 Removing intermediate container 919810e6ec22 01:54:48 ---> ccaac143dcaf 01:54:48 Step 20/22 : LABEL arch=arm64 01:54:48 ---> Running in 127c21858847 01:54:49 Removing intermediate container 127c21858847 01:54:49 ---> 96cb85f5e3ed 01:54:49 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:54:49 ---> Running in bf2f22575271 01:54:49 (1/2) Installing ca-certificates (20220614-r0) 01:54:49 (2/2) Installing dumb-init (1.2.5-r1) 01:54:49 Executing busybox-1.35.0-r17.trigger 01:54:49 Executing ca-certificates-20220614-r0.trigger 01:54:50 Removing intermediate container bf2f22575271 01:54:50 ---> 0127daa47cc7 01:54:50 Step 22/22 : LABEL version=3.0.0-dev.44 01:54:50 ---> Running in 717925174f36 01:54:50 OK: 6 MiB in 16 packages 01:54:51 Removing intermediate container 717925174f36 01:54:51 ---> fbb90ef9d567 01:54:51 01:54:51 Successfully built fbb90ef9d567 01:54:51 Successfully tagged core-common-config-bootstrapper-arm64:latest 01:54:51 Building core-data 01:54:53  Building core-common-config-bootstrapper ... done Removing intermediate container 5143defc8598 01:54:53 ---> a5ef2d60b18a 01:54:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:54:53 ---> Running in 990e16db3457 01:54:53 Removing intermediate container 990e16db3457 01:54:53 ---> faa74c1e422e 01:54:53 Step 13/22 : ENV APP_PORT=59860 01:54:53 ---> Running in 9b9c6bd45a78 01:54:54 Removing intermediate container 9b9c6bd45a78 01:54:54 ---> bd474137a059 01:54:54 Step 14/22 : EXPOSE $APP_PORT 01:54:54 ---> Running in 217981cd5643 01:54:54 Removing intermediate container 217981cd5643 01:54:54 ---> 8dbec90b9f1f 01:54:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:54:56 ---> 6be7da29bc42 01:54:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:54:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 01:54:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:54:56 ---> a13b23948dd3 01:54:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 01:54:56 ---> Using cache 01:54:56 ---> 33b13709b8f7 01:54:56 Step 4/22 : WORKDIR /edgex-go 01:54:56 ---> Using cache 01:54:56 ---> a09e750ccff6 01:54:56 Step 5/22 : RUN apk add --update --no-cache make git 01:54:56 ---> Using cache 01:54:56 ---> 0a09579eefc3 01:54:56 Step 6/22 : COPY go.mod vendor* ./ 01:54:56 ---> Using cache 01:54:56 ---> ab87fc76ec97 01:54:56 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:54:56 ---> Using cache 01:54:56 ---> 23aa3ec52f97 01:54:56 Step 8/22 : COPY . . 01:54:56 ---> Using cache 01:54:56 ---> 8b1a620dedca 01:54:56 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 01:54:57 ---> Running in dc32cac62cd6 01:54:59 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.44" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 01:54:59 ---> c74b95f257f3 01:54:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:55:00 ---> a2c1f5d59e4c 01:55:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:55:01 ---> Running in 08fe74c47a12 01:55:01 Removing intermediate container 08fe74c47a12 01:55:01 ---> 7a41be76c7cc 01:55:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:55:01 ---> Running in 09d0042ac652 01:55:02 Removing intermediate container 09d0042ac652 01:55:02 ---> 4c2cb74b0a89 01:55:02 Step 20/22 : LABEL arch=arm64 01:55:02 ---> Running in 6f9ac86815d8 01:55:02 Removing intermediate container 6f9ac86815d8 01:55:02 ---> 368799d8ce00 01:55:02 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:55:03 ---> Running in 0f55507d4568 01:55:03 Removing intermediate container 0f55507d4568 01:55:03 ---> 10203b64855a 01:55:03 Step 22/22 : LABEL version=3.0.0-dev.44 01:55:03 ---> Running in 3fe874c02f59 01:55:04 Removing intermediate container 3fe874c02f59 01:55:04 ---> aa81628341e0 01:55:04 01:55:04 Successfully built aa81628341e0 01:55:04 Successfully tagged support-notifications-arm64:latest 01:55:22  Building support-notifications ... done Removing intermediate container a5ac3dfaf478 01:55:22 ---> 19fcf1dd84a0 01:55:22 01:55:22 Step 10/24 : FROM alpine:3.16 01:55:22 ---> 2b4661558fb8 01:55:22 Step 11/24 : RUN apk add --update --no-cache dumb-init 01:55:22 ---> Using cache 01:55:22 ---> 35c1cf902699 01:55:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:55:22 ---> Using cache 01:55:22 ---> 3214596a75a1 01:55:22 Step 13/24 : ENV APP_PORT=59881 01:55:22 ---> Running in 21aa83912abc 01:55:22 Removing intermediate container 21aa83912abc 01:55:22 ---> 4f3b2efd3730 01:55:22 Step 14/24 : EXPOSE $APP_PORT 01:55:22 ---> Running in 73618ce5d030 01:55:23 Removing intermediate container 73618ce5d030 01:55:23 ---> b49980a9f79c 01:55:23 Step 15/24 : WORKDIR / 01:55:23 ---> Running in 68e7996dd194 01:55:23 Removing intermediate container 68e7996dd194 01:55:23 ---> 3a1113b7f33a 01:55:23 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:55:24 ---> 3b4a5de3172e 01:55:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:55:26 ---> be9b9d82c6a2 01:55:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:55:27 ---> 9c478b5b96af 01:55:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 01:55:28 ---> 07ec6fd64b1b 01:55:28 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:55:28 ---> Running in f2b357c03043 01:55:29 Removing intermediate container f2b357c03043 01:55:29 ---> 87016bf83e56 01:55:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:55:29 ---> Running in 6a3a14b216e3 01:55:29 Removing intermediate container 6a3a14b216e3 01:55:29 ---> d4aeeb3ba484 01:55:29 Step 22/24 : LABEL arch=arm64 01:55:29 ---> Running in 6bd366867880 01:55:30 Removing intermediate container 6bd366867880 01:55:30 ---> 87e1636a96fa 01:55:30 Step 23/24 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:55:30 ---> Running in c5d748cd3ccc 01:55:31 Removing intermediate container c5d748cd3ccc 01:55:31 ---> d35e1f4ab239 01:55:31 Step 24/24 : LABEL version=3.0.0-dev.44 01:55:31 ---> Running in 7be47d411171 01:55:31 Removing intermediate container 7be47d411171 01:55:31 ---> 070f6bfef6df 01:55:31 01:55:31 Successfully built 070f6bfef6df 01:55:31 Successfully tagged core-metadata-arm64:latest 01:56:53  Building core-metadata ... done Removing intermediate container 290131afc338 01:56:53 ---> 1e30481933db 01:56:53 01:56:53 Step 9/32 : FROM alpine:3.16 01:56:53 ---> 2b4661558fb8 01:56:53 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 01:56:53 ---> Running in cfc266be7885 01:56:53 Removing intermediate container cfc266be7885 01:56:53 ---> 9c8ddb207ee1 01:56:53 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 01:56:53 ---> Running in b15bc18cf96b 01:56:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:56:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:56:56 (1/2) Installing dumb-init (1.2.5-r1) 01:56:56 (2/2) Installing su-exec (0.2-r1) 01:56:56 Executing busybox-1.35.0-r17.trigger 01:56:56 OK: 5 MiB in 16 packages 01:56:58 Removing intermediate container b15bc18cf96b 01:56:58 ---> 6cc5e34c0137 01:56:58 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 01:56:58 ---> Running in 22702f0bf29d 01:56:58 Removing intermediate container 22702f0bf29d 01:56:58 ---> 2ff5dc91e98c 01:56:58 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 01:56:58 ---> Running in e9d87b05d3b8 01:56:59 Removing intermediate container e9d87b05d3b8 01:56:59 ---> 924b1421c8ca 01:56:59 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 01:56:59 ---> Running in 8e4896af23d8 01:57:00 Removing intermediate container 8e4896af23d8 01:57:00 ---> 122f8426b499 01:57:00 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 01:57:00 ---> Running in cd5d29f22311 01:57:00 Removing intermediate container cd5d29f22311 01:57:00 ---> aee51cb3ac80 01:57:00 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 01:57:00 ---> Running in 29cf47a5c50b 01:57:06 Removing intermediate container 29cf47a5c50b 01:57:06 ---> 1bfa6d290bcd 01:57:06 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 01:57:06 ---> Running in 9764543cf769 01:57:06 Removing intermediate container 9764543cf769 01:57:06 ---> 135938924607 01:57:06 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 01:57:07 ---> 9c75038c7889 01:57:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 01:57:07 ---> Running in 90b335e2ddc8 01:57:11 Removing intermediate container 90b335e2ddc8 01:57:11 ---> 53c9f8780da1 01:57:11 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:13 ---> 5ec394c0709c 01:57:13 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:57:18 ---> 517bd4444a21 01:57:18 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:57:19 ---> 6431791ac724 01:57:19 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:57:20 ---> 5bc8d14cf8b9 01:57:20 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 01:57:21 Removing intermediate container 22c8001e7788 01:57:21 ---> d5e05e5a0b43 01:57:21 01:57:21 Step 10/22 : FROM alpine:3.16 01:57:21 ---> 2b4661558fb8 01:57:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:57:21 ---> Using cache 01:57:21 ---> 35c1cf902699 01:57:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:57:21 ---> Using cache 01:57:21 ---> 3214596a75a1 01:57:21 Step 13/22 : ENV APP_PORT=59861 01:57:21 ---> Running in d7b6a8b5e0bd 01:57:22 ---> ad11f7daa74c 01:57:22 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 01:57:22 Removing intermediate container d7b6a8b5e0bd 01:57:22 ---> 85e42e203729 01:57:22 Step 14/22 : EXPOSE $APP_PORT 01:57:22 ---> Running in 7cbbc3e7c6eb 01:57:23 Removing intermediate container 7cbbc3e7c6eb 01:57:23 ---> 509cd5492455 01:57:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:23 ---> 84d590cc61b1 01:57:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:57:24 ---> e6109d9de473 01:57:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:57:24 ---> 87fc8d1bfff3 01:57:24 Step 27/32 : RUN chmod +x /entrypoint.sh 01:57:24 ---> Running in 15a817804598 01:57:28 ---> dc253be4ef69 01:57:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:57:28 Removing intermediate container 15a817804598 01:57:28 ---> bbdf86145a16 01:57:28 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:57:28 ---> Running in 3c1312b6e343 01:57:30 Removing intermediate container 3c1312b6e343 01:57:30 ---> ce8701f6955f 01:57:30 Step 29/32 : CMD ["gate"] 01:57:30 ---> 1b5da310f454 01:57:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:57:30 ---> Running in 612331f2ca68 01:57:30 ---> Running in 0d277d58bfac 01:57:31 Removing intermediate container 612331f2ca68 01:57:31 ---> 3a1cdbf323fc 01:57:31 Step 30/32 : LABEL arch=arm64 01:57:31 Removing intermediate container 0d277d58bfac 01:57:31 ---> 22345fc024e0 01:57:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:57:31 ---> Running in eeac89d0c2f8 01:57:31 ---> Running in 354d47e6c673 01:57:32 Removing intermediate container eeac89d0c2f8 01:57:32 ---> a35d3c2e41f4 01:57:32 Step 20/22 : LABEL arch=arm64 01:57:32 Removing intermediate container 354d47e6c673 01:57:32 ---> 3b4713ce8c1e 01:57:32 Step 31/32 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:57:32 ---> Running in 1fd5c8861449 01:57:32 ---> Running in 5b702cbfa9db 01:57:33 Removing intermediate container 1fd5c8861449 01:57:33 ---> c5d4ffb85400 01:57:33 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:57:33 Removing intermediate container 5b702cbfa9db 01:57:33 ---> 8796acbd0902 01:57:33 Step 32/32 : LABEL version=3.0.0-dev.44 01:57:33 ---> Running in 8b1299bcb874 01:57:33 ---> Running in 08577a6b65e0 01:57:33 Removing intermediate container 8b1299bcb874 01:57:33 ---> e0e8eefff4d5 01:57:33 Step 22/22 : LABEL version=3.0.0-dev.44 01:57:33 Removing intermediate container 08577a6b65e0 01:57:33 ---> 0390c83684ea 01:57:33 01:57:34 ---> Running in 469198002ff8 01:57:34 Successfully built 0390c83684ea 01:57:34 Successfully tagged security-bootstrapper-arm64:latest 01:57:34  Building security-bootstrapper ... done Removing intermediate container 469198002ff8 01:57:34 ---> 6691fd6f3861 01:57:34 01:57:34 Successfully built 6691fd6f3861 01:57:34 Successfully tagged support-scheduler-arm64:latest 01:58:13  Building support-scheduler ... done Removing intermediate container dc32cac62cd6 01:58:13 ---> 0ed74b4f99c6 01:58:13 01:58:13 Step 10/22 : FROM alpine:3.16 01:58:13 ---> 2b4661558fb8 01:58:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:58:13 ---> Running in 2f16564a72b3 01:58:13 Removing intermediate container 2f16564a72b3 01:58:13 ---> 55032e1cff0b 01:58:13 Step 12/22 : ENV APP_PORT=59880 01:58:13 ---> Running in 4ea267a24145 01:58:13 Removing intermediate container 4ea267a24145 01:58:13 ---> 47d3df778064 01:58:13 Step 13/22 : EXPOSE $APP_PORT 01:58:13 ---> Running in 8047b3a6571a 01:58:13 Removing intermediate container 8047b3a6571a 01:58:13 ---> 9f16d9e0af46 01:58:13 Step 14/22 : RUN apk add --update --no-cache dumb-init 01:58:13 ---> Running in d917f011d6ce 01:58:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:58:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:58:14 (1/1) Installing dumb-init (1.2.5-r1) 01:58:14 Executing busybox-1.35.0-r17.trigger 01:58:14 OK: 5 MiB in 15 packages 01:58:15 Removing intermediate container d917f011d6ce 01:58:15 ---> c6b0be07fa20 01:58:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:58:15 ---> 4ce8b625ec23 01:58:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:58:16 ---> fc833e9c5629 01:58:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:58:17 ---> 0931d2587a74 01:58:17 Step 18/22 : ENTRYPOINT ["/core-data"] 01:58:17 ---> Running in 2292e9f71e67 01:58:17 Removing intermediate container 2292e9f71e67 01:58:17 ---> 194e4a746fc9 01:58:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 01:58:17 ---> Running in 1ad980d73309 01:58:18 Removing intermediate container 1ad980d73309 01:58:18 ---> f5cd3b1fa4dd 01:58:18 Step 20/22 : LABEL arch=arm64 01:58:18 ---> Running in 05d948f6ba07 01:58:18 Removing intermediate container 05d948f6ba07 01:58:18 ---> e249096ddf87 01:58:18 Step 21/22 : LABEL git_sha=81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:18 ---> Running in 828d63309c3a 01:58:19 Removing intermediate container 828d63309c3a 01:58:19 ---> a1f6510425c9 01:58:19 Step 22/22 : LABEL version=3.0.0-dev.44 01:58:19 ---> Running in 950082c0d5cf 01:58:19 Removing intermediate container 950082c0d5cf 01:58:19 ---> e0f73234e03d 01:58:19 01:58:19 Successfully built e0f73234e03d 01:58:19 Successfully tagged core-data-arm64:latest 01:58:20  Building core-data ... done  [Pipeline] } 01:58:20 $ docker stop --time=1 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c 01:58:21 $ docker rm -f --volumes 03f823e47ad682f966dab07f326f96cbc21d0f49b76173332f9023363e9faf0c [Pipeline] // withDockerContainer [Pipeline] sh 01:58:22 + docker images 01:58:22 REPOSITORY TAG IMAGE ID CREATED SIZE 01:58:22 core-data-arm64 latest e0f73234e03d 3 seconds ago 17.2MB 01:58:22 0ed74b4f99c6 13 seconds ago 1.34GB 01:58:22 support-scheduler-arm64 latest 6691fd6f3861 48 seconds ago 29MB 01:58:22 security-bootstrapper-arm64 latest 0390c83684ea 49 seconds ago 19.6MB 01:58:22 d5e05e5a0b43 About a minute ago 1.4GB 01:58:22 1e30481933db About a minute ago 1.33GB 01:58:22 core-metadata-arm64 latest 070f6bfef6df 2 minutes ago 17.7MB 01:58:22 19fcf1dd84a0 3 minutes ago 1.34GB 01:58:22 support-notifications-arm64 latest aa81628341e0 3 minutes ago 29.7MB 01:58:22 core-common-config-bootstrapper-arm64 latest fbb90ef9d567 3 minutes ago 14.9MB 01:58:22 98ffcceb7a87 3 minutes ago 1.4GB 01:58:22 f69de609a342 3 minutes ago 1.33GB 01:58:22 security-spiffe-token-provider-arm64 latest 76e852d0ada8 9 minutes ago 29.1MB 01:58:22 d7f809ca54b5 9 minutes ago 1.37GB 01:58:22 security-spire-config-arm64 latest da9a41d1a46e 10 minutes ago 83.6MB 01:58:22 core-command-arm64 latest 0f22cc6e0bae 10 minutes ago 17MB 01:58:22 security-secretstore-setup-arm64 latest 3f423eea0975 11 minutes ago 29MB 01:58:22 99dc11e62dd6 11 minutes ago 1.34GB 01:58:22 security-proxy-setup-arm64 latest 92cf2afd007d 11 minutes ago 26.9MB 01:58:22 5f913fb51cd4 11 minutes ago 1.33GB 01:58:22 50d19781ca36 11 minutes ago 1.33GB 01:58:22 security-spire-agent-arm64 latest 04a409c54001 15 minutes ago 122MB 01:58:22 9e7b34ab871e 16 minutes ago 1.21GB 01:58:22 security-spire-server-arm64 latest b3171b1b342f 18 minutes ago 84.3MB 01:58:22 daca2b053c68 18 minutes ago 1.21GB 01:58:22 ci-base-image-arm64 latest a13b23948dd3 22 minutes ago 905MB 01:58:22 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 01:58:22 alpine 3.15 8aa73fd46299 3 months ago 5.33MB 01:58:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 01:58:22 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 01:58:22 provisioning config files... 01:58:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/403@tmp/config15785420045897271468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:58:23 ---> docker-login.sh 01:58:23 nexus3.edgexfoundry.org:10001 01:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:58:23 Configure a credential helper to remove this warning. See 01:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:58:23 01:58:23 Login Succeeded 01:58:23 nexus3.edgexfoundry.org:10002 01:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:58:23 Configure a credential helper to remove this warning. See 01:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:58:23 01:58:23 Login Succeeded 01:58:23 nexus3.edgexfoundry.org:10003 01:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:58:24 Configure a credential helper to remove this warning. See 01:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:58:24 01:58:24 Login Succeeded 01:58:24 nexus3.edgexfoundry.org:10004 01:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:58:24 Configure a credential helper to remove this warning. See 01:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:58:24 01:58:24 Login Succeeded 01:58:24 docker.io 01:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:58:25 Configure a credential helper to remove this warning. See 01:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:58:25 01:58:25 Login Succeeded 01:58:25 ---> docker-login.sh ends [Pipeline] } 01:58:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:58:25 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 01:58:25 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:25 latest 01:58:25 3.0.0-dev.44 01:58:25 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:25 main 01:58:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:58:26 ec14bc6b592f: Preparing 01:58:26 bd59162f0f9c: Preparing 01:58:26 93aced1aaa9a: Preparing 01:58:26 692ee2e0c8a6: Preparing 01:58:26 17bec77d7fdc: Preparing 01:58:26 17bec77d7fdc: Layer already exists 01:58:26 692ee2e0c8a6: Pushed 01:58:26 ec14bc6b592f: Pushed 01:58:26 93aced1aaa9a: Pushed 01:58:28 bd59162f0f9c: Pushed 01:58:29 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:58:29 ec14bc6b592f: Preparing 01:58:29 bd59162f0f9c: Preparing 01:58:29 93aced1aaa9a: Preparing 01:58:29 692ee2e0c8a6: Preparing 01:58:29 17bec77d7fdc: Preparing 01:58:29 ec14bc6b592f: Layer already exists 01:58:29 93aced1aaa9a: Layer already exists 01:58:29 692ee2e0c8a6: Layer already exists 01:58:29 bd59162f0f9c: Layer already exists 01:58:29 17bec77d7fdc: Layer already exists 01:58:29 latest: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 01:58:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:58:30 ec14bc6b592f: Preparing 01:58:30 bd59162f0f9c: Preparing 01:58:30 93aced1aaa9a: Preparing 01:58:30 692ee2e0c8a6: Preparing 01:58:30 17bec77d7fdc: Preparing 01:58:30 bd59162f0f9c: Layer already exists 01:58:30 692ee2e0c8a6: Layer already exists 01:58:30 17bec77d7fdc: Layer already exists 01:58:30 ec14bc6b592f: Layer already exists 01:58:30 93aced1aaa9a: Layer already exists 01:58:31 3.0.0-dev.44: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:58:31 ec14bc6b592f: Preparing 01:58:31 bd59162f0f9c: Preparing 01:58:31 93aced1aaa9a: Preparing 01:58:31 692ee2e0c8a6: Preparing 01:58:31 17bec77d7fdc: Preparing 01:58:31 93aced1aaa9a: Layer already exists 01:58:31 692ee2e0c8a6: Layer already exists 01:58:31 ec14bc6b592f: Layer already exists 01:58:31 bd59162f0f9c: Layer already exists 01:58:31 17bec77d7fdc: Layer already exists 01:58:31 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 01:58:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 01:58:32 ec14bc6b592f: Preparing 01:58:32 bd59162f0f9c: Preparing 01:58:32 93aced1aaa9a: Preparing 01:58:32 692ee2e0c8a6: Preparing 01:58:32 17bec77d7fdc: Preparing 01:58:32 17bec77d7fdc: Layer already exists 01:58:32 ec14bc6b592f: Layer already exists 01:58:32 bd59162f0f9c: Layer already exists 01:58:32 93aced1aaa9a: Layer already exists 01:58:32 692ee2e0c8a6: Layer already exists 01:58:32 main: digest: sha256:7f09ae7d8105914117016346c15d11145612cc54b24e9657d7b24a3af60915bc size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:33 ===================================================== [Pipeline] echo 01:58:33 taggedImages: 01:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 01:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.44 01:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:33 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 01:58:33 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 01:58:33 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:33 latest 01:58:33 3.0.0-dev.44 01:58:33 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:33 main 01:58:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:58:33 7ea263ebab40: Preparing 01:58:33 ded7effe6a84: Preparing 01:58:33 bef0a54a1b45: Preparing 01:58:33 557978992d1b: Preparing 01:58:33 93aced1aaa9a: Preparing 01:58:33 d4d3c083a1f7: Preparing 01:58:33 17bec77d7fdc: Preparing 01:58:33 d4d3c083a1f7: Waiting 01:58:33 17bec77d7fdc: Waiting 01:58:33 93aced1aaa9a: Layer already exists 01:58:33 7ea263ebab40: Pushed 01:58:33 bef0a54a1b45: Pushed 01:58:33 ded7effe6a84: Pushed 01:58:33 17bec77d7fdc: Layer already exists 01:58:33 d4d3c083a1f7: Pushed 01:58:36 557978992d1b: Pushed 01:58:36 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:36 + 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 01:58:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:58:37 7ea263ebab40: Preparing 01:58:37 ded7effe6a84: Preparing 01:58:37 bef0a54a1b45: Preparing 01:58:37 557978992d1b: Preparing 01:58:37 93aced1aaa9a: Preparing 01:58:37 d4d3c083a1f7: Preparing 01:58:37 17bec77d7fdc: Preparing 01:58:37 d4d3c083a1f7: Waiting 01:58:37 17bec77d7fdc: Waiting 01:58:37 bef0a54a1b45: Layer already exists 01:58:37 ded7effe6a84: Layer already exists 01:58:37 93aced1aaa9a: Layer already exists 01:58:37 7ea263ebab40: Layer already exists 01:58:37 557978992d1b: Layer already exists 01:58:37 17bec77d7fdc: Layer already exists 01:58:37 d4d3c083a1f7: Layer already exists 01:58:37 latest: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 01:58:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:58:38 7ea263ebab40: Preparing 01:58:38 ded7effe6a84: Preparing 01:58:38 bef0a54a1b45: Preparing 01:58:38 557978992d1b: Preparing 01:58:38 93aced1aaa9a: Preparing 01:58:38 d4d3c083a1f7: Preparing 01:58:38 17bec77d7fdc: Preparing 01:58:38 d4d3c083a1f7: Waiting 01:58:38 17bec77d7fdc: Waiting 01:58:38 ded7effe6a84: Layer already exists 01:58:38 93aced1aaa9a: Layer already exists 01:58:38 7ea263ebab40: Layer already exists 01:58:38 557978992d1b: Layer already exists 01:58:38 bef0a54a1b45: Layer already exists 01:58:38 d4d3c083a1f7: Layer already exists 01:58:38 17bec77d7fdc: Layer already exists 01:58:38 3.0.0-dev.44: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:58:39 7ea263ebab40: Preparing 01:58:39 ded7effe6a84: Preparing 01:58:39 bef0a54a1b45: Preparing 01:58:39 557978992d1b: Preparing 01:58:39 93aced1aaa9a: Preparing 01:58:39 d4d3c083a1f7: Preparing 01:58:39 17bec77d7fdc: Preparing 01:58:39 d4d3c083a1f7: Waiting 01:58:39 17bec77d7fdc: Waiting 01:58:39 7ea263ebab40: Layer already exists 01:58:39 bef0a54a1b45: Layer already exists 01:58:39 93aced1aaa9a: Layer already exists 01:58:39 557978992d1b: Layer already exists 01:58:39 ded7effe6a84: Layer already exists 01:58:39 17bec77d7fdc: Layer already exists 01:58:39 d4d3c083a1f7: Layer already exists 01:58:39 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:39 + 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 01:58:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 01:58:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 01:58:40 7ea263ebab40: Preparing 01:58:40 ded7effe6a84: Preparing 01:58:40 bef0a54a1b45: Preparing 01:58:40 557978992d1b: Preparing 01:58:40 93aced1aaa9a: Preparing 01:58:40 d4d3c083a1f7: Preparing 01:58:40 17bec77d7fdc: Preparing 01:58:40 d4d3c083a1f7: Waiting 01:58:40 17bec77d7fdc: Waiting 01:58:40 93aced1aaa9a: Layer already exists 01:58:40 ded7effe6a84: Layer already exists 01:58:40 bef0a54a1b45: Layer already exists 01:58:40 7ea263ebab40: Layer already exists 01:58:40 557978992d1b: Layer already exists 01:58:40 d4d3c083a1f7: Layer already exists 01:58:40 17bec77d7fdc: Layer already exists 01:58:40 main: digest: sha256:c4c0c63d13c7022540469a7bf503453813bc99e9880dfbb5380d0d809f7dd88e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:40 ===================================================== [Pipeline] echo 01:58:40 taggedImages: 01:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 01:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.44 01:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 01:58:40 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 01:58:40 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:40 latest 01:58:40 3.0.0-dev.44 01:58:40 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:40 main 01:58:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:58:41 e0c2b1f47d32: Preparing 01:58:41 7d38ded4a5be: Preparing 01:58:41 93aced1aaa9a: Preparing 01:58:41 35e19389447d: Preparing 01:58:41 17bec77d7fdc: Preparing 01:58:41 93aced1aaa9a: Layer already exists 01:58:41 17bec77d7fdc: Layer already exists 01:58:41 e0c2b1f47d32: Pushed 01:58:41 35e19389447d: Pushed 01:58:44 7d38ded4a5be: Pushed 01:58:44 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:58:46 e0c2b1f47d32: Preparing 01:58:46 7d38ded4a5be: Preparing 01:58:46 93aced1aaa9a: Preparing 01:58:46 35e19389447d: Preparing 01:58:46 17bec77d7fdc: Preparing 01:58:46 17bec77d7fdc: Layer already exists 01:58:46 93aced1aaa9a: Layer already exists 01:58:46 e0c2b1f47d32: Layer already exists 01:58:46 35e19389447d: Layer already exists 01:58:46 7d38ded4a5be: Layer already exists 01:58:46 latest: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 01:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:58:47 e0c2b1f47d32: Preparing 01:58:47 7d38ded4a5be: Preparing 01:58:47 93aced1aaa9a: Preparing 01:58:47 35e19389447d: Preparing 01:58:47 17bec77d7fdc: Preparing 01:58:47 17bec77d7fdc: Layer already exists 01:58:47 93aced1aaa9a: Layer already exists 01:58:47 35e19389447d: Layer already exists 01:58:47 7d38ded4a5be: Layer already exists 01:58:47 e0c2b1f47d32: Layer already exists 01:58:47 3.0.0-dev.44: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:58:48 e0c2b1f47d32: Preparing 01:58:48 7d38ded4a5be: Preparing 01:58:48 93aced1aaa9a: Preparing 01:58:48 35e19389447d: Preparing 01:58:48 17bec77d7fdc: Preparing 01:58:48 7d38ded4a5be: Layer already exists 01:58:48 17bec77d7fdc: Layer already exists 01:58:48 e0c2b1f47d32: Layer already exists 01:58:48 93aced1aaa9a: Layer already exists 01:58:48 35e19389447d: Layer already exists 01:58:48 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 01:58:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 01:58:49 e0c2b1f47d32: Preparing 01:58:49 7d38ded4a5be: Preparing 01:58:49 93aced1aaa9a: Preparing 01:58:49 35e19389447d: Preparing 01:58:49 17bec77d7fdc: Preparing 01:58:49 e0c2b1f47d32: Layer already exists 01:58:49 7d38ded4a5be: Layer already exists 01:58:49 93aced1aaa9a: Layer already exists 01:58:49 17bec77d7fdc: Layer already exists 01:58:49 35e19389447d: Layer already exists 01:58:49 main: digest: sha256:2555314b04c43c299043c346e8a6570c0287f0d4bc4a5a16b27c164d394e96fe size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:49 ===================================================== [Pipeline] echo 01:58:49 taggedImages: 01:58:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 01:58:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.44 01:58:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 01:58:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 01:58:49 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:49 latest 01:58:49 3.0.0-dev.44 01:58:49 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:49 main 01:58:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:58:50 f3a4a485034a: Preparing 01:58:50 6f9b6742a99e: Preparing 01:58:50 0f00835052c0: Preparing 01:58:50 93aced1aaa9a: Preparing 01:58:50 692ee2e0c8a6: Preparing 01:58:50 17bec77d7fdc: Preparing 01:58:50 17bec77d7fdc: Waiting 01:58:50 692ee2e0c8a6: Layer already exists 01:58:50 93aced1aaa9a: Layer already exists 01:58:50 17bec77d7fdc: Layer already exists 01:58:50 6f9b6742a99e: Pushed 01:58:50 f3a4a485034a: Pushed 01:58:53 0f00835052c0: Pushed 01:58:53 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:58:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:58:54 f3a4a485034a: Preparing 01:58:54 6f9b6742a99e: Preparing 01:58:54 0f00835052c0: Preparing 01:58:54 93aced1aaa9a: Preparing 01:58:54 692ee2e0c8a6: Preparing 01:58:54 17bec77d7fdc: Preparing 01:58:54 17bec77d7fdc: Waiting 01:58:54 6f9b6742a99e: Layer already exists 01:58:54 0f00835052c0: Layer already exists 01:58:54 f3a4a485034a: Layer already exists 01:58:54 93aced1aaa9a: Layer already exists 01:58:54 692ee2e0c8a6: Layer already exists 01:58:54 17bec77d7fdc: Layer already exists 01:58:54 latest: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 01:58:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:58:55 f3a4a485034a: Preparing 01:58:55 6f9b6742a99e: Preparing 01:58:55 0f00835052c0: Preparing 01:58:55 93aced1aaa9a: Preparing 01:58:55 692ee2e0c8a6: Preparing 01:58:55 17bec77d7fdc: Preparing 01:58:55 17bec77d7fdc: Waiting 01:58:55 692ee2e0c8a6: Layer already exists 01:58:55 f3a4a485034a: Layer already exists 01:58:55 93aced1aaa9a: Layer already exists 01:58:55 0f00835052c0: Layer already exists 01:58:55 6f9b6742a99e: Layer already exists 01:58:55 17bec77d7fdc: Layer already exists 01:58:55 3.0.0-dev.44: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:58:56 f3a4a485034a: Preparing 01:58:56 6f9b6742a99e: Preparing 01:58:56 0f00835052c0: Preparing 01:58:56 93aced1aaa9a: Preparing 01:58:56 692ee2e0c8a6: Preparing 01:58:56 17bec77d7fdc: Preparing 01:58:56 17bec77d7fdc: Waiting 01:58:56 0f00835052c0: Layer already exists 01:58:56 692ee2e0c8a6: Layer already exists 01:58:56 f3a4a485034a: Layer already exists 01:58:56 6f9b6742a99e: Layer already exists 01:58:56 93aced1aaa9a: Layer already exists 01:58:56 17bec77d7fdc: Layer already exists 01:58:56 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 01:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 01:58:57 f3a4a485034a: Preparing 01:58:57 6f9b6742a99e: Preparing 01:58:57 0f00835052c0: Preparing 01:58:57 93aced1aaa9a: Preparing 01:58:57 692ee2e0c8a6: Preparing 01:58:57 17bec77d7fdc: Preparing 01:58:57 0f00835052c0: Layer already exists 01:58:57 f3a4a485034a: Layer already exists 01:58:57 6f9b6742a99e: Layer already exists 01:58:57 93aced1aaa9a: Layer already exists 01:58:57 692ee2e0c8a6: Layer already exists 01:58:57 17bec77d7fdc: Layer already exists 01:58:57 main: digest: sha256:cdab0a6b3ddfe49fc4c8541a9330d25a4e69942e917c0483bdeb82cf3fe23559 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:58:57 ===================================================== [Pipeline] echo 01:58:57 taggedImages: 01:58:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 01:58:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.44 01:58:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 01:58:57 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 01:58:57 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:57 latest 01:58:57 3.0.0-dev.44 01:58:57 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:58:57 main 01:58:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:58:58 e03461315caf: Preparing 01:58:58 e03461315caf: Preparing 01:58:58 b301f477516d: Preparing 01:58:58 e8efabb3032e: Preparing 01:58:58 bc9dfabf85ec: Preparing 01:58:58 b7f19047e565: Preparing 01:58:58 b30c7188effe: Preparing 01:58:58 93aced1aaa9a: Preparing 01:58:58 6abd03de17dd: Preparing 01:58:58 2c21a5b14fb9: Preparing 01:58:58 7e7f569ceb06: Preparing 01:58:58 d5c9cfa081f1: Preparing 01:58:58 17bec77d7fdc: Preparing 01:58:58 93aced1aaa9a: Waiting 01:58:58 7e7f569ceb06: Waiting 01:58:58 d5c9cfa081f1: Waiting 01:58:58 17bec77d7fdc: Waiting 01:58:58 b30c7188effe: Waiting 01:58:58 6abd03de17dd: Waiting 01:58:58 2c21a5b14fb9: Waiting 01:58:58 e03461315caf: Pushed 01:58:58 b301f477516d: Pushed 01:58:58 b7f19047e565: Pushed 01:58:58 bc9dfabf85ec: Pushed 01:58:58 e8efabb3032e: Pushed 01:58:58 93aced1aaa9a: Layer already exists 01:58:58 6abd03de17dd: Pushed 01:58:58 17bec77d7fdc: Layer already exists 01:58:58 d5c9cfa081f1: Pushed 01:58:58 7e7f569ceb06: Pushed 01:58:58 2c21a5b14fb9: Pushed 01:59:02 b30c7188effe: Pushed 01:59:02 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:59:02 e03461315caf: Preparing 01:59:02 e03461315caf: Preparing 01:59:02 b301f477516d: Preparing 01:59:02 e8efabb3032e: Preparing 01:59:02 bc9dfabf85ec: Preparing 01:59:02 b7f19047e565: Preparing 01:59:02 b30c7188effe: Preparing 01:59:02 93aced1aaa9a: Preparing 01:59:02 6abd03de17dd: Preparing 01:59:02 2c21a5b14fb9: Preparing 01:59:02 7e7f569ceb06: Preparing 01:59:02 d5c9cfa081f1: Preparing 01:59:02 17bec77d7fdc: Preparing 01:59:02 2c21a5b14fb9: Waiting 01:59:02 7e7f569ceb06: Waiting 01:59:02 d5c9cfa081f1: Waiting 01:59:02 17bec77d7fdc: Waiting 01:59:02 b30c7188effe: Waiting 01:59:02 93aced1aaa9a: Waiting 01:59:02 6abd03de17dd: Waiting 01:59:02 b7f19047e565: Layer already exists 01:59:02 bc9dfabf85ec: Layer already exists 01:59:02 e03461315caf: Layer already exists 01:59:02 b301f477516d: Layer already exists 01:59:02 e8efabb3032e: Layer already exists 01:59:02 b30c7188effe: Layer already exists 01:59:02 6abd03de17dd: Layer already exists 01:59:02 7e7f569ceb06: Layer already exists 01:59:02 93aced1aaa9a: Layer already exists 01:59:02 2c21a5b14fb9: Layer already exists 01:59:03 d5c9cfa081f1: Layer already exists 01:59:03 17bec77d7fdc: Layer already exists 01:59:03 latest: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 01:59:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:59:03 e03461315caf: Preparing 01:59:03 e03461315caf: Preparing 01:59:03 b301f477516d: Preparing 01:59:03 e8efabb3032e: Preparing 01:59:03 bc9dfabf85ec: Preparing 01:59:03 b7f19047e565: Preparing 01:59:03 b30c7188effe: Preparing 01:59:03 93aced1aaa9a: Preparing 01:59:03 6abd03de17dd: Preparing 01:59:03 2c21a5b14fb9: Preparing 01:59:03 7e7f569ceb06: Preparing 01:59:03 d5c9cfa081f1: Preparing 01:59:03 17bec77d7fdc: Preparing 01:59:03 6abd03de17dd: Waiting 01:59:03 2c21a5b14fb9: Waiting 01:59:03 7e7f569ceb06: Waiting 01:59:03 b30c7188effe: Waiting 01:59:03 d5c9cfa081f1: Waiting 01:59:03 17bec77d7fdc: Waiting 01:59:03 93aced1aaa9a: Waiting 01:59:03 e8efabb3032e: Layer already exists 01:59:03 bc9dfabf85ec: Layer already exists 01:59:03 e03461315caf: Layer already exists 01:59:03 b7f19047e565: Layer already exists 01:59:03 b301f477516d: Layer already exists 01:59:03 2c21a5b14fb9: Layer already exists 01:59:03 b30c7188effe: Layer already exists 01:59:03 93aced1aaa9a: Layer already exists 01:59:03 7e7f569ceb06: Layer already exists 01:59:03 6abd03de17dd: Layer already exists 01:59:03 17bec77d7fdc: Layer already exists 01:59:03 d5c9cfa081f1: Layer already exists 01:59:04 3.0.0-dev.44: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:59:04 e03461315caf: Preparing 01:59:04 e03461315caf: Preparing 01:59:04 b301f477516d: Preparing 01:59:04 e8efabb3032e: Preparing 01:59:04 bc9dfabf85ec: Preparing 01:59:04 b7f19047e565: Preparing 01:59:04 b30c7188effe: Preparing 01:59:04 93aced1aaa9a: Preparing 01:59:04 6abd03de17dd: Preparing 01:59:04 2c21a5b14fb9: Preparing 01:59:04 7e7f569ceb06: Preparing 01:59:04 b30c7188effe: Waiting 01:59:04 93aced1aaa9a: Waiting 01:59:04 d5c9cfa081f1: Preparing 01:59:04 17bec77d7fdc: Preparing 01:59:04 7e7f569ceb06: Waiting 01:59:04 d5c9cfa081f1: Waiting 01:59:04 17bec77d7fdc: Waiting 01:59:04 2c21a5b14fb9: Waiting 01:59:04 6abd03de17dd: Waiting 01:59:04 bc9dfabf85ec: Layer already exists 01:59:04 e8efabb3032e: Layer already exists 01:59:04 b301f477516d: Layer already exists 01:59:04 e03461315caf: Layer already exists 01:59:04 b7f19047e565: Layer already exists 01:59:04 6abd03de17dd: Layer already exists 01:59:04 b30c7188effe: Layer already exists 01:59:04 93aced1aaa9a: Layer already exists 01:59:04 2c21a5b14fb9: Layer already exists 01:59:04 7e7f569ceb06: Layer already exists 01:59:04 17bec77d7fdc: Layer already exists 01:59:04 d5c9cfa081f1: Layer already exists 01:59:05 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 01:59:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 01:59:05 e03461315caf: Preparing 01:59:05 e03461315caf: Preparing 01:59:05 b301f477516d: Preparing 01:59:05 e8efabb3032e: Preparing 01:59:05 bc9dfabf85ec: Preparing 01:59:05 b7f19047e565: Preparing 01:59:05 b30c7188effe: Preparing 01:59:05 93aced1aaa9a: Preparing 01:59:05 6abd03de17dd: Preparing 01:59:05 2c21a5b14fb9: Preparing 01:59:05 7e7f569ceb06: Preparing 01:59:05 d5c9cfa081f1: Preparing 01:59:05 17bec77d7fdc: Preparing 01:59:05 6abd03de17dd: Waiting 01:59:05 2c21a5b14fb9: Waiting 01:59:05 b30c7188effe: Waiting 01:59:05 93aced1aaa9a: Waiting 01:59:05 d5c9cfa081f1: Waiting 01:59:05 17bec77d7fdc: Waiting 01:59:05 7e7f569ceb06: Waiting 01:59:05 b7f19047e565: Layer already exists 01:59:05 e8efabb3032e: Layer already exists 01:59:05 bc9dfabf85ec: Layer already exists 01:59:05 b301f477516d: Layer already exists 01:59:05 e03461315caf: Layer already exists 01:59:05 93aced1aaa9a: Layer already exists 01:59:05 6abd03de17dd: Layer already exists 01:59:05 b30c7188effe: Layer already exists 01:59:05 7e7f569ceb06: Layer already exists 01:59:05 2c21a5b14fb9: Layer already exists 01:59:05 d5c9cfa081f1: Layer already exists 01:59:05 17bec77d7fdc: Layer already exists 01:59:06 main: digest: sha256:702cf097bb842887f72491d0ecc8f95570e02929a43b92a7b10954d4c3a0d669 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:59:06 ===================================================== [Pipeline] echo 01:59:06 taggedImages: 01:59:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 01:59:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.44 01:59:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:06 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 01:59:06 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 01:59:06 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:06 latest 01:59:06 3.0.0-dev.44 01:59:06 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:06 main 01:59:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:59:06 1ea886df63a5: Preparing 01:59:06 bfc6729870cd: Preparing 01:59:06 817b12d3d22c: Preparing 01:59:06 8c7e7649abb5: Preparing 01:59:06 14be8f23d330: Preparing 01:59:06 f53797b79d6a: Preparing 01:59:06 d582dbe43d6b: Preparing 01:59:06 17bec77d7fdc: Preparing 01:59:06 d582dbe43d6b: Waiting 01:59:06 17bec77d7fdc: Waiting 01:59:06 f53797b79d6a: Waiting 01:59:07 bfc6729870cd: Pushed 01:59:07 14be8f23d330: Pushed 01:59:07 1ea886df63a5: Pushed 01:59:07 17bec77d7fdc: Layer already exists 01:59:07 f53797b79d6a: Pushed 01:59:07 d582dbe43d6b: Pushed 01:59:09 817b12d3d22c: Pushed 01:59:09 8c7e7649abb5: Pushed 01:59:10 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:10 + 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 01:59:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:59:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:59:11 1ea886df63a5: Preparing 01:59:11 bfc6729870cd: Preparing 01:59:11 817b12d3d22c: Preparing 01:59:11 8c7e7649abb5: Preparing 01:59:11 14be8f23d330: Preparing 01:59:11 f53797b79d6a: Preparing 01:59:11 d582dbe43d6b: Preparing 01:59:11 17bec77d7fdc: Preparing 01:59:11 f53797b79d6a: Waiting 01:59:11 d582dbe43d6b: Waiting 01:59:11 17bec77d7fdc: Waiting 01:59:11 14be8f23d330: Layer already exists 01:59:11 1ea886df63a5: Layer already exists 01:59:11 8c7e7649abb5: Layer already exists 01:59:11 bfc6729870cd: Layer already exists 01:59:11 817b12d3d22c: Layer already exists 01:59:11 f53797b79d6a: Layer already exists 01:59:11 d582dbe43d6b: Layer already exists 01:59:11 17bec77d7fdc: Layer already exists 01:59:11 latest: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:11 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 01:59:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:59:12 1ea886df63a5: Preparing 01:59:12 bfc6729870cd: Preparing 01:59:12 817b12d3d22c: Preparing 01:59:12 8c7e7649abb5: Preparing 01:59:12 14be8f23d330: Preparing 01:59:12 f53797b79d6a: Preparing 01:59:12 d582dbe43d6b: Preparing 01:59:12 17bec77d7fdc: Preparing 01:59:12 f53797b79d6a: Waiting 01:59:12 d582dbe43d6b: Waiting 01:59:12 17bec77d7fdc: Waiting 01:59:12 1ea886df63a5: Layer already exists 01:59:12 8c7e7649abb5: Layer already exists 01:59:12 bfc6729870cd: Layer already exists 01:59:12 817b12d3d22c: Layer already exists 01:59:12 14be8f23d330: Layer already exists 01:59:12 17bec77d7fdc: Layer already exists 01:59:12 f53797b79d6a: Layer already exists 01:59:12 d582dbe43d6b: Layer already exists 01:59:12 3.0.0-dev.44: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:12 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:59:13 1ea886df63a5: Preparing 01:59:13 bfc6729870cd: Preparing 01:59:13 817b12d3d22c: Preparing 01:59:13 8c7e7649abb5: Preparing 01:59:13 14be8f23d330: Preparing 01:59:13 f53797b79d6a: Preparing 01:59:13 d582dbe43d6b: Preparing 01:59:13 17bec77d7fdc: Preparing 01:59:13 f53797b79d6a: Waiting 01:59:13 d582dbe43d6b: Waiting 01:59:13 17bec77d7fdc: Waiting 01:59:13 1ea886df63a5: Layer already exists 01:59:13 bfc6729870cd: Layer already exists 01:59:13 8c7e7649abb5: Layer already exists 01:59:13 14be8f23d330: Layer already exists 01:59:13 817b12d3d22c: Layer already exists 01:59:13 f53797b79d6a: Layer already exists 01:59:13 d582dbe43d6b: Layer already exists 01:59:13 17bec77d7fdc: Layer already exists 01:59:13 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:13 + 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 01:59:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 01:59:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 01:59:14 1ea886df63a5: Preparing 01:59:14 bfc6729870cd: Preparing 01:59:14 817b12d3d22c: Preparing 01:59:14 8c7e7649abb5: Preparing 01:59:14 14be8f23d330: Preparing 01:59:14 f53797b79d6a: Preparing 01:59:14 d582dbe43d6b: Preparing 01:59:14 17bec77d7fdc: Preparing 01:59:14 f53797b79d6a: Waiting 01:59:14 17bec77d7fdc: Waiting 01:59:14 d582dbe43d6b: Waiting 01:59:14 1ea886df63a5: Layer already exists 01:59:14 bfc6729870cd: Layer already exists 01:59:14 8c7e7649abb5: Layer already exists 01:59:14 14be8f23d330: Layer already exists 01:59:14 817b12d3d22c: Layer already exists 01:59:14 d582dbe43d6b: Layer already exists 01:59:14 f53797b79d6a: Layer already exists 01:59:14 17bec77d7fdc: Layer already exists 01:59:14 main: digest: sha256:519f74c1e89f33a20b4766ee7f4317da4c71423a30fc8a1e7b62e011d0df126a size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:59:14 ===================================================== [Pipeline] echo 01:59:14 taggedImages: 01:59:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 01:59:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.44 01:59:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:14 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 01:59:14 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 01:59:14 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:14 latest 01:59:14 3.0.0-dev.44 01:59:14 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:14 main 01:59:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:14 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:15 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:59:15 f1c3029bf6d0: Preparing 01:59:15 fb7ac7248f12: Preparing 01:59:15 6ca970869a5c: Preparing 01:59:15 10da5af580e1: Preparing 01:59:15 adf9cfd016be: Preparing 01:59:15 d09c45fcf071: Preparing 01:59:15 68e7abb3a56a: Preparing 01:59:15 215cafc61049: Preparing 01:59:15 87ff6e96661c: Preparing 01:59:15 17bec77d7fdc: Preparing 01:59:15 68e7abb3a56a: Waiting 01:59:15 215cafc61049: Waiting 01:59:15 87ff6e96661c: Waiting 01:59:15 17bec77d7fdc: Waiting 01:59:15 d09c45fcf071: Waiting 01:59:15 fb7ac7248f12: Pushed 01:59:15 adf9cfd016be: Pushed 01:59:15 f1c3029bf6d0: Pushed 01:59:16 68e7abb3a56a: Pushed 01:59:16 215cafc61049: Pushed 01:59:16 d09c45fcf071: Pushed 01:59:16 17bec77d7fdc: Layer already exists 01:59:16 87ff6e96661c: Pushed 01:59:18 10da5af580e1: Pushed 01:59:18 6ca970869a5c: Pushed 01:59:19 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:19 + 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 01:59:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:59:19 f1c3029bf6d0: Preparing 01:59:19 fb7ac7248f12: Preparing 01:59:19 6ca970869a5c: Preparing 01:59:19 10da5af580e1: Preparing 01:59:19 adf9cfd016be: Preparing 01:59:19 d09c45fcf071: Preparing 01:59:19 68e7abb3a56a: Preparing 01:59:19 215cafc61049: Preparing 01:59:19 87ff6e96661c: Preparing 01:59:19 17bec77d7fdc: Preparing 01:59:19 d09c45fcf071: Waiting 01:59:19 68e7abb3a56a: Waiting 01:59:19 215cafc61049: Waiting 01:59:19 87ff6e96661c: Waiting 01:59:19 17bec77d7fdc: Waiting 01:59:19 f1c3029bf6d0: Layer already exists 01:59:19 adf9cfd016be: Layer already exists 01:59:19 fb7ac7248f12: Layer already exists 01:59:19 6ca970869a5c: Layer already exists 01:59:19 10da5af580e1: Layer already exists 01:59:19 d09c45fcf071: Layer already exists 01:59:19 215cafc61049: Layer already exists 01:59:19 68e7abb3a56a: Layer already exists 01:59:19 17bec77d7fdc: Layer already exists 01:59:19 87ff6e96661c: Layer already exists 01:59:20 latest: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 01:59:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:59:20 f1c3029bf6d0: Preparing 01:59:20 fb7ac7248f12: Preparing 01:59:20 6ca970869a5c: Preparing 01:59:20 10da5af580e1: Preparing 01:59:20 adf9cfd016be: Preparing 01:59:20 d09c45fcf071: Preparing 01:59:20 68e7abb3a56a: Preparing 01:59:20 215cafc61049: Preparing 01:59:20 87ff6e96661c: Preparing 01:59:20 17bec77d7fdc: Preparing 01:59:20 d09c45fcf071: Waiting 01:59:20 68e7abb3a56a: Waiting 01:59:20 87ff6e96661c: Waiting 01:59:20 215cafc61049: Waiting 01:59:20 17bec77d7fdc: Waiting 01:59:20 adf9cfd016be: Layer already exists 01:59:20 fb7ac7248f12: Layer already exists 01:59:20 6ca970869a5c: Layer already exists 01:59:20 10da5af580e1: Layer already exists 01:59:20 f1c3029bf6d0: Layer already exists 01:59:20 d09c45fcf071: Layer already exists 01:59:20 68e7abb3a56a: Layer already exists 01:59:20 87ff6e96661c: Layer already exists 01:59:20 215cafc61049: Layer already exists 01:59:20 17bec77d7fdc: Layer already exists 01:59:21 3.0.0-dev.44: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:59:21 f1c3029bf6d0: Preparing 01:59:21 fb7ac7248f12: Preparing 01:59:21 6ca970869a5c: Preparing 01:59:21 10da5af580e1: Preparing 01:59:21 adf9cfd016be: Preparing 01:59:21 d09c45fcf071: Preparing 01:59:21 68e7abb3a56a: Preparing 01:59:21 215cafc61049: Preparing 01:59:21 87ff6e96661c: Preparing 01:59:21 17bec77d7fdc: Preparing 01:59:21 d09c45fcf071: Waiting 01:59:21 17bec77d7fdc: Waiting 01:59:21 10da5af580e1: Layer already exists 01:59:21 f1c3029bf6d0: Layer already exists 01:59:21 adf9cfd016be: Layer already exists 01:59:21 6ca970869a5c: Layer already exists 01:59:21 fb7ac7248f12: Layer already exists 01:59:21 17bec77d7fdc: Layer already exists 01:59:21 d09c45fcf071: Layer already exists 01:59:21 215cafc61049: Layer already exists 01:59:21 68e7abb3a56a: Layer already exists 01:59:21 87ff6e96661c: Layer already exists 01:59:22 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:22 + 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 01:59:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 01:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 01:59:22 f1c3029bf6d0: Preparing 01:59:22 fb7ac7248f12: Preparing 01:59:22 6ca970869a5c: Preparing 01:59:22 10da5af580e1: Preparing 01:59:22 adf9cfd016be: Preparing 01:59:22 d09c45fcf071: Preparing 01:59:22 68e7abb3a56a: Preparing 01:59:22 215cafc61049: Preparing 01:59:22 87ff6e96661c: Preparing 01:59:22 17bec77d7fdc: Preparing 01:59:22 215cafc61049: Waiting 01:59:22 87ff6e96661c: Waiting 01:59:22 17bec77d7fdc: Waiting 01:59:22 d09c45fcf071: Waiting 01:59:22 68e7abb3a56a: Waiting 01:59:22 6ca970869a5c: Layer already exists 01:59:22 f1c3029bf6d0: Layer already exists 01:59:22 10da5af580e1: Layer already exists 01:59:22 fb7ac7248f12: Layer already exists 01:59:22 adf9cfd016be: Layer already exists 01:59:22 d09c45fcf071: Layer already exists 01:59:22 68e7abb3a56a: Layer already exists 01:59:22 17bec77d7fdc: Layer already exists 01:59:22 87ff6e96661c: Layer already exists 01:59:22 215cafc61049: Layer already exists 01:59:22 main: digest: sha256:55b2d024800ba93cfbb806c7cddccf3c477a4e7947d0f066818685291368200b size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:59:23 ===================================================== [Pipeline] echo 01:59:23 taggedImages: 01:59:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 01:59:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.44 01:59:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:23 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 01:59:23 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 01:59:23 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:23 latest 01:59:23 3.0.0-dev.44 01:59:23 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:23 main 01:59:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:59:23 1ed6a6ab7835: Preparing 01:59:23 76836a5d40e9: Preparing 01:59:23 93aced1aaa9a: Preparing 01:59:23 68dfaa02b1a2: Preparing 01:59:23 9833f26c6bda: Preparing 01:59:23 9833f26c6bda: Layer already exists 01:59:23 93aced1aaa9a: Layer already exists 01:59:23 1ed6a6ab7835: Pushed 01:59:25 68dfaa02b1a2: Pushed 01:59:28 76836a5d40e9: Pushed 01:59:28 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:29 + 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 01:59:29 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:59:29 1ed6a6ab7835: Preparing 01:59:29 76836a5d40e9: Preparing 01:59:29 93aced1aaa9a: Preparing 01:59:29 68dfaa02b1a2: Preparing 01:59:29 9833f26c6bda: Preparing 01:59:29 9833f26c6bda: Layer already exists 01:59:29 93aced1aaa9a: Layer already exists 01:59:29 68dfaa02b1a2: Layer already exists 01:59:29 76836a5d40e9: Layer already exists 01:59:29 1ed6a6ab7835: Layer already exists 01:59:29 latest: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:29 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 01:59:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:59:30 1ed6a6ab7835: Preparing 01:59:30 76836a5d40e9: Preparing 01:59:30 93aced1aaa9a: Preparing 01:59:30 68dfaa02b1a2: Preparing 01:59:30 9833f26c6bda: Preparing 01:59:30 68dfaa02b1a2: Layer already exists 01:59:30 93aced1aaa9a: Layer already exists 01:59:30 1ed6a6ab7835: Layer already exists 01:59:30 76836a5d40e9: Layer already exists 01:59:30 9833f26c6bda: Layer already exists 01:59:30 3.0.0-dev.44: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:30 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:59:30 1ed6a6ab7835: Preparing 01:59:30 76836a5d40e9: Preparing 01:59:30 93aced1aaa9a: Preparing 01:59:30 68dfaa02b1a2: Preparing 01:59:30 9833f26c6bda: Preparing 01:59:30 1ed6a6ab7835: Layer already exists 01:59:30 9833f26c6bda: Layer already exists 01:59:30 76836a5d40e9: Layer already exists 01:59:30 68dfaa02b1a2: Layer already exists 01:59:30 93aced1aaa9a: Layer already exists 01:59:30 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:31 + 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 01:59:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 01:59:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 01:59:31 1ed6a6ab7835: Preparing 01:59:31 76836a5d40e9: Preparing 01:59:31 93aced1aaa9a: Preparing 01:59:31 68dfaa02b1a2: Preparing 01:59:31 9833f26c6bda: Preparing 01:59:31 1ed6a6ab7835: Layer already exists 01:59:31 68dfaa02b1a2: Layer already exists 01:59:31 9833f26c6bda: Layer already exists 01:59:31 93aced1aaa9a: Layer already exists 01:59:31 76836a5d40e9: Layer already exists 01:59:31 main: digest: sha256:09dc16e19ecf7bffd44b17b69af372fe8f677e2041ec1374cfb0579d843a8be0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:59:32 ===================================================== [Pipeline] echo 01:59:32 taggedImages: 01:59:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 01:59:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.44 01:59:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:32 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 01:59:32 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 01:59:32 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:32 latest 01:59:32 3.0.0-dev.44 01:59:32 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:32 main 01:59:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:59:32 f28449552920: Preparing 01:59:32 7503acc21035: Preparing 01:59:32 8ba6569e091e: Preparing 01:59:32 cc47b441b7e5: Preparing 01:59:32 b66630395426: Preparing 01:59:32 67a7112ad3a9: Preparing 01:59:32 9833f26c6bda: Preparing 01:59:32 9833f26c6bda: Waiting 01:59:32 67a7112ad3a9: Waiting 01:59:33 f28449552920: Pushed 01:59:33 8ba6569e091e: Pushed 01:59:33 7503acc21035: Pushed 01:59:33 9833f26c6bda: Layer already exists 01:59:34 67a7112ad3a9: Pushed 01:59:42 b66630395426: Pushed 01:59:48 cc47b441b7e5: Pushed 01:59:48 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:49 + 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 01:59:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:59:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:59:49 f28449552920: Preparing 01:59:49 7503acc21035: Preparing 01:59:49 8ba6569e091e: Preparing 01:59:49 cc47b441b7e5: Preparing 01:59:49 b66630395426: Preparing 01:59:49 67a7112ad3a9: Preparing 01:59:49 9833f26c6bda: Preparing 01:59:49 67a7112ad3a9: Waiting 01:59:49 9833f26c6bda: Waiting 01:59:49 7503acc21035: Layer already exists 01:59:49 b66630395426: Layer already exists 01:59:49 cc47b441b7e5: Layer already exists 01:59:49 f28449552920: Layer already exists 01:59:49 8ba6569e091e: Layer already exists 01:59:49 67a7112ad3a9: Layer already exists 01:59:49 9833f26c6bda: Layer already exists 01:59:49 latest: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:50 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 01:59:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:59:50 f28449552920: Preparing 01:59:50 7503acc21035: Preparing 01:59:50 8ba6569e091e: Preparing 01:59:50 cc47b441b7e5: Preparing 01:59:50 b66630395426: Preparing 01:59:50 67a7112ad3a9: Preparing 01:59:50 9833f26c6bda: Preparing 01:59:50 67a7112ad3a9: Waiting 01:59:50 9833f26c6bda: Waiting 01:59:50 b66630395426: Layer already exists 01:59:50 8ba6569e091e: Layer already exists 01:59:50 7503acc21035: Layer already exists 01:59:50 f28449552920: Layer already exists 01:59:50 cc47b441b7e5: Layer already exists 01:59:50 9833f26c6bda: Layer already exists 01:59:50 67a7112ad3a9: Layer already exists 01:59:50 3.0.0-dev.44: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:51 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:59:51 f28449552920: Preparing 01:59:51 7503acc21035: Preparing 01:59:51 8ba6569e091e: Preparing 01:59:51 cc47b441b7e5: Preparing 01:59:51 b66630395426: Preparing 01:59:51 67a7112ad3a9: Preparing 01:59:51 9833f26c6bda: Preparing 01:59:51 67a7112ad3a9: Waiting 01:59:51 9833f26c6bda: Waiting 01:59:51 f28449552920: Layer already exists 01:59:51 8ba6569e091e: Layer already exists 01:59:51 b66630395426: Layer already exists 01:59:51 7503acc21035: Layer already exists 01:59:51 cc47b441b7e5: Layer already exists 01:59:51 67a7112ad3a9: Layer already exists 01:59:51 9833f26c6bda: Layer already exists 01:59:51 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:52 + 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 01:59:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 01:59:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 01:59:52 f28449552920: Preparing 01:59:52 7503acc21035: Preparing 01:59:52 8ba6569e091e: Preparing 01:59:52 cc47b441b7e5: Preparing 01:59:52 b66630395426: Preparing 01:59:52 67a7112ad3a9: Preparing 01:59:52 9833f26c6bda: Preparing 01:59:52 67a7112ad3a9: Waiting 01:59:52 9833f26c6bda: Waiting 01:59:52 f28449552920: Layer already exists 01:59:52 cc47b441b7e5: Layer already exists 01:59:52 b66630395426: Layer already exists 01:59:52 8ba6569e091e: Layer already exists 01:59:52 7503acc21035: Layer already exists 01:59:52 9833f26c6bda: Layer already exists 01:59:52 67a7112ad3a9: Layer already exists 01:59:52 main: digest: sha256:496b6ef081b44ffb9dc93efb77668c050bb4513d375c5d8ed632b0ec1dd6ad4b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:59:52 ===================================================== [Pipeline] echo 01:59:52 taggedImages: 01:59:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 01:59:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.44 01:59:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:52 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 01:59:52 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 01:59:52 81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:52 latest 01:59:52 3.0.0-dev.44 01:59:52 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 01:59:52 main 01:59:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 01:59:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 01:59:53 88ab7a432107: Preparing 01:59:53 413d194c77fa: Preparing 01:59:53 b05bc0f84448: Preparing 01:59:53 06fb49a2c80a: Preparing 01:59:53 713af7bae11e: Preparing 01:59:53 9833f26c6bda: Preparing 01:59:53 9833f26c6bda: Waiting 01:59:53 413d194c77fa: Pushed 01:59:53 b05bc0f84448: Pushed 01:59:53 88ab7a432107: Pushed 01:59:53 9833f26c6bda: Layer already exists 01:59:54 713af7bae11e: Pushed 02:00:12 06fb49a2c80a: Pushed 02:00:12 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:12 + 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:00:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:00:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:00:13 88ab7a432107: Preparing 02:00:13 413d194c77fa: Preparing 02:00:13 b05bc0f84448: Preparing 02:00:13 06fb49a2c80a: Preparing 02:00:13 713af7bae11e: Preparing 02:00:13 9833f26c6bda: Preparing 02:00:13 9833f26c6bda: Waiting 02:00:13 b05bc0f84448: Layer already exists 02:00:13 713af7bae11e: Layer already exists 02:00:13 88ab7a432107: Layer already exists 02:00:13 413d194c77fa: Layer already exists 02:00:13 06fb49a2c80a: Layer already exists 02:00:13 9833f26c6bda: Layer already exists 02:00:13 latest: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:13 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 02:00:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:00:14 88ab7a432107: Preparing 02:00:14 413d194c77fa: Preparing 02:00:14 b05bc0f84448: Preparing 02:00:14 06fb49a2c80a: Preparing 02:00:14 713af7bae11e: Preparing 02:00:14 9833f26c6bda: Preparing 02:00:14 9833f26c6bda: Waiting 02:00:14 88ab7a432107: Layer already exists 02:00:14 06fb49a2c80a: Layer already exists 02:00:14 713af7bae11e: Layer already exists 02:00:14 413d194c77fa: Layer already exists 02:00:14 b05bc0f84448: Layer already exists 02:00:14 9833f26c6bda: Layer already exists 02:00:14 3.0.0-dev.44: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:14 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:00:15 88ab7a432107: Preparing 02:00:15 413d194c77fa: Preparing 02:00:15 b05bc0f84448: Preparing 02:00:15 06fb49a2c80a: Preparing 02:00:15 713af7bae11e: Preparing 02:00:15 9833f26c6bda: Preparing 02:00:15 9833f26c6bda: Waiting 02:00:15 88ab7a432107: Layer already exists 02:00:15 b05bc0f84448: Layer already exists 02:00:15 713af7bae11e: Layer already exists 02:00:15 413d194c77fa: Layer already exists 02:00:15 06fb49a2c80a: Layer already exists 02:00:15 9833f26c6bda: Layer already exists 02:00:15 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:15 + 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:00:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:00:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:00:16 88ab7a432107: Preparing 02:00:16 413d194c77fa: Preparing 02:00:16 b05bc0f84448: Preparing 02:00:16 06fb49a2c80a: Preparing 02:00:16 713af7bae11e: Preparing 02:00:16 9833f26c6bda: Preparing 02:00:16 9833f26c6bda: Waiting 02:00:16 b05bc0f84448: Layer already exists 02:00:16 413d194c77fa: Layer already exists 02:00:16 88ab7a432107: Layer already exists 02:00:16 06fb49a2c80a: Layer already exists 02:00:16 713af7bae11e: Layer already exists 02:00:16 9833f26c6bda: Layer already exists 02:00:16 main: digest: sha256:79eb86e313f35a7f3b9bcaf135f4b9e472fcb02b9a6eb9f04b7a4cc0883f6273 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:16 ===================================================== [Pipeline] echo 02:00:16 taggedImages: 02:00:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:00:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.44 02:00:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:16 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:00:16 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:00:16 81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:16 latest 02:00:16 3.0.0-dev.44 02:00:16 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:16 main 02:00:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:00:17 ec9c55bfe4ab: Preparing 02:00:17 53d6a6690a4e: Preparing 02:00:17 f87e4ae415d5: Preparing 02:00:17 6741d7fd1db4: Preparing 02:00:17 67a7112ad3a9: Preparing 02:00:17 9833f26c6bda: Preparing 02:00:17 9833f26c6bda: Waiting 02:00:17 67a7112ad3a9: Layer already exists 02:00:17 9833f26c6bda: Layer already exists 02:00:17 53d6a6690a4e: Pushed 02:00:17 f87e4ae415d5: Pushed 02:00:17 ec9c55bfe4ab: Pushed 02:00:35 6741d7fd1db4: Pushed 02:00:35 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:36 + 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:00:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:00:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:00:36 ec9c55bfe4ab: Preparing 02:00:36 53d6a6690a4e: Preparing 02:00:36 f87e4ae415d5: Preparing 02:00:36 6741d7fd1db4: Preparing 02:00:36 67a7112ad3a9: Preparing 02:00:36 9833f26c6bda: Preparing 02:00:36 9833f26c6bda: Waiting 02:00:36 67a7112ad3a9: Layer already exists 02:00:36 f87e4ae415d5: Layer already exists 02:00:36 ec9c55bfe4ab: Layer already exists 02:00:36 53d6a6690a4e: Layer already exists 02:00:36 6741d7fd1db4: Layer already exists 02:00:36 9833f26c6bda: Layer already exists 02:00:36 latest: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 02:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:00:37 ec9c55bfe4ab: Preparing 02:00:37 53d6a6690a4e: Preparing 02:00:37 f87e4ae415d5: Preparing 02:00:37 6741d7fd1db4: Preparing 02:00:37 67a7112ad3a9: Preparing 02:00:37 9833f26c6bda: Preparing 02:00:37 9833f26c6bda: Waiting 02:00:37 f87e4ae415d5: Layer already exists 02:00:37 67a7112ad3a9: Layer already exists 02:00:37 ec9c55bfe4ab: Layer already exists 02:00:37 6741d7fd1db4: Layer already exists 02:00:37 53d6a6690a4e: Layer already exists 02:00:37 9833f26c6bda: Layer already exists 02:00:37 3.0.0-dev.44: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:00:38 ec9c55bfe4ab: Preparing 02:00:38 53d6a6690a4e: Preparing 02:00:38 f87e4ae415d5: Preparing 02:00:38 6741d7fd1db4: Preparing 02:00:38 67a7112ad3a9: Preparing 02:00:38 9833f26c6bda: Preparing 02:00:38 9833f26c6bda: Waiting 02:00:38 53d6a6690a4e: Layer already exists 02:00:38 ec9c55bfe4ab: Layer already exists 02:00:38 f87e4ae415d5: Layer already exists 02:00:38 67a7112ad3a9: Layer already exists 02:00:38 6741d7fd1db4: Layer already exists 02:00:38 9833f26c6bda: Layer already exists 02:00:38 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:39 + 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:00:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:00:39 ec9c55bfe4ab: Preparing 02:00:39 53d6a6690a4e: Preparing 02:00:39 f87e4ae415d5: Preparing 02:00:39 6741d7fd1db4: Preparing 02:00:39 67a7112ad3a9: Preparing 02:00:39 9833f26c6bda: Preparing 02:00:39 9833f26c6bda: Waiting 02:00:39 6741d7fd1db4: Layer already exists 02:00:39 53d6a6690a4e: Layer already exists 02:00:39 f87e4ae415d5: Layer already exists 02:00:39 ec9c55bfe4ab: Layer already exists 02:00:39 67a7112ad3a9: Layer already exists 02:00:39 9833f26c6bda: Layer already exists 02:00:39 main: digest: sha256:9baf260cda3833a52541e0fdd2f7a0e08eba34fa0c18e252d43584205c2f7ea0 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:39 ===================================================== [Pipeline] echo 02:00:39 taggedImages: 02:00:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:00:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.44 02:00:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:00:39 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:00:39 81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:39 latest 02:00:39 3.0.0-dev.44 02:00:39 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:39 main 02:00:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:00:40 9488e6176838: Preparing 02:00:40 5468ef1dbfb0: Preparing 02:00:40 93aced1aaa9a: Preparing 02:00:40 e1d19080bc31: Preparing 02:00:40 17bec77d7fdc: Preparing 02:00:40 17bec77d7fdc: Layer already exists 02:00:40 93aced1aaa9a: Layer already exists 02:00:40 9488e6176838: Pushed 02:00:41 e1d19080bc31: Pushed 02:00:47 5468ef1dbfb0: Pushed 02:00:47 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:00:48 9488e6176838: Preparing 02:00:48 5468ef1dbfb0: Preparing 02:00:48 93aced1aaa9a: Preparing 02:00:48 e1d19080bc31: Preparing 02:00:48 17bec77d7fdc: Preparing 02:00:48 9488e6176838: Layer already exists 02:00:48 5468ef1dbfb0: Layer already exists 02:00:48 17bec77d7fdc: Layer already exists 02:00:48 93aced1aaa9a: Layer already exists 02:00:48 e1d19080bc31: Layer already exists 02:00:48 latest: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 02:00:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:00:49 9488e6176838: Preparing 02:00:49 5468ef1dbfb0: Preparing 02:00:49 93aced1aaa9a: Preparing 02:00:49 e1d19080bc31: Preparing 02:00:49 17bec77d7fdc: Preparing 02:00:49 93aced1aaa9a: Layer already exists 02:00:49 17bec77d7fdc: Layer already exists 02:00:49 5468ef1dbfb0: Layer already exists 02:00:49 9488e6176838: Layer already exists 02:00:49 e1d19080bc31: Layer already exists 02:00:49 3.0.0-dev.44: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:00:50 9488e6176838: Preparing 02:00:50 5468ef1dbfb0: Preparing 02:00:50 93aced1aaa9a: Preparing 02:00:50 e1d19080bc31: Preparing 02:00:50 17bec77d7fdc: Preparing 02:00:50 93aced1aaa9a: Layer already exists 02:00:50 5468ef1dbfb0: Layer already exists 02:00:50 9488e6176838: Layer already exists 02:00:50 17bec77d7fdc: Layer already exists 02:00:50 e1d19080bc31: Layer already exists 02:00:50 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:00:51 9488e6176838: Preparing 02:00:51 5468ef1dbfb0: Preparing 02:00:51 93aced1aaa9a: Preparing 02:00:51 e1d19080bc31: Preparing 02:00:51 17bec77d7fdc: Preparing 02:00:51 e1d19080bc31: Layer already exists 02:00:51 17bec77d7fdc: Layer already exists 02:00:51 5468ef1dbfb0: Layer already exists 02:00:51 9488e6176838: Layer already exists 02:00:51 93aced1aaa9a: Layer already exists 02:00:51 main: digest: sha256:af93e7f102e339f1d99c2043cb06f4f6b24196ac3c7e99393aa1b3c40f431490 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:00:51 ===================================================== [Pipeline] echo 02:00:51 taggedImages: 02:00:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:00:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.44 02:00:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:51 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:00:51 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:00:51 81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:51 latest 02:00:51 3.0.0-dev.44 02:00:51 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:00:51 main 02:00:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:00:52 ddb4752fc64d: Preparing 02:00:52 2bb77a858386: Preparing 02:00:52 93aced1aaa9a: Preparing 02:00:52 692ee2e0c8a6: Preparing 02:00:52 17bec77d7fdc: Preparing 02:00:52 93aced1aaa9a: Layer already exists 02:00:52 17bec77d7fdc: Layer already exists 02:00:52 692ee2e0c8a6: Layer already exists 02:00:52 ddb4752fc64d: Pushed 02:00:57 2bb77a858386: Pushed 02:00:57 81c92a7234808790c4cb0e8fcc6e328e78abdf11: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:00:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:00:58 ddb4752fc64d: Preparing 02:00:58 2bb77a858386: Preparing 02:00:58 93aced1aaa9a: Preparing 02:00:58 692ee2e0c8a6: Preparing 02:00:58 17bec77d7fdc: Preparing 02:00:58 17bec77d7fdc: Layer already exists 02:00:58 2bb77a858386: Layer already exists 02:00:58 93aced1aaa9a: Layer already exists 02:00:58 692ee2e0c8a6: Layer already exists 02:00:58 ddb4752fc64d: Layer already exists 02:00:58 latest: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:59 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:00:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 02:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:00:59 ddb4752fc64d: Preparing 02:00:59 2bb77a858386: Preparing 02:00:59 93aced1aaa9a: Preparing 02:00:59 692ee2e0c8a6: Preparing 02:00:59 17bec77d7fdc: Preparing 02:00:59 ddb4752fc64d: Layer already exists 02:00:59 17bec77d7fdc: Layer already exists 02:00:59 692ee2e0c8a6: Layer already exists 02:00:59 93aced1aaa9a: Layer already exists 02:00:59 2bb77a858386: Layer already exists 02:00:59 3.0.0-dev.44: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:00 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:01:00 ddb4752fc64d: Preparing 02:01:00 2bb77a858386: Preparing 02:01:00 93aced1aaa9a: Preparing 02:01:00 692ee2e0c8a6: Preparing 02:01:00 17bec77d7fdc: Preparing 02:01:00 17bec77d7fdc: Layer already exists 02:01:00 ddb4752fc64d: Layer already exists 02:01:00 2bb77a858386: Layer already exists 02:01:00 93aced1aaa9a: Layer already exists 02:01:00 692ee2e0c8a6: Layer already exists 02:01:00 81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:01:01 ddb4752fc64d: Preparing 02:01:01 2bb77a858386: Preparing 02:01:01 93aced1aaa9a: Preparing 02:01:01 692ee2e0c8a6: Preparing 02:01:01 17bec77d7fdc: Preparing 02:01:01 17bec77d7fdc: Layer already exists 02:01:01 2bb77a858386: Layer already exists 02:01:01 93aced1aaa9a: Layer already exists 02:01:01 ddb4752fc64d: Layer already exists 02:01:01 692ee2e0c8a6: Layer already exists 02:01:01 main: digest: sha256:aaac0216a80c03d4c3bd0845fbf68398ef28e6827ffaeeb69f8a678d9cfda20c size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:01:01 ===================================================== [Pipeline] echo 02:01:01 taggedImages: 02:01:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11 02:01:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:01:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.44 02:01:01 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:81c92a7234808790c4cb0e8fcc6e328e78abdf11-3.0.0-dev.44 02:01:01 - 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:01:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:01:02 02:01:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:01:02 arm64: Pulling from edgex-lftools-log-publisher 02:01:02 8998bd30e6a1: Pulling fs layer 02:01:02 04944245beec: Pulling fs layer 02:01:02 699f458cf7ca: Pulling fs layer 02:01:02 765212b225bb: Pulling fs layer 02:01:02 f23df028b6ca: Pulling fs layer 02:01:02 d65c8cfc05b1: Pulling fs layer 02:01:02 2437ff75d9bd: Pulling fs layer 02:01:02 765212b225bb: Waiting 02:01:02 f23df028b6ca: Waiting 02:01:02 d65c8cfc05b1: Waiting 02:01:02 2437ff75d9bd: Waiting 02:01:02 04944245beec: Verifying Checksum 02:01:02 04944245beec: Download complete 02:01:02 765212b225bb: Verifying Checksum 02:01:02 765212b225bb: Download complete 02:01:02 f23df028b6ca: Verifying Checksum 02:01:02 f23df028b6ca: Download complete 02:01:02 d65c8cfc05b1: Verifying Checksum 02:01:02 d65c8cfc05b1: Download complete 02:01:02 699f458cf7ca: Verifying Checksum 02:01:02 699f458cf7ca: Download complete 02:01:03 8998bd30e6a1: Verifying Checksum 02:01:03 8998bd30e6a1: Download complete 02:01:05 2437ff75d9bd: Verifying Checksum 02:01:05 2437ff75d9bd: Download complete 02:01:07 8998bd30e6a1: Pull complete 02:01:07 04944245beec: Pull complete 02:01:09 699f458cf7ca: Pull complete 02:01:09 765212b225bb: Pull complete 02:01:10 f23df028b6ca: Pull complete 02:01:10 d65c8cfc05b1: Pull complete 02:01:25 2437ff75d9bd: Pull complete 02:01:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:01:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:01:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:25 prd-ubuntu20.04-docker-arm64-4c-16g-5289 does not seem to be running inside a container 02:01:25 $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@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:01:28 $ docker top 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:29 ---> job-cost.sh 02:01:29 lf-activate-venv: SKIPPING 02:01:29 INFO: No Stack... 02:01:33 INFO: Retrieving Pricing Info for: v3-standard-4 02:01:33 INFO: Archiving Costs [Pipeline] sh 02:01:34 + cat /w/workspace/edgex-go/403/archives/cost.csv 02:01:34 + cut -d, -f6 [Pipeline] lock 02:01:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] 02:01:34 Resource [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] did not exist. Created. 02:01:34 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:01:34 + echo total: 0.10999999940395355 [Pipeline] stash 02:01:35 Stashed 1 file(s) [Pipeline] } 02:01:35 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-403-stack-cost] [Pipeline] // lock [Pipeline] } 02:01:35 $ docker stop --time=1 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b 02:01:37 $ docker rm -f --volumes 3d5a0c68bb8562c8d75253cea76572e394daaa8d3ec95db85d1c9e035427199b [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:01:37 provisioning config files... 02:01:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/403@tmp/config10007720671867248295tmp [Pipeline] { [Pipeline] sh 02:01:37 + set +x 02:01:37 + curl -s https://codecov.io/bash 02:01:37 + bash -s -- 02:01:37 02:01:37 _____ _ 02:01:37 / ____| | | 02:01:37 | | ___ __| | ___ ___ _____ __ 02:01:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:01:37 | |___| (_) | (_| | __/ (_| (_) \ V / 02:01:37 \_____\___/ \__,_|\___|\___\___/ \_/ 02:01:37 Bash-1.0.6 02:01:37 02:01:37 02:01:37 ==> git version 2.25.1 found 02:01:37 ==> 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:01:37 Release-Date: 2020-01-08 02:01:37 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:01:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:01:37 ==> Jenkins CI detected. 02:01:37 current dir:  /w/workspace/edgex-go/403 02:01:37 project root: . 02:01:37 --> token set from env 02:01:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:01:37 ==> Running gcov in . (disable via -X gcov) 02:01:37 ==> Python coveragepy not found 02:01:37 ==> Searching for coverage reports in: 02:01:37 + . 02:01:38 -> Found 1 reports 02:01:38 ==> Detecting git/mercurial file structure 02:01:38 ==> Reading reports 02:01:38 + ./coverage.out bytes=488091 02:01:38 ==> Appending adjustments 02:01:38 https://docs.codecov.io/docs/fixing-reports 02:01:39 + Found adjustments 02:01:39 ==> Gzipping contents 02:01:39 64K /tmp/codecov.QEW5Fp.gz 02:01:39 ==> Uploading reports 02:01:39 url: https://codecov.io 02:01:39 query: branch=main&commit=81c92a7234808790c4cb0e8fcc6e328e78abdf11&build=403&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F403%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:01:39 -> Pinging Codecov 02:01:39 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=81c92a7234808790c4cb0e8fcc6e328e78abdf11&build=403&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F403%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:01:39 -> Uploading to 02:01:39 https://storage.googleapis.com/codecov/v4/raw/2023-02-10/00271124DB129430A58F1EEE437C3FCB/81c92a7234808790c4cb0e8fcc6e328e78abdf11/492aec08-2428-4bca-bcae-4d66b3d0dc55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230210T020139Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d776496ea65b9e538d95328a9f7f3589331df5b53127f93e6cacc8c75175e31e 02:01:39 % Total % Received % Xferd Average Speed Time Time Time Current 02:01:39 Dload Upload Total Spent Left Speed 02:01:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62977 0 0 100 62977 0 185k --:--:-- --:--:-- --:--:-- 185k 02:01:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/81c92a7234808790c4cb0e8fcc6e328e78abdf11 [Pipeline] } 02:01:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:01:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:01:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:01:40 02:01:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:01:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:01:40 df9b9388f04a: Pulling fs layer 02:01:40 52dc419b0ee2: Pulling fs layer 02:01:40 25bc292e5bac: Pulling fs layer 02:01:40 114826534d7a: Pulling fs layer 02:01:40 114826534d7a: Waiting 02:01:40 4657fd5d0bcf: Pulling fs layer 02:01:40 6ad1cebc031e: Pulling fs layer 02:01:40 8a3aa393b2d8: Pulling fs layer 02:01:40 4657fd5d0bcf: Waiting 02:01:40 6ad1cebc031e: Waiting 02:01:40 8a3aa393b2d8: Waiting 02:01:40 25bc292e5bac: Download complete 02:01:40 52dc419b0ee2: Verifying Checksum 02:01:40 52dc419b0ee2: Download complete 02:01:40 4657fd5d0bcf: Verifying Checksum 02:01:40 4657fd5d0bcf: Download complete 02:01:40 df9b9388f04a: Verifying Checksum 02:01:40 df9b9388f04a: Download complete 02:01:41 df9b9388f04a: Pull complete 02:01:41 52dc419b0ee2: Pull complete 02:01:41 25bc292e5bac: Pull complete 02:01:41 6ad1cebc031e: Verifying Checksum 02:01:41 6ad1cebc031e: Download complete 02:01:42 114826534d7a: Download complete 02:01:42 8a3aa393b2d8: Verifying Checksum 02:01:42 8a3aa393b2d8: Download complete 02:01:46 114826534d7a: Pull complete 02:01:46 4657fd5d0bcf: Pull complete 02:01:46 6ad1cebc031e: Pull complete 02:01:49 8a3aa393b2d8: Pull complete 02:01:49 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:01:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:01:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:49 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:01:49 $ 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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:01:51 $ docker top 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c -eo pid,comm [Pipeline] { [Pipeline] echo 02:01:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:01:51 + set -o pipefail 02:01:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:01:58 02:01:58 Monitoring /w/workspace/edgex-go/403 (github.com/edgexfoundry/edgex-go)... 02:01:58 02:01:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/9d2ddce8-2487-42c3-918a-768561546fce 02:01:58 02:01:58 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:01:58 02:01:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:01:58 02:01:58 02:01:58 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:01:58 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:01:58 More details here: https://snyk.co/ue1NS [Pipeline] } 02:01:58 $ docker stop --time=1 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c 02:02:00 $ docker rm -f --volumes 401883a5fb3abc8e2d22fbd95ede91ba766352d789bcee455bd7494c687a8f8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:02:00 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:00 provisioning config files... 02:02:00 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/403@tmp/config10286761262871901469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:02:00 --> edgex-publish-swagger.sh 02:02:00 === Publish openapi/v2 API === 02:02:00 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 02:02:00 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/403/openapi/v2/core-command.yaml] 02:02:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:00 Dload Upload Total Spent Left Speed 02:02:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 46823 --:--:-- --:--:-- --:--:-- 46823 02:02:01 02:02:01 02:02:01 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/403/openapi/v2/core-data.yaml] 02:02:01 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:01 Dload Upload Total Spent Left Speed 02:02:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 331k --:--:-- --:--:-- --:--:-- 329k 100 68908 0 0 100 68908 0 117k --:--:-- --:--:-- --:--:-- 117k 02:02:01 02:02:01 02:02:01 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/403/openapi/v2/core-metadata.yaml] 02:02:01 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:01 Dload Upload Total Spent Left Speed 02:02:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 259k --:--:-- --:--:-- --:--:-- 259k 02:02:02 02:02:02 02:02:02 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/403/openapi/v2/support-notifications.yaml] 02:02:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:02 Dload Upload Total Spent Left Speed 02:02:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 147k --:--:-- --:--:-- --:--:-- 147k 02:02:03 02:02:03 02:02:03 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/403/openapi/v2/support-scheduler.yaml] 02:02:03 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:03 Dload Upload Total Spent Left Speed 02:02:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 75633 --:--:-- --:--:-- --:--:-- 75479 100 36985 0 0 100 36985 0 75633 --:--:-- --:--:-- --:--:-- 75479 02:02:03 02:02:03 [Pipeline] } 02:02:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:02:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:02:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:04 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:02:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:02:04 $ docker top bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af -eo pid,comm 02:02:04 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:02:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:04 [ssh-agent] Looking for ssh-agent implementation... 02:02:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:04 $ docker exec bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af ssh-agent 02:02:05 SSH_AUTH_SOCK=/tmp/ssh-U6WAipe0FI9d/agent.32 02:02:05 SSH_AGENT_PID=37 02:02:05 Running ssh-add (command line suppressed) 02:02:05 Identity added: /w/workspace/edgex-go/403@tmp/private_key_3869219131120838773.key (/w/workspace/edgex-go/403@tmp/private_key_3869219131120838773.key) 02:02:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:05 + git semver tag 02:02:05 2023-02-10 02:02:05,684 [run_tag] DEBUG tag force:False 02:02:05 2023-02-10 02:02:05,684 [check_head_tag] DEBUG check head tag 02:02:05 2023-02-10 02:02:05,686 [execute] INFO git cat-file --batch-check 02:02:05 2023-02-10 02:02:05,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=) 02:02:05 2023-02-10 02:02:05,690 [execute] INFO git cat-file --batch 02:02:05 2023-02-10 02:02:05,690 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=) 02:02:05 2023-02-10 02:02:05,738 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:05 2023-02-10 02:02:05,738 [execute] INFO git tag -a v3.0.0-dev.44 -m v3.0.0-dev.44 02:02:05 2023-02-10 02:02:05,739 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.44', '-m', 'v3.0.0-dev.44'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) 02:02:05 2023-02-10 02:02:05,744 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:05 3.0.0-dev.44 [Pipeline] } 02:02:06 $ docker exec --env ******** --env ******** bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af ssh-agent -k 02:02:06 unset SSH_AUTH_SOCK; 02:02:06 unset SSH_AGENT_PID; 02:02:06 echo Agent pid 37 killed; 02:02:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:06 + git semver [Pipeline] } 02:02:06 $ docker stop --time=1 bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af 02:02:08 $ docker rm -f --volumes bbce23b3c7d86a8cf75f28d8b19af82fb711d0a587f3e8cd549766614a3ab4af [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:02:08 02:02:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:02:08 0.23.1-centos7: Pulling from edgex-lftools 02:02:08 ab5ef0e58194: Pulling fs layer 02:02:08 9712f1f96733: Pulling fs layer 02:02:08 63f879dbbcfc: Pulling fs layer 02:02:08 0d9ebad4ef96: Pulling fs layer 02:02:08 e9a5061849ea: Pulling fs layer 02:02:08 d747dcd14b5f: Pulling fs layer 02:02:08 2de7ff778b66: Pulling fs layer 02:02:08 0d9ebad4ef96: Waiting 02:02:08 e9a5061849ea: Waiting 02:02:08 d747dcd14b5f: Waiting 02:02:08 2de7ff778b66: Waiting 02:02:08 9712f1f96733: Verifying Checksum 02:02:08 9712f1f96733: Download complete 02:02:09 63f879dbbcfc: Verifying Checksum 02:02:09 63f879dbbcfc: Download complete 02:02:09 e9a5061849ea: Verifying Checksum 02:02:09 e9a5061849ea: Download complete 02:02:09 d747dcd14b5f: Download complete 02:02:09 ab5ef0e58194: Verifying Checksum 02:02:09 ab5ef0e58194: Download complete 02:02:09 2de7ff778b66: Verifying Checksum 02:02:09 2de7ff778b66: Download complete 02:02:09 0d9ebad4ef96: Verifying Checksum 02:02:09 0d9ebad4ef96: Download complete 02:02:13 ab5ef0e58194: Pull complete 02:02:13 9712f1f96733: Pull complete 02:02:13 63f879dbbcfc: Pull complete 02:02:17 0d9ebad4ef96: Pull complete 02:02:17 e9a5061849ea: Pull complete 02:02:17 d747dcd14b5f: Pull complete 02:02:18 2de7ff778b66: Pull complete 02:02:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:02:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:02:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:18 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:02:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:02:20 $ docker top d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:02:20 provisioning config files... 02:02:20 copy managed file [sigul-config] to file:/w/workspace/edgex-go/403@tmp/config9319304586509286309tmp 02:02:20 copy managed file [sigul-password] to file:/w/workspace/edgex-go/403@tmp/config1002152462552208530tmp 02:02:20 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/403@tmp/config2588043562637451666tmp [Pipeline] { [Pipeline] echo 02:02:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:02:20 ---> sigul-configuration.sh 02:02:20 gpg: directory `/root/.gnupg' created 02:02:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:02:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:02:20 gpg: keyring `/root/.gnupg/secring.gpg' created 02:02:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:02:20 gpg: CAST5 encrypted data 02:02:20 gpg: encrypted with 1 passphrase 02:02:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:02:20 + mkdir /home/jenkins 02:02:20 + mkdir /home/jenkins/sigul [Pipeline] sh 02:02:21 + 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 02:02:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:02:21 ---> sigul-install.sh 02:02:21 Sigul already installed; skipping installation. [Pipeline] sh 02:02:21 + git tag --list 02:02:21 0.6.0 02:02:21 0.6.1 02:02:21 0.7.0 02:02:21 0.7.1 02:02:21 v1.0.0 02:02:21 v1.0.1 02:02:21 v1.1.0 02:02:21 v1.2.0 02:02:21 v1.2.1 02:02:21 v1.3.0 02:02:21 v1.3.1 02:02:21 v2.0.0 02:02:21 v2.1.0 02:02:21 v2.1.1 02:02:21 v2.1.1-dev.1 02:02:21 v2.1.1-dev.2 02:02:21 v2.1.1-dev.3 02:02:21 v2.1.1-dev.4 02:02:21 v2.1.1-dev.5 02:02:21 v2.1.1-dev.6 02:02:21 v2.1.1-dev.7 02:02:21 v2.1.1-dev.8 02:02:21 v2.1.2-dev.1 02:02:21 v2.2.0 02:02:21 v2.2.1-dev.1 02:02:21 v2.2.1-dev.10 02:02:21 v2.2.1-dev.11 02:02:21 v2.2.1-dev.12 02:02:21 v2.2.1-dev.13 02:02:21 v2.2.1-dev.14 02:02:21 v2.2.1-dev.15 02:02:21 v2.2.1-dev.16 02:02:21 v2.2.1-dev.17 02:02:21 v2.2.1-dev.18 02:02:21 v2.2.1-dev.19 02:02:21 v2.2.1-dev.2 02:02:21 v2.2.1-dev.20 02:02:21 v2.2.1-dev.21 02:02:21 v2.2.1-dev.22 02:02:21 v2.2.1-dev.23 02:02:21 v2.2.1-dev.24 02:02:21 v2.2.1-dev.25 02:02:21 v2.2.1-dev.26 02:02:21 v2.2.1-dev.27 02:02:21 v2.2.1-dev.28 02:02:21 v2.2.1-dev.29 02:02:21 v2.2.1-dev.3 02:02:21 v2.2.1-dev.4 02:02:21 v2.2.1-dev.5 02:02:21 v2.2.1-dev.6 02:02:21 v2.2.1-dev.7 02:02:21 v2.2.1-dev.8 02:02:21 v2.2.1-dev.9 02:02:21 v2.3.0 02:02:21 v2.3.0-dev.100 02:02:21 v2.3.0-dev.101 02:02:21 v2.3.0-dev.102 02:02:21 v2.3.0-dev.103 02:02:21 v2.3.0-dev.104 02:02:21 v2.3.0-dev.105 02:02:21 v2.3.0-dev.106 02:02:21 v2.3.0-dev.29 02:02:21 v2.3.0-dev.30 02:02:21 v2.3.0-dev.31 02:02:21 v2.3.0-dev.32 02:02:21 v2.3.0-dev.33 02:02:21 v2.3.0-dev.34 02:02:21 v2.3.0-dev.35 02:02:21 v2.3.0-dev.36 02:02:21 v2.3.0-dev.37 02:02:21 v2.3.0-dev.38 02:02:21 v2.3.0-dev.39 02:02:21 v2.3.0-dev.40 02:02:21 v2.3.0-dev.41 02:02:21 v2.3.0-dev.42 02:02:21 v2.3.0-dev.43 02:02:21 v2.3.0-dev.44 02:02:21 v2.3.0-dev.45 02:02:21 v2.3.0-dev.46 02:02:21 v2.3.0-dev.47 02:02:21 v2.3.0-dev.48 02:02:21 v2.3.0-dev.49 02:02:21 v2.3.0-dev.50 02:02:21 v2.3.0-dev.51 02:02:21 v2.3.0-dev.52 02:02:21 v2.3.0-dev.53 02:02:21 v2.3.0-dev.54 02:02:21 v2.3.0-dev.55 02:02:21 v2.3.0-dev.56 02:02:21 v2.3.0-dev.57 02:02:21 v2.3.0-dev.58 02:02:21 v2.3.0-dev.59 02:02:21 v2.3.0-dev.60 02:02:21 v2.3.0-dev.61 02:02:21 v2.3.0-dev.62 02:02:21 v2.3.0-dev.63 02:02:21 v2.3.0-dev.64 02:02:21 v2.3.0-dev.65 02:02:21 v2.3.0-dev.66 02:02:21 v2.3.0-dev.67 02:02:21 v2.3.0-dev.68 02:02:21 v2.3.0-dev.69 02:02:21 v2.3.0-dev.70 02:02:21 v2.3.0-dev.71 02:02:21 v2.3.0-dev.72 02:02:21 v2.3.0-dev.73 02:02:21 v2.3.0-dev.74 02:02:21 v2.3.0-dev.75 02:02:21 v2.3.0-dev.76 02:02:21 v2.3.0-dev.77 02:02:21 v2.3.0-dev.78 02:02:21 v2.3.0-dev.79 02:02:21 v2.3.0-dev.80 02:02:21 v2.3.0-dev.81 02:02:21 v2.3.0-dev.82 02:02:21 v2.3.0-dev.83 02:02:21 v2.3.0-dev.84 02:02:21 v2.3.0-dev.85 02:02:21 v2.3.0-dev.86 02:02:21 v2.3.0-dev.87 02:02:21 v2.3.0-dev.88 02:02:21 v2.3.0-dev.89 02:02:21 v2.3.0-dev.90 02:02:21 v2.3.0-dev.91 02:02:21 v2.3.0-dev.92 02:02:21 v2.3.0-dev.93 02:02:21 v2.3.0-dev.94 02:02:21 v2.3.0-dev.95 02:02:21 v2.3.0-dev.96 02:02:21 v2.3.0-dev.97 02:02:21 v2.3.0-dev.98 02:02:21 v2.3.0-dev.99 02:02:21 v2.3.1-dev.1 02:02:21 v2.3.1-dev.2 02:02:21 v2.3.1-dev.3 02:02:21 v2.3.1-dev.4 02:02:21 v2.3.1-dev.5 02:02:21 v3.0.0-dev.1 02:02:21 v3.0.0-dev.10 02:02:21 v3.0.0-dev.11 02:02:21 v3.0.0-dev.12 02:02:21 v3.0.0-dev.13 02:02:21 v3.0.0-dev.14 02:02:21 v3.0.0-dev.15 02:02:21 v3.0.0-dev.16 02:02:21 v3.0.0-dev.17 02:02:21 v3.0.0-dev.18 02:02:21 v3.0.0-dev.19 02:02:21 v3.0.0-dev.2 02:02:21 v3.0.0-dev.20 02:02:21 v3.0.0-dev.21 02:02:21 v3.0.0-dev.22 02:02:21 v3.0.0-dev.23 02:02:21 v3.0.0-dev.24 02:02:21 v3.0.0-dev.25 02:02:21 v3.0.0-dev.26 02:02:21 v3.0.0-dev.27 02:02:21 v3.0.0-dev.28 02:02:21 v3.0.0-dev.29 02:02:21 v3.0.0-dev.3 02:02:21 v3.0.0-dev.30 02:02:21 v3.0.0-dev.31 02:02:21 v3.0.0-dev.32 02:02:21 v3.0.0-dev.33 02:02:21 v3.0.0-dev.34 02:02:21 v3.0.0-dev.35 02:02:21 v3.0.0-dev.36 02:02:21 v3.0.0-dev.37 02:02:21 v3.0.0-dev.38 02:02:21 v3.0.0-dev.39 02:02:21 v3.0.0-dev.4 02:02:21 v3.0.0-dev.40 02:02:21 v3.0.0-dev.41 02:02:21 v3.0.0-dev.42 02:02:21 v3.0.0-dev.43 02:02:21 v3.0.0-dev.44 02:02:21 v3.0.0-dev.5 02:02:21 v3.0.0-dev.6 02:02:21 v3.0.0-dev.7 02:02:21 v3.0.0-dev.8 02:02:21 v3.0.0-dev.9 [Pipeline] sh 02:02:22 + lftools sign git-tag v3.0.0-dev.44 02:02:22 Signing Git tag with Sigul... 02:02:22 Signing v3.0.0-dev.44 [Pipeline] echo 02:02:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:02:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:02:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:02:23 $ docker stop --time=1 d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e 02:02:24 $ docker rm -f --volumes d3fe5c9a6081b188648b038d3f1638ac139ef9a29cbd41ef85352336e6711e3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:02:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:02:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:25 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:02:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:02:26 $ docker top 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 -eo pid,comm 02:02:26 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:02:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:26 [ssh-agent] Looking for ssh-agent implementation... 02:02:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:26 $ docker exec 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 ssh-agent 02:02:26 SSH_AUTH_SOCK=/tmp/ssh-rZHztQXL577G/agent.33 02:02:26 SSH_AGENT_PID=39 02:02:26 Running ssh-add (command line suppressed) 02:02:26 Identity added: /w/workspace/edgex-go/403@tmp/private_key_3636854939665604342.key (/w/workspace/edgex-go/403@tmp/private_key_3636854939665604342.key) 02:02:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:26 + git semver bump pre 02:02:27 2023-02-10 02:02:27,013 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:27 2023-02-10 02:02:27,013 [bump_version] DEBUG bumping version:3.0.0-dev.44 on axis:pre with prefix:dev 02:02:27 2023-02-10 02:02:27,014 [bump_version] DEBUG bumped version:3.0.0-dev.45 02:02:27 2023-02-10 02:02:27,014 [write_version] DEBUG write version:3.0.0-dev.45 to path:/w/workspace/edgex-go/403/.semver/main with force:True 02:02:27 2023-02-10 02:02:27,014 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:27 2023-02-10 02:02:27,014 [write_file] DEBUG write to file:/w/workspace/edgex-go/403/.semver/main 02:02:27 2023-02-10 02:02:27,016 [execute] INFO git cat-file --batch-check 02:02:27 2023-02-10 02:02:27,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) 02:02:27 2023-02-10 02:02:27,023 [execute] INFO git cat-file --batch 02:02:27 2023-02-10 02:02:27,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) 02:02:27 2023-02-10 02:02:27,028 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:27 3.0.0-dev.45 [Pipeline] } 02:02:27 $ docker exec --env ******** --env ******** 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 ssh-agent -k 02:02:27 unset SSH_AUTH_SOCK; 02:02:27 unset SSH_AGENT_PID; 02:02:27 echo Agent pid 39 killed; 02:02:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:27 + git semver [Pipeline] } 02:02:27 $ docker stop --time=1 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 02:02:29 $ docker rm -f --volumes 1090428eebb600d8f363101aad806ce4533f8d631667406c822e10c5d000ef49 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:02:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:29 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:02:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:02:30 $ docker top 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:30 [ssh-agent] Looking for ssh-agent implementation... 02:02:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:30 $ docker exec 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 ssh-agent 02:02:30 SSH_AUTH_SOCK=/tmp/ssh-XrdaRnw6lUWm/agent.33 02:02:30 SSH_AGENT_PID=39 02:02:30 Running ssh-add (command line suppressed) 02:02:30 Identity added: /w/workspace/edgex-go/403@tmp/private_key_7056688441218481903.key (/w/workspace/edgex-go/403@tmp/private_key_7056688441218481903.key) 02:02:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:30 + git semver push 02:02:31 2023-02-10 02:02:31,093 [run_push] DEBUG push 02:02:31 2023-02-10 02:02:31,094 [execute] INFO git cat-file --batch-check 02:02:31 2023-02-10 02:02:31,094 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=) 02:02:31 2023-02-10 02:02:31,098 [execute] INFO git rev-list 4bc341269facf69c151cd437a46f1beebf932673 -- 02:02:31 2023-02-10 02:02:31,099 [execute] DEBUG Popen(['git', 'rev-list', '4bc341269facf69c151cd437a46f1beebf932673', '--'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=None) 02:02:31 2023-02-10 02:02:31,115 [execute] INFO git fetch -v origin 02:02:31 2023-02-10 02:02:31,116 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=True, shell=None, istream=None) 02:02:31 2023-02-10 02:02:31,657 [run_push] DEBUG no remote changes detected 02:02:31 2023-02-10 02:02:31,657 [execute] INFO git push origin semver 02:02:31 2023-02-10 02:02:31,658 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/403/.semver, universal_newlines=False, shell=None, istream=None) 02:02:32 2023-02-10 02:02:32,605 [run_push] DEBUG push all version tags 02:02:32 2023-02-10 02:02:32,606 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:02:32 2023-02-10 02:02:32,606 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/403, universal_newlines=False, shell=None, istream=None) 02:02:34 2023-02-10 02:02:33,689 [read_version] DEBUG read version from /w/workspace/edgex-go/403/.semver/main 02:02:34 3.0.0-dev.45 [Pipeline] } 02:02:34 $ docker exec --env ******** --env ******** 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 ssh-agent -k 02:02:34 unset SSH_AUTH_SOCK; 02:02:34 unset SSH_AGENT_PID; 02:02:34 echo Agent pid 39 killed; 02:02:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:34 + git semver [Pipeline] } 02:02:34 $ docker stop --time=1 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 02:02:36 $ docker rm -f --volumes 74b08d1e013b3d781dee5fd8a536ec118701b9f72364469575ac6d365d46dc71 [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 02:02:36 + [ -d /w/workspace/edgex-go/403/archives ] [Pipeline] libraryResource [Pipeline] sh 02:02:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:02:37 ---> package-listing.sh 02:02:37 ++ facter osfamily 02:02:37 ++ tr '[:upper:]' '[:lower:]' 02:02:38 + OS_FAMILY=debian 02:02:38 + workspace=/w/workspace/edgex-go/403 02:02:38 + START_PACKAGES=/tmp/packages_start.txt 02:02:38 + END_PACKAGES=/tmp/packages_end.txt 02:02:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:02:38 + PACKAGES=/tmp/packages_start.txt 02:02:38 + '[' /w/workspace/edgex-go/403 ']' 02:02:38 + PACKAGES=/tmp/packages_end.txt 02:02:38 + case "${OS_FAMILY}" in 02:02:38 + dpkg -l 02:02:38 + grep '^ii' 02:02:38 + '[' -f /tmp/packages_start.txt ']' 02:02:38 + '[' -f /tmp/packages_end.txt ']' 02:02:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:02:38 + '[' /w/workspace/edgex-go/403 ']' 02:02:38 + mkdir -p /w/workspace/edgex-go/403/archives/ 02:02:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/403/archives/ [Pipeline] echo 02:02:38 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/403/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:02:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:38 02:02:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:39 latest: Pulling from edgex-lftools-log-publisher 02:02:39 5eb5b503b376: Pulling fs layer 02:02:39 5c69ac0246d0: Pulling fs layer 02:02:39 ec43610c2a17: Pulling fs layer 02:02:39 3a2ae6a8a46f: Pulling fs layer 02:02:39 33b1e0a273af: Pulling fs layer 02:02:39 5d3b04190fa2: Pulling fs layer 02:02:39 33b1e0a273af: Waiting 02:02:39 2f39f015ded8: Pulling fs layer 02:02:39 5d3b04190fa2: Waiting 02:02:39 2f39f015ded8: Waiting 02:02:39 5c69ac0246d0: Download complete 02:02:39 3a2ae6a8a46f: Verifying Checksum 02:02:39 3a2ae6a8a46f: Download complete 02:02:39 33b1e0a273af: Verifying Checksum 02:02:39 33b1e0a273af: Download complete 02:02:39 5d3b04190fa2: Verifying Checksum 02:02:39 5d3b04190fa2: Download complete 02:02:39 ec43610c2a17: Verifying Checksum 02:02:39 ec43610c2a17: Download complete 02:02:39 5eb5b503b376: Verifying Checksum 02:02:39 5eb5b503b376: Download complete 02:02:40 2f39f015ded8: Download complete 02:02:40 5eb5b503b376: Pull complete 02:02:40 5c69ac0246d0: Pull complete 02:02:41 ec43610c2a17: Pull complete 02:02:41 3a2ae6a8a46f: Pull complete 02:02:41 33b1e0a273af: Pull complete 02:02:41 5d3b04190fa2: Pull complete 02:02:45 2f39f015ded8: Pull complete 02:02:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:02:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:02:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:45 prd-ubuntu20.04-docker-8c-8g-5288 does not seem to be running inside a container 02:02:45 $ 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/403/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/403 -v /w/workspace/edgex-go/403:/w/workspace/edgex-go/403:rw,z -v /w/workspace/edgex-go/403@tmp:/w/workspace/edgex-go/403@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:02:47 $ docker top 44adf2daafa7d0eadd8680290255b7420d1bba27150a17254bd520e7f989fdfe -eo pid,comm [Pipeline] { [Pipeline] sh 02:02:47 + touch /tmp/pre-build-complete [Pipeline] sh 02:02:47 + mkdir -p /var/log/sysstat [Pipeline] sh 02:02:48 + ls /var/log/sa-host 02:02:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:02:48 provisioning config files... 02:02:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/403@tmp/config10258134510074574364tmp [Pipeline] { [Pipeline] echo 02:02:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:02:48 ---> create-netrc.sh [Pipeline] } 02:02:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:02:48 ---> python-tools-install.sh [Pipeline] echo 02:02:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:02:49 ---> sudo-logs.sh 02:02:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:02:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:02:49 ---> job-cost.sh 02:02:49 lf-activate-venv: SKIPPING 02:02:49 DEBUG: total: 0.10999999940395355 02:02:49 INFO: Retrieving Stack Cost... 02:02:49 INFO: Retrieving Pricing Info for: v3-standard-8 02:02:50 INFO: Archiving Costs [Pipeline] echo 02:02:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:02:50 ---> logs-deploy.sh 02:02:50 lf-activate-venv: SKIPPING 02:02:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/403 02:02:50 INFO: archiving workspace using pattern(s): 02:02:51 Archives upload complete. 02:02:51 INFO: archiving logs to Nexus 02:02:52 ---> uname -a: 02:02:52 Linux prd-ubuntu20-04-docker-8c-8g-5288 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:02:52 02:02:52 02:02:52 ---> lscpu: 02:02:52 Architecture: x86_64 02:02:52 CPU op-mode(s): 32-bit, 64-bit 02:02:52 Byte Order: Little Endian 02:02:52 Address sizes: 40 bits physical, 48 bits virtual 02:02:52 CPU(s): 8 02:02:52 On-line CPU(s) list: 0-7 02:02:52 Thread(s) per core: 1 02:02:52 Core(s) per socket: 1 02:02:52 Socket(s): 8 02:02:52 NUMA node(s): 1 02:02:52 Vendor ID: AuthenticAMD 02:02:52 CPU family: 23 02:02:52 Model: 49 02:02:52 Model name: AMD EPYC-Rome Processor 02:02:52 Stepping: 0 02:02:52 CPU MHz: 2799.998 02:02:52 BogoMIPS: 5599.99 02:02:52 Virtualization: AMD-V 02:02:52 Hypervisor vendor: KVM 02:02:52 Virtualization type: full 02:02:52 L1d cache: 256 KiB 02:02:52 L1i cache: 256 KiB 02:02:52 L2 cache: 4 MiB 02:02:52 L3 cache: 128 MiB 02:02:52 NUMA node0 CPU(s): 0-7 02:02:52 Vulnerability Itlb multihit: Not affected 02:02:52 Vulnerability L1tf: Not affected 02:02:52 Vulnerability Mds: Not affected 02:02:52 Vulnerability Meltdown: Not affected 02:02:52 Vulnerability Mmio stale data: Not affected 02:02:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:02:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:02:52 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:02:52 Vulnerability Srbds: Not affected 02:02:52 Vulnerability Tsx async abort: Not affected 02:02:52 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 02:02:52 02:02:52 02:02:52 ---> nproc: 02:02:52 8 02:02:52 02:02:52 02:02:52 ---> df -h: 02:02:52 Filesystem Size Used Avail Use% Mounted on 02:02:52 overlay 155G 21G 135G 14% / 02:02:52 tmpfs 64M 0 64M 0% /dev 02:02:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:02:52 shm 64M 0 64M 0% /dev/shm 02:02:52 /dev/vda1 155G 21G 135G 14% /facter-os 02:02:52 02:02:52 02:02:52 ---> sar -b -r -n DEV: 02:02:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5288) 02/10/23 _x86_64_ (8 CPU) 02:02:52 02:02:52 01:30:19 LINUX RESTART (8 CPU) 02:02:52 02:02:52 01:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:02:52 01:32:02 143.49 4.48 139.00 0.00 492.24 66809.33 0.00 02:02:52 01:33:01 32.96 0.20 32.76 0.00 2.85 13471.63 0.00 02:02:52 01:34:01 81.60 0.13 81.47 0.00 13.20 51542.61 0.00 02:02:52 01:35:01 787.02 7.83 779.19 0.00 67.58 331044.32 0.00 02:02:52 01:36:01 983.27 9.67 973.60 0.00 2909.52 279955.74 0.00 02:02:52 01:37:01 866.18 2.77 863.41 0.00 2286.57 224810.53 0.00 02:02:52 01:38:01 184.30 0.10 184.20 0.00 9.07 10930.84 0.00 02:02:52 01:39:01 15.23 0.02 15.21 0.00 1.33 375.54 0.00 02:02:52 01:40:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 02:02:52 01:41:01 1.83 0.00 1.83 0.00 0.00 19.46 0.00 02:02:52 01:42:01 1.02 0.00 1.02 0.00 0.00 10.80 0.00 02:02:52 01:43:01 1.75 0.00 1.75 0.00 0.00 24.26 0.00 02:02:52 01:44:01 0.90 0.00 0.90 0.00 0.00 9.60 0.00 02:02:52 01:45:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 02:02:52 01:46:01 2.05 0.02 2.03 0.00 0.13 26.00 0.00 02:02:52 01:47:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 02:02:52 01:48:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 02:02:52 01:49:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 02:02:52 01:50:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 02:02:52 01:51:01 1.42 0.00 1.42 0.00 0.00 16.66 0.00 02:02:52 01:52:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 02:02:52 01:53:01 1.65 0.00 1.65 0.00 0.00 19.20 0.00 02:02:52 01:54:01 0.95 0.00 0.95 0.00 0.00 10.13 0.00 02:02:52 01:55:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 02:02:52 01:56:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 02:02:52 01:57:01 1.37 0.00 1.37 0.00 0.00 16.26 0.00 02:02:52 01:58:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 02:02:52 01:59:01 1.12 0.00 1.12 0.00 0.00 13.46 0.00 02:02:52 02:00:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 02:02:52 02:01:01 3.25 1.60 1.65 0.00 36.39 20.80 0.00 02:02:52 02:02:01 70.99 0.23 70.75 0.00 11.33 39076.42 0.00 02:02:52 Average: 103.13 0.87 102.26 0.00 188.18 32862.92 0.00 02:02:52 02:02:52 01:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:02:52 01:32:02 28003860 31310868 996956 3.03 112696 3411520 2324980 6.85 1556836 2894012 243916 02:02:52 01:33:01 27935664 31477012 827988 2.52 115408 3608528 2005656 5.91 1319316 3165852 184464 02:02:52 01:34:01 26114316 31539628 766016 2.33 118092 5446044 1812576 5.34 1542024 4717380 1681960 02:02:52 01:35:01 21319844 30844424 1429512 4.35 289620 9075884 4133864 12.18 2609820 8104864 2764 02:02:52 01:36:01 19602656 31091308 1163160 3.54 327440 10916344 3269424 9.64 2563508 9759408 6396 02:02:52 01:37:01 18160240 31350028 909592 2.77 451232 12356136 2248960 6.63 2678236 10965752 73352 02:02:52 01:38:01 18713724 31518140 749572 2.28 452812 11993164 1817092 5.36 2467224 10656164 688 02:02:52 01:39:01 18711868 31516812 750664 2.28 453188 11993336 1832300 5.40 2468612 10656112 24 02:02:52 01:40:01 18712584 31517560 749836 2.28 453200 11993344 1832300 5.40 2467860 10656120 12 02:02:52 01:41:01 18714504 31519332 748388 2.28 453244 11993344 1832300 5.40 2465392 10656120 8 02:02:52 01:42:01 18716472 31521324 746360 2.27 453256 11993348 1832300 5.40 2463688 10656124 12 02:02:52 01:43:01 18720384 31525368 742644 2.26 453296 11993344 1832300 5.40 2458920 10656216 8 02:02:52 01:44:01 18720620 31525604 742368 2.26 453300 11993352 1832300 5.40 2458912 10656216 8 02:02:52 01:45:01 18720596 31525608 742292 2.26 453312 11993356 1832300 5.40 2458940 10656220 24 02:02:52 01:46:01 18719144 31524108 743496 2.26 453356 11993332 1887044 5.56 2459028 10656188 12 02:02:52 01:47:01 18719356 31524356 743248 2.26 453368 11993340 1887044 5.56 2459012 10656196 12 02:02:52 01:48:01 18719560 31524568 742940 2.26 453404 11993344 1887044 5.56 2459044 10656200 8 02:02:52 01:49:01 18719292 31524356 743124 2.26 453424 11993344 1887044 5.56 2459096 10656200 8 02:02:52 01:50:01 18719748 31524852 742580 2.26 453444 11993348 1887044 5.56 2458892 10656208 8 02:02:52 01:51:01 18719512 31524628 742748 2.26 453464 11993340 1887044 5.56 2458952 10656204 12 02:02:52 01:52:01 18719716 31524856 742448 2.26 453484 11993352 1887044 5.56 2459140 10656208 16 02:02:52 01:53:01 18719632 31524812 742664 2.26 453500 11993356 1887044 5.56 2459172 10656212 8 02:02:52 01:54:01 18719932 31525112 742328 2.26 453508 11993356 1887044 5.56 2459176 10656212 8 02:02:52 01:55:01 18720096 31525288 742160 2.26 453516 11993360 1887044 5.56 2459156 10656216 12 02:02:52 01:56:01 18719648 31524860 742580 2.26 453524 11993360 1887044 5.56 2458976 10656224 16 02:02:52 01:57:01 18719848 31525072 742524 2.26 453532 11993372 1887044 5.56 2459396 10656228 28 02:02:52 01:58:01 18719832 31525064 742488 2.26 453548 11993376 1887044 5.56 2458936 10656232 4 02:02:52 01:59:01 18719816 31525076 742440 2.26 453552 11993376 1887044 5.56 2459256 10656232 12 02:02:52 02:00:01 18720240 31525508 741940 2.26 453560 11993380 1887044 5.56 2459264 10656236 28 02:02:52 02:01:01 18707008 31514352 753168 2.29 453592 11994460 1886820 5.56 2472144 10656560 64 02:02:52 02:02:01 17911592 31489480 777232 2.36 471656 12698556 1900712 5.60 2554496 11319456 248 02:02:52 Average: 19621978 31472883 797918 2.43 411856 11140464 2017156 5.94 2383627 9892767 70779 02:02:52 02:02:52 01:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:02:52 01:32:02 docker0 289.35 269.73 22.61 3404.77 0.00 0.00 0.00 0.00 02:02:52 01:32:02 vethc973dc9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:32:02 ens3 532.72 494.27 9100.04 66.65 0.00 0.00 0.00 0.00 02:02:52 01:32:02 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 02:02:52 01:33:01 docker0 1.41 1.41 0.09 0.12 0.00 0.00 0.00 0.00 02:02:52 01:33:01 vethc973dc9 1.41 1.46 0.11 0.12 0.00 0.00 0.00 0.00 02:02:52 01:33:01 ens3 42.54 43.08 24.08 85.80 0.00 0.00 0.00 0.00 02:02:52 01:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:34:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:34:01 vethdd34b01 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:34:01 ens3 89.97 65.11 1696.42 39.55 0.00 0.00 0.00 0.00 02:02:52 01:34:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 02:02:52 01:35:01 veth0cf641f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:35:01 veth7d009a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:35:01 docker0 758.35 1010.15 54.98 6162.95 0.00 0.00 0.00 0.00 02:02:52 01:35:01 veth4bcfc88 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:35:01 vethdd34b01 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:35:01 veth319ef4b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:35:01 ens3 1038.14 780.54 6229.00 76.94 0.00 0.00 0.00 0.00 02:02:52 01:35:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 02:02:52 01:36:01 docker0 158.91 245.23 12.79 1607.92 0.00 0.00 0.00 0.00 02:02:52 01:36:01 vethdd34b01 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 02:02:52 01:36:01 ens3 441.68 278.19 3851.10 42.09 0.00 0.00 0.00 0.00 02:02:52 01:36:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 02:02:52 01:36:01 vethd0e2fad 26.71 39.26 2.62 13.07 0.00 0.00 0.00 0.00 02:02:52 01:36:01 veth657165c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:36:01 veth2480501 22.33 33.31 2.20 10.73 0.00 0.00 0.00 0.00 02:02:52 01:36:01 vethf081aed 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:37:01 vethedc9544 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:37:01 docker0 213.65 348.05 17.76 3613.62 0.00 0.00 0.00 0.00 02:02:52 01:37:01 vethdd34b01 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 02:02:52 01:37:01 ens3 413.86 256.96 4270.32 38.40 0.00 0.00 0.00 0.00 02:02:52 01:37:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 02:02:52 01:38:01 docker0 1.50 3.32 0.10 41.09 0.00 0.00 0.00 0.00 02:02:52 01:38:01 ens3 450.86 449.94 264.71 2059.58 0.00 0.00 0.00 0.00 02:02:52 01:38:01 lo 43.86 43.86 4.32 4.32 0.00 0.00 0.00 0.00 02:02:52 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:39:01 ens3 241.83 250.99 105.47 1325.42 0.00 0.00 0.00 0.00 02:02:52 01:39:01 lo 18.86 18.86 1.85 1.85 0.00 0.00 0.00 0.00 02:02:52 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:40:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:41:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:02:52 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:42:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:43:01 ens3 3.60 2.58 10.57 0.17 0.00 0.00 0.00 0.00 02:02:52 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:44:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:45:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:46:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 02:02:52 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:47:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:48:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:49:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:51:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 02:02:52 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:53:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:54:01 ens3 0.18 0.10 0.12 0.01 0.00 0.00 0.00 0.00 02:02:52 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:55:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:56:01 ens3 0.55 0.12 0.12 0.07 0.00 0.00 0.00 0.00 02:02:52 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:57:01 ens3 0.48 0.37 0.26 0.21 0.00 0.00 0.00 0.00 02:02:52 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:58:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 01:59:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:02:52 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 02:00:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:02:52 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:02:52 02:01:01 ens3 8.40 6.90 5.22 6.37 0.00 0.00 0.00 0.00 02:02:52 02:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 02:02:52 02:02:01 docker0 43.31 54.84 3.64 587.75 0.00 0.00 0.00 0.00 02:02:52 02:02:01 ens3 228.96 173.84 4572.71 24.59 0.00 0.00 0.00 0.00 02:02:52 02:02:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 02:02:52 Average: docker0 47.34 62.39 3.61 497.68 0.00 0.00 0.00 0.00 02:02:52 Average: ens3 112.81 90.49 972.54 121.50 0.00 0.00 0.00 0.00 02:02:52 Average: lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 02:02:52 02:02:52 02:02:52 ---> sar -P ALL: 02:02:52 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5288) 02/10/23 _x86_64_ (8 CPU) 02:02:52 02:02:52 01:30:19 LINUX RESTART (8 CPU) 02:02:52 02:02:52 01:31:01 CPU %user %nice %system %iowait %steal %idle 02:02:52 01:32:02 all 21.74 0.00 5.79 1.03 0.10 71.35 02:02:52 01:32:02 0 21.30 0.00 4.73 0.71 0.08 73.17 02:02:52 01:32:02 1 24.92 0.00 6.73 0.73 0.10 67.52 02:02:52 01:32:02 2 21.68 0.00 5.92 0.17 0.08 72.15 02:02:52 01:32:02 3 21.71 0.00 6.68 3.83 0.14 67.63 02:02:52 01:32:02 4 21.28 0.00 6.07 0.07 0.08 72.50 02:02:52 01:32:02 5 19.63 0.00 5.57 1.35 0.08 73.37 02:02:52 01:32:02 6 22.00 0.00 4.30 0.18 0.08 73.44 02:02:52 01:32:02 7 21.37 0.00 6.36 1.19 0.10 70.97 02:02:52 01:33:01 all 47.33 0.00 6.94 0.10 0.10 45.51 02:02:52 01:33:01 0 47.33 0.00 6.58 0.00 0.10 45.98 02:02:52 01:33:01 1 47.28 0.00 6.56 0.00 0.10 46.05 02:02:52 01:33:01 2 46.44 0.00 7.45 0.00 0.10 46.01 02:02:52 01:33:01 3 46.60 0.00 6.77 0.00 0.12 46.51 02:02:52 01:33:01 4 46.83 0.00 7.22 0.00 0.10 45.85 02:02:52 01:33:01 5 48.02 0.00 7.84 0.09 0.09 43.97 02:02:52 01:33:01 6 48.08 0.00 6.19 0.00 0.10 45.63 02:02:52 01:33:01 7 48.09 0.00 6.95 0.75 0.12 44.08 02:02:52 01:34:01 all 28.68 0.00 8.90 0.53 0.10 61.79 02:02:52 01:34:01 0 25.67 0.00 6.85 0.19 0.08 67.21 02:02:52 01:34:01 1 28.09 0.00 9.36 3.30 0.10 59.15 02:02:52 01:34:01 2 28.00 0.00 8.18 0.02 0.10 63.71 02:02:52 01:34:01 3 29.88 0.00 10.38 0.03 0.10 59.60 02:02:52 01:34:01 4 28.62 0.00 8.15 0.07 0.08 63.08 02:02:52 01:34:01 5 30.79 0.00 9.76 0.14 0.10 59.21 02:02:52 01:34:01 6 30.50 0.00 8.93 0.09 0.10 60.38 02:02:52 01:34:01 7 27.92 0.00 9.58 0.44 0.10 61.96 02:02:52 01:35:01 all 30.05 0.00 11.73 5.69 0.11 52.41 02:02:52 01:35:01 0 30.56 0.00 11.21 5.65 0.10 52.48 02:02:52 01:35:01 1 27.97 0.00 13.17 6.77 0.10 51.98 02:02:52 01:35:01 2 30.90 0.00 10.54 1.82 0.10 56.64 02:02:52 01:35:01 3 30.03 0.00 12.12 2.88 0.10 54.87 02:02:52 01:35:01 4 30.57 0.00 14.30 17.55 0.12 37.46 02:02:52 01:35:01 5 29.36 0.00 10.49 2.32 0.10 57.73 02:02:52 01:35:01 6 29.90 0.00 9.98 6.63 0.10 53.38 02:02:52 01:35:01 7 31.14 0.00 12.08 1.97 0.12 54.69 02:02:52 01:36:01 all 60.11 0.00 13.47 9.66 0.14 16.61 02:02:52 01:36:01 0 60.65 0.00 12.55 10.70 0.15 15.95 02:02:52 01:36:01 1 58.81 0.00 13.64 12.00 0.15 15.40 02:02:52 01:36:01 2 59.68 0.00 14.45 10.41 0.14 15.33 02:02:52 01:36:01 3 60.14 0.00 14.63 7.67 0.13 17.43 02:02:52 01:36:01 4 59.97 0.00 13.90 13.62 0.13 12.37 02:02:52 01:36:01 5 59.41 0.00 12.29 9.64 0.12 18.54 02:02:52 01:36:01 6 61.54 0.00 12.79 5.66 0.13 19.88 02:02:52 01:36:01 7 60.70 0.00 13.53 7.64 0.15 17.98 02:02:52 01:37:01 all 50.83 0.00 11.53 7.09 0.13 30.42 02:02:52 01:37:01 0 50.61 0.00 11.76 9.40 0.14 28.09 02:02:52 01:37:01 1 51.60 0.00 10.11 6.76 0.14 31.39 02:02:52 01:37:01 2 50.53 0.00 11.81 5.08 0.12 32.47 02:02:52 01:37:01 3 49.86 0.00 11.78 15.05 0.15 23.16 02:02:52 01:37:01 4 50.31 0.00 11.46 1.00 0.14 37.10 02:02:52 01:37:01 5 52.11 0.00 10.63 2.71 0.12 34.43 02:02:52 01:37:01 6 52.12 0.00 11.64 8.83 0.14 27.28 02:02:52 01:37:01 7 49.52 0.00 13.01 7.92 0.14 29.42 02:02:52 01:38:01 all 9.60 0.00 2.07 0.38 0.08 87.87 02:02:52 01:38:01 0 8.39 0.00 2.36 1.37 0.07 87.82 02:02:52 01:38:01 1 10.43 0.00 2.36 0.17 0.08 86.96 02:02:52 01:38:01 2 9.19 0.00 2.03 0.07 0.07 88.65 02:02:52 01:38:01 3 10.55 0.00 2.15 0.07 0.10 87.14 02:02:52 01:38:01 4 7.85 0.00 1.59 0.13 0.05 90.37 02:02:52 01:38:01 5 11.46 0.00 1.78 1.01 0.07 85.69 02:02:52 01:38:01 6 9.39 0.00 1.69 0.13 0.07 88.72 02:02:52 01:38:01 7 9.58 0.00 2.57 0.12 0.10 87.63 02:02:52 01:39:01 all 4.27 0.00 0.54 0.04 0.04 95.11 02:02:52 01:39:01 0 8.42 0.00 0.65 0.00 0.05 90.88 02:02:52 01:39:01 1 4.32 0.00 0.45 0.08 0.05 95.09 02:02:52 01:39:01 2 3.45 0.00 0.43 0.00 0.02 96.10 02:02:52 01:39:01 3 6.88 0.00 0.65 0.15 0.05 92.27 02:02:52 01:39:01 4 1.25 0.00 0.38 0.05 0.03 98.28 02:02:52 01:39:01 5 4.23 0.00 0.72 0.00 0.03 95.02 02:02:52 01:39:01 6 3.32 0.00 0.52 0.00 0.03 96.13 02:02:52 01:39:01 7 2.28 0.00 0.54 0.02 0.05 97.12 02:02:52 01:40:01 all 0.10 0.00 0.01 0.00 0.00 99.88 02:02:52 01:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:02:52 01:40:01 1 0.71 0.00 0.03 0.00 0.00 99.25 02:02:52 01:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:40:01 3 0.03 0.00 0.00 0.02 0.02 99.93 02:02:52 01:40:01 4 0.02 0.00 0.03 0.02 0.00 99.93 02:02:52 01:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:40:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:41:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:02:52 01:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:02:52 01:41:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:02:52 01:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:41:01 3 0.03 0.00 0.03 0.02 0.00 99.92 02:02:52 01:41:01 4 0.05 0.00 0.02 0.02 0.02 99.90 02:02:52 01:41:01 5 0.00 0.00 0.03 0.00 0.00 99.97 02:02:52 01:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:42:01 all 0.01 0.00 0.01 0.00 0.00 99.97 02:02:52 01:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:02:52 01:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:02:52 01:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 02:02:52 01:42:01 4 0.05 0.00 0.02 0.02 0.02 99.90 02:02:52 01:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 02:02:52 01:42:01 CPU %user %nice %system %iowait %steal %idle 02:02:52 01:43:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:02:52 01:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:43:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:02:52 01:43:01 4 0.03 0.00 0.03 0.07 0.02 99.85 02:02:52 01:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:43:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:02:52 01:44:01 all 0.01 0.00 0.01 0.00 0.00 99.97 02:02:52 01:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:02:52 01:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:44:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:02:52 01:44:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:02:52 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:45:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:02:52 01:45:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:45:01 3 0.02 0.00 0.00 0.07 0.00 99.92 02:02:52 01:45:01 4 0.03 0.00 0.02 0.02 0.02 99.92 02:02:52 01:45:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:46:01 all 0.02 0.00 0.02 0.01 0.01 99.94 02:02:52 01:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:46:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:02:52 01:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:46:01 4 0.03 0.00 0.05 0.03 0.02 99.87 02:02:52 01:46:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:02:52 01:46:01 6 0.00 0.00 0.03 0.00 0.00 99.97 02:02:52 01:46:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 02:02:52 01:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:47:01 3 0.02 0.00 0.02 0.03 0.02 99.92 02:02:52 01:47:01 4 0.00 0.00 0.03 0.02 0.02 99.93 02:02:52 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:48:01 all 0.01 0.00 0.01 0.00 0.00 99.97 02:02:52 01:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:02:52 01:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:48:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:48:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:02:52 01:48:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:48:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:49:01 all 0.01 0.00 0.01 0.01 0.00 99.97 02:02:52 01:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:49:01 3 0.00 0.00 0.02 0.03 0.02 99.93 02:02:52 01:49:01 4 0.05 0.00 0.02 0.02 0.02 99.90 02:02:52 01:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:50:01 all 0.23 0.00 0.01 0.00 0.00 99.76 02:02:52 01:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:50:01 1 1.60 0.00 0.00 0.00 0.02 98.39 02:02:52 01:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:50:01 4 0.08 0.00 0.02 0.02 0.02 99.87 02:02:52 01:50:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:02:52 01:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:50:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:51:01 all 0.26 0.00 0.01 0.01 0.00 99.72 02:02:52 01:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:51:01 1 1.99 0.00 0.00 0.00 0.00 98.01 02:02:52 01:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:51:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:02:52 01:51:01 4 0.07 0.00 0.05 0.03 0.02 99.83 02:02:52 01:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:52:01 all 0.28 0.00 0.01 0.00 0.00 99.70 02:02:52 01:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:52:01 1 1.99 0.00 0.00 0.00 0.00 98.01 02:02:52 01:52:01 2 0.12 0.00 0.02 0.00 0.00 99.87 02:02:52 01:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:52:01 4 0.03 0.00 0.07 0.02 0.00 99.88 02:02:52 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:52:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:53:01 all 0.02 0.00 0.01 0.01 0.00 99.96 02:02:52 01:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:53:01 1 0.07 0.00 0.00 0.00 0.00 99.93 02:02:52 01:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:53:01 3 0.00 0.00 0.02 0.03 0.02 99.93 02:02:52 01:53:01 4 0.08 0.00 0.03 0.02 0.02 99.85 02:02:52 01:53:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 02:02:52 01:53:01 CPU %user %nice %system %iowait %steal %idle 02:02:52 01:54:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:02:52 01:54:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:02:52 01:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:02:52 01:54:01 4 0.05 0.00 0.03 0.00 0.02 99.90 02:02:52 01:54:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:54:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:55:01 all 0.02 0.00 0.01 0.00 0.00 99.97 02:02:52 01:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:02:52 01:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:55:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:02:52 01:55:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:02:52 01:55:01 4 0.03 0.00 0.02 0.02 0.00 99.93 02:02:52 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:56:01 all 0.02 0.00 0.01 0.00 0.00 99.96 02:02:52 01:56:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:02:52 01:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:02:52 01:56:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:56:01 3 0.03 0.00 0.02 0.02 0.00 99.93 02:02:52 01:56:01 4 0.00 0.00 0.02 0.02 0.02 99.95 02:02:52 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:56:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:57:01 all 0.02 0.00 0.01 0.01 0.01 99.96 02:02:52 01:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:57:01 2 0.10 0.00 0.00 0.00 0.02 99.88 02:02:52 01:57:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:02:52 01:57:01 4 0.03 0.00 0.03 0.03 0.02 99.88 02:02:52 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 01:58:01 all 0.01 0.00 0.01 0.00 0.00 99.97 02:02:52 01:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:58:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:58:01 4 0.05 0.00 0.03 0.00 0.00 99.92 02:02:52 01:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:58:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:02:52 01:58:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:59:01 all 0.09 0.00 0.01 0.01 0.00 99.88 02:02:52 01:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:02:52 01:59:01 1 0.68 0.00 0.02 0.00 0.00 99.30 02:02:52 01:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 01:59:01 3 0.00 0.00 0.02 0.02 0.02 99.95 02:02:52 01:59:01 4 0.05 0.00 0.03 0.05 0.02 99.85 02:02:52 01:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 01:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:02:52 02:00:01 all 0.27 0.00 0.01 0.00 0.00 99.72 02:02:52 02:00:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:02:52 02:00:01 1 1.97 0.00 0.00 0.00 0.00 98.03 02:02:52 02:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 02:00:01 3 0.02 0.00 0.00 0.02 0.00 99.97 02:02:52 02:00:01 4 0.03 0.00 0.03 0.02 0.02 99.90 02:02:52 02:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 02:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:02:52 02:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:02:52 02:01:01 all 0.54 0.00 0.03 0.01 0.00 99.41 02:02:52 02:01:01 0 0.43 0.00 0.08 0.05 0.00 99.43 02:02:52 02:01:01 1 2.07 0.00 0.02 0.00 0.00 97.92 02:02:52 02:01:01 2 0.15 0.00 0.02 0.00 0.00 99.83 02:02:52 02:01:01 3 0.03 0.00 0.03 0.02 0.00 99.92 02:02:52 02:01:01 4 0.40 0.00 0.03 0.02 0.02 99.53 02:02:52 02:01:01 5 0.33 0.00 0.03 0.00 0.00 99.63 02:02:52 02:01:01 6 0.10 0.00 0.02 0.00 0.00 99.88 02:02:52 02:01:01 7 0.82 0.00 0.03 0.00 0.00 99.15 02:02:52 02:02:01 all 4.90 0.00 1.97 0.41 0.03 92.70 02:02:52 02:02:01 0 5.06 0.00 2.01 0.03 0.02 92.87 02:02:52 02:02:01 1 6.41 0.00 1.71 0.03 0.03 91.81 02:02:52 02:02:01 2 4.36 0.00 1.54 0.02 0.02 94.06 02:02:52 02:02:01 3 4.52 0.00 2.17 2.82 0.03 90.46 02:02:52 02:02:01 4 5.55 0.00 1.85 0.24 0.03 92.34 02:02:52 02:02:01 5 5.10 0.00 1.84 0.10 0.03 92.92 02:02:52 02:02:01 6 4.05 0.00 2.94 0.02 0.03 92.96 02:02:52 02:02:01 7 4.11 0.00 1.70 0.00 0.03 94.16 02:02:52 Average: all 8.27 0.00 2.01 0.80 0.03 88.89 02:02:52 Average: 0 8.25 0.00 1.88 0.90 0.03 88.95 02:02:52 Average: 1 8.64 0.00 2.05 0.95 0.03 88.33 02:02:52 Average: 2 8.12 0.00 1.99 0.56 0.02 89.30 02:02:52 Average: 3 8.31 0.00 2.16 1.05 0.03 88.45 02:02:52 Average: 4 8.08 0.00 2.09 1.06 0.03 88.74 02:02:52 Average: 5 8.29 0.00 1.95 0.55 0.02 89.18 02:02:52 Average: 6 8.33 0.00 1.89 0.69 0.03 89.07 02:02:52 Average: 7 8.13 0.00 2.11 0.64 0.03 89.09 02:02:52 02:02:52 02:02:52