Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45461fad361632d16a9d7c5ffe600ba7f8b7715b 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-ssh10034384761779722844.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-ssh17085449396265942297.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/go-mod-bootstrap/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/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh163036097035383686.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-ssh16098318293144359245.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/go-mod-bootstrap/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/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17112154889329743877.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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-5846 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 45461fad361632d16a9d7c5ffe600ba7f8b7715b (main) Commit message: "refactor!: Replace topics from config with new constants (#434)" > git config core.sparsecheckout # timeout=10 > git checkout -f 45461fad361632d16a9d7c5ffe600ba7f8b7715b # timeout=10 > git rev-list --no-walk c1043a3112abf7ff4d99e872a985f4136e3915b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-14T18:14:11.189Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-14T18:14:11.253Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-14T18:14:11.271Z] ========================================================= [2023-02-14T18:14:11.271Z] EdgeX Global Pipelines Version Info [2023-02-14T18:14:11.271Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:14:11.990Z] ------------------- [2023-02-14T18:14:11.991Z] stable info: [2023-02-14T18:14:11.991Z] ------------------- [2023-02-14T18:14:11.991Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-14T18:14:11.991Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T18:14:11.991Z] Message: update stable to v1.0.244 [2023-02-14T18:14:12.561Z] ------------------- [2023-02-14T18:14:12.561Z] experimental info: [2023-02-14T18:14:12.561Z] ------------------- [2023-02-14T18:14:12.561Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-14T18:14:12.561Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T18:14:12.561Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-14T18:14:12.731Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-02-14T18:14:12.748Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-02-14T18:14:12.761Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-14T18:14:12.773Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-14T18:14:12.783Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-14T18:14:12.794Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-14T18:14:12.806Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-14T18:14:12.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-14T18:14:12.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-14T18:14:12.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-14T18:14:12.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-14T18:14:12.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-02-14T18:14:12.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-14T18:14:12.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-14T18:14:12.895Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T18:14:12.905Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T18:14:12.915Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T18:14:12.925Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T18:14:12.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-14T18:14:12.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-14T18:14:12.955Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-14T18:14:12.966Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-14T18:14:12.978Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-14T18:14:12.992Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-14T18:14:13.002Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-14T18:14:13.014Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-14T18:14:13.027Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-14T18:14:13.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-14T18:14:13.049Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-14T18:14:13.060Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-14T18:14:13.074Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo [2023-02-14T18:14:13.087Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45461fa [Pipeline] echo [2023-02-14T18:14:13.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-14T18:14:13.443Z] + git rev-list -1 --merges 45461fad361632d16a9d7c5ffe600ba7f8b7715b~1..45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo [2023-02-14T18:14:13.491Z] -----------> git rev-list -1 --merges 45461fad361632d16a9d7c5ffe600ba7f8b7715b~1..45461fad361632d16a9d7c5ffe600ba7f8b7715b 45461fad361632d16a9d7c5ffe600ba7f8b7715b [false] [Pipeline] sh [2023-02-14T18:14:13.782Z] + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo [2023-02-14T18:14:13.797Z] ========================================================= [2023-02-14T18:14:13.797Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-14T18:14:13.797Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T18:14:14.132Z] + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo [2023-02-14T18:14:14.144Z] [semverPrep] GIT_COMMIT: 45461fad361632d16a9d7c5ffe600ba7f8b7715b, Commit Message: refactor!: Replace topics from config with new constants (#434) [Pipeline] echo [2023-02-14T18:14:14.153Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-14T18:14:14.490Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T18:14:14.491Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-14T18:14:14.491Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-14T18:14:14.491Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-14T18:14:14.491Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-14T18:14:14.491Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-14T18:14:14.491Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:14:14.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:14:15.106Z] [2023-02-14T18:14:15.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:14:15.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:14:15.412Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-14T18:14:15.412Z] b85a868b505f: Pulling fs layer [2023-02-14T18:14:15.412Z] e2be974225ed: Pulling fs layer [2023-02-14T18:14:15.412Z] 339a4e72a1f5: Pulling fs layer [2023-02-14T18:14:15.412Z] 988bab9f4d93: Pulling fs layer [2023-02-14T18:14:15.412Z] 1469e6f7b9e6: Pulling fs layer [2023-02-14T18:14:15.412Z] eaf3925da568: Pulling fs layer [2023-02-14T18:14:15.412Z] bab4dde63d76: Pulling fs layer [2023-02-14T18:14:15.412Z] bde34c3a00c8: Pulling fs layer [2023-02-14T18:14:15.412Z] b352a97aabf1: Pulling fs layer [2023-02-14T18:14:15.412Z] 4872d77fe225: Pulling fs layer [2023-02-14T18:14:15.412Z] 5851b861e8e6: Pulling fs layer [2023-02-14T18:14:15.412Z] 988bab9f4d93: Waiting [2023-02-14T18:14:15.412Z] 1469e6f7b9e6: Waiting [2023-02-14T18:14:15.412Z] eaf3925da568: Waiting [2023-02-14T18:14:15.412Z] bab4dde63d76: Waiting [2023-02-14T18:14:15.412Z] bde34c3a00c8: Waiting [2023-02-14T18:14:15.412Z] b352a97aabf1: Waiting [2023-02-14T18:14:15.412Z] 4872d77fe225: Waiting [2023-02-14T18:14:15.412Z] 5851b861e8e6: Waiting [2023-02-14T18:14:15.680Z] e2be974225ed: Verifying Checksum [2023-02-14T18:14:15.680Z] e2be974225ed: Download complete [2023-02-14T18:14:15.680Z] 988bab9f4d93: Verifying Checksum [2023-02-14T18:14:15.680Z] 988bab9f4d93: Download complete [2023-02-14T18:14:15.947Z] 1469e6f7b9e6: Download complete [2023-02-14T18:14:15.947Z] eaf3925da568: Verifying Checksum [2023-02-14T18:14:15.947Z] eaf3925da568: Download complete [2023-02-14T18:14:16.209Z] 339a4e72a1f5: Verifying Checksum [2023-02-14T18:14:16.209Z] 339a4e72a1f5: Download complete [2023-02-14T18:14:16.209Z] bde34c3a00c8: Verifying Checksum [2023-02-14T18:14:16.209Z] bde34c3a00c8: Download complete [2023-02-14T18:14:16.209Z] b352a97aabf1: Download complete [2023-02-14T18:14:16.209Z] b85a868b505f: Verifying Checksum [2023-02-14T18:14:16.209Z] b85a868b505f: Download complete [2023-02-14T18:14:16.209Z] 4872d77fe225: Verifying Checksum [2023-02-14T18:14:16.209Z] 4872d77fe225: Download complete [2023-02-14T18:14:16.209Z] 5851b861e8e6: Verifying Checksum [2023-02-14T18:14:16.209Z] 5851b861e8e6: Download complete [2023-02-14T18:14:16.468Z] bab4dde63d76: Verifying Checksum [2023-02-14T18:14:16.469Z] bab4dde63d76: Download complete [2023-02-14T18:14:17.404Z] b85a868b505f: Pull complete [2023-02-14T18:14:17.404Z] e2be974225ed: Pull complete [2023-02-14T18:14:17.972Z] 339a4e72a1f5: Pull complete [2023-02-14T18:14:17.972Z] 988bab9f4d93: Pull complete [2023-02-14T18:14:18.539Z] 1469e6f7b9e6: Pull complete [2023-02-14T18:14:18.540Z] eaf3925da568: Pull complete [2023-02-14T18:14:20.444Z] bab4dde63d76: Pull complete [2023-02-14T18:14:20.444Z] bde34c3a00c8: Pull complete [2023-02-14T18:14:20.444Z] b352a97aabf1: Pull complete [2023-02-14T18:14:20.444Z] 4872d77fe225: Pull complete [2023-02-14T18:14:20.444Z] 5851b861e8e6: Pull complete [2023-02-14T18:14:20.444Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-14T18:14:20.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:14:20.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:14:20.537Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:14:20.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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/py-git-semver:0.1.4 cat [2023-02-14T18:14:22.381Z] $ docker top 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 -eo pid,comm [2023-02-14T18:14:22.441Z] 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). [2023-02-14T18:14:22.441Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T18:14:22.478Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T18:14:22.478Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T18:14:22.588Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T18:14:22.588Z] $ docker exec 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent [2023-02-14T18:14:22.702Z] SSH_AUTH_SOCK=/tmp/ssh-6k6FQVN6q3it/agent.31 [2023-02-14T18:14:22.702Z] SSH_AGENT_PID=37 [2023-02-14T18:14:22.708Z] Running ssh-add (command line suppressed) [2023-02-14T18:14:22.799Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4323607649844753700.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4323607649844753700.key) [2023-02-14T18:14:22.816Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T18:14:23.102Z] + git tag --points-at HEAD [Pipeline] } [2023-02-14T18:14:23.111Z] $ docker exec --env ******** --env ******** 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent -k [2023-02-14T18:14:23.201Z] unset SSH_AUTH_SOCK; [2023-02-14T18:14:23.201Z] unset SSH_AGENT_PID; [2023-02-14T18:14:23.202Z] echo Agent pid 37 killed; [2023-02-14T18:14:23.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-14T18:14:23.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T18:14:23.238Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T18:14:23.351Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T18:14:23.351Z] $ docker exec 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent [2023-02-14T18:14:23.470Z] SSH_AUTH_SOCK=/tmp/ssh-HijmVRrcAb07/agent.69 [2023-02-14T18:14:23.470Z] SSH_AGENT_PID=75 [2023-02-14T18:14:23.474Z] Running ssh-add (command line suppressed) [2023-02-14T18:14:23.560Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10624174250757752890.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10624174250757752890.key) [2023-02-14T18:14:23.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T18:14:23.863Z] + git semver init [2023-02-14T18:14:24.120Z] 2023-02-14 18:14:24,045 [run_init] DEBUG init version:0.0.0 force:False [2023-02-14T18:14:24.120Z] 2023-02-14 18:14:24,046 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-02-14T18:14:24.120Z] 2023-02-14 18:14:24,047 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-02-14T18:14:24.120Z] 2023-02-14 18:14:24,047 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T18:14:25.057Z] 2023-02-14 18:14:24,928 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2023-02-14T18:14:25.057Z] 2023-02-14 18:14:24,929 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2023-02-14T18:14:25.057Z] 2023-02-14 18:14:24,929 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:14:25.057Z] 2023-02-14 18:14:24,929 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:14:25.057Z] 3.0.0-dev.24 [Pipeline] } [2023-02-14T18:14:25.062Z] $ docker exec --env ******** --env ******** 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent -k [2023-02-14T18:14:25.149Z] unset SSH_AUTH_SOCK; [2023-02-14T18:14:25.149Z] unset SSH_AGENT_PID; [2023-02-14T18:14:25.149Z] echo Agent pid 75 killed; [2023-02-14T18:14:25.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T18:14:25.471Z] + git semver [Pipeline] } [2023-02-14T18:14:25.747Z] $ docker stop --time=1 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 [2023-02-14T18:14:27.049Z] $ docker rm -f --volumes 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T18:14:27.385Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-14T18:14:27.591Z] Stashed 1 file(s) [Pipeline] echo [2023-02-14T18:14:27.594Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.24 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2023-02-14T18:14:27.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T18:14:27.790Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T18:14:27.798Z] ========================================================= [2023-02-14T18:14:27.798Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-14T18:14:27.798Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-14T18:14:28.025Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5852 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws [2023-02-14T18:14:28.039Z] Running in /w/workspace/go-mod-bootstrap/112 [Pipeline] { [Pipeline] checkout [2023-02-14T18:14:28.069Z] Selected Git installation does not exist. Using Default [2023-02-14T18:14:28.069Z] The recommended git tool is: NONE [2023-02-14T18:14:28.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T18:14:28.101Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-14T18:14:28.101Z] 213ec9aee27d: Pulling fs layer [2023-02-14T18:14:28.101Z] 4583459ba037: Pulling fs layer [2023-02-14T18:14:28.101Z] 93c1e223e6f2: Pulling fs layer [2023-02-14T18:14:28.101Z] 53926ce57604: Pulling fs layer [2023-02-14T18:14:28.101Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-14T18:14:28.101Z] 22ff95d597cd: Pulling fs layer [2023-02-14T18:14:28.101Z] 12d6caf4c0d1: Pulling fs layer [2023-02-14T18:14:28.101Z] 96b7cbca73a9: Pulling fs layer [2023-02-14T18:14:28.101Z] a7acece74701: Pulling fs layer [2023-02-14T18:14:28.101Z] 21b2b0c7a3f4: Waiting [2023-02-14T18:14:28.101Z] 22ff95d597cd: Waiting [2023-02-14T18:14:28.101Z] 12d6caf4c0d1: Waiting [2023-02-14T18:14:28.101Z] 53926ce57604: Waiting [2023-02-14T18:14:28.101Z] 96b7cbca73a9: Waiting [2023-02-14T18:14:28.101Z] a7acece74701: Waiting [2023-02-14T18:14:28.101Z] 93c1e223e6f2: Download complete [2023-02-14T18:14:28.101Z] 4583459ba037: Download complete [2023-02-14T18:14:28.101Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-14T18:14:28.101Z] 21b2b0c7a3f4: Download complete [2023-02-14T18:14:28.101Z] 22ff95d597cd: Verifying Checksum [2023-02-14T18:14:28.101Z] 22ff95d597cd: Download complete [2023-02-14T18:14:28.101Z] 213ec9aee27d: Verifying Checksum [2023-02-14T18:14:28.101Z] 213ec9aee27d: Download complete [2023-02-14T18:14:28.364Z] 12d6caf4c0d1: Download complete [2023-02-14T18:14:28.364Z] 213ec9aee27d: Pull complete [2023-02-14T18:14:28.364Z] 4583459ba037: Pull complete [2023-02-14T18:14:28.643Z] 93c1e223e6f2: Pull complete [2023-02-14T18:14:29.255Z] a7acece74701: Verifying Checksum [2023-02-14T18:14:29.255Z] a7acece74701: Download complete [2023-02-14T18:14:29.515Z] 53926ce57604: Verifying Checksum [2023-02-14T18:14:29.515Z] 53926ce57604: Download complete [2023-02-14T18:14:29.772Z] 96b7cbca73a9: Verifying Checksum [2023-02-14T18:14:29.772Z] 96b7cbca73a9: Download complete [2023-02-14T18:14:33.051Z] 53926ce57604: Pull complete [2023-02-14T18:14:33.051Z] 21b2b0c7a3f4: Pull complete [2023-02-14T18:14:33.051Z] 22ff95d597cd: Pull complete [2023-02-14T18:14:33.051Z] 12d6caf4c0d1: Pull complete [2023-02-14T18:14:33.874Z] using credential edgex-jenkins-ssh [2023-02-14T18:14:33.892Z] Cloning the remote Git repository [2023-02-14T18:14:33.936Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-14T18:14:34.016Z] > git init /w/workspace/go-mod-bootstrap/112 # timeout=10 [2023-02-14T18:14:34.191Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-14T18:14:34.193Z] > git --version # timeout=10 [2023-02-14T18:14:34.214Z] > git --version # 'git version 2.25.1' [2023-02-14T18:14:34.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T18:14:34.952Z] 96b7cbca73a9: Pull complete [2023-02-14T18:14:34.286Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T18:14:35.886Z] a7acece74701: Pull complete [2023-02-14T18:14:35.886Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-14T18:14:35.886Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T18:14:35.886Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-14T18:14:36.174Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:14:36.478Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T18:14:36.478Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:14:36.545Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:14:36.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-14T18:14:36.623Z] Avoid second fetch [2023-02-14T18:14:36.624Z] Checking out Revision 45461fad361632d16a9d7c5ffe600ba7f8b7715b (main) [2023-02-14T18:14:35.696Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-02-14T18:14:35.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T18:14:36.636Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T18:14:36.658Z] > git checkout -f 45461fad361632d16a9d7c5ffe600ba7f8b7715b # timeout=10 [2023-02-14T18:14:37.206Z] Commit message: "refactor!: Replace topics from config with new constants (#434)" [2023-02-14T18:14:39.230Z] $ docker top 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T18:14:39.583Z] + go version [2023-02-14T18:14:39.583Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-14T18:14:39.591Z] $ docker stop --time=1 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 [2023-02-14T18:14:39.883Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-14T18:14:39.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T18:14:39.883Z] Dload Upload Total Spent Left Speed [2023-02-14T18:14:39.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 96598 [2023-02-14T18:14:40.952Z] $ docker rm -f --volumes 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:14:41.334Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-14T18:14:41.416Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T18:14:41.416Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:14:41.488Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:14:41.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-14T18:14:41.672Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-14T18:14:41.672Z] + sudo tee /etc/docker/daemon.new [2023-02-14T18:14:41.672Z] { [2023-02-14T18:14:41.672Z] "registry-mirrors": [ [2023-02-14T18:14:41.672Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-14T18:14:41.672Z] ], [2023-02-14T18:14:41.672Z] "bip": "10.250.0.254/24", [2023-02-14T18:14:41.672Z] "hosts": [ [2023-02-14T18:14:41.672Z] "tcp://0.0.0.0:5555", [2023-02-14T18:14:41.672Z] "unix:///var/run/docker.sock" [2023-02-14T18:14:41.672Z] ], [2023-02-14T18:14:41.672Z] "mtu": 1458, [2023-02-14T18:14:41.672Z] "selinux-enabled": true, [2023-02-14T18:14:41.672Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-14T18:14:41.672Z] } [2023-02-14T18:14:42.003Z] $ docker top d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-14T18:14:42.415Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-14T18:14:42.443Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh [2023-02-14T18:14:42.752Z] + sudo service docker restart [2023-02-14T18:14:42.779Z] + make test [2023-02-14T18:14:42.779Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-14T18:14:42.779Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 [2023-02-14T18:14:42.779Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-14T18:14:42.779Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-14T18:14:42.779Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-14T18:14:42.779Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-14T18:14:42.779Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-14T18:14:43.037Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 [2023-02-14T18:14:43.037Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 [2023-02-14T18:14:43.037Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-14T18:14:43.037Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-14T18:14:43.037Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-02-14T18:14:43.037Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-14T18:14:43.037Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-14T18:14:43.037Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-14T18:14:43.037Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-14T18:14:43.037Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-14T18:14:43.037Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-14T18:14:43.037Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-14T18:14:43.037Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-14T18:14:43.037Z] go: downloading golang.org/x/net v0.5.0 [2023-02-14T18:14:43.037Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-14T18:14:43.037Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-14T18:14:43.037Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-14T18:14:43.037Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-14T18:14:43.037Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-14T18:14:43.326Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-14T18:14:43.326Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-14T18:14:43.326Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-14T18:14:43.326Z] go: downloading golang.org/x/text v0.6.0 [2023-02-14T18:14:43.326Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-14T18:14:43.326Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-14T18:14:43.326Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-14T18:14:43.596Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-14T18:14:43.596Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-14T18:14:43.596Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-14T18:14:43.596Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-14T18:14:43.596Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-14T18:14:43.596Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-14T18:14:43.596Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-14T18:14:43.596Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-14T18:14:43.596Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-14T18:14:43.596Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-14T18:14:43.596Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-14T18:14:43.596Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-14T18:14:43.894Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-14T18:14:43.894Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-14T18:14:53.921Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [Pipeline] unstash [Pipeline] echo [2023-02-14T18:15:01.229Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T18:15:01.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T18:15:01.245Z] ========================================================= [2023-02-14T18:15:01.245Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-14T18:15:01.245Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-14T18:15:01.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T18:15:02.165Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-14T18:15:02.165Z] 9b18e9b68314: Pulling fs layer [2023-02-14T18:15:02.165Z] 35d82f9e3411: Pulling fs layer [2023-02-14T18:15:02.165Z] e16973657156: Pulling fs layer [2023-02-14T18:15:02.165Z] fc693d55d65f: Pulling fs layer [2023-02-14T18:15:02.165Z] 7e9fc2657dce: Pulling fs layer [2023-02-14T18:15:02.165Z] dda99020689f: Pulling fs layer [2023-02-14T18:15:02.165Z] db1c61fa0a46: Pulling fs layer [2023-02-14T18:15:02.165Z] 891c053d2c06: Pulling fs layer [2023-02-14T18:15:02.165Z] fc693d55d65f: Waiting [2023-02-14T18:15:02.165Z] 7e9fc2657dce: Waiting [2023-02-14T18:15:02.165Z] dda99020689f: Waiting [2023-02-14T18:15:02.165Z] db1c61fa0a46: Waiting [2023-02-14T18:15:02.165Z] 891c053d2c06: Waiting [2023-02-14T18:15:02.165Z] 35d82f9e3411: Verifying Checksum [2023-02-14T18:15:02.165Z] 35d82f9e3411: Download complete [2023-02-14T18:15:02.165Z] e16973657156: Verifying Checksum [2023-02-14T18:15:02.165Z] e16973657156: Download complete [2023-02-14T18:15:02.165Z] 7e9fc2657dce: Verifying Checksum [2023-02-14T18:15:02.165Z] dda99020689f: Verifying Checksum [2023-02-14T18:15:02.165Z] dda99020689f: Download complete [2023-02-14T18:15:02.165Z] 9b18e9b68314: Verifying Checksum [2023-02-14T18:15:03.132Z] 9b18e9b68314: Pull complete [2023-02-14T18:15:03.403Z] 891c053d2c06: Verifying Checksum [2023-02-14T18:15:03.403Z] 891c053d2c06: Download complete [2023-02-14T18:15:03.673Z] 35d82f9e3411: Pull complete [2023-02-14T18:15:03.942Z] e16973657156: Pull complete [2023-02-14T18:15:04.210Z] db1c61fa0a46: Verifying Checksum [2023-02-14T18:15:04.210Z] db1c61fa0a46: Download complete [2023-02-14T18:15:04.799Z] fc693d55d65f: Download complete [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 15.039s coverage: 35.2% of statements [2023-02-14T18:15:08.802Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.019s coverage: 92.5% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.014s coverage: 85.3% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.024s coverage: 46.1% of statements [2023-02-14T18:15:08.802Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-14T18:15:08.802Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.031s coverage: 100.0% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.323s coverage: 88.3% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.023s coverage: 25.0% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.039s coverage: 81.2% of statements [2023-02-14T18:15:08.802Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.019s coverage: 31.2% of statements [2023-02-14T18:15:08.802Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.022s coverage: 91.3% of statements [2023-02-14T18:15:15.361Z] 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." [2023-02-14T18:15:15.361Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-14T18:15:17.148Z] fc693d55d65f: Pull complete [2023-02-14T18:15:17.148Z] 7e9fc2657dce: Pull complete [2023-02-14T18:15:17.148Z] dda99020689f: Pull complete [2023-02-14T18:15:17.257Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T18:15:17.515Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-14T18:15:17.527Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T18:15:17.537Z] $ docker stop --time=1 d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd [2023-02-14T18:15:19.328Z] $ docker rm -f --volumes d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T18:15:19.907Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T18:15:19.964Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:15:20.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T18:15:20.441Z] [2023-02-14T18:15:20.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:15:20.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T18:15:20.737Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-14T18:15:20.737Z] 5eb5b503b376: Pulling fs layer [2023-02-14T18:15:20.737Z] 5c69ac0246d0: Pulling fs layer [2023-02-14T18:15:20.737Z] ec43610c2a17: Pulling fs layer [2023-02-14T18:15:20.737Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-14T18:15:20.737Z] 33b1e0a273af: Pulling fs layer [2023-02-14T18:15:20.737Z] 5d3b04190fa2: Pulling fs layer [2023-02-14T18:15:20.737Z] 2f39f015ded8: Pulling fs layer [2023-02-14T18:15:20.737Z] 3a2ae6a8a46f: Waiting [2023-02-14T18:15:20.737Z] 33b1e0a273af: Waiting [2023-02-14T18:15:20.737Z] 5d3b04190fa2: Waiting [2023-02-14T18:15:20.737Z] 2f39f015ded8: Waiting [2023-02-14T18:15:21.004Z] 5c69ac0246d0: Download complete [2023-02-14T18:15:21.004Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-14T18:15:21.004Z] 3a2ae6a8a46f: Download complete [2023-02-14T18:15:21.409Z] db1c61fa0a46: Pull complete [2023-02-14T18:15:21.580Z] 33b1e0a273af: Verifying Checksum [2023-02-14T18:15:21.580Z] 33b1e0a273af: Download complete [2023-02-14T18:15:21.580Z] 5d3b04190fa2: Verifying Checksum [2023-02-14T18:15:21.580Z] 5d3b04190fa2: Download complete [2023-02-14T18:15:21.580Z] ec43610c2a17: Verifying Checksum [2023-02-14T18:15:21.580Z] ec43610c2a17: Download complete [2023-02-14T18:15:21.841Z] 5eb5b503b376: Verifying Checksum [2023-02-14T18:15:21.841Z] 5eb5b503b376: Download complete [2023-02-14T18:15:22.777Z] 2f39f015ded8: Download complete [2023-02-14T18:15:22.777Z] 5eb5b503b376: Pull complete [2023-02-14T18:15:22.777Z] 5c69ac0246d0: Pull complete [2023-02-14T18:15:22.823Z] 891c053d2c06: Pull complete [2023-02-14T18:15:22.823Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-14T18:15:22.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T18:15:22.823Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-14T18:15:23.145Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:15:23.343Z] ec43610c2a17: Pull complete [2023-02-14T18:15:23.343Z] 3a2ae6a8a46f: Pull complete [2023-02-14T18:15:23.477Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T18:15:23.477Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:15:23.600Z] 33b1e0a273af: Pull complete [2023-02-14T18:15:23.600Z] 5d3b04190fa2: Pull complete [2023-02-14T18:15:23.665Z] prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container [2023-02-14T18:15:23.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T18:15:26.664Z] $ docker top e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T18:15:27.485Z] + go version [2023-02-14T18:15:27.485Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-14T18:15:27.497Z] $ docker stop --time=1 e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae [2023-02-14T18:15:27.778Z] 2f39f015ded8: Pull complete [2023-02-14T18:15:27.778Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-14T18:15:27.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T18:15:27.778Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T18:15:29.086Z] $ docker rm -f --volumes e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:15:29.346Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:15:29.369Z] $ 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/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T18:15:31.390Z] $ docker top 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:15:31.806Z] ---> job-cost.sh [2023-02-14T18:15:31.806Z] lf-activate-venv: SKIPPING [2023-02-14T18:15:31.806Z] INFO: No Stack... [2023-02-14T18:15:31.902Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T18:15:31.902Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:15:32.063Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T18:15:32.126Z] prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container [2023-02-14T18:15:32.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T18:15:32.627Z] INFO: Archiving Costs [2023-02-14T18:15:33.357Z] $ docker top f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-02-14T18:15:33.849Z] + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [2023-02-14T18:15:33.850Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T18:15:33.864Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [2023-02-14T18:15:33.873Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] did not exist. Created. [2023-02-14T18:15:33.873Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T18:15:33.907Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/112 [Pipeline] fileExists [Pipeline] sh [2023-02-14T18:15:34.168Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-14T18:15:34.199Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T18:15:34.205Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T18:15:34.216Z] $ docker stop --time=1 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb [2023-02-14T18:15:34.226Z] + make test [2023-02-14T18:15:34.495Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-14T18:15:34.495Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 [2023-02-14T18:15:34.495Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-14T18:15:34.495Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-14T18:15:34.761Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-02-14T18:15:34.761Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-14T18:15:34.761Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-14T18:15:34.761Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-14T18:15:35.027Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 [2023-02-14T18:15:35.027Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 [2023-02-14T18:15:35.027Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-14T18:15:35.027Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-14T18:15:35.027Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-14T18:15:35.027Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-02-14T18:15:35.027Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-14T18:15:35.027Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-14T18:15:35.027Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-14T18:15:35.295Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-14T18:15:35.295Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-14T18:15:35.295Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-14T18:15:35.295Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-14T18:15:35.295Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-14T18:15:35.295Z] go: downloading golang.org/x/net v0.5.0 [2023-02-14T18:15:35.295Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-14T18:15:35.295Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-14T18:15:35.382Z] $ docker rm -f --volumes 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-14T18:15:35.563Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-14T18:15:35.563Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-14T18:15:35.563Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-14T18:15:35.563Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-14T18:15:35.563Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-14T18:15:35.563Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-14T18:15:35.563Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-14T18:15:35.830Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-14T18:15:35.830Z] go: downloading golang.org/x/text v0.6.0 [2023-02-14T18:15:36.096Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-14T18:15:36.096Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-14T18:15:37.075Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-14T18:15:37.076Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-14T18:15:37.076Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-14T18:15:37.076Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-14T18:15:37.076Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-14T18:15:37.076Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-14T18:15:37.351Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-14T18:15:37.351Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-14T18:15:37.351Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-14T18:15:37.351Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-14T18:15:37.618Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-14T18:15:38.584Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-14T18:15:38.584Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-14T18:15:38.850Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-14T18:15:38.850Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-14T18:15:38.850Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-14T18:15:39.116Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-14T18:15:39.116Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-14T18:15:39.116Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-14T18:15:39.116Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-14T18:17:00.752Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 15.116s coverage: 35.2% of statements [2023-02-14T18:17:13.075Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.098s coverage: 92.5% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.038s coverage: 85.3% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.101s coverage: 46.1% of statements [2023-02-14T18:17:13.075Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-14T18:17:13.075Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.061s coverage: 100.0% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.370s coverage: 88.3% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.050s coverage: 25.0% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.131s coverage: 81.2% of statements [2023-02-14T18:17:13.075Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.057s coverage: 31.2% of statements [2023-02-14T18:17:13.075Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements [2023-02-14T18:17:13.075Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-14T18:17:13.075Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-14T18:17:35.181Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T18:17:35.181Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-14T18:17:35.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T18:17:35.206Z] $ docker stop --time=1 f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 [2023-02-14T18:17:36.978Z] $ docker rm -f --volumes f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T18:17:39.411Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T18:17:39.436Z] Warning: overwriting stash ‘coverage-report’ [2023-02-14T18:17:39.955Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:17:40.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T18:17:40.420Z] [2023-02-14T18:17:40.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:17:40.757Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T18:17:41.024Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-14T18:17:41.024Z] 8998bd30e6a1: Pulling fs layer [2023-02-14T18:17:41.024Z] 04944245beec: Pulling fs layer [2023-02-14T18:17:41.024Z] 699f458cf7ca: Pulling fs layer [2023-02-14T18:17:41.024Z] 765212b225bb: Pulling fs layer [2023-02-14T18:17:41.024Z] f23df028b6ca: Pulling fs layer [2023-02-14T18:17:41.024Z] d65c8cfc05b1: Pulling fs layer [2023-02-14T18:17:41.024Z] 2437ff75d9bd: Pulling fs layer [2023-02-14T18:17:41.024Z] f23df028b6ca: Waiting [2023-02-14T18:17:41.024Z] 765212b225bb: Waiting [2023-02-14T18:17:41.024Z] 2437ff75d9bd: Waiting [2023-02-14T18:17:41.024Z] d65c8cfc05b1: Waiting [2023-02-14T18:17:41.024Z] 04944245beec: Verifying Checksum [2023-02-14T18:17:41.024Z] 04944245beec: Download complete [2023-02-14T18:17:41.292Z] 765212b225bb: Download complete [2023-02-14T18:17:41.292Z] f23df028b6ca: Verifying Checksum [2023-02-14T18:17:41.292Z] f23df028b6ca: Download complete [2023-02-14T18:17:41.292Z] d65c8cfc05b1: Verifying Checksum [2023-02-14T18:17:41.292Z] d65c8cfc05b1: Download complete [2023-02-14T18:17:41.292Z] 699f458cf7ca: Verifying Checksum [2023-02-14T18:17:41.292Z] 699f458cf7ca: Download complete [2023-02-14T18:17:41.873Z] 8998bd30e6a1: Verifying Checksum [2023-02-14T18:17:41.873Z] 8998bd30e6a1: Download complete [2023-02-14T18:17:43.840Z] 2437ff75d9bd: Verifying Checksum [2023-02-14T18:17:43.840Z] 2437ff75d9bd: Download complete [2023-02-14T18:17:46.416Z] 8998bd30e6a1: Pull complete [2023-02-14T18:17:46.684Z] 04944245beec: Pull complete [2023-02-14T18:17:48.090Z] 699f458cf7ca: Pull complete [2023-02-14T18:17:48.090Z] 765212b225bb: Pull complete [2023-02-14T18:17:48.672Z] f23df028b6ca: Pull complete [2023-02-14T18:17:48.937Z] d65c8cfc05b1: Pull complete [2023-02-14T18:18:01.248Z] 2437ff75d9bd: Pull complete [2023-02-14T18:18:01.248Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-14T18:18:01.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T18:18:01.248Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:01.428Z] prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container [2023-02-14T18:18:01.480Z] $ 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/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-14T18:18:03.873Z] $ docker top 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:18:04.397Z] ---> job-cost.sh [2023-02-14T18:18:04.662Z] lf-activate-venv: SKIPPING [2023-02-14T18:18:04.662Z] INFO: No Stack... [2023-02-14T18:18:04.928Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-14T18:18:05.885Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T18:18:06.204Z] + + cutcat -d, /w/workspace/go-mod-bootstrap/112/archives/cost.csv -f6 [2023-02-14T18:18:06.204Z] [Pipeline] lock [2023-02-14T18:18:06.531Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [2023-02-14T18:18:06.537Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] did not exist. Created. [2023-02-14T18:18:06.537Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T18:18:06.872Z] /w/workspace/go-mod-bootstrap/112@tmp/durable-8b2ff1db/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-14T18:18:07.523Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-14T18:18:07.547Z] Warning: overwriting stash ‘stack-cost’ [2023-02-14T18:18:07.595Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T18:18:07.605Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T18:18:07.612Z] $ docker stop --time=1 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 [2023-02-14T18:18:09.084Z] $ docker rm -f --volumes 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 [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 [2023-02-14T18:18:09.458Z] provisioning config files... [2023-02-14T18:18:09.468Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config2476283217409988325tmp [Pipeline] { [Pipeline] sh [2023-02-14T18:18:09.759Z] + set +x [2023-02-14T18:18:09.759Z] + curl -s https://codecov.io/bash [2023-02-14T18:18:09.759Z] + bash -s -- [2023-02-14T18:18:09.759Z] [2023-02-14T18:18:09.759Z] _____ _ [2023-02-14T18:18:09.759Z] / ____| | | [2023-02-14T18:18:09.759Z] | | ___ __| | ___ ___ _____ __ [2023-02-14T18:18:09.759Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-14T18:18:09.759Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-14T18:18:09.759Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-14T18:18:09.759Z] Bash-1.0.6 [2023-02-14T18:18:09.759Z] [2023-02-14T18:18:09.759Z] [2023-02-14T18:18:09.759Z] ==> git version 2.25.1 found [2023-02-14T18:18:09.759Z] ==> 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 [2023-02-14T18:18:09.759Z] Release-Date: 2020-01-08 [2023-02-14T18:18:09.759Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-14T18:18:09.759Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-14T18:18:09.759Z] ==> Jenkins CI detected. [2023-02-14T18:18:09.759Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2023-02-14T18:18:09.759Z] project root: . [2023-02-14T18:18:09.759Z] --> token set from env [2023-02-14T18:18:09.759Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-14T18:18:10.018Z] ==> Running gcov in . (disable via -X gcov) [2023-02-14T18:18:10.018Z] ==> Python coveragepy not found [2023-02-14T18:18:10.018Z] ==> Searching for coverage reports in: [2023-02-14T18:18:10.018Z] + . [2023-02-14T18:18:10.018Z] -> Found 1 reports [2023-02-14T18:18:10.018Z] ==> Detecting git/mercurial file structure [2023-02-14T18:18:10.018Z] ==> Reading reports [2023-02-14T18:18:10.018Z] + ./coverage.out bytes=77297 [2023-02-14T18:18:10.018Z] ==> Appending adjustments [2023-02-14T18:18:10.018Z] https://docs.codecov.io/docs/fixing-reports [2023-02-14T18:18:10.277Z] + Found adjustments [2023-02-14T18:18:10.277Z] ==> Gzipping contents [2023-02-14T18:18:10.277Z] 16K /tmp/codecov.wd3Tqz.gz [2023-02-14T18:18:10.277Z] ==> Uploading reports [2023-02-14T18:18:10.277Z] url: https://codecov.io [2023-02-14T18:18:10.277Z] query: branch=main&commit=45461fad361632d16a9d7c5ffe600ba7f8b7715b&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T18:18:10.277Z] -> Pinging Codecov [2023-02-14T18:18:10.277Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=45461fad361632d16a9d7c5ffe600ba7f8b7715b&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T18:18:10.277Z] -> Uploading to [2023-02-14T18:18:10.277Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-14/833815588EE85121546D348822E98E2E/45461fad361632d16a9d7c5ffe600ba7f8b7715b/01f96a53-acc6-4bf6-81fe-151db399df33.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T181810Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d71bc618e9caf51e1572adf19ce10f46d7e6acfb9008eeac4849394984dd858c [2023-02-14T18:18:10.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T18:18:10.277Z] Dload Upload Total Spent Left Speed [2023-02-14T18:18:10.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12409 0 0 100 12409 0 39022 --:--:-- --:--:-- --:--:-- 39022 [2023-02-14T18:18:10.845Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] } [2023-02-14T18:18:10.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-14T18:18:10.993Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-14T18:18:11.005Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:11.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T18:18:11.307Z] [2023-02-14T18:18:11.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:11.608Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T18:18:11.608Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-14T18:18:11.608Z] df9b9388f04a: Pulling fs layer [2023-02-14T18:18:11.608Z] 52dc419b0ee2: Pulling fs layer [2023-02-14T18:18:11.608Z] 25bc292e5bac: Pulling fs layer [2023-02-14T18:18:11.608Z] 114826534d7a: Pulling fs layer [2023-02-14T18:18:11.608Z] 4657fd5d0bcf: Pulling fs layer [2023-02-14T18:18:11.608Z] 6ad1cebc031e: Pulling fs layer [2023-02-14T18:18:11.608Z] 8a3aa393b2d8: Pulling fs layer [2023-02-14T18:18:11.608Z] 6ad1cebc031e: Waiting [2023-02-14T18:18:11.608Z] 114826534d7a: Waiting [2023-02-14T18:18:11.608Z] 8a3aa393b2d8: Waiting [2023-02-14T18:18:11.608Z] 4657fd5d0bcf: Waiting [2023-02-14T18:18:11.608Z] 25bc292e5bac: Verifying Checksum [2023-02-14T18:18:11.608Z] 25bc292e5bac: Download complete [2023-02-14T18:18:11.608Z] 52dc419b0ee2: Download complete [2023-02-14T18:18:11.608Z] 4657fd5d0bcf: Download complete [2023-02-14T18:18:11.871Z] df9b9388f04a: Download complete [2023-02-14T18:18:12.136Z] df9b9388f04a: Pull complete [2023-02-14T18:18:12.136Z] 6ad1cebc031e: Verifying Checksum [2023-02-14T18:18:12.136Z] 52dc419b0ee2: Pull complete [2023-02-14T18:18:12.136Z] 25bc292e5bac: Pull complete [2023-02-14T18:18:12.733Z] 114826534d7a: Verifying Checksum [2023-02-14T18:18:12.733Z] 114826534d7a: Download complete [2023-02-14T18:18:13.303Z] 8a3aa393b2d8: Download complete [2023-02-14T18:18:15.828Z] 114826534d7a: Pull complete [2023-02-14T18:18:15.828Z] 4657fd5d0bcf: Pull complete [2023-02-14T18:18:16.393Z] 6ad1cebc031e: Pull complete [2023-02-14T18:18:18.918Z] 8a3aa393b2d8: Pull complete [2023-02-14T18:18:18.919Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-14T18:18:18.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T18:18:18.919Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:19.002Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:18:19.031Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-14T18:18:21.030Z] $ docker top 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-14T18:18:21.100Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh [2023-02-14T18:18:21.380Z] + set -o pipefail [2023-02-14T18:18:21.380Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' [2023-02-14T18:18:25.583Z] [2023-02-14T18:18:25.583Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... [2023-02-14T18:18:25.583Z] [2023-02-14T18:18:25.583Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/a1b5b765-295d-4054-ba1c-a1f2ade9afea [2023-02-14T18:18:25.583Z] [2023-02-14T18:18:25.583Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-14T18:18:25.583Z] [2023-02-14T18:18:25.842Z] [2023-02-14T18:18:25.842Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-14T18:18:25.842Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-14T18:18:25.842Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-14T18:18:25.849Z] $ docker stop --time=1 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c [2023-02-14T18:18:28.039Z] $ docker rm -f --volumes 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T18:18:28.702Z] + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] sh [2023-02-14T18:18:28.994Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T18:18:28.994Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:29.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:18:29.291Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:29.357Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:18:29.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T18:18:29.761Z] $ docker top e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 -eo pid,comm [2023-02-14T18:18:29.816Z] 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). [2023-02-14T18:18:29.816Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T18:18:29.846Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T18:18:29.846Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T18:18:29.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T18:18:29.950Z] $ docker exec e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 ssh-agent [2023-02-14T18:18:30.063Z] SSH_AUTH_SOCK=/tmp/ssh-3KR4ttAiR4yv/agent.33 [2023-02-14T18:18:30.063Z] SSH_AGENT_PID=39 [2023-02-14T18:18:30.067Z] Running ssh-add (command line suppressed) [2023-02-14T18:18:30.171Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10163463081444689444.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10163463081444689444.key) [2023-02-14T18:18:30.188Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T18:18:30.472Z] + git semver tag [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,658 [run_tag] DEBUG tag force:False [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,658 [check_head_tag] DEBUG check head tag [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,660 [execute] INFO git cat-file --batch-check [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,660 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,664 [execute] INFO git cat-file --batch [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,699 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,699 [execute] INFO git tag -a v3.0.0-dev.24 -m v3.0.0-dev.24 [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,699 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.24', '-m', 'v3.0.0-dev.24'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T18:18:30.732Z] 2023-02-14 18:18:30,704 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:30.732Z] 3.0.0-dev.24 [Pipeline] } [2023-02-14T18:18:30.737Z] $ docker exec --env ******** --env ******** e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 ssh-agent -k [2023-02-14T18:18:30.834Z] unset SSH_AUTH_SOCK; [2023-02-14T18:18:30.834Z] unset SSH_AGENT_PID; [2023-02-14T18:18:30.834Z] echo Agent pid 39 killed; [2023-02-14T18:18:30.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T18:18:31.146Z] + git semver [Pipeline] } [2023-02-14T18:18:31.416Z] $ docker stop --time=1 e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 [2023-02-14T18:18:32.730Z] $ docker rm -f --volumes e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:33.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T18:18:33.142Z] [2023-02-14T18:18:33.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:33.444Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T18:18:33.444Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-14T18:18:33.444Z] ab5ef0e58194: Pulling fs layer [2023-02-14T18:18:33.444Z] 9712f1f96733: Pulling fs layer [2023-02-14T18:18:33.444Z] 63f879dbbcfc: Pulling fs layer [2023-02-14T18:18:33.444Z] 0d9ebad4ef96: Pulling fs layer [2023-02-14T18:18:33.444Z] e9a5061849ea: Pulling fs layer [2023-02-14T18:18:33.444Z] d747dcd14b5f: Pulling fs layer [2023-02-14T18:18:33.444Z] 2de7ff778b66: Pulling fs layer [2023-02-14T18:18:33.444Z] d747dcd14b5f: Waiting [2023-02-14T18:18:33.444Z] 2de7ff778b66: Waiting [2023-02-14T18:18:33.444Z] 0d9ebad4ef96: Waiting [2023-02-14T18:18:33.444Z] e9a5061849ea: Waiting [2023-02-14T18:18:33.444Z] 9712f1f96733: Verifying Checksum [2023-02-14T18:18:33.444Z] 9712f1f96733: Download complete [2023-02-14T18:18:34.448Z] 63f879dbbcfc: Verifying Checksum [2023-02-14T18:18:34.448Z] 63f879dbbcfc: Download complete [2023-02-14T18:18:34.750Z] e9a5061849ea: Verifying Checksum [2023-02-14T18:18:34.750Z] e9a5061849ea: Download complete [2023-02-14T18:18:34.750Z] d747dcd14b5f: Download complete [2023-02-14T18:18:35.021Z] ab5ef0e58194: Verifying Checksum [2023-02-14T18:18:35.021Z] ab5ef0e58194: Download complete [2023-02-14T18:18:35.021Z] 2de7ff778b66: Verifying Checksum [2023-02-14T18:18:35.021Z] 2de7ff778b66: Download complete [2023-02-14T18:18:35.279Z] 0d9ebad4ef96: Verifying Checksum [2023-02-14T18:18:35.279Z] 0d9ebad4ef96: Download complete [2023-02-14T18:18:37.249Z] ab5ef0e58194: Pull complete [2023-02-14T18:18:37.507Z] 9712f1f96733: Pull complete [2023-02-14T18:18:38.072Z] 63f879dbbcfc: Pull complete [2023-02-14T18:18:41.354Z] 0d9ebad4ef96: Pull complete [2023-02-14T18:18:41.611Z] e9a5061849ea: Pull complete [2023-02-14T18:18:41.611Z] d747dcd14b5f: Pull complete [2023-02-14T18:18:42.544Z] 2de7ff778b66: Pull complete [2023-02-14T18:18:42.544Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-14T18:18:42.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T18:18:42.544Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:42.621Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:18:42.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-14T18:18:45.108Z] $ docker top 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-14T18:18:45.182Z] provisioning config files... [2023-02-14T18:18:45.189Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7134646204035041305tmp [2023-02-14T18:18:45.200Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14702795070583676615tmp [2023-02-14T18:18:45.209Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13659587851694668424tmp [Pipeline] { [Pipeline] echo [2023-02-14T18:18:45.225Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:18:45.506Z] ---> sigul-configuration.sh [2023-02-14T18:18:45.506Z] gpg: directory `/root/.gnupg' created [2023-02-14T18:18:45.506Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-14T18:18:45.506Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-14T18:18:45.506Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-14T18:18:45.506Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-14T18:18:45.506Z] gpg: CAST5 encrypted data [2023-02-14T18:18:45.506Z] gpg: encrypted with 1 passphrase [2023-02-14T18:18:45.506Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-14T18:18:45.795Z] + mkdir /home/jenkins [2023-02-14T18:18:45.795Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-14T18:18:46.080Z] + 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 [2023-02-14T18:18:46.089Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:18:46.370Z] ---> sigul-install.sh [2023-02-14T18:18:46.370Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-14T18:18:46.653Z] + git tag --list [2023-02-14T18:18:46.653Z] v0.0.1 [2023-02-14T18:18:46.653Z] v0.0.10 [2023-02-14T18:18:46.653Z] v0.0.11 [2023-02-14T18:18:46.653Z] v0.0.12 [2023-02-14T18:18:46.653Z] v0.0.13 [2023-02-14T18:18:46.653Z] v0.0.14 [2023-02-14T18:18:46.653Z] v0.0.15 [2023-02-14T18:18:46.653Z] v0.0.16 [2023-02-14T18:18:46.653Z] v0.0.17 [2023-02-14T18:18:46.653Z] v0.0.18 [2023-02-14T18:18:46.653Z] v0.0.19 [2023-02-14T18:18:46.653Z] v0.0.2 [2023-02-14T18:18:46.653Z] v0.0.20 [2023-02-14T18:18:46.653Z] v0.0.21 [2023-02-14T18:18:46.653Z] v0.0.22 [2023-02-14T18:18:46.653Z] v0.0.23 [2023-02-14T18:18:46.653Z] v0.0.24 [2023-02-14T18:18:46.653Z] v0.0.25 [2023-02-14T18:18:46.653Z] v0.0.26 [2023-02-14T18:18:46.653Z] v0.0.27 [2023-02-14T18:18:46.653Z] v0.0.28 [2023-02-14T18:18:46.653Z] v0.0.29 [2023-02-14T18:18:46.653Z] v0.0.3 [2023-02-14T18:18:46.653Z] v0.0.30 [2023-02-14T18:18:46.653Z] v0.0.31 [2023-02-14T18:18:46.653Z] v0.0.32 [2023-02-14T18:18:46.653Z] v0.0.33 [2023-02-14T18:18:46.653Z] v0.0.34 [2023-02-14T18:18:46.653Z] v0.0.35 [2023-02-14T18:18:46.653Z] v0.0.36 [2023-02-14T18:18:46.653Z] v0.0.37 [2023-02-14T18:18:46.653Z] v0.0.38 [2023-02-14T18:18:46.653Z] v0.0.39 [2023-02-14T18:18:46.653Z] v0.0.4 [2023-02-14T18:18:46.653Z] v0.0.40 [2023-02-14T18:18:46.653Z] v0.0.41 [2023-02-14T18:18:46.653Z] v0.0.42 [2023-02-14T18:18:46.653Z] v0.0.43 [2023-02-14T18:18:46.653Z] v0.0.44 [2023-02-14T18:18:46.653Z] v0.0.45 [2023-02-14T18:18:46.653Z] v0.0.46 [2023-02-14T18:18:46.653Z] v0.0.47 [2023-02-14T18:18:46.653Z] v0.0.48 [2023-02-14T18:18:46.653Z] v0.0.49 [2023-02-14T18:18:46.653Z] v0.0.5 [2023-02-14T18:18:46.653Z] v0.0.50 [2023-02-14T18:18:46.653Z] v0.0.51 [2023-02-14T18:18:46.653Z] v0.0.52 [2023-02-14T18:18:46.653Z] v0.0.53 [2023-02-14T18:18:46.653Z] v0.0.54 [2023-02-14T18:18:46.653Z] v0.0.55 [2023-02-14T18:18:46.653Z] v0.0.56 [2023-02-14T18:18:46.653Z] v0.0.57 [2023-02-14T18:18:46.653Z] v0.0.58 [2023-02-14T18:18:46.653Z] v0.0.59 [2023-02-14T18:18:46.653Z] v0.0.6 [2023-02-14T18:18:46.653Z] v0.0.60 [2023-02-14T18:18:46.653Z] v0.0.61 [2023-02-14T18:18:46.653Z] v0.0.62 [2023-02-14T18:18:46.653Z] v0.0.63 [2023-02-14T18:18:46.653Z] v0.0.64 [2023-02-14T18:18:46.653Z] v0.0.65 [2023-02-14T18:18:46.653Z] v0.0.66 [2023-02-14T18:18:46.653Z] v0.0.67 [2023-02-14T18:18:46.653Z] v0.0.68 [2023-02-14T18:18:46.653Z] v0.0.69 [2023-02-14T18:18:46.653Z] v0.0.7 [2023-02-14T18:18:46.653Z] v0.0.70 [2023-02-14T18:18:46.653Z] v0.0.71 [2023-02-14T18:18:46.653Z] v0.0.72 [2023-02-14T18:18:46.653Z] v0.0.8 [2023-02-14T18:18:46.653Z] v0.0.9 [2023-02-14T18:18:46.653Z] v2.0.0 [2023-02-14T18:18:46.653Z] v2.1.0 [2023-02-14T18:18:46.653Z] v2.1.1 [2023-02-14T18:18:46.653Z] v2.1.1-dev.1 [2023-02-14T18:18:46.653Z] v2.1.1-dev.2 [2023-02-14T18:18:46.653Z] v2.1.1-dev.3 [2023-02-14T18:18:46.653Z] v2.1.1-dev.4 [2023-02-14T18:18:46.653Z] v2.2.0 [2023-02-14T18:18:46.653Z] v2.2.1-dev.1 [2023-02-14T18:18:46.653Z] v2.2.1-dev.2 [2023-02-14T18:18:46.653Z] v2.2.1-dev.3 [2023-02-14T18:18:46.653Z] v2.2.1-dev.4 [2023-02-14T18:18:46.653Z] v2.2.1-dev.5 [2023-02-14T18:18:46.653Z] v2.2.1-dev.6 [2023-02-14T18:18:46.653Z] v2.2.1-dev.7 [2023-02-14T18:18:46.653Z] v2.2.1-dev.8 [2023-02-14T18:18:46.653Z] v2.2.1-dev.9 [2023-02-14T18:18:46.653Z] v2.3.0 [2023-02-14T18:18:46.653Z] v2.3.0-dev.10 [2023-02-14T18:18:46.653Z] v2.3.0-dev.11 [2023-02-14T18:18:46.653Z] v2.3.0-dev.12 [2023-02-14T18:18:46.653Z] v2.3.0-dev.13 [2023-02-14T18:18:46.653Z] v2.3.0-dev.14 [2023-02-14T18:18:46.653Z] v2.3.0-dev.15 [2023-02-14T18:18:46.653Z] v2.3.0-dev.16 [2023-02-14T18:18:46.653Z] v2.3.0-dev.17 [2023-02-14T18:18:46.653Z] v2.3.0-dev.18 [2023-02-14T18:18:46.653Z] v2.3.0-dev.19 [2023-02-14T18:18:46.653Z] v2.3.0-dev.20 [2023-02-14T18:18:46.653Z] v2.3.0-dev.21 [2023-02-14T18:18:46.653Z] v2.3.0-dev.22 [2023-02-14T18:18:46.653Z] v2.3.0-dev.23 [2023-02-14T18:18:46.653Z] v2.3.0-dev.24 [2023-02-14T18:18:46.653Z] v2.3.0-dev.25 [2023-02-14T18:18:46.653Z] v2.3.0-dev.26 [2023-02-14T18:18:46.653Z] v2.3.0-dev.27 [2023-02-14T18:18:46.653Z] v2.3.0-dev.28 [2023-02-14T18:18:46.653Z] v2.3.0-dev.29 [2023-02-14T18:18:46.653Z] v2.3.0-dev.30 [2023-02-14T18:18:46.653Z] v3.0.0-dev.1 [2023-02-14T18:18:46.653Z] v3.0.0-dev.10 [2023-02-14T18:18:46.653Z] v3.0.0-dev.11 [2023-02-14T18:18:46.653Z] v3.0.0-dev.12 [2023-02-14T18:18:46.653Z] v3.0.0-dev.13 [2023-02-14T18:18:46.653Z] v3.0.0-dev.14 [2023-02-14T18:18:46.653Z] v3.0.0-dev.15 [2023-02-14T18:18:46.653Z] v3.0.0-dev.16 [2023-02-14T18:18:46.653Z] v3.0.0-dev.17 [2023-02-14T18:18:46.653Z] v3.0.0-dev.18 [2023-02-14T18:18:46.653Z] v3.0.0-dev.19 [2023-02-14T18:18:46.653Z] v3.0.0-dev.2 [2023-02-14T18:18:46.653Z] v3.0.0-dev.20 [2023-02-14T18:18:46.653Z] v3.0.0-dev.21 [2023-02-14T18:18:46.653Z] v3.0.0-dev.22 [2023-02-14T18:18:46.653Z] v3.0.0-dev.23 [2023-02-14T18:18:46.653Z] v3.0.0-dev.24 [2023-02-14T18:18:46.653Z] v3.0.0-dev.3 [2023-02-14T18:18:46.653Z] v3.0.0-dev.4 [2023-02-14T18:18:46.653Z] v3.0.0-dev.5 [2023-02-14T18:18:46.653Z] v3.0.0-dev.6 [2023-02-14T18:18:46.653Z] v3.0.0-dev.7 [2023-02-14T18:18:46.653Z] v3.0.0-dev.8 [2023-02-14T18:18:46.653Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-14T18:18:46.940Z] + lftools sign git-tag v3.0.0-dev.24 [2023-02-14T18:18:47.507Z] Signing Git tag with Sigul... [2023-02-14T18:18:47.507Z] Signing v3.0.0-dev.24 [Pipeline] echo [2023-02-14T18:18:47.776Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:18:48.060Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-14T18:18:48.067Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-14T18:18:48.078Z] $ docker stop --time=1 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 [2023-02-14T18:18:49.404Z] $ docker rm -f --volumes 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-14T18:18:49.813Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T18:18:49.813Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:50.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:18:50.110Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:50.176Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:18:50.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T18:18:50.576Z] $ docker top a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 -eo pid,comm [2023-02-14T18:18:50.628Z] 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). [2023-02-14T18:18:50.628Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T18:18:50.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T18:18:50.666Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T18:18:50.773Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T18:18:50.771Z] $ docker exec a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 ssh-agent [2023-02-14T18:18:50.876Z] SSH_AUTH_SOCK=/tmp/ssh-3ZIuwRL581Mc/agent.31 [2023-02-14T18:18:50.876Z] SSH_AGENT_PID=37 [2023-02-14T18:18:50.881Z] Running ssh-add (command line suppressed) [2023-02-14T18:18:50.967Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2442319235472555673.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2442319235472555673.key) [2023-02-14T18:18:50.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T18:18:51.271Z] + git semver bump pre [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,457 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,457 [bump_version] DEBUG bumping version:3.0.0-dev.24 on axis:pre with prefix:dev [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,458 [bump_version] DEBUG bumped version:3.0.0-dev.25 [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,458 [write_version] DEBUG write version:3.0.0-dev.25 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,458 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,458 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,459 [execute] INFO git cat-file --batch-check [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,465 [execute] INFO git cat-file --batch [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,465 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T18:18:51.530Z] 2023-02-14 18:18:51,472 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:51.530Z] 3.0.0-dev.25 [Pipeline] } [2023-02-14T18:18:51.533Z] $ docker exec --env ******** --env ******** a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 ssh-agent -k [2023-02-14T18:18:51.626Z] unset SSH_AUTH_SOCK; [2023-02-14T18:18:51.626Z] unset SSH_AGENT_PID; [2023-02-14T18:18:51.626Z] echo Agent pid 37 killed; [2023-02-14T18:18:51.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T18:18:51.937Z] + git semver [Pipeline] } [2023-02-14T18:18:52.202Z] $ docker stop --time=1 a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 [2023-02-14T18:18:53.496Z] $ docker rm -f --volumes a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T18:18:53.837Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T18:18:53.837Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:18:54.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T18:18:54.136Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:18:54.202Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:18:54.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T18:18:54.580Z] $ docker top f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T18:18:54.686Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T18:18:54.686Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T18:18:54.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T18:18:54.799Z] $ docker exec f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 ssh-agent [2023-02-14T18:18:54.915Z] SSH_AUTH_SOCK=/tmp/ssh-FdB32yaZtPsK/agent.32 [2023-02-14T18:18:54.915Z] SSH_AGENT_PID=38 [2023-02-14T18:18:54.920Z] Running ssh-add (command line suppressed) [2023-02-14T18:18:55.009Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5088918000200735524.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5088918000200735524.key) [2023-02-14T18:18:55.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T18:18:55.318Z] + git semver push [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,496 [run_push] DEBUG push [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,497 [execute] INFO git cat-file --batch-check [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,497 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,501 [execute] INFO git rev-list f8e802ba3379fe6cd9ff728612504f11338b338c -- [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,501 [execute] DEBUG Popen(['git', 'rev-list', 'f8e802ba3379fe6cd9ff728612504f11338b338c', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,510 [execute] INFO git fetch -v origin [2023-02-14T18:18:55.577Z] 2023-02-14 18:18:55,511 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-14T18:18:56.145Z] 2023-02-14 18:18:56,034 [run_push] DEBUG no remote changes detected [2023-02-14T18:18:56.145Z] 2023-02-14 18:18:56,034 [execute] INFO git push origin semver [2023-02-14T18:18:56.145Z] 2023-02-14 18:18:56,035 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-14T18:18:57.081Z] 2023-02-14 18:18:56,965 [run_push] DEBUG push all version tags [2023-02-14T18:18:57.081Z] 2023-02-14 18:18:56,966 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-14T18:18:57.081Z] 2023-02-14 18:18:56,966 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T18:18:58.017Z] 2023-02-14 18:18:57,880 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-14T18:18:58.017Z] 3.0.0-dev.25 [Pipeline] } [2023-02-14T18:18:58.022Z] $ docker exec --env ******** --env ******** f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 ssh-agent -k [2023-02-14T18:18:58.118Z] unset SSH_AUTH_SOCK; [2023-02-14T18:18:58.119Z] unset SSH_AGENT_PID; [2023-02-14T18:18:58.119Z] echo Agent pid 38 killed; [2023-02-14T18:18:58.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T18:18:58.442Z] + git semver [Pipeline] } [2023-02-14T18:18:58.710Z] $ docker stop --time=1 f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 [2023-02-14T18:19:00.005Z] $ docker rm -f --volumes f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-14T18:19:00.586Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2023-02-14T18:19:00.586Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-14T18:19:00.586Z] total 16 [2023-02-14T18:19:00.586Z] drwxr-xr-x 3 root root 4096 Feb 14 18:15 . [2023-02-14T18:19:00.586Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 14 18:18 .. [2023-02-14T18:19:00.586Z] drwxr-xr-x 2 root root 4096 Feb 14 18:15 cost [2023-02-14T18:19:00.586Z] -rw-r--r-- 1 root root 88 Feb 14 18:15 cost.csv [2023-02-14T18:19:00.586Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-14T18:19:00.586Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-14T18:19:00.586Z] total 16 [2023-02-14T18:19:00.586Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 18:15 . [2023-02-14T18:19:00.586Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 14 18:18 .. [2023-02-14T18:19:00.586Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 18:15 cost [2023-02-14T18:19:00.586Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 14 18:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:00.878Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:01.736Z] ---> package-listing.sh [2023-02-14T18:19:01.736Z] ++ facter osfamily [2023-02-14T18:19:01.736Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-14T18:19:01.995Z] + OS_FAMILY=debian [2023-02-14T18:19:01.995Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2023-02-14T18:19:01.995Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-14T18:19:01.995Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-14T18:19:01.995Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-14T18:19:01.995Z] + PACKAGES=/tmp/packages_start.txt [2023-02-14T18:19:01.995Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-02-14T18:19:01.995Z] + PACKAGES=/tmp/packages_end.txt [2023-02-14T18:19:01.995Z] + case "${OS_FAMILY}" in [2023-02-14T18:19:01.995Z] + dpkg -l [2023-02-14T18:19:01.995Z] + grep '^ii' [2023-02-14T18:19:01.995Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-14T18:19:01.995Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-14T18:19:01.995Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-14T18:19:01.995Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-02-14T18:19:01.995Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2023-02-14T18:19:01.995Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo [2023-02-14T18:19:02.005Z] 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-14T18:19:02.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T18:19:02.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T18:19:02.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T18:19:02.902Z] prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container [2023-02-14T18:19:02.930Z] $ 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T18:19:03.176Z] $ docker top 94ab2f3aae922a64a0177ff4cdef08628ac710b292530d1518f96d8250330671 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T18:19:03.527Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-14T18:19:03.811Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-14T18:19:04.100Z] + ls /var/log/sa-host [2023-02-14T18:19:04.100Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T18:19:04.212Z] provisioning config files... [2023-02-14T18:19:04.231Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15048197570007285302tmp [Pipeline] { [Pipeline] echo [2023-02-14T18:19:04.249Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:04.568Z] ---> create-netrc.sh [Pipeline] } [2023-02-14T18:19:04.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:04.938Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-14T18:19:04.947Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:05.230Z] ---> sudo-logs.sh [2023-02-14T18:19:05.231Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-14T18:19:05.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:05.541Z] ---> job-cost.sh [2023-02-14T18:19:05.541Z] lf-activate-venv: SKIPPING [2023-02-14T18:19:05.541Z] DEBUG: total: 0.2199999988079071 [2023-02-14T18:19:05.541Z] INFO: Retrieving Stack Cost... [2023-02-14T18:19:06.109Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T18:19:06.368Z] INFO: Archiving Costs [Pipeline] echo [2023-02-14T18:19:06.380Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T18:19:06.661Z] ---> logs-deploy.sh [2023-02-14T18:19:06.661Z] lf-activate-venv: SKIPPING [2023-02-14T18:19:06.661Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/112 [2023-02-14T18:19:06.661Z] INFO: archiving workspace using pattern(s): [2023-02-14T18:19:07.599Z] Archives upload complete. [2023-02-14T18:19:07.859Z] INFO: archiving logs to Nexus [2023-02-14T18:19:08.431Z] ---> uname -a: [2023-02-14T18:19:08.431Z] Linux prd-ubuntu20-04-docker-8c-8g-5846 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] ---> lscpu: [2023-02-14T18:19:08.431Z] Architecture: x86_64 [2023-02-14T18:19:08.431Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-14T18:19:08.431Z] Byte Order: Little Endian [2023-02-14T18:19:08.431Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-14T18:19:08.431Z] CPU(s): 8 [2023-02-14T18:19:08.431Z] On-line CPU(s) list: 0-7 [2023-02-14T18:19:08.431Z] Thread(s) per core: 1 [2023-02-14T18:19:08.431Z] Core(s) per socket: 1 [2023-02-14T18:19:08.431Z] Socket(s): 8 [2023-02-14T18:19:08.431Z] NUMA node(s): 1 [2023-02-14T18:19:08.431Z] Vendor ID: AuthenticAMD [2023-02-14T18:19:08.431Z] CPU family: 23 [2023-02-14T18:19:08.431Z] Model: 49 [2023-02-14T18:19:08.431Z] Model name: AMD EPYC-Rome Processor [2023-02-14T18:19:08.431Z] Stepping: 0 [2023-02-14T18:19:08.431Z] CPU MHz: 2800.000 [2023-02-14T18:19:08.431Z] BogoMIPS: 5600.00 [2023-02-14T18:19:08.431Z] Virtualization: AMD-V [2023-02-14T18:19:08.431Z] Hypervisor vendor: KVM [2023-02-14T18:19:08.431Z] Virtualization type: full [2023-02-14T18:19:08.431Z] L1d cache: 256 KiB [2023-02-14T18:19:08.431Z] L1i cache: 256 KiB [2023-02-14T18:19:08.431Z] L2 cache: 4 MiB [2023-02-14T18:19:08.431Z] L3 cache: 128 MiB [2023-02-14T18:19:08.431Z] NUMA node0 CPU(s): 0-7 [2023-02-14T18:19:08.431Z] Vulnerability Itlb multihit: Not affected [2023-02-14T18:19:08.431Z] Vulnerability L1tf: Not affected [2023-02-14T18:19:08.431Z] Vulnerability Mds: Not affected [2023-02-14T18:19:08.431Z] Vulnerability Meltdown: Not affected [2023-02-14T18:19:08.431Z] Vulnerability Mmio stale data: Not affected [2023-02-14T18:19:08.431Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-14T18:19:08.431Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-14T18:19:08.431Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-14T18:19:08.431Z] Vulnerability Srbds: Not affected [2023-02-14T18:19:08.431Z] Vulnerability Tsx async abort: Not affected [2023-02-14T18:19:08.431Z] 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 [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] ---> nproc: [2023-02-14T18:19:08.431Z] 8 [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] ---> df -h: [2023-02-14T18:19:08.431Z] Filesystem Size Used Avail Use% Mounted on [2023-02-14T18:19:08.431Z] overlay 155G 12G 144G 8% / [2023-02-14T18:19:08.431Z] tmpfs 64M 0 64M 0% /dev [2023-02-14T18:19:08.431Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-14T18:19:08.431Z] shm 64M 0 64M 0% /dev/shm [2023-02-14T18:19:08.431Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] ---> sar -b -r -n DEV: [2023-02-14T18:19:08.431Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5846) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] 18:03:12 LINUX RESTART (8 CPU) [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] 18:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-14T18:19:08.431Z] 18:05:01 3.42 0.00 3.42 0.00 0.00 342.87 0.00 [2023-02-14T18:19:08.431Z] 18:06:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 [2023-02-14T18:19:08.431Z] 18:07:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2023-02-14T18:19:08.431Z] 18:08:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 [2023-02-14T18:19:08.431Z] 18:09:01 38.34 11.78 26.56 0.00 5427.10 6242.29 0.00 [2023-02-14T18:19:08.431Z] 18:10:01 2.22 0.00 2.22 0.00 0.00 24.39 0.00 [2023-02-14T18:19:08.431Z] 18:11:01 1.40 0.00 1.40 0.00 0.00 14.80 0.00 [2023-02-14T18:19:08.431Z] 18:12:01 1.88 0.00 1.88 0.00 0.00 20.93 0.00 [2023-02-14T18:19:08.431Z] 18:13:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 [2023-02-14T18:19:08.431Z] 18:14:01 2.57 0.00 2.57 0.00 0.00 40.93 0.00 [2023-02-14T18:19:08.431Z] 18:15:01 85.35 14.63 70.72 0.00 1879.69 36666.56 0.00 [2023-02-14T18:19:08.431Z] 18:16:01 58.18 0.30 57.88 0.00 11.33 29705.16 0.00 [2023-02-14T18:19:08.431Z] 18:17:01 1.60 0.02 1.58 0.00 0.13 18.13 0.00 [2023-02-14T18:19:08.431Z] 18:18:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 [2023-02-14T18:19:08.431Z] 18:19:01 118.96 0.62 118.35 0.00 60.52 59757.51 0.00 [2023-02-14T18:19:08.431Z] Average: 21.41 1.82 19.59 0.00 492.43 8870.14 0.00 [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] 18:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-14T18:19:08.431Z] 18:05:01 30622584 31886272 486108 1.48 47184 1538528 1684204 4.96 600236 1405256 12 [2023-02-14T18:19:08.431Z] 18:06:01 30623260 31887228 484568 1.47 47224 1538532 1684204 4.96 599380 1405400 8 [2023-02-14T18:19:08.431Z] 18:07:01 30622532 31886540 485036 1.48 47264 1538532 1684204 4.96 600152 1405396 12 [2023-02-14T18:19:08.431Z] 18:08:01 30622048 31887052 485092 1.48 47296 1538536 1684204 4.96 600344 1406284 8 [2023-02-14T18:19:08.431Z] 18:09:01 30243396 31858652 497568 1.51 55780 1870928 1743884 5.14 835900 1518632 4 [2023-02-14T18:19:08.431Z] 18:10:01 30242944 31858304 497868 1.51 55876 1870920 1743884 5.14 836032 1518640 8 [2023-02-14T18:19:08.431Z] 18:11:01 30242812 31858280 497264 1.51 55964 1870924 1743884 5.14 835864 1518648 4 [2023-02-14T18:19:08.431Z] 18:12:01 30242936 31858540 496952 1.51 56060 1870924 1743884 5.14 836060 1518656 4 [2023-02-14T18:19:08.431Z] 18:13:01 30242596 31858484 496980 1.51 56156 1871064 1743884 5.14 836148 1518832 8 [2023-02-14T18:19:08.431Z] 18:14:01 30242652 31858684 496672 1.51 56316 1871048 1743884 5.14 836452 1518820 8 [2023-02-14T18:19:08.431Z] 18:15:01 28259372 31523232 767492 2.33 98460 3385464 1925568 5.67 1579516 2599624 471224 [2023-02-14T18:19:08.431Z] 18:16:01 28293932 31563152 731708 2.23 104824 3383056 1768124 5.21 1408896 2739164 244 [2023-02-14T18:19:08.431Z] 18:17:01 28293340 31562604 732236 2.23 104868 3383064 1768124 5.21 1408756 2739168 12 [2023-02-14T18:19:08.431Z] 18:18:01 28296652 31565956 728492 2.22 104900 3383080 1768124 5.21 1405240 2739164 8 [2023-02-14T18:19:08.431Z] 18:19:01 26783144 31539912 747200 2.27 151052 4693492 1788420 5.27 1531920 3985728 880 [2023-02-14T18:19:08.431Z] Average: 29591613 31763526 575416 1.75 72615 2373873 1747899 5.15 983393 1969161 31496 [2023-02-14T18:19:08.431Z] [2023-02-14T18:19:08.431Z] 18:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-14T18:19:08.431Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:05:01 ens3 2.36 0.98 1.61 0.25 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:06:01 ens3 1.42 0.27 0.32 0.20 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:07:01 ens3 1.15 0.30 0.34 0.20 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:08:01 ens3 1.12 0.70 0.61 0.48 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:09:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:09:01 ens3 91.05 44.84 1931.11 3.39 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:10:01 ens3 0.37 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:11:01 ens3 0.28 0.10 0.09 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:12:01 ens3 0.50 0.12 0.03 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:13:01 ens3 0.75 0.02 0.03 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:14:01 ens3 0.48 0.23 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:15:01 docker0 35.66 51.82 3.24 625.36 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:15:01 lo 3.27 3.27 0.32 0.32 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:15:01 ens3 547.49 374.65 6619.45 127.87 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:15:01 veth75face5 31.29 48.24 3.16 580.16 0.00 0.00 0.00 0.05 [2023-02-14T18:19:08.431Z] 18:16:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:16:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:16:01 ens3 116.19 87.94 2529.18 15.89 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:19:01 docker0 38.69 54.44 3.52 581.95 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:19:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] 18:19:01 ens3 366.91 281.49 7820.10 54.37 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] Average: docker0 4.97 7.09 0.45 80.57 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.431Z] Average: lo 0.54 0.54 0.05 0.05 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.432Z] Average: ens3 75.43 52.85 1261.54 13.53 0.00 0.00 0.00 0.00 [2023-02-14T18:19:08.432Z] [2023-02-14T18:19:08.432Z] [2023-02-14T18:19:08.432Z] ---> sar -P ALL: [2023-02-14T18:19:08.432Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5846) 02/14/23 _x86_64_ (8 CPU) [2023-02-14T18:19:08.432Z] [2023-02-14T18:19:08.432Z] 18:03:12 LINUX RESTART (8 CPU) [2023-02-14T18:19:08.432Z] [2023-02-14T18:19:08.432Z] 18:04:02 CPU %user %nice %system %iowait %steal %idle [2023-02-14T18:19:08.432Z] 18:05:01 all 0.03 0.00 0.02 0.03 0.00 99.91 [2023-02-14T18:19:08.432Z] 18:05:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2023-02-14T18:19:08.432Z] 18:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:05:01 5 0.10 0.00 0.03 0.14 0.00 99.73 [2023-02-14T18:19:08.432Z] 18:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T18:19:08.432Z] 18:05:01 7 0.05 0.00 0.05 0.10 0.00 99.80 [2023-02-14T18:19:08.432Z] 18:06:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-14T18:19:08.432Z] 18:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-14T18:19:08.432Z] 18:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:06:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-14T18:19:08.432Z] 18:06:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:06:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:06:01 7 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-14T18:19:08.432Z] 18:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 [2023-02-14T18:19:08.432Z] 18:07:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2023-02-14T18:19:08.432Z] 18:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T18:19:08.432Z] 18:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-14T18:19:08.432Z] 18:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-14T18:19:08.432Z] 18:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:07:01 7 0.00 0.00 0.03 0.03 0.00 99.93 [2023-02-14T18:19:08.432Z] 18:08:01 all 0.11 0.00 0.02 0.01 0.00 99.85 [2023-02-14T18:19:08.432Z] 18:08:01 0 0.70 0.00 0.00 0.00 0.02 99.28 [2023-02-14T18:19:08.432Z] 18:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-14T18:19:08.432Z] 18:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:08:01 5 0.05 0.00 0.03 0.03 0.00 99.88 [2023-02-14T18:19:08.432Z] 18:08:01 6 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-14T18:19:08.432Z] 18:08:01 7 0.03 0.00 0.05 0.03 0.00 99.88 [2023-02-14T18:19:08.432Z] 18:09:01 all 1.49 0.00 0.66 0.39 0.03 97.44 [2023-02-14T18:19:08.432Z] 18:09:01 0 2.59 0.00 0.49 0.02 0.03 96.86 [2023-02-14T18:19:08.432Z] 18:09:01 1 1.27 0.00 0.88 0.42 0.02 97.42 [2023-02-14T18:19:08.432Z] 18:09:01 2 1.42 0.00 0.65 0.20 0.02 97.72 [2023-02-14T18:19:08.432Z] 18:09:01 3 0.87 0.00 0.45 0.12 0.03 98.53 [2023-02-14T18:19:08.432Z] 18:09:01 4 3.55 0.00 0.77 0.03 0.03 95.61 [2023-02-14T18:19:08.432Z] 18:09:01 5 0.60 0.00 0.80 0.18 0.03 98.38 [2023-02-14T18:19:08.432Z] 18:09:01 6 0.58 0.00 0.68 0.18 0.02 98.53 [2023-02-14T18:19:08.432Z] 18:09:01 7 0.99 0.00 0.55 1.96 0.03 96.47 [2023-02-14T18:19:08.432Z] 18:10:01 all 0.25 0.00 0.02 0.01 0.00 99.72 [2023-02-14T18:19:08.432Z] 18:10:01 0 1.92 0.00 0.03 0.00 0.00 98.05 [2023-02-14T18:19:08.432Z] 18:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:10:01 6 0.02 0.00 0.03 0.03 0.02 99.90 [2023-02-14T18:19:08.432Z] 18:10:01 7 0.00 0.00 0.02 0.07 0.00 99.92 [2023-02-14T18:19:08.432Z] 18:11:01 all 0.01 0.00 0.00 0.02 0.00 99.96 [2023-02-14T18:19:08.432Z] 18:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-14T18:19:08.432Z] 18:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:11:01 7 0.02 0.00 0.02 0.13 0.00 99.83 [2023-02-14T18:19:08.432Z] 18:12:01 all 0.01 0.00 0.01 0.03 0.00 99.94 [2023-02-14T18:19:08.432Z] 18:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:12:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-14T18:19:08.432Z] 18:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:12:01 7 0.02 0.00 0.00 0.23 0.00 99.75 [2023-02-14T18:19:08.432Z] 18:13:01 all 0.26 0.00 0.01 0.02 0.00 99.71 [2023-02-14T18:19:08.432Z] 18:13:01 0 1.92 0.00 0.05 0.00 0.00 98.03 [2023-02-14T18:19:08.432Z] 18:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:13:01 4 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:13:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-14T18:19:08.432Z] 18:13:01 7 0.00 0.00 0.00 0.13 0.00 99.87 [2023-02-14T18:19:08.432Z] 18:14:01 all 0.27 0.00 0.01 0.01 0.01 99.70 [2023-02-14T18:19:08.432Z] 18:14:01 0 2.00 0.00 0.00 0.00 0.02 97.98 [2023-02-14T18:19:08.432Z] 18:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-14T18:19:08.432Z] 18:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:14:01 4 0.00 0.00 0.03 0.03 0.02 99.92 [2023-02-14T18:19:08.432Z] 18:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-14T18:19:08.432Z] 18:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:14:01 7 0.02 0.00 0.03 0.08 0.00 99.87 [2023-02-14T18:19:08.432Z] 18:15:01 all 18.76 0.00 4.47 1.25 0.08 75.44 [2023-02-14T18:19:08.432Z] 18:15:01 0 18.49 0.00 4.20 0.29 0.07 76.96 [2023-02-14T18:19:08.432Z] 18:15:01 1 17.48 0.00 3.81 0.19 0.07 78.46 [2023-02-14T18:19:08.432Z] 18:15:01 2 18.12 0.00 4.37 0.18 0.07 77.25 [2023-02-14T18:19:08.432Z] 18:15:01 3 18.17 0.00 4.41 1.80 0.08 75.54 [2023-02-14T18:19:08.432Z] 18:15:01 4 19.23 0.00 5.09 5.51 0.07 70.10 [2023-02-14T18:19:08.432Z] 18:15:01 5 20.39 0.00 3.96 0.66 0.08 74.91 [2023-02-14T18:19:08.432Z] 18:15:01 6 20.14 0.00 5.04 0.19 0.08 74.54 [2023-02-14T18:19:08.432Z] 18:15:01 7 18.07 0.00 4.88 1.24 0.12 75.69 [2023-02-14T18:19:08.432Z] [2023-02-14T18:19:08.432Z] 18:15:01 CPU %user %nice %system %iowait %steal %idle [2023-02-14T18:19:08.432Z] 18:16:01 all 10.33 0.00 2.26 0.72 0.04 86.65 [2023-02-14T18:19:08.432Z] 18:16:01 0 9.64 0.00 3.48 2.06 0.03 84.79 [2023-02-14T18:19:08.432Z] 18:16:01 1 10.12 0.00 2.15 0.10 0.03 87.59 [2023-02-14T18:19:08.432Z] 18:16:01 2 10.52 0.00 1.73 0.00 0.03 87.72 [2023-02-14T18:19:08.432Z] 18:16:01 3 10.42 0.00 1.94 0.05 0.03 87.55 [2023-02-14T18:19:08.432Z] 18:16:01 4 10.54 0.00 2.52 2.03 0.03 84.89 [2023-02-14T18:19:08.432Z] 18:16:01 5 10.41 0.00 2.01 0.17 0.03 87.38 [2023-02-14T18:19:08.432Z] 18:16:01 6 11.29 0.00 1.82 0.02 0.03 86.84 [2023-02-14T18:19:08.432Z] 18:16:01 7 9.73 0.00 2.45 1.34 0.05 86.42 [2023-02-14T18:19:08.432Z] 18:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-14T18:19:08.432Z] 18:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:17:01 4 0.07 0.00 0.02 0.02 0.00 99.90 [2023-02-14T18:19:08.432Z] 18:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:17:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-02-14T18:19:08.432Z] 18:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:18:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2023-02-14T18:19:08.432Z] 18:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:18:01 4 0.12 0.00 0.02 0.02 0.00 99.85 [2023-02-14T18:19:08.432Z] 18:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-14T18:19:08.432Z] 18:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-14T18:19:08.432Z] 18:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-14T18:19:08.432Z] 18:19:01 all 8.87 0.00 3.84 1.25 0.07 85.97 [2023-02-14T18:19:08.432Z] 18:19:01 0 9.61 0.00 3.84 0.46 0.07 86.02 [2023-02-14T18:19:08.432Z] 18:19:01 1 8.12 0.00 3.36 2.52 0.07 85.93 [2023-02-14T18:19:08.432Z] 18:19:01 2 7.27 0.00 3.01 0.20 0.07 89.45 [2023-02-14T18:19:08.432Z] 18:19:01 3 9.28 0.00 3.92 0.22 0.08 86.50 [2023-02-14T18:19:08.432Z] 18:19:01 4 9.18 0.00 5.07 6.19 0.07 79.49 [2023-02-14T18:19:08.432Z] 18:19:01 5 8.55 0.00 4.45 0.10 0.05 86.85 [2023-02-14T18:19:08.432Z] 18:19:01 6 9.04 0.00 3.23 0.22 0.07 87.45 [2023-02-14T18:19:08.432Z] 18:19:01 7 9.88 0.00 3.89 0.15 0.07 86.01 [2023-02-14T18:19:08.432Z] Average: all 2.68 0.00 0.75 0.25 0.02 96.30 [2023-02-14T18:19:08.432Z] Average: 0 3.13 0.00 0.81 0.19 0.02 95.86 [2023-02-14T18:19:08.432Z] Average: 1 2.47 0.00 0.69 0.21 0.02 96.62 [2023-02-14T18:19:08.432Z] Average: 2 2.48 0.00 0.66 0.04 0.01 96.81 [2023-02-14T18:19:08.432Z] Average: 3 2.57 0.00 0.71 0.14 0.02 96.56 [2023-02-14T18:19:08.432Z] Average: 4 2.83 0.00 0.89 0.92 0.02 95.35 [2023-02-14T18:19:08.432Z] Average: 5 2.67 0.00 0.75 0.09 0.02 96.47 [2023-02-14T18:19:08.432Z] Average: 6 2.73 0.00 0.72 0.04 0.02 96.48 [2023-02-14T18:19:08.433Z] Average: 7 2.56 0.00 0.79 0.37 0.02 96.26 [2023-02-14T18:19:08.433Z] [2023-02-14T18:19:08.433Z] [2023-02-14T18:19:08.433Z]