Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b74b2d420bce4437074e846341a99d8705cdc4ae 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-ssh12337212174937784027.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-ssh11311743838053926152.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-core-contracts/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-core-contracts/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2070118195171641653.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-ssh15933322411394772754.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-core-contracts/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-core-contracts/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7113566495377832189.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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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 Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-4851 in /w/workspace/undry_go-mod-core-contracts_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-core-contracts.git > git init /w/workspace/undry_go-mod-core-contracts_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b74b2d420bce4437074e846341a99d8705cdc4ae (main) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b74b2d420bce4437074e846341a99d8705cdc4ae # timeout=10 Commit message: "Merge pull request #789 from lenny-intel/mb-topic-keys" > git rev-list --no-walk 1c5ef3aefd4c3411ed53897b0302b355caa87855 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-07T07:20:57.283Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-07T07:20:57.356Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-07T07:20:57.375Z] ========================================================= [2023-02-07T07:20:57.375Z] EdgeX Global Pipelines Version Info [2023-02-07T07:20:57.375Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:20:58.467Z] ------------------- [2023-02-07T07:20:58.467Z] stable info: [2023-02-07T07:20:58.467Z] ------------------- [2023-02-07T07:20:58.467Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-07T07:20:58.467Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T07:20:58.467Z] Message: update stable to v1.0.244 [2023-02-07T07:20:58.731Z] ------------------- [2023-02-07T07:20:58.731Z] experimental info: [2023-02-07T07:20:58.731Z] ------------------- [2023-02-07T07:20:58.731Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-07T07:20:58.731Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-07T07:20:58.731Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-07T07:20:58.919Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2023-02-07T07:20:58.935Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2023-02-07T07:20:58.949Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-07T07:20:58.962Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-07T07:20:58.974Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-07T07:20:58.984Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-07T07:20:58.996Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-07T07:20:59.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-07T07:20:59.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-07T07:20:59.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-07T07:20:59.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-07T07:20:59.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2023-02-07T07:20:59.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-07T07:20:59.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-07T07:20:59.106Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T07:20:59.122Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T07:20:59.134Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T07:20:59.149Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-07T07:20:59.162Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-07T07:20:59.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-07T07:20:59.190Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-07T07:20:59.209Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-07T07:20:59.220Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-07T07:20:59.235Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-07T07:20:59.247Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-07T07:20:59.259Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-07T07:20:59.270Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-07T07:20:59.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-07T07:20:59.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-07T07:20:59.313Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-07T07:20:59.330Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo [2023-02-07T07:20:59.344Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b74b2d4 [Pipeline] echo [2023-02-07T07:20:59.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-07T07:20:59.719Z] + git rev-list -1 --merges b74b2d420bce4437074e846341a99d8705cdc4ae~1..b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo [2023-02-07T07:20:59.764Z] -----------> git rev-list -1 --merges b74b2d420bce4437074e846341a99d8705cdc4ae~1..b74b2d420bce4437074e846341a99d8705cdc4ae b74b2d420bce4437074e846341a99d8705cdc4ae [2023-02-07T07:20:59.764Z] b74b2d420bce4437074e846341a99d8705cdc4ae [false] [Pipeline] sh [2023-02-07T07:21:00.056Z] + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo [2023-02-07T07:21:00.071Z] ========================================================= [2023-02-07T07:21:00.071Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-07T07:21:00.071Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T07:21:00.412Z] + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] echo [2023-02-07T07:21:00.424Z] [semverPrep] GIT_COMMIT: b74b2d420bce4437074e846341a99d8705cdc4ae, Commit Message: Merge pull request #789 from lenny-intel/mb-topic-keys [Pipeline] echo [2023-02-07T07:21:00.437Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-07T07:21:00.828Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T07:21:00.828Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-07T07:21:00.828Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-07T07:21:00.828Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-07T07:21:00.828Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-07T07:21:00.828Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-07T07:21:00.828Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:21:01.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:21:01.520Z] [2023-02-07T07:21:01.520Z] 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-07T07:21:01.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:21:01.835Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-07T07:21:01.836Z] b85a868b505f: Pulling fs layer [2023-02-07T07:21:01.836Z] e2be974225ed: Pulling fs layer [2023-02-07T07:21:01.836Z] 339a4e72a1f5: Pulling fs layer [2023-02-07T07:21:01.836Z] 988bab9f4d93: Pulling fs layer [2023-02-07T07:21:01.836Z] 1469e6f7b9e6: Pulling fs layer [2023-02-07T07:21:01.836Z] eaf3925da568: Pulling fs layer [2023-02-07T07:21:01.836Z] bab4dde63d76: Pulling fs layer [2023-02-07T07:21:01.836Z] bde34c3a00c8: Pulling fs layer [2023-02-07T07:21:01.836Z] b352a97aabf1: Pulling fs layer [2023-02-07T07:21:01.836Z] 1469e6f7b9e6: Waiting [2023-02-07T07:21:01.836Z] eaf3925da568: Waiting [2023-02-07T07:21:01.836Z] 988bab9f4d93: Waiting [2023-02-07T07:21:01.836Z] bde34c3a00c8: Waiting [2023-02-07T07:21:01.836Z] bab4dde63d76: Waiting [2023-02-07T07:21:01.836Z] 4872d77fe225: Pulling fs layer [2023-02-07T07:21:01.836Z] 5851b861e8e6: Pulling fs layer [2023-02-07T07:21:01.836Z] b352a97aabf1: Waiting [2023-02-07T07:21:01.836Z] 5851b861e8e6: Waiting [2023-02-07T07:21:02.118Z] e2be974225ed: Verifying Checksum [2023-02-07T07:21:02.118Z] e2be974225ed: Download complete [2023-02-07T07:21:02.118Z] 988bab9f4d93: Verifying Checksum [2023-02-07T07:21:02.118Z] 988bab9f4d93: Download complete [2023-02-07T07:21:02.393Z] 1469e6f7b9e6: Verifying Checksum [2023-02-07T07:21:02.393Z] 1469e6f7b9e6: Download complete [2023-02-07T07:21:02.393Z] eaf3925da568: Verifying Checksum [2023-02-07T07:21:02.393Z] eaf3925da568: Download complete [2023-02-07T07:21:02.393Z] 339a4e72a1f5: Verifying Checksum [2023-02-07T07:21:02.393Z] 339a4e72a1f5: Download complete [2023-02-07T07:21:02.393Z] bde34c3a00c8: Download complete [2023-02-07T07:21:02.393Z] b85a868b505f: Verifying Checksum [2023-02-07T07:21:02.393Z] b85a868b505f: Download complete [2023-02-07T07:21:02.655Z] b352a97aabf1: Verifying Checksum [2023-02-07T07:21:02.655Z] b352a97aabf1: Download complete [2023-02-07T07:21:02.655Z] 4872d77fe225: Verifying Checksum [2023-02-07T07:21:02.655Z] 4872d77fe225: Download complete [2023-02-07T07:21:02.655Z] 5851b861e8e6: Verifying Checksum [2023-02-07T07:21:02.655Z] 5851b861e8e6: Download complete [2023-02-07T07:21:02.922Z] bab4dde63d76: Verifying Checksum [2023-02-07T07:21:02.922Z] bab4dde63d76: Download complete [2023-02-07T07:21:03.859Z] b85a868b505f: Pull complete [2023-02-07T07:21:03.859Z] e2be974225ed: Pull complete [2023-02-07T07:21:04.426Z] 339a4e72a1f5: Pull complete [2023-02-07T07:21:04.426Z] 988bab9f4d93: Pull complete [2023-02-07T07:21:04.685Z] 1469e6f7b9e6: Pull complete [2023-02-07T07:21:04.944Z] eaf3925da568: Pull complete [2023-02-07T07:21:06.867Z] bab4dde63d76: Pull complete [2023-02-07T07:21:06.867Z] bde34c3a00c8: Pull complete [2023-02-07T07:21:06.867Z] b352a97aabf1: Pull complete [2023-02-07T07:21:06.867Z] 4872d77fe225: Pull complete [2023-02-07T07:21:07.127Z] 5851b861e8e6: Pull complete [2023-02-07T07:21:07.127Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-07T07:21:07.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:21:07.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:21:07.220Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:21:07.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:21:09.008Z] $ docker top ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f -eo pid,comm [2023-02-07T07:21:09.069Z] 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-07T07:21:09.069Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T07:21:09.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T07:21:09.107Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T07:21:09.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T07:21:09.223Z] $ docker exec ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent [2023-02-07T07:21:09.332Z] SSH_AUTH_SOCK=/tmp/ssh-QeKppmu5o4cb/agent.32 [2023-02-07T07:21:09.332Z] SSH_AGENT_PID=38 [2023-02-07T07:21:09.339Z] Running ssh-add (command line suppressed) [2023-02-07T07:21:09.448Z] Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8673068540676579192.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_8673068540676579192.key) [2023-02-07T07:21:09.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T07:21:09.756Z] + git tag --points-at HEAD [Pipeline] } [2023-02-07T07:21:09.775Z] $ docker exec --env ******** --env ******** ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent -k [2023-02-07T07:21:09.891Z] unset SSH_AUTH_SOCK; [2023-02-07T07:21:09.892Z] unset SSH_AGENT_PID; [2023-02-07T07:21:09.892Z] echo Agent pid 38 killed; [2023-02-07T07:21:09.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-07T07:21:09.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T07:21:09.927Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T07:21:10.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T07:21:10.045Z] $ docker exec ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent [2023-02-07T07:21:10.174Z] SSH_AUTH_SOCK=/tmp/ssh-0k3ckllCUnXn/agent.70 [2023-02-07T07:21:10.174Z] SSH_AGENT_PID=76 [2023-02-07T07:21:10.180Z] Running ssh-add (command line suppressed) [2023-02-07T07:21:10.300Z] Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_259591636588237316.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_259591636588237316.key) [2023-02-07T07:21:10.329Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T07:21:10.629Z] + git semver init [2023-02-07T07:21:10.892Z] 2023-02-07 07:21:10,817 [run_init] DEBUG init version:0.0.0 force:False [2023-02-07T07:21:10.892Z] 2023-02-07 07:21:10,817 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver [2023-02-07T07:21:10.892Z] 2023-02-07 07:21:10,818 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver [2023-02-07T07:21:10.892Z] 2023-02-07 07:21:10,818 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/undry_go-mod-core-contracts_main/.semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) [2023-02-07T07:21:11.838Z] 2023-02-07 07:21:11,671 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude [2023-02-07T07:21:11.838Z] 2023-02-07 07:21:11,672 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False [2023-02-07T07:21:11.838Z] 2023-02-07 07:21:11,672 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:21:11.838Z] 2023-02-07 07:21:11,672 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:21:11.838Z] 3.0.0-dev.9 [Pipeline] } [2023-02-07T07:21:11.852Z] $ docker exec --env ******** --env ******** ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f ssh-agent -k [2023-02-07T07:21:11.964Z] unset SSH_AUTH_SOCK; [2023-02-07T07:21:11.965Z] unset SSH_AGENT_PID; [2023-02-07T07:21:11.965Z] echo Agent pid 76 killed; [2023-02-07T07:21:11.976Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T07:21:12.283Z] + git semver [Pipeline] } [2023-02-07T07:21:12.561Z] $ docker stop --time=1 ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f [2023-02-07T07:21:13.878Z] $ docker rm -f --volumes ceadf058e14153bfa3e9d59866929ad67d84e896c0e2b313eb9a0dbb9494908f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T07:21:14.220Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-07T07:21:14.433Z] Stashed 1 file(s) [Pipeline] echo [2023-02-07T07:21:14.436Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [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-07T07:21:14.575Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T07:21:14.587Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T07:21:14.596Z] ========================================================= [2023-02-07T07:21:14.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-07T07:21:14.596Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-07T07:21:14.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T07:21:14.888Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-07T07:21:14.888Z] 213ec9aee27d: Pulling fs layer [2023-02-07T07:21:14.888Z] 4583459ba037: Pulling fs layer [2023-02-07T07:21:14.888Z] 93c1e223e6f2: Pulling fs layer [2023-02-07T07:21:14.888Z] 53926ce57604: Pulling fs layer [2023-02-07T07:21:14.888Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-07T07:21:14.888Z] 22ff95d597cd: Pulling fs layer [2023-02-07T07:21:14.888Z] 12d6caf4c0d1: Pulling fs layer [2023-02-07T07:21:14.888Z] 96b7cbca73a9: Pulling fs layer [2023-02-07T07:21:14.888Z] a7acece74701: Pulling fs layer [2023-02-07T07:21:14.888Z] 22ff95d597cd: Waiting [2023-02-07T07:21:14.888Z] 53926ce57604: Waiting [2023-02-07T07:21:14.888Z] 12d6caf4c0d1: Waiting [2023-02-07T07:21:14.888Z] a7acece74701: Waiting [2023-02-07T07:21:14.888Z] 21b2b0c7a3f4: Waiting [2023-02-07T07:21:14.888Z] 96b7cbca73a9: Waiting [2023-02-07T07:21:14.888Z] 93c1e223e6f2: Verifying Checksum [2023-02-07T07:21:14.888Z] 4583459ba037: Download complete [2023-02-07T07:21:14.888Z] 21b2b0c7a3f4: Download complete [2023-02-07T07:21:14.888Z] 22ff95d597cd: Verifying Checksum [2023-02-07T07:21:14.888Z] 22ff95d597cd: Download complete [2023-02-07T07:21:14.888Z] 213ec9aee27d: Verifying Checksum [2023-02-07T07:21:14.888Z] 213ec9aee27d: Download complete [2023-02-07T07:21:15.155Z] 12d6caf4c0d1: Download complete [2023-02-07T07:21:15.155Z] 213ec9aee27d: Pull complete [2023-02-07T07:21:15.427Z] 4583459ba037: Pull complete [2023-02-07T07:21:15.427Z] 93c1e223e6f2: Pull complete [2023-02-07T07:21:16.511Z] a7acece74701: Verifying Checksum [2023-02-07T07:21:16.511Z] a7acece74701: Download complete [2023-02-07T07:21:16.511Z] 53926ce57604: Verifying Checksum [2023-02-07T07:21:16.511Z] 53926ce57604: Download complete [2023-02-07T07:21:16.776Z] 96b7cbca73a9: Verifying Checksum [2023-02-07T07:21:16.776Z] 96b7cbca73a9: Download complete [2023-02-07T07:21:20.969Z] 53926ce57604: Pull complete [2023-02-07T07:21:20.969Z] 21b2b0c7a3f4: Pull complete [2023-02-07T07:21:20.969Z] 22ff95d597cd: Pull complete [2023-02-07T07:21:20.969Z] 12d6caf4c0d1: Pull complete [2023-02-07T07:21:22.880Z] 96b7cbca73a9: Pull complete [2023-02-07T07:21:23.818Z] a7acece74701: Pull complete [2023-02-07T07:21:23.818Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-07T07:21:23.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-07T07:21:23.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-07T07:21:24.118Z] + 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-07T07:21:24.429Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T07:21:24.429Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:21:24.508Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:21:24.543Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:21:27.275Z] $ docker top a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T07:21:27.624Z] + go version [2023-02-07T07:21:27.624Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-07T07:21:27.635Z] $ docker stop --time=1 a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 [2023-02-07T07:21:28.915Z] $ docker rm -f --volumes a77e98f2b70887c09c309f5684e5025abd425021546d1bb6081b2c229ade9f26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:21:29.332Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-07T07:21:29.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:21:29.412Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:21:29.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:21:29.521Z] Still waiting to schedule task [2023-02-07T07:21:29.522Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-07T07:21:29.826Z] $ docker top 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T07:21:30.172Z] + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh [2023-02-07T07:21:30.474Z] + make test [2023-02-07T07:21:30.474Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-07T07:21:30.474Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-07T07:21:30.474Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-07T07:21:30.474Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-07T07:21:30.474Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-07T07:21:30.474Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-07T07:21:30.474Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-07T07:21:30.734Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-07T07:21:30.734Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-07T07:21:30.734Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-07T07:21:30.734Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-07T07:21:30.734Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-07T07:21:30.734Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-07T07:21:30.734Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-07T07:21:30.734Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-07T07:21:30.734Z] go: downloading golang.org/x/text v0.6.0 [2023-02-07T07:21:30.994Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-07T07:21:32.900Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.086s coverage: 83.5% of statements [2023-02-07T07:21:39.466Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] [2023-02-07T07:21:39.466Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] [2023-02-07T07:21:39.466Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.019s coverage: 29.4% of statements [2023-02-07T07:21:39.466Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] [2023-02-07T07:21:39.466Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.018s coverage: 53.0% of statements [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.012s coverage: 90.0% of statements [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.036s coverage: 86.8% of statements [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.051s coverage: 60.5% of statements [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.031s coverage: 36.1% of statements [2023-02-07T07:21:39.466Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.023s coverage: 48.7% of statements [2023-02-07T07:21:46.031Z] 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-07T07:21:46.031Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-07T07:21:47.932Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T07:21:47.932Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-07T07:21:47.944Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T07:21:47.954Z] $ docker stop --time=1 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f [2023-02-07T07:21:49.986Z] $ docker rm -f --volumes 2c3f465e43c895d37424290f5cdca440a415be20a80a1304fe311901662c443f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T07:21:50.460Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T07:21:50.527Z] 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-07T07:21:50.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T07:21:50.968Z] [2023-02-07T07:21:50.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:21:51.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T07:21:51.270Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-07T07:21:51.270Z] 5eb5b503b376: Pulling fs layer [2023-02-07T07:21:51.270Z] 5c69ac0246d0: Pulling fs layer [2023-02-07T07:21:51.270Z] ec43610c2a17: Pulling fs layer [2023-02-07T07:21:51.270Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-07T07:21:51.270Z] 33b1e0a273af: Pulling fs layer [2023-02-07T07:21:51.270Z] 5d3b04190fa2: Pulling fs layer [2023-02-07T07:21:51.270Z] 2f39f015ded8: Pulling fs layer [2023-02-07T07:21:51.270Z] 3a2ae6a8a46f: Waiting [2023-02-07T07:21:51.270Z] 33b1e0a273af: Waiting [2023-02-07T07:21:51.270Z] 2f39f015ded8: Waiting [2023-02-07T07:21:51.270Z] 5d3b04190fa2: Waiting [2023-02-07T07:21:51.270Z] 5c69ac0246d0: Download complete [2023-02-07T07:21:51.270Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-07T07:21:51.270Z] 3a2ae6a8a46f: Download complete [2023-02-07T07:21:51.535Z] 33b1e0a273af: Verifying Checksum [2023-02-07T07:21:51.535Z] 33b1e0a273af: Download complete [2023-02-07T07:21:51.535Z] 5d3b04190fa2: Verifying Checksum [2023-02-07T07:21:51.535Z] 5d3b04190fa2: Download complete [2023-02-07T07:21:51.535Z] ec43610c2a17: Verifying Checksum [2023-02-07T07:21:51.535Z] ec43610c2a17: Download complete [2023-02-07T07:21:51.798Z] 5eb5b503b376: Verifying Checksum [2023-02-07T07:21:51.798Z] 5eb5b503b376: Download complete [2023-02-07T07:21:52.369Z] 2f39f015ded8: Download complete [2023-02-07T07:21:52.938Z] 5eb5b503b376: Pull complete [2023-02-07T07:21:53.197Z] 5c69ac0246d0: Pull complete [2023-02-07T07:21:53.458Z] ec43610c2a17: Pull complete [2023-02-07T07:21:53.719Z] 3a2ae6a8a46f: Pull complete [2023-02-07T07:21:53.977Z] 33b1e0a273af: Pull complete [2023-02-07T07:21:53.977Z] 5d3b04190fa2: Pull complete [2023-02-07T07:21:58.176Z] 2f39f015ded8: Pull complete [2023-02-07T07:21:58.176Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-07T07:21:58.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T07:21:58.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:21:58.256Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:21:58.285Z] $ 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/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:21:59.958Z] $ docker top afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:22:00.361Z] ---> job-cost.sh [2023-02-07T07:22:00.361Z] lf-activate-venv: SKIPPING [2023-02-07T07:22:00.361Z] INFO: No Stack... [2023-02-07T07:22:03.656Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T07:22:03.915Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T07:22:04.205Z] + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv [2023-02-07T07:22:04.205Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T07:22:04.217Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [2023-02-07T07:22:04.222Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] did not exist. Created. [2023-02-07T07:22:04.223Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T07:22:04.519Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-07T07:22:04.542Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T07:22:04.550Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T07:22:04.570Z] $ docker stop --time=1 afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 [2023-02-07T07:22:05.767Z] $ docker rm -f --volumes afbc8a7b0ecc0b0202d5de2fe29e156a822f531deaa5f1cbf53fc13561685550 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-07T07:23:00.112Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4852 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] ws [2023-02-07T07:23:00.126Z] Running in /w/workspace/go-mod-core-contracts/97 [Pipeline] { [Pipeline] checkout [2023-02-07T07:23:00.167Z] Selected Git installation does not exist. Using Default [2023-02-07T07:23:00.167Z] The recommended git tool is: NONE [2023-02-07T07:23:05.524Z] using credential edgex-jenkins-ssh [2023-02-07T07:23:05.542Z] Cloning the remote Git repository [2023-02-07T07:23:05.585Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2023-02-07T07:23:05.655Z] > git init /w/workspace/go-mod-core-contracts/97 # timeout=10 [2023-02-07T07:23:05.795Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2023-02-07T07:23:05.796Z] > git --version # timeout=10 [2023-02-07T07:23:05.820Z] > git --version # 'git version 2.25.1' [2023-02-07T07:23:05.822Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-07T07:23:05.877Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T07:23:08.447Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2023-02-07T07:23:08.477Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-07T07:23:09.315Z] Avoid second fetch [2023-02-07T07:23:09.315Z] Checking out Revision b74b2d420bce4437074e846341a99d8705cdc4ae (main) [2023-02-07T07:23:09.847Z] Commit message: "Merge pull request #789 from lenny-intel/mb-topic-keys" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-07T07:23:09.331Z] > git config core.sparsecheckout # timeout=10 [2023-02-07T07:23:09.347Z] > git checkout -f b74b2d420bce4437074e846341a99d8705cdc4ae # timeout=10 [2023-02-07T07:23:10.790Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-07T07:23:10.790Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T07:23:10.790Z] Dload Upload Total Spent Left Speed [2023-02-07T07:23:10.790Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh [2023-02-07T07:23:11.420Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-07T07:23:11.748Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-07T07:23:11.748Z] + sudo tee /etc/docker/daemon.new [2023-02-07T07:23:11.748Z] { [2023-02-07T07:23:11.748Z] "registry-mirrors": [ [2023-02-07T07:23:11.748Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-07T07:23:11.748Z] ], [2023-02-07T07:23:11.748Z] "bip": "10.250.0.254/24", [2023-02-07T07:23:11.748Z] "hosts": [ [2023-02-07T07:23:11.748Z] "tcp://0.0.0.0:5555", [2023-02-07T07:23:11.748Z] "unix:///var/run/docker.sock" [2023-02-07T07:23:11.748Z] ], [2023-02-07T07:23:11.748Z] "mtu": 1458, [2023-02-07T07:23:11.748Z] "selinux-enabled": true, [2023-02-07T07:23:11.748Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-07T07:23:11.748Z] } [Pipeline] sh [2023-02-07T07:23:12.080Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-07T07:23:12.423Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-02-07T07:23:30.886Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T07:23:30.902Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-07T07:23:30.913Z] ========================================================= [2023-02-07T07:23:30.913Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-07T07:23:30.913Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-07T07:23:31.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T07:23:31.836Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-07T07:23:31.836Z] 9b18e9b68314: Pulling fs layer [2023-02-07T07:23:31.836Z] 35d82f9e3411: Pulling fs layer [2023-02-07T07:23:31.836Z] e16973657156: Pulling fs layer [2023-02-07T07:23:31.836Z] fc693d55d65f: Pulling fs layer [2023-02-07T07:23:31.836Z] 7e9fc2657dce: Pulling fs layer [2023-02-07T07:23:31.836Z] dda99020689f: Pulling fs layer [2023-02-07T07:23:31.836Z] db1c61fa0a46: Pulling fs layer [2023-02-07T07:23:31.836Z] 891c053d2c06: Pulling fs layer [2023-02-07T07:23:31.836Z] fc693d55d65f: Waiting [2023-02-07T07:23:31.836Z] 7e9fc2657dce: Waiting [2023-02-07T07:23:31.836Z] dda99020689f: Waiting [2023-02-07T07:23:31.836Z] db1c61fa0a46: Waiting [2023-02-07T07:23:31.836Z] 891c053d2c06: Waiting [2023-02-07T07:23:31.836Z] e16973657156: Verifying Checksum [2023-02-07T07:23:31.836Z] e16973657156: Download complete [2023-02-07T07:23:31.836Z] 35d82f9e3411: Verifying Checksum [2023-02-07T07:23:31.836Z] 35d82f9e3411: Download complete [2023-02-07T07:23:31.836Z] 7e9fc2657dce: Verifying Checksum [2023-02-07T07:23:31.836Z] 7e9fc2657dce: Download complete [2023-02-07T07:23:31.836Z] dda99020689f: Verifying Checksum [2023-02-07T07:23:31.836Z] dda99020689f: Download complete [2023-02-07T07:23:31.836Z] 9b18e9b68314: Verifying Checksum [2023-02-07T07:23:31.836Z] 9b18e9b68314: Download complete [2023-02-07T07:23:32.804Z] 891c053d2c06: Verifying Checksum [2023-02-07T07:23:32.804Z] 891c053d2c06: Download complete [2023-02-07T07:23:33.778Z] db1c61fa0a46: Verifying Checksum [2023-02-07T07:23:33.778Z] db1c61fa0a46: Download complete [2023-02-07T07:23:34.045Z] 9b18e9b68314: Pull complete [2023-02-07T07:23:34.640Z] fc693d55d65f: Download complete [2023-02-07T07:23:34.640Z] 35d82f9e3411: Pull complete [2023-02-07T07:23:34.640Z] e16973657156: Pull complete [2023-02-07T07:23:46.984Z] fc693d55d65f: Pull complete [2023-02-07T07:23:46.984Z] 7e9fc2657dce: Pull complete [2023-02-07T07:23:46.984Z] dda99020689f: Pull complete [2023-02-07T07:23:53.649Z] db1c61fa0a46: Pull complete [2023-02-07T07:23:54.619Z] 891c053d2c06: Pull complete [2023-02-07T07:23:54.619Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-07T07:23:54.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-07T07:23:54.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-07T07:23:54.945Z] + 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-07T07:23:55.276Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T07:23:55.276Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:23:55.457Z] prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container [2023-02-07T07:23:55.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 ******** -e ******** ci-base-image-arm64 cat [2023-02-07T07:23:58.804Z] $ docker top d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T07:23:59.628Z] + go version [2023-02-07T07:23:59.628Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-07T07:23:59.650Z] $ docker stop --time=1 d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 [2023-02-07T07:24:01.315Z] $ docker rm -f --volumes d8b76790bae0099425f6ed1258b0d935fd181fcee709551e07f2f433d756c647 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:24:01.918Z] + docker inspect -f . ci-base-image-arm64 [2023-02-07T07:24:01.918Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:24:02.145Z] prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container [2023-02-07T07:24:02.253Z] $ 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-core-contracts/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 ******** -e ******** ci-base-image-arm64 cat [2023-02-07T07:24:03.502Z] $ docker top 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T07:24:04.367Z] + git config --global --add safe.directory /w/workspace/go-mod-core-contracts/97 [Pipeline] fileExists [Pipeline] sh [2023-02-07T07:24:05.018Z] + make test [2023-02-07T07:24:05.018Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-07T07:24:05.018Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-07T07:24:05.018Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-07T07:24:05.018Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-07T07:24:05.288Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-07T07:24:05.289Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-07T07:24:05.289Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-07T07:24:05.557Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-07T07:24:05.557Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-07T07:24:05.557Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-07T07:24:05.557Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-07T07:24:05.557Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-07T07:24:05.557Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-07T07:24:05.557Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-07T07:24:05.557Z] go: downloading golang.org/x/text v0.6.0 [2023-02-07T07:24:05.557Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-07T07:24:05.824Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-07T07:24:10.095Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients [no test files] [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http 0.579s coverage: 83.5% of statements [2023-02-07T07:24:49.012Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/http/utils [no test files] [2023-02-07T07:24:49.012Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces [no test files] [2023-02-07T07:24:49.012Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/interfaces/mocks [no test files] [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger 0.075s coverage: 29.4% of statements [2023-02-07T07:24:49.012Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/clients/logger/mocks [no test files] [2023-02-07T07:24:49.012Z] ? github.com/edgexfoundry/go-mod-core-contracts/v3/common [no test files] [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos 0.134s coverage: 53.0% of statements [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/common 0.099s coverage: 90.0% of statements [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/requests 0.239s coverage: 86.8% of statements [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/dtos/responses 0.058s coverage: 60.5% of statements [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/errors 0.020s coverage: 36.1% of statements [2023-02-07T07:24:49.012Z] ok github.com/edgexfoundry/go-mod-core-contracts/v3/models 0.040s coverage: 48.7% of statements [2023-02-07T07:24:49.012Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-07T07:24:49.012Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-07T07:24:59.088Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-07T07:24:59.088Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-07T07:24:59.372Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-07T07:24:59.394Z] $ docker stop --time=1 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 [2023-02-07T07:25:01.226Z] $ docker rm -f --volumes 5973760e5ebc3b67eab8690e7156902a70fcbe628ca652a5b43473649a290563 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T07:25:02.620Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-07T07:25:02.639Z] Warning: overwriting stash ‘coverage-report’ [2023-02-07T07:25:03.222Z] 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-07T07:25:03.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T07:25:03.636Z] [2023-02-07T07:25:03.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:25:03.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T07:25:03.980Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-07T07:25:03.980Z] 8998bd30e6a1: Pulling fs layer [2023-02-07T07:25:03.980Z] 04944245beec: Pulling fs layer [2023-02-07T07:25:03.980Z] 699f458cf7ca: Pulling fs layer [2023-02-07T07:25:03.980Z] 765212b225bb: Pulling fs layer [2023-02-07T07:25:03.980Z] f23df028b6ca: Pulling fs layer [2023-02-07T07:25:03.980Z] d65c8cfc05b1: Pulling fs layer [2023-02-07T07:25:03.980Z] 2437ff75d9bd: Pulling fs layer [2023-02-07T07:25:03.980Z] f23df028b6ca: Waiting [2023-02-07T07:25:03.980Z] d65c8cfc05b1: Waiting [2023-02-07T07:25:03.980Z] 2437ff75d9bd: Waiting [2023-02-07T07:25:03.980Z] 765212b225bb: Waiting [2023-02-07T07:25:04.248Z] 04944245beec: Verifying Checksum [2023-02-07T07:25:04.248Z] 04944245beec: Download complete [2023-02-07T07:25:04.248Z] 765212b225bb: Verifying Checksum [2023-02-07T07:25:04.248Z] 765212b225bb: Download complete [2023-02-07T07:25:04.248Z] f23df028b6ca: Verifying Checksum [2023-02-07T07:25:04.248Z] f23df028b6ca: Download complete [2023-02-07T07:25:04.248Z] d65c8cfc05b1: Verifying Checksum [2023-02-07T07:25:04.248Z] d65c8cfc05b1: Download complete [2023-02-07T07:25:04.517Z] 699f458cf7ca: Verifying Checksum [2023-02-07T07:25:04.517Z] 699f458cf7ca: Download complete [2023-02-07T07:25:04.784Z] 8998bd30e6a1: Verifying Checksum [2023-02-07T07:25:04.784Z] 8998bd30e6a1: Download complete [2023-02-07T07:25:07.392Z] 2437ff75d9bd: Verifying Checksum [2023-02-07T07:25:07.392Z] 2437ff75d9bd: Download complete [2023-02-07T07:25:08.806Z] 8998bd30e6a1: Pull complete [2023-02-07T07:25:09.075Z] 04944245beec: Pull complete [2023-02-07T07:25:10.491Z] 699f458cf7ca: Pull complete [2023-02-07T07:25:10.758Z] 765212b225bb: Pull complete [2023-02-07T07:25:11.344Z] f23df028b6ca: Pull complete [2023-02-07T07:25:11.611Z] d65c8cfc05b1: Pull complete [2023-02-07T07:25:26.611Z] 2437ff75d9bd: Pull complete [2023-02-07T07:25:26.611Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-07T07:25:26.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-07T07:25:26.611Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:25:26.802Z] prd-ubuntu20.04-docker-arm64-4c-16g-4852 does not seem to be running inside a container [2023-02-07T07:25:26.874Z] $ 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-core-contracts/97 -v /w/workspace/go-mod-core-contracts/97:/w/workspace/go-mod-core-contracts/97:rw,z -v /w/workspace/go-mod-core-contracts/97@tmp:/w/workspace/go-mod-core-contracts/97@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-07T07:25:29.327Z] $ docker top ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:25:29.848Z] ---> job-cost.sh [2023-02-07T07:25:30.116Z] lf-activate-venv: SKIPPING [2023-02-07T07:25:30.116Z] INFO: No Stack... [2023-02-07T07:25:30.698Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-07T07:25:31.280Z] INFO: Archiving Costs [Pipeline] sh [2023-02-07T07:25:31.602Z] + cat /w/workspace/go-mod-core-contracts/97/archives/cost.csv [2023-02-07T07:25:31.602Z] + cut -d, -f6 [Pipeline] lock [2023-02-07T07:25:31.935Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [2023-02-07T07:25:31.941Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] did not exist. Created. [2023-02-07T07:25:31.941Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-07T07:25:32.591Z] /w/workspace/go-mod-core-contracts/97@tmp/durable-be7dd247/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-07T07:25:32.924Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-07T07:25:32.949Z] Warning: overwriting stash ‘stack-cost’ [2023-02-07T07:25:33.010Z] Stashed 1 file(s) [Pipeline] } [2023-02-07T07:25:33.016Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-07T07:25:33.040Z] $ docker stop --time=1 ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 [2023-02-07T07:25:34.548Z] $ docker rm -f --volumes ed4a77a353d15582c412b239acf2eac6611d41f4b1d9b5b4ccac4c847e19d177 [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-07T07:25:34.942Z] provisioning config files... [2023-02-07T07:25:34.957Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config1962291006348898598tmp [Pipeline] { [Pipeline] sh [2023-02-07T07:25:35.296Z] + set +x [2023-02-07T07:25:35.296Z] + + curl -s https://codecov.io/bash [2023-02-07T07:25:35.296Z] bash -s -- [2023-02-07T07:25:35.296Z] [2023-02-07T07:25:35.296Z] _____ _ [2023-02-07T07:25:35.296Z] / ____| | | [2023-02-07T07:25:35.296Z] | | ___ __| | ___ ___ _____ __ [2023-02-07T07:25:35.296Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-07T07:25:35.296Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-07T07:25:35.296Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-07T07:25:35.296Z] Bash-1.0.6 [2023-02-07T07:25:35.296Z] [2023-02-07T07:25:35.296Z] [2023-02-07T07:25:35.296Z] ==> git version 2.25.1 found [2023-02-07T07:25:35.296Z] ==> 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-07T07:25:35.296Z] Release-Date: 2020-01-08 [2023-02-07T07:25:35.296Z] 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-07T07:25:35.296Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-07T07:25:35.296Z] ==> Jenkins CI detected. [2023-02-07T07:25:35.296Z] current dir:  /w/workspace/undry_go-mod-core-contracts_main [2023-02-07T07:25:35.296Z] project root: . [2023-02-07T07:25:35.296Z] --> token set from env [2023-02-07T07:25:35.296Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-07T07:25:35.296Z] ==> Running gcov in . (disable via -X gcov) [2023-02-07T07:25:35.296Z] ==> Python coveragepy not found [2023-02-07T07:25:35.296Z] ==> Searching for coverage reports in: [2023-02-07T07:25:35.296Z] + . [2023-02-07T07:25:35.296Z] -> Found 1 reports [2023-02-07T07:25:35.296Z] ==> Detecting git/mercurial file structure [2023-02-07T07:25:35.575Z] ==> Reading reports [2023-02-07T07:25:35.575Z] + ./coverage.out bytes=116621 [2023-02-07T07:25:35.575Z] ==> Appending adjustments [2023-02-07T07:25:35.575Z] https://docs.codecov.io/docs/fixing-reports [2023-02-07T07:25:36.146Z] + Found adjustments [2023-02-07T07:25:36.146Z] ==> Gzipping contents [2023-02-07T07:25:36.146Z] 20K /tmp/codecov.6ePepm.gz [2023-02-07T07:25:36.146Z] ==> Uploading reports [2023-02-07T07:25:36.146Z] url: https://codecov.io [2023-02-07T07:25:36.146Z] query: branch=main&commit=b74b2d420bce4437074e846341a99d8705cdc4ae&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T07:25:36.146Z] -> Pinging Codecov [2023-02-07T07:25:36.146Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=ed6cf6b4-2a06-43fb-b229-bfa3e55f90ff&branch=main&commit=b74b2d420bce4437074e846341a99d8705cdc4ae&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-07T07:25:36.406Z] -> Uploading to [2023-02-07T07:25:36.406Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-07/71470A77251A30514AAF9C0BB2E5B6CE/b74b2d420bce4437074e846341a99d8705cdc4ae/55a6203b-3dae-4c04-85f1-91d6a685e5ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T072536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=222ed138f56fb0f1ba4f6e1b7fb5a320c4439a0b121923e099ad13d655521812 [2023-02-07T07:25:36.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-07T07:25:36.406Z] Dload Upload Total Spent Left Speed [2023-02-07T07:25:36.666Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17662 0 0 100 17662 0 72683 --:--:-- --:--:-- --:--:-- 72983 [2023-02-07T07:25:36.666Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] } [2023-02-07T07:25:36.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-07T07:25:36.854Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-07T07:25:36.867Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:25:37.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T07:25:37.168Z] [2023-02-07T07:25:37.168Z] 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-07T07:25:37.471Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T07:25:37.471Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-07T07:25:37.471Z] df9b9388f04a: Pulling fs layer [2023-02-07T07:25:37.471Z] 52dc419b0ee2: Pulling fs layer [2023-02-07T07:25:37.471Z] 25bc292e5bac: Pulling fs layer [2023-02-07T07:25:37.471Z] 114826534d7a: Pulling fs layer [2023-02-07T07:25:37.471Z] 4657fd5d0bcf: Pulling fs layer [2023-02-07T07:25:37.471Z] 6ad1cebc031e: Pulling fs layer [2023-02-07T07:25:37.471Z] 8a3aa393b2d8: Pulling fs layer [2023-02-07T07:25:37.471Z] 4657fd5d0bcf: Waiting [2023-02-07T07:25:37.471Z] 114826534d7a: Waiting [2023-02-07T07:25:37.471Z] 8a3aa393b2d8: Waiting [2023-02-07T07:25:37.471Z] 6ad1cebc031e: Waiting [2023-02-07T07:25:37.471Z] 25bc292e5bac: Verifying Checksum [2023-02-07T07:25:37.471Z] 25bc292e5bac: Download complete [2023-02-07T07:25:37.471Z] 52dc419b0ee2: Verifying Checksum [2023-02-07T07:25:37.471Z] 52dc419b0ee2: Download complete [2023-02-07T07:25:37.471Z] 4657fd5d0bcf: Verifying Checksum [2023-02-07T07:25:37.471Z] 4657fd5d0bcf: Download complete [2023-02-07T07:25:37.757Z] df9b9388f04a: Download complete [2023-02-07T07:25:38.032Z] df9b9388f04a: Pull complete [2023-02-07T07:25:38.032Z] 52dc419b0ee2: Pull complete [2023-02-07T07:25:38.032Z] 25bc292e5bac: Pull complete [2023-02-07T07:25:38.032Z] 6ad1cebc031e: Verifying Checksum [2023-02-07T07:25:38.032Z] 6ad1cebc031e: Download complete [2023-02-07T07:25:39.476Z] 8a3aa393b2d8: Verifying Checksum [2023-02-07T07:25:39.476Z] 8a3aa393b2d8: Download complete [2023-02-07T07:25:39.734Z] 114826534d7a: Verifying Checksum [2023-02-07T07:25:39.734Z] 114826534d7a: Download complete [2023-02-07T07:25:43.923Z] 114826534d7a: Pull complete [2023-02-07T07:25:43.923Z] 4657fd5d0bcf: Pull complete [2023-02-07T07:25:44.182Z] 6ad1cebc031e: Pull complete [2023-02-07T07:25:47.470Z] 8a3aa393b2d8: Pull complete [2023-02-07T07:25:47.470Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-07T07:25:47.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-07T07:25:47.470Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:25:47.562Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:25:47.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:25:49.166Z] $ docker top f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-07T07:25:49.247Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh [2023-02-07T07:25:49.529Z] + set -o pipefail [2023-02-07T07:25:49.529Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' [2023-02-07T07:25:52.065Z] [2023-02-07T07:25:52.065Z] Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v3)... [2023-02-07T07:25:52.065Z] [2023-02-07T07:25:52.065Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a756fbae-3549-44dc-badb-c3fa3a96948c/history/0c73d213-fc45-4e7c-8e5c-b023b062eab7 [2023-02-07T07:25:52.065Z] [2023-02-07T07:25:52.065Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-07T07:25:52.065Z] [2023-02-07T07:25:52.325Z] [2023-02-07T07:25:52.325Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-07T07:25:52.325Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-07T07:25:52.325Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-07T07:25:52.338Z] $ docker stop --time=1 f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 [2023-02-07T07:25:53.984Z] $ docker rm -f --volumes f1e9b8aa47cdb193175d8ae4e5ff073739346903fd5a42b0107f5f184d18b3f7 [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-07T07:25:54.600Z] + git log --format=format:%s -1 b74b2d420bce4437074e846341a99d8705cdc4ae [Pipeline] sh [2023-02-07T07:25:54.897Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T07:25:54.897Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:25:55.203Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:25:55.203Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:25:55.284Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:25:55.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:25:55.681Z] $ docker top f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b -eo pid,comm [2023-02-07T07:25:55.730Z] 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-07T07:25:55.730Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T07:25:55.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T07:25:55.767Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T07:25:55.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T07:25:55.895Z] $ docker exec f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b ssh-agent [2023-02-07T07:25:56.010Z] SSH_AUTH_SOCK=/tmp/ssh-abMWWvbwzNPC/agent.32 [2023-02-07T07:25:56.010Z] SSH_AGENT_PID=38 [2023-02-07T07:25:56.016Z] Running ssh-add (command line suppressed) [2023-02-07T07:25:56.135Z] Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1796533771839619819.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1796533771839619819.key) [2023-02-07T07:25:56.148Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T07:25:56.439Z] + git semver tag [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,647 [run_tag] DEBUG tag force:False [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,647 [check_head_tag] DEBUG check head tag [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,650 [execute] INFO git cat-file --batch-check [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,650 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,654 [execute] INFO git cat-file --batch [2023-02-07T07:25:56.699Z] 2023-02-07 07:25:56,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=) [2023-02-07T07:25:56.957Z] 2023-02-07 07:25:56,705 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:25:56.957Z] 2023-02-07 07:25:56,706 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 [2023-02-07T07:25:56.957Z] 2023-02-07 07:25:56,706 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) [2023-02-07T07:25:56.957Z] 2023-02-07 07:25:56,709 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:25:56.957Z] 3.0.0-dev.9 [Pipeline] } [2023-02-07T07:25:56.967Z] $ docker exec --env ******** --env ******** f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b ssh-agent -k [2023-02-07T07:25:57.075Z] unset SSH_AUTH_SOCK; [2023-02-07T07:25:57.075Z] unset SSH_AGENT_PID; [2023-02-07T07:25:57.075Z] echo Agent pid 38 killed; [2023-02-07T07:25:57.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T07:25:57.383Z] + git semver [Pipeline] } [2023-02-07T07:25:57.655Z] $ docker stop --time=1 f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b [2023-02-07T07:25:58.943Z] $ docker rm -f --volumes f1a6ba77de84a1e37855d51a0f7da82cd74dcbc0d7a9e56a9039fe1d3e8b3b6b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:25:59.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T07:25:59.334Z] [2023-02-07T07:25:59.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:25:59.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T07:25:59.632Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-07T07:25:59.632Z] ab5ef0e58194: Pulling fs layer [2023-02-07T07:25:59.632Z] 9712f1f96733: Pulling fs layer [2023-02-07T07:25:59.632Z] 63f879dbbcfc: Pulling fs layer [2023-02-07T07:25:59.632Z] 0d9ebad4ef96: Pulling fs layer [2023-02-07T07:25:59.632Z] e9a5061849ea: Pulling fs layer [2023-02-07T07:25:59.632Z] d747dcd14b5f: Pulling fs layer [2023-02-07T07:25:59.632Z] 2de7ff778b66: Pulling fs layer [2023-02-07T07:25:59.632Z] d747dcd14b5f: Waiting [2023-02-07T07:25:59.632Z] 0d9ebad4ef96: Waiting [2023-02-07T07:25:59.632Z] 2de7ff778b66: Waiting [2023-02-07T07:25:59.632Z] e9a5061849ea: Waiting [2023-02-07T07:25:59.632Z] 9712f1f96733: Verifying Checksum [2023-02-07T07:25:59.632Z] 9712f1f96733: Download complete [2023-02-07T07:26:01.235Z] 63f879dbbcfc: Verifying Checksum [2023-02-07T07:26:01.235Z] 63f879dbbcfc: Download complete [2023-02-07T07:26:01.944Z] 0d9ebad4ef96: Verifying Checksum [2023-02-07T07:26:01.944Z] 0d9ebad4ef96: Download complete [2023-02-07T07:26:01.944Z] e9a5061849ea: Verifying Checksum [2023-02-07T07:26:01.944Z] e9a5061849ea: Download complete [2023-02-07T07:26:02.206Z] d747dcd14b5f: Verifying Checksum [2023-02-07T07:26:02.206Z] d747dcd14b5f: Download complete [2023-02-07T07:26:02.206Z] ab5ef0e58194: Verifying Checksum [2023-02-07T07:26:02.206Z] ab5ef0e58194: Download complete [2023-02-07T07:26:02.206Z] 2de7ff778b66: Download complete [2023-02-07T07:26:05.503Z] ab5ef0e58194: Pull complete [2023-02-07T07:26:05.503Z] 9712f1f96733: Pull complete [2023-02-07T07:26:05.762Z] 63f879dbbcfc: Pull complete [2023-02-07T07:26:09.991Z] 0d9ebad4ef96: Pull complete [2023-02-07T07:26:09.991Z] e9a5061849ea: Pull complete [2023-02-07T07:26:09.991Z] d747dcd14b5f: Pull complete [2023-02-07T07:26:11.375Z] 2de7ff778b66: Pull complete [2023-02-07T07:26:11.375Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-07T07:26:11.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-07T07:26:11.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:26:11.469Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:26:11.500Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:26:14.163Z] $ docker top af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-07T07:26:14.236Z] provisioning config files... [2023-02-07T07:26:14.243Z] copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config6425103323633682322tmp [2023-02-07T07:26:14.254Z] copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config5258150177297568173tmp [2023-02-07T07:26:14.263Z] copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config2596303486681306776tmp [Pipeline] { [Pipeline] echo [2023-02-07T07:26:14.281Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:14.569Z] ---> sigul-configuration.sh [2023-02-07T07:26:14.569Z] gpg: directory `/root/.gnupg' created [2023-02-07T07:26:14.569Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-07T07:26:14.569Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-07T07:26:14.569Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-07T07:26:14.569Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-07T07:26:14.569Z] gpg: CAST5 encrypted data [2023-02-07T07:26:14.569Z] gpg: encrypted with 1 passphrase [2023-02-07T07:26:14.569Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-07T07:26:14.860Z] + mkdir /home/jenkins [2023-02-07T07:26:14.860Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-07T07:26:15.153Z] + 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-07T07:26:15.164Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:15.455Z] ---> sigul-install.sh [2023-02-07T07:26:15.455Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-07T07:26:15.753Z] + git tag --list [2023-02-07T07:26:15.753Z] v0.0.0 [2023-02-07T07:26:15.753Z] v0.0.1 [2023-02-07T07:26:15.753Z] v0.1.0 [2023-02-07T07:26:15.753Z] v0.1.1 [2023-02-07T07:26:15.753Z] v0.1.10 [2023-02-07T07:26:15.753Z] v0.1.100 [2023-02-07T07:26:15.753Z] v0.1.101 [2023-02-07T07:26:15.753Z] v0.1.102 [2023-02-07T07:26:15.753Z] v0.1.103 [2023-02-07T07:26:15.753Z] v0.1.104 [2023-02-07T07:26:15.753Z] v0.1.105 [2023-02-07T07:26:15.753Z] v0.1.106 [2023-02-07T07:26:15.753Z] v0.1.107 [2023-02-07T07:26:15.753Z] v0.1.108 [2023-02-07T07:26:15.753Z] v0.1.109 [2023-02-07T07:26:15.753Z] v0.1.11 [2023-02-07T07:26:15.753Z] v0.1.110 [2023-02-07T07:26:15.753Z] v0.1.111 [2023-02-07T07:26:15.753Z] v0.1.112 [2023-02-07T07:26:15.753Z] v0.1.113 [2023-02-07T07:26:15.753Z] v0.1.114 [2023-02-07T07:26:15.753Z] v0.1.115 [2023-02-07T07:26:15.753Z] v0.1.116 [2023-02-07T07:26:15.753Z] v0.1.117 [2023-02-07T07:26:15.753Z] v0.1.118 [2023-02-07T07:26:15.753Z] v0.1.119 [2023-02-07T07:26:15.753Z] v0.1.12 [2023-02-07T07:26:15.753Z] v0.1.120 [2023-02-07T07:26:15.753Z] v0.1.121 [2023-02-07T07:26:15.753Z] v0.1.122 [2023-02-07T07:26:15.753Z] v0.1.123 [2023-02-07T07:26:15.753Z] v0.1.124 [2023-02-07T07:26:15.753Z] v0.1.125 [2023-02-07T07:26:15.753Z] v0.1.126 [2023-02-07T07:26:15.753Z] v0.1.127 [2023-02-07T07:26:15.753Z] v0.1.128 [2023-02-07T07:26:15.753Z] v0.1.129 [2023-02-07T07:26:15.753Z] v0.1.13 [2023-02-07T07:26:15.753Z] v0.1.130 [2023-02-07T07:26:15.753Z] v0.1.131 [2023-02-07T07:26:15.753Z] v0.1.132 [2023-02-07T07:26:15.753Z] v0.1.133 [2023-02-07T07:26:15.753Z] v0.1.134 [2023-02-07T07:26:15.753Z] v0.1.135 [2023-02-07T07:26:15.753Z] v0.1.136 [2023-02-07T07:26:15.753Z] v0.1.137 [2023-02-07T07:26:15.753Z] v0.1.138 [2023-02-07T07:26:15.753Z] v0.1.139 [2023-02-07T07:26:15.753Z] v0.1.14 [2023-02-07T07:26:15.753Z] v0.1.140 [2023-02-07T07:26:15.753Z] v0.1.141 [2023-02-07T07:26:15.753Z] v0.1.142 [2023-02-07T07:26:15.753Z] v0.1.143 [2023-02-07T07:26:15.753Z] v0.1.144 [2023-02-07T07:26:15.753Z] v0.1.145 [2023-02-07T07:26:15.753Z] v0.1.146 [2023-02-07T07:26:15.753Z] v0.1.147 [2023-02-07T07:26:15.753Z] v0.1.148 [2023-02-07T07:26:15.753Z] v0.1.149 [2023-02-07T07:26:15.753Z] v0.1.15 [2023-02-07T07:26:15.753Z] v0.1.16 [2023-02-07T07:26:15.753Z] v0.1.17 [2023-02-07T07:26:15.753Z] v0.1.18 [2023-02-07T07:26:15.753Z] v0.1.19 [2023-02-07T07:26:15.753Z] v0.1.2 [2023-02-07T07:26:15.753Z] v0.1.20 [2023-02-07T07:26:15.753Z] v0.1.21 [2023-02-07T07:26:15.753Z] v0.1.22 [2023-02-07T07:26:15.753Z] v0.1.23 [2023-02-07T07:26:15.753Z] v0.1.24 [2023-02-07T07:26:15.753Z] v0.1.25 [2023-02-07T07:26:15.753Z] v0.1.26 [2023-02-07T07:26:15.753Z] v0.1.27 [2023-02-07T07:26:15.753Z] v0.1.28 [2023-02-07T07:26:15.753Z] v0.1.29 [2023-02-07T07:26:15.753Z] v0.1.3 [2023-02-07T07:26:15.753Z] v0.1.30 [2023-02-07T07:26:15.753Z] v0.1.31 [2023-02-07T07:26:15.753Z] v0.1.32 [2023-02-07T07:26:15.753Z] v0.1.33 [2023-02-07T07:26:15.753Z] v0.1.34 [2023-02-07T07:26:15.753Z] v0.1.35 [2023-02-07T07:26:15.753Z] v0.1.36 [2023-02-07T07:26:15.753Z] v0.1.37 [2023-02-07T07:26:15.753Z] v0.1.38 [2023-02-07T07:26:15.753Z] v0.1.39 [2023-02-07T07:26:15.753Z] v0.1.4 [2023-02-07T07:26:15.753Z] v0.1.40 [2023-02-07T07:26:15.753Z] v0.1.41 [2023-02-07T07:26:15.753Z] v0.1.42 [2023-02-07T07:26:15.753Z] v0.1.43 [2023-02-07T07:26:15.753Z] v0.1.44 [2023-02-07T07:26:15.753Z] v0.1.45 [2023-02-07T07:26:15.753Z] v0.1.46 [2023-02-07T07:26:15.753Z] v0.1.47 [2023-02-07T07:26:15.753Z] v0.1.48 [2023-02-07T07:26:15.753Z] v0.1.49 [2023-02-07T07:26:15.753Z] v0.1.5 [2023-02-07T07:26:15.753Z] v0.1.50 [2023-02-07T07:26:15.753Z] v0.1.51 [2023-02-07T07:26:15.753Z] v0.1.52 [2023-02-07T07:26:15.753Z] v0.1.53 [2023-02-07T07:26:15.753Z] v0.1.54 [2023-02-07T07:26:15.753Z] v0.1.55 [2023-02-07T07:26:15.753Z] v0.1.56 [2023-02-07T07:26:15.753Z] v0.1.57 [2023-02-07T07:26:15.753Z] v0.1.58 [2023-02-07T07:26:15.753Z] v0.1.59 [2023-02-07T07:26:15.753Z] v0.1.6 [2023-02-07T07:26:15.753Z] v0.1.60 [2023-02-07T07:26:15.753Z] v0.1.61 [2023-02-07T07:26:15.753Z] v0.1.62 [2023-02-07T07:26:15.753Z] v0.1.63 [2023-02-07T07:26:15.753Z] v0.1.64 [2023-02-07T07:26:15.753Z] v0.1.65 [2023-02-07T07:26:15.753Z] v0.1.66 [2023-02-07T07:26:15.753Z] v0.1.67 [2023-02-07T07:26:15.753Z] v0.1.68 [2023-02-07T07:26:15.753Z] v0.1.69 [2023-02-07T07:26:15.753Z] v0.1.7 [2023-02-07T07:26:15.753Z] v0.1.70 [2023-02-07T07:26:15.753Z] v0.1.71 [2023-02-07T07:26:15.753Z] v0.1.72 [2023-02-07T07:26:15.753Z] v0.1.73 [2023-02-07T07:26:15.753Z] v0.1.74 [2023-02-07T07:26:15.753Z] v0.1.75 [2023-02-07T07:26:15.753Z] v0.1.76 [2023-02-07T07:26:15.753Z] v0.1.77 [2023-02-07T07:26:15.753Z] v0.1.78 [2023-02-07T07:26:15.753Z] v0.1.79 [2023-02-07T07:26:15.753Z] v0.1.8 [2023-02-07T07:26:15.753Z] v0.1.80 [2023-02-07T07:26:15.753Z] v0.1.81 [2023-02-07T07:26:15.753Z] v0.1.82 [2023-02-07T07:26:15.753Z] v0.1.83 [2023-02-07T07:26:15.753Z] v0.1.84 [2023-02-07T07:26:15.753Z] v0.1.85 [2023-02-07T07:26:15.753Z] v0.1.86 [2023-02-07T07:26:15.753Z] v0.1.87 [2023-02-07T07:26:15.753Z] v0.1.88 [2023-02-07T07:26:15.753Z] v0.1.89 [2023-02-07T07:26:15.753Z] v0.1.9 [2023-02-07T07:26:15.753Z] v0.1.90 [2023-02-07T07:26:15.753Z] v0.1.91 [2023-02-07T07:26:15.753Z] v0.1.92 [2023-02-07T07:26:15.753Z] v0.1.93 [2023-02-07T07:26:15.753Z] v0.1.94 [2023-02-07T07:26:15.753Z] v0.1.95 [2023-02-07T07:26:15.753Z] v0.1.96 [2023-02-07T07:26:15.753Z] v0.1.97 [2023-02-07T07:26:15.753Z] v0.1.98 [2023-02-07T07:26:15.753Z] v0.1.99 [2023-02-07T07:26:15.753Z] v2.0.0 [2023-02-07T07:26:15.753Z] v2.1.0 [2023-02-07T07:26:15.753Z] v2.1.1 [2023-02-07T07:26:15.753Z] v2.1.1-dev.2 [2023-02-07T07:26:15.753Z] v2.2.0 [2023-02-07T07:26:15.753Z] v2.2.1-dev.1 [2023-02-07T07:26:15.753Z] v2.2.1-dev.10 [2023-02-07T07:26:15.753Z] v2.2.1-dev.11 [2023-02-07T07:26:15.753Z] v2.2.1-dev.2 [2023-02-07T07:26:15.753Z] v2.2.1-dev.3 [2023-02-07T07:26:15.753Z] v2.2.1-dev.4 [2023-02-07T07:26:15.753Z] v2.2.1-dev.5 [2023-02-07T07:26:15.753Z] v2.2.1-dev.6 [2023-02-07T07:26:15.753Z] v2.2.1-dev.7 [2023-02-07T07:26:15.753Z] v2.2.1-dev.8 [2023-02-07T07:26:15.753Z] v2.2.1-dev.9 [2023-02-07T07:26:15.753Z] v2.3.0 [2023-02-07T07:26:15.753Z] v2.3.0-dev.12 [2023-02-07T07:26:15.753Z] v2.3.0-dev.13 [2023-02-07T07:26:15.753Z] v2.3.0-dev.14 [2023-02-07T07:26:15.753Z] v2.3.0-dev.15 [2023-02-07T07:26:15.753Z] v2.3.0-dev.16 [2023-02-07T07:26:15.753Z] v2.3.0-dev.17 [2023-02-07T07:26:15.753Z] v2.3.0-dev.18 [2023-02-07T07:26:15.753Z] v2.3.0-dev.19 [2023-02-07T07:26:15.753Z] v2.3.0-dev.20 [2023-02-07T07:26:15.753Z] v2.3.1-dev.1 [2023-02-07T07:26:15.753Z] v3.0.0-dev.1 [2023-02-07T07:26:15.753Z] v3.0.0-dev.2 [2023-02-07T07:26:15.753Z] v3.0.0-dev.3 [2023-02-07T07:26:15.753Z] v3.0.0-dev.4 [2023-02-07T07:26:15.753Z] v3.0.0-dev.5 [2023-02-07T07:26:15.753Z] v3.0.0-dev.6 [2023-02-07T07:26:15.753Z] v3.0.0-dev.7 [2023-02-07T07:26:15.753Z] v3.0.0-dev.8 [2023-02-07T07:26:15.753Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-07T07:26:16.040Z] + lftools sign git-tag v3.0.0-dev.9 [2023-02-07T07:26:16.608Z] Signing Git tag with Sigul... [2023-02-07T07:26:16.608Z] Signing v3.0.0-dev.9 [Pipeline] echo [2023-02-07T07:26:17.182Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:17.461Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-07T07:26:17.467Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-07T07:26:17.486Z] $ docker stop --time=1 af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be [2023-02-07T07:26:18.845Z] $ docker rm -f --volumes af3573e45979c5a31a8bc077ed813f92240d612d0e3db67765acd6417eb5b3be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-07T07:26:19.251Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T07:26:19.251Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:26:19.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:26:19.560Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:26:19.631Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:26:19.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:26:20.014Z] $ docker top 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda -eo pid,comm [2023-02-07T07:26:20.063Z] 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-07T07:26:20.063Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T07:26:20.110Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T07:26:20.110Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T07:26:20.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T07:26:20.234Z] $ docker exec 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda ssh-agent [2023-02-07T07:26:20.332Z] SSH_AUTH_SOCK=/tmp/ssh-dbKKukdhXXp0/agent.33 [2023-02-07T07:26:20.332Z] SSH_AGENT_PID=39 [2023-02-07T07:26:20.337Z] Running ssh-add (command line suppressed) [2023-02-07T07:26:20.435Z] Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5850889503785959307.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_5850889503785959307.key) [2023-02-07T07:26:20.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T07:26:20.743Z] + git semver bump pre [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,913 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,913 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,913 [bump_version] DEBUG bumped version:3.0.0-dev.10 [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,913 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,913 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,914 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,915 [execute] INFO git cat-file --batch-check [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,916 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,921 [execute] INFO git cat-file --batch [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,922 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T07:26:21.003Z] 2023-02-07 07:26:20,926 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:26:21.003Z] 3.0.0-dev.10 [Pipeline] } [2023-02-07T07:26:21.012Z] $ docker exec --env ******** --env ******** 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda ssh-agent -k [2023-02-07T07:26:21.112Z] unset SSH_AUTH_SOCK; [2023-02-07T07:26:21.112Z] unset SSH_AGENT_PID; [2023-02-07T07:26:21.113Z] echo Agent pid 39 killed; [2023-02-07T07:26:21.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T07:26:21.431Z] + git semver [Pipeline] } [2023-02-07T07:26:21.703Z] $ docker stop --time=1 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda [2023-02-07T07:26:22.997Z] $ docker rm -f --volumes 776e0678396bf0e38b0310ac7fc5d325d9cf9891a12296941cb2f1edc8402cda [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-07T07:26:23.338Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-07T07:26:23.338Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:26:23.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-07T07:26:23.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:26:23.710Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:26:23.744Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:26:24.094Z] $ docker top a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 -eo pid,comm [2023-02-07T07:26:24.145Z] 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-07T07:26:24.145Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-07T07:26:24.179Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-07T07:26:24.179Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-07T07:26:24.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-07T07:26:24.297Z] $ docker exec a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 ssh-agent [2023-02-07T07:26:24.422Z] SSH_AUTH_SOCK=/tmp/ssh-E4yQhrO6oeBe/agent.33 [2023-02-07T07:26:24.422Z] SSH_AGENT_PID=39 [2023-02-07T07:26:24.429Z] Running ssh-add (command line suppressed) [2023-02-07T07:26:24.527Z] Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15859860585950269246.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_15859860585950269246.key) [2023-02-07T07:26:24.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-07T07:26:24.835Z] + git semver push [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,011 [run_push] DEBUG push [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,011 [execute] INFO git cat-file --batch-check [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,012 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,015 [execute] INFO git rev-list cd8328cdc47beb02d26d53f1133925c282cf4da7 -- [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,015 [execute] DEBUG Popen(['git', 'rev-list', 'cd8328cdc47beb02d26d53f1133925c282cf4da7', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,027 [execute] INFO git fetch -v origin [2023-02-07T07:26:25.095Z] 2023-02-07 07:26:25,027 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-07T07:26:25.663Z] 2023-02-07 07:26:25,612 [run_push] DEBUG no remote changes detected [2023-02-07T07:26:25.663Z] 2023-02-07 07:26:25,612 [execute] INFO git push origin semver [2023-02-07T07:26:25.663Z] 2023-02-07 07:26:25,613 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-07T07:26:27.041Z] 2023-02-07 07:26:26,736 [run_push] DEBUG push all version tags [2023-02-07T07:26:27.041Z] 2023-02-07 07:26:26,737 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-07T07:26:27.041Z] 2023-02-07 07:26:26,737 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/undry_go-mod-core-contracts_main, universal_newlines=False, shell=None, istream=None) [2023-02-07T07:26:27.982Z] 2023-02-07 07:26:27,627 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main [2023-02-07T07:26:27.982Z] 3.0.0-dev.10 [Pipeline] } [2023-02-07T07:26:27.992Z] $ docker exec --env ******** --env ******** a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 ssh-agent -k [2023-02-07T07:26:28.103Z] unset SSH_AUTH_SOCK; [2023-02-07T07:26:28.103Z] unset SSH_AGENT_PID; [2023-02-07T07:26:28.103Z] echo Agent pid 39 killed; [2023-02-07T07:26:28.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-07T07:26:28.428Z] + git semver [Pipeline] } [2023-02-07T07:26:28.702Z] $ docker stop --time=1 a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 [2023-02-07T07:26:30.009Z] $ docker rm -f --volumes a00ad7091d72630186fd3d8c9f85cee964d5ee6cd89564164db687889b8234d4 [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-07T07:26:30.576Z] + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] [2023-02-07T07:26:30.577Z] + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives [2023-02-07T07:26:30.577Z] total 16 [2023-02-07T07:26:30.577Z] drwxr-xr-x 3 root root 4096 Feb 7 07:22 . [2023-02-07T07:26:30.577Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 07:26 .. [2023-02-07T07:26:30.577Z] drwxr-xr-x 2 root root 4096 Feb 7 07:22 cost [2023-02-07T07:26:30.577Z] -rw-r--r-- 1 root root 92 Feb 7 07:22 cost.csv [2023-02-07T07:26:30.577Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives [2023-02-07T07:26:30.577Z] + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives [2023-02-07T07:26:30.577Z] total 16 [2023-02-07T07:26:30.577Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 07:22 . [2023-02-07T07:26:30.577Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 7 07:26 .. [2023-02-07T07:26:30.577Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 07:22 cost [2023-02-07T07:26:30.577Z] -rw-r--r-- 1 jenkins jenkins 92 Feb 7 07:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:30.870Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:31.731Z] ---> package-listing.sh [2023-02-07T07:26:31.732Z] ++ facter osfamily [2023-02-07T07:26:31.732Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-07T07:26:31.991Z] + OS_FAMILY=debian [2023-02-07T07:26:31.991Z] + workspace=/w/workspace/undry_go-mod-core-contracts_main [2023-02-07T07:26:31.991Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-07T07:26:31.991Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-07T07:26:31.991Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-07T07:26:31.991Z] + PACKAGES=/tmp/packages_start.txt [2023-02-07T07:26:31.991Z] + '[' /w/workspace/undry_go-mod-core-contracts_main ']' [2023-02-07T07:26:31.991Z] + PACKAGES=/tmp/packages_end.txt [2023-02-07T07:26:31.991Z] + case "${OS_FAMILY}" in [2023-02-07T07:26:31.991Z] + dpkg -l [2023-02-07T07:26:31.991Z] + grep '^ii' [2023-02-07T07:26:31.991Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-07T07:26:31.991Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-07T07:26:31.991Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-07T07:26:31.991Z] + '[' /w/workspace/undry_go-mod-core-contracts_main ']' [2023-02-07T07:26:31.991Z] + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ [2023-02-07T07:26:31.991Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-core-contracts_main/archives/ [Pipeline] echo [2023-02-07T07:26:32.002Z] 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/undry_go-mod-core-contracts_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-07T07:26:32.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-07T07:26:32.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-07T07:26:32.840Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-07T07:26:32.917Z] prd-ubuntu20.04-docker-8c-8g-4851 does not seem to be running inside a container [2023-02-07T07:26:32.947Z] $ 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/undry_go-mod-core-contracts_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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-07T07:26:33.144Z] $ docker top eeaf22b03a879fd3ccec8dd21e362c7c4b7c08ffcf175b113ae1488f1183fe3e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-07T07:26:33.482Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-07T07:26:33.767Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-07T07:26:34.056Z] + ls /var/log/sa-host [2023-02-07T07:26:34.056Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-07T07:26:34.209Z] provisioning config files... [2023-02-07T07:26:34.216Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config8427168722153856043tmp [Pipeline] { [Pipeline] echo [2023-02-07T07:26:34.225Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:34.506Z] ---> create-netrc.sh [Pipeline] } [2023-02-07T07:26:34.513Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:34.849Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-07T07:26:34.857Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:35.138Z] ---> sudo-logs.sh [2023-02-07T07:26:35.138Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-07T07:26:35.163Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:35.446Z] ---> job-cost.sh [2023-02-07T07:26:35.446Z] lf-activate-venv: SKIPPING [2023-02-07T07:26:35.446Z] DEBUG: total: 0.2199999988079071 [2023-02-07T07:26:35.446Z] INFO: Retrieving Stack Cost... [2023-02-07T07:26:35.705Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-07T07:26:35.965Z] INFO: Archiving Costs [Pipeline] echo [2023-02-07T07:26:35.978Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-07T07:26:36.261Z] ---> logs-deploy.sh [2023-02-07T07:26:36.261Z] lf-activate-venv: SKIPPING [2023-02-07T07:26:36.261Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/97 [2023-02-07T07:26:36.261Z] INFO: archiving workspace using pattern(s): [2023-02-07T07:26:37.198Z] Archives upload complete. [2023-02-07T07:26:37.458Z] INFO: archiving logs to Nexus [2023-02-07T07:26:38.030Z] ---> uname -a: [2023-02-07T07:26:38.030Z] Linux prd-ubuntu20-04-docker-8c-8g-4851 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] ---> lscpu: [2023-02-07T07:26:38.030Z] Architecture: x86_64 [2023-02-07T07:26:38.030Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-07T07:26:38.030Z] Byte Order: Little Endian [2023-02-07T07:26:38.030Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-07T07:26:38.030Z] CPU(s): 8 [2023-02-07T07:26:38.030Z] On-line CPU(s) list: 0-7 [2023-02-07T07:26:38.030Z] Thread(s) per core: 1 [2023-02-07T07:26:38.030Z] Core(s) per socket: 1 [2023-02-07T07:26:38.030Z] Socket(s): 8 [2023-02-07T07:26:38.030Z] NUMA node(s): 1 [2023-02-07T07:26:38.030Z] Vendor ID: AuthenticAMD [2023-02-07T07:26:38.030Z] CPU family: 23 [2023-02-07T07:26:38.030Z] Model: 49 [2023-02-07T07:26:38.030Z] Model name: AMD EPYC-Rome Processor [2023-02-07T07:26:38.030Z] Stepping: 0 [2023-02-07T07:26:38.030Z] CPU MHz: 2799.998 [2023-02-07T07:26:38.030Z] BogoMIPS: 5599.99 [2023-02-07T07:26:38.030Z] Virtualization: AMD-V [2023-02-07T07:26:38.030Z] Hypervisor vendor: KVM [2023-02-07T07:26:38.030Z] Virtualization type: full [2023-02-07T07:26:38.030Z] L1d cache: 256 KiB [2023-02-07T07:26:38.030Z] L1i cache: 256 KiB [2023-02-07T07:26:38.030Z] L2 cache: 4 MiB [2023-02-07T07:26:38.030Z] L3 cache: 128 MiB [2023-02-07T07:26:38.030Z] NUMA node0 CPU(s): 0-7 [2023-02-07T07:26:38.030Z] Vulnerability Itlb multihit: Not affected [2023-02-07T07:26:38.030Z] Vulnerability L1tf: Not affected [2023-02-07T07:26:38.030Z] Vulnerability Mds: Not affected [2023-02-07T07:26:38.030Z] Vulnerability Meltdown: Not affected [2023-02-07T07:26:38.030Z] Vulnerability Mmio stale data: Not affected [2023-02-07T07:26:38.030Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-07T07:26:38.030Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-07T07:26:38.030Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-07T07:26:38.030Z] Vulnerability Srbds: Not affected [2023-02-07T07:26:38.030Z] Vulnerability Tsx async abort: Not affected [2023-02-07T07:26:38.030Z] 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-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] ---> nproc: [2023-02-07T07:26:38.030Z] 8 [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] ---> df -h: [2023-02-07T07:26:38.030Z] Filesystem Size Used Avail Use% Mounted on [2023-02-07T07:26:38.030Z] overlay 155G 12G 143G 8% / [2023-02-07T07:26:38.030Z] tmpfs 64M 0 64M 0% /dev [2023-02-07T07:26:38.030Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-07T07:26:38.030Z] shm 64M 0 64M 0% /dev/shm [2023-02-07T07:26:38.030Z] /dev/vda1 155G 12G 143G 8% /facter-os [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] ---> sar -b -r -n DEV: [2023-02-07T07:26:38.030Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4851) 02/07/23 _x86_64_ (8 CPU) [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:20:19 LINUX RESTART (8 CPU) [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:21:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-07T07:26:38.030Z] 07:22:01 126.98 3.41 123.56 0.00 464.75 129212.89 0.00 [2023-02-07T07:26:38.030Z] 07:23:01 3.58 0.00 3.58 0.00 0.00 58.12 0.00 [2023-02-07T07:26:38.030Z] 07:24:01 1.42 0.00 1.42 0.00 0.00 14.68 0.00 [2023-02-07T07:26:38.030Z] 07:25:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 [2023-02-07T07:26:38.030Z] 07:26:01 105.53 10.90 94.64 0.00 5186.80 45499.90 0.00 [2023-02-07T07:26:38.030Z] Average: 47.24 2.86 44.38 0.00 1134.91 34328.26 0.00 [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:21:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-07T07:26:38.030Z] 07:22:01 28638840 31553672 759064 2.31 91412 3053864 1773188 5.23 1165912 2667112 304 [2023-02-07T07:26:38.030Z] 07:23:01 28638028 31552648 761400 2.32 91544 3053728 1703016 5.02 1177780 2657684 180 [2023-02-07T07:26:38.030Z] 07:24:01 28638052 31552772 761172 2.31 91580 3053728 1703016 5.02 1178584 2657684 12 [2023-02-07T07:26:38.030Z] 07:25:01 28643076 31557804 756048 2.30 91604 3053732 1703016 5.02 1173232 2657688 44 [2023-02-07T07:26:38.030Z] 07:26:01 27183808 31497888 790908 2.41 146132 4333900 1940592 5.72 1596936 3603896 121144 [2023-02-07T07:26:38.030Z] Average: 28348361 31542957 765718 2.33 102454 3309790 1764566 5.20 1258489 2848813 24337 [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:21:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-07T07:26:38.030Z] 07:22:01 docker0 21.17 29.96 1.94 341.25 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:22:01 ens3 371.83 266.92 7137.94 46.60 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:22:01 lo 2.21 2.21 0.22 0.22 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:23:01 ens3 11.65 8.17 17.96 12.41 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:23:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:24:01 ens3 2.50 2.90 0.39 6.86 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:25:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:26:01 docker0 16.01 25.52 1.36 288.34 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:26:01 ens3 541.17 393.25 9075.68 103.01 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] 07:26:01 lo 2.33 2.33 0.22 0.22 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] Average: docker0 7.34 10.97 0.65 124.48 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] Average: ens3 184.22 133.39 3220.48 33.69 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] Average: lo 0.99 0.99 0.09 0.09 0.00 0.00 0.00 0.00 [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] ---> sar -P ALL: [2023-02-07T07:26:38.030Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4851) 02/07/23 _x86_64_ (8 CPU) [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:20:19 LINUX RESTART (8 CPU) [2023-02-07T07:26:38.030Z] [2023-02-07T07:26:38.030Z] 07:21:03 CPU %user %nice %system %iowait %steal %idle [2023-02-07T07:26:38.030Z] 07:22:01 all 21.96 0.00 6.04 1.39 0.11 70.51 [2023-02-07T07:26:38.030Z] 07:22:01 0 19.73 0.00 5.33 0.84 0.11 74.00 [2023-02-07T07:26:38.030Z] 07:22:01 1 21.78 0.00 6.10 0.61 0.09 71.42 [2023-02-07T07:26:38.030Z] 07:22:01 2 21.97 0.00 6.07 0.14 0.07 71.75 [2023-02-07T07:26:38.030Z] 07:22:01 3 22.26 0.00 5.94 1.23 0.12 70.46 [2023-02-07T07:26:38.030Z] 07:22:01 4 23.58 0.00 5.96 0.16 0.11 70.20 [2023-02-07T07:26:38.030Z] 07:22:01 5 20.76 0.00 6.37 5.09 0.09 67.70 [2023-02-07T07:26:38.030Z] 07:22:01 6 24.13 0.00 6.27 2.86 0.11 66.64 [2023-02-07T07:26:38.030Z] 07:22:01 7 21.47 0.00 6.27 0.16 0.18 71.93 [2023-02-07T07:26:38.030Z] 07:23:01 all 0.23 0.00 0.09 0.03 0.01 99.65 [2023-02-07T07:26:38.030Z] 07:23:01 0 0.15 0.00 0.13 0.00 0.00 99.72 [2023-02-07T07:26:38.030Z] 07:23:01 1 0.27 0.00 0.08 0.05 0.02 99.58 [2023-02-07T07:26:38.030Z] 07:23:01 2 0.50 0.00 0.07 0.00 0.03 99.40 [2023-02-07T07:26:38.030Z] 07:23:01 3 0.17 0.00 0.07 0.00 0.00 99.77 [2023-02-07T07:26:38.030Z] 07:23:01 4 0.22 0.00 0.08 0.00 0.00 99.70 [2023-02-07T07:26:38.030Z] 07:23:01 5 0.08 0.00 0.10 0.00 0.00 99.82 [2023-02-07T07:26:38.030Z] 07:23:01 6 0.10 0.00 0.05 0.07 0.00 99.78 [2023-02-07T07:26:38.030Z] 07:23:01 7 0.33 0.00 0.12 0.08 0.02 99.45 [2023-02-07T07:26:38.030Z] 07:24:01 all 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-07T07:26:38.030Z] 07:24:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-07T07:26:38.030Z] 07:24:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2023-02-07T07:26:38.030Z] 07:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-07T07:26:38.030Z] 07:24:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-07T07:26:38.030Z] 07:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-07T07:26:38.030Z] 07:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-07T07:26:38.030Z] 07:24:01 6 0.10 0.00 0.02 0.02 0.00 99.87 [2023-02-07T07:26:38.030Z] 07:24:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2023-02-07T07:26:38.030Z] 07:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2023-02-07T07:26:38.030Z] 07:25:01 0 0.10 0.00 0.00 0.00 0.02 99.88 [2023-02-07T07:26:38.030Z] 07:25:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2023-02-07T07:26:38.030Z] 07:25:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2023-02-07T07:26:38.030Z] 07:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-07T07:26:38.030Z] 07:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-07T07:26:38.030Z] 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-07T07:26:38.030Z] 07:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-07T07:26:38.030Z] 07:25:01 7 0.05 0.00 0.03 0.02 0.02 99.88 [2023-02-07T07:26:38.030Z] 07:26:01 all 6.80 0.00 3.73 0.88 0.06 88.54 [2023-02-07T07:26:38.030Z] 07:26:01 0 6.82 0.00 3.61 1.46 0.05 88.05 [2023-02-07T07:26:38.030Z] 07:26:01 1 7.60 0.00 4.30 1.71 0.07 86.32 [2023-02-07T07:26:38.030Z] 07:26:01 2 6.51 0.00 3.19 0.30 0.05 89.95 [2023-02-07T07:26:38.030Z] 07:26:01 3 8.73 0.00 4.05 0.18 0.07 86.97 [2023-02-07T07:26:38.030Z] 07:26:01 4 6.09 0.00 3.19 0.67 0.05 89.99 [2023-02-07T07:26:38.030Z] 07:26:01 5 7.25 0.00 5.00 0.64 0.07 87.04 [2023-02-07T07:26:38.030Z] 07:26:01 6 5.40 0.00 3.26 1.31 0.07 89.96 [2023-02-07T07:26:38.030Z] 07:26:01 7 5.98 0.00 3.20 0.73 0.07 90.02 [2023-02-07T07:26:38.030Z] Average: all 5.65 0.00 1.93 0.45 0.04 91.93 [2023-02-07T07:26:38.030Z] Average: 0 5.22 0.00 1.78 0.46 0.03 92.51 [2023-02-07T07:26:38.030Z] Average: 1 5.81 0.00 2.07 0.47 0.04 91.61 [2023-02-07T07:26:38.030Z] Average: 2 5.66 0.00 1.83 0.09 0.03 92.39 [2023-02-07T07:26:38.030Z] Average: 3 6.08 0.00 1.97 0.27 0.04 91.63 [2023-02-07T07:26:38.030Z] Average: 4 5.80 0.00 1.80 0.17 0.03 92.20 [2023-02-07T07:26:38.030Z] Average: 5 5.48 0.00 2.25 1.11 0.03 91.13 [2023-02-07T07:26:38.031Z] Average: 6 5.77 0.00 1.88 0.83 0.04 91.49 [2023-02-07T07:26:38.031Z] Average: 7 5.42 0.00 1.88 0.20 0.05 92.44 [2023-02-07T07:26:38.031Z] [2023-02-07T07:26:38.031Z] [2023-02-07T07:26:38.031Z]