Pull request #160 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of drkfmorton for edgexfoundry/go-mod-secrets Loading trusted files from base branch main at f827f681b44d11bdd2b82a6166d810f6f3413c35 rather than f6f7f41d4358a7c966669a54d428ff399083372d Obtained Jenkinsfile from f827f681b44d11bdd2b82a6166d810f6f3413c35 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-ssh4144744594483164625.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh11987241464969675362.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 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/branches/PR-160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-secrets/branches/PR-160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12109486267946602692.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-secrets/branches/PR-160/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13625016566943941967.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3116416513163777116.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/branches/PR-160/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-secrets/branches/PR-160/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12553999532920136117.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e 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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23444 in /w/workspace/gexfoundry_go-mod-secrets_PR-160 [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-secrets.git > git init /w/workspace/gexfoundry_go-mod-secrets_PR-160 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f827f681b44d11bdd2b82a6166d810f6f3413c35 into PR head commit f6f7f41d4358a7c966669a54d428ff399083372d Merge succeeded, producing f6f7f41d4358a7c966669a54d428ff399083372d Checking out Revision f6f7f41d4358a7c966669a54d428ff399083372d (PR-160) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6f7f41d4358a7c966669a54d428ff399083372d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f827f681b44d11bdd2b82a6166d810f6f3413c35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6f7f41d4358a7c966669a54d428ff399083372d # timeout=10 Commit message: "feat: added error handling for status 404" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-24T17:36:19.989Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-24T17:36:20.163Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-24T17:36:20.250Z] ========================================================= [2022-08-24T17:36:20.250Z] EdgeX Global Pipelines Version Info [2022-08-24T17:36:20.250Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:36:21.044Z] ------------------- [2022-08-24T17:36:21.044Z] stable info: [2022-08-24T17:36:21.044Z] ------------------- [2022-08-24T17:36:21.044Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-24T17:36:21.044Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-24T17:36:21.044Z] Message: update stable to v1.0.238 [2022-08-24T17:36:21.616Z] ------------------- [2022-08-24T17:36:21.616Z] experimental info: [2022-08-24T17:36:21.616Z] ------------------- [2022-08-24T17:36:21.616Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-24T17:36:21.616Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-24T17:36:21.616Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-24T17:36:21.958Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2022-08-24T17:36:21.994Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2022-08-24T17:36:22.041Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-24T17:36:22.085Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-24T17:36:22.125Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-24T17:36:22.168Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-24T17:36:22.208Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-24T17:36:22.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-24T17:36:22.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-24T17:36:22.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-24T17:36:22.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-24T17:36:22.418Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo [2022-08-24T17:36:22.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-24T17:36:22.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-24T17:36:22.545Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-08-24T17:36:22.587Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-08-24T17:36:22.632Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-24T17:36:22.675Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-24T17:36:22.717Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-24T17:36:22.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-24T17:36:22.804Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-24T17:36:22.843Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-24T17:36:22.879Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-24T17:36:22.918Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-24T17:36:22.954Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-08-24T17:36:22.991Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-24T17:36:23.028Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-24T17:36:23.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-160 [Pipeline] echo [2022-08-24T17:36:23.102Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-160 [Pipeline] echo [2022-08-24T17:36:23.138Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-160 [Pipeline] echo [2022-08-24T17:36:23.177Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6f7f41d4358a7c966669a54d428ff399083372d [Pipeline] echo [2022-08-24T17:36:23.217Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6f7f41 [Pipeline] echo [2022-08-24T17:36:23.255Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-24T17:36:23.797Z] + git rev-list -1 --merges f6f7f41d4358a7c966669a54d428ff399083372d~1..f6f7f41d4358a7c966669a54d428ff399083372d [Pipeline] echo [2022-08-24T17:36:23.849Z] -----------> git rev-list -1 --merges f6f7f41d4358a7c966669a54d428ff399083372d~1..f6f7f41d4358a7c966669a54d428ff399083372d f6f7f41d4358a7c966669a54d428ff399083372d [false] [Pipeline] sh [2022-08-24T17:36:24.163Z] + git log --format=format:%s -1 f6f7f41d4358a7c966669a54d428ff399083372d [Pipeline] echo [2022-08-24T17:36:24.202Z] ========================================================= [2022-08-24T17:36:24.202Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-24T17:36:24.202Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-24T17:36:24.659Z] + git log --format=format:%s -1 f6f7f41d4358a7c966669a54d428ff399083372d [Pipeline] echo [2022-08-24T17:36:24.694Z] [semverPrep] GIT_COMMIT: f6f7f41d4358a7c966669a54d428ff399083372d, Commit Message: feat: added error handling for status 404 [Pipeline] echo [2022-08-24T17:36:24.726Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-24T17:36:25.124Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-24T17:36:25.124Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-24T17:36:25.124Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-24T17:36:25.124Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-24T17:36:25.124Z] + + echosudo tee -a github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= /etc/ssh/ssh_known_hosts [2022-08-24T17:36:25.124Z] [2022-08-24T17:36:25.124Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:36:25.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-24T17:36:25.888Z] [2022-08-24T17:36:25.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:36:26.278Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-24T17:36:26.539Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-24T17:36:26.539Z] b85a868b505f: Pulling fs layer [2022-08-24T17:36:26.539Z] e2be974225ed: Pulling fs layer [2022-08-24T17:36:26.539Z] 339a4e72a1f5: Pulling fs layer [2022-08-24T17:36:26.539Z] 988bab9f4d93: Pulling fs layer [2022-08-24T17:36:26.539Z] 1469e6f7b9e6: Pulling fs layer [2022-08-24T17:36:26.539Z] eaf3925da568: Pulling fs layer [2022-08-24T17:36:26.539Z] bab4dde63d76: Pulling fs layer [2022-08-24T17:36:26.539Z] bde34c3a00c8: Pulling fs layer [2022-08-24T17:36:26.539Z] b352a97aabf1: Pulling fs layer [2022-08-24T17:36:26.539Z] 4872d77fe225: Pulling fs layer [2022-08-24T17:36:26.539Z] 5851b861e8e6: Pulling fs layer [2022-08-24T17:36:26.539Z] 1469e6f7b9e6: Waiting [2022-08-24T17:36:26.539Z] eaf3925da568: Waiting [2022-08-24T17:36:26.539Z] bab4dde63d76: Waiting [2022-08-24T17:36:26.539Z] bde34c3a00c8: Waiting [2022-08-24T17:36:26.539Z] b352a97aabf1: Waiting [2022-08-24T17:36:26.539Z] 4872d77fe225: Waiting [2022-08-24T17:36:26.539Z] 5851b861e8e6: Waiting [2022-08-24T17:36:26.539Z] 988bab9f4d93: Waiting [2022-08-24T17:36:26.539Z] e2be974225ed: Verifying Checksum [2022-08-24T17:36:26.539Z] e2be974225ed: Download complete [2022-08-24T17:36:26.539Z] 988bab9f4d93: Verifying Checksum [2022-08-24T17:36:26.539Z] 988bab9f4d93: Download complete [2022-08-24T17:36:26.539Z] 1469e6f7b9e6: Verifying Checksum [2022-08-24T17:36:26.539Z] 1469e6f7b9e6: Download complete [2022-08-24T17:36:26.539Z] 339a4e72a1f5: Verifying Checksum [2022-08-24T17:36:26.539Z] 339a4e72a1f5: Download complete [2022-08-24T17:36:26.539Z] eaf3925da568: Download complete [2022-08-24T17:36:26.539Z] bde34c3a00c8: Verifying Checksum [2022-08-24T17:36:26.539Z] bde34c3a00c8: Download complete [2022-08-24T17:36:26.800Z] b352a97aabf1: Download complete [2022-08-24T17:36:26.800Z] 4872d77fe225: Verifying Checksum [2022-08-24T17:36:26.800Z] 4872d77fe225: Download complete [2022-08-24T17:36:26.800Z] 5851b861e8e6: Download complete [2022-08-24T17:36:26.800Z] b85a868b505f: Download complete [2022-08-24T17:36:27.060Z] bab4dde63d76: Verifying Checksum [2022-08-24T17:36:27.060Z] bab4dde63d76: Download complete [2022-08-24T17:36:28.001Z] b85a868b505f: Pull complete [2022-08-24T17:36:28.001Z] e2be974225ed: Pull complete [2022-08-24T17:36:28.574Z] 339a4e72a1f5: Pull complete [2022-08-24T17:36:28.574Z] 988bab9f4d93: Pull complete [2022-08-24T17:36:28.837Z] 1469e6f7b9e6: Pull complete [2022-08-24T17:36:28.837Z] eaf3925da568: Pull complete [2022-08-24T17:36:30.747Z] bab4dde63d76: Pull complete [2022-08-24T17:36:30.747Z] bde34c3a00c8: Pull complete [2022-08-24T17:36:30.747Z] b352a97aabf1: Pull complete [2022-08-24T17:36:30.747Z] 4872d77fe225: Pull complete [2022-08-24T17:36:30.747Z] 5851b861e8e6: Pull complete [2022-08-24T17:36:30.747Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-24T17:36:31.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-24T17:36:31.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:36:31.227Z] prd-ubuntu20.04-docker-8c-8g-23444 does not seem to be running inside a container [2022-08-24T17:36:31.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-secrets_PR-160 -v /w/workspace/gexfoundry_go-mod-secrets_PR-160:/w/workspace/gexfoundry_go-mod-secrets_PR-160:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-160@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-24T17:36:32.447Z] $ docker top e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 -eo pid,comm [2022-08-24T17:36:32.509Z] 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). [2022-08-24T17:36:32.509Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-24T17:36:32.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-24T17:36:32.631Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-24T17:36:32.750Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-24T17:36:32.758Z] $ docker exec e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 ssh-agent [2022-08-24T17:36:32.870Z] SSH_AUTH_SOCK=/tmp/ssh-Zbt0DjS1tFIx/agent.36 [2022-08-24T17:36:32.870Z] SSH_AGENT_PID=42 [2022-08-24T17:36:32.876Z] Running ssh-add (command line suppressed) [2022-08-24T17:36:32.986Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp/private_key_8720725573587103472.key (/w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp/private_key_8720725573587103472.key) [2022-08-24T17:36:32.999Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-24T17:36:33.332Z] + git tag --points-at HEAD [Pipeline] } [2022-08-24T17:36:33.362Z] $ docker exec --env ******** --env ******** e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 ssh-agent -k [2022-08-24T17:36:33.465Z] unset SSH_AUTH_SOCK; [2022-08-24T17:36:33.465Z] unset SSH_AGENT_PID; [2022-08-24T17:36:33.465Z] echo Agent pid 42 killed; [2022-08-24T17:36:33.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-24T17:36:33.562Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-24T17:36:33.562Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-24T17:36:33.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-24T17:36:33.697Z] $ docker exec e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 ssh-agent [2022-08-24T17:36:33.824Z] SSH_AUTH_SOCK=/tmp/ssh-A1K0n6s2Q99U/agent.77 [2022-08-24T17:36:33.824Z] SSH_AGENT_PID=85 [2022-08-24T17:36:33.830Z] Running ssh-add (command line suppressed) [2022-08-24T17:36:33.948Z] Identity added: /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp/private_key_3924444908501426237.key (/w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp/private_key_3924444908501426237.key) [2022-08-24T17:36:33.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-24T17:36:34.298Z] + git semver init [2022-08-24T17:36:34.559Z] 2022-08-24 17:36:34,519 [run_init] DEBUG init version:0.0.0 force:False [2022-08-24T17:36:34.559Z] 2022-08-24 17:36:34,519 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver [2022-08-24T17:36:34.559Z] 2022-08-24 17:36:34,520 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver [2022-08-24T17:36:34.559Z] 2022-08-24 17:36:34,520 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-secrets.git', '/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-160, universal_newlines=False, shell=None, istream=None) [2022-08-24T17:36:35.503Z] 2022-08-24 17:36:35,173 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-secrets_PR-160/.git/info/exclude [2022-08-24T17:36:35.503Z] 2022-08-24 17:36:35,174 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver/PR-160 with force:False [2022-08-24T17:36:35.503Z] 2022-08-24 17:36:35,174 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver/PR-160 [2022-08-24T17:36:35.503Z] 2022-08-24 17:36:35,178 [execute] INFO git cat-file --batch-check [2022-08-24T17:36:35.504Z] 2022-08-24 17:36:35,178 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver, universal_newlines=False, shell=None, istream=) [2022-08-24T17:36:35.504Z] 2022-08-24 17:36:35,184 [execute] INFO git cat-file --batch [2022-08-24T17:36:35.504Z] 2022-08-24 17:36:35,185 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver, universal_newlines=False, shell=None, istream=) [2022-08-24T17:36:35.504Z] 2022-08-24 17:36:35,190 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-secrets_PR-160/.semver/PR-160 [2022-08-24T17:36:35.504Z] 0.0.0 [Pipeline] } [2022-08-24T17:36:35.533Z] $ docker exec --env ******** --env ******** e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 ssh-agent -k [2022-08-24T17:36:35.651Z] unset SSH_AUTH_SOCK; [2022-08-24T17:36:35.651Z] unset SSH_AGENT_PID; [2022-08-24T17:36:35.652Z] echo Agent pid 85 killed; [2022-08-24T17:36:35.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-24T17:36:36.087Z] + git semver [Pipeline] } [2022-08-24T17:36:36.379Z] $ docker stop --time=1 e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 [2022-08-24T17:36:37.681Z] $ docker rm -f e852ac379bf405e115a418e0ab12f66f2f043c201efc84464b7c261323269ab9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-24T17:36:38.097Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-24T17:36:38.419Z] Stashed 1 file(s) [Pipeline] echo [2022-08-24T17:36:38.437Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2022-08-24T17:36:39.030Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-24T17:36:39.068Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-24T17:36:39.099Z] ========================================================= [2022-08-24T17:36:39.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-24T17:36:39.100Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-24T17:36:39.497Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-24T17:36:39.497Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-24T17:36:39.497Z] 2408cc74d12b: Pulling fs layer [2022-08-24T17:36:39.497Z] ea60b727a1ce: Pulling fs layer [2022-08-24T17:36:39.497Z] 30c4a7721957: Pulling fs layer [2022-08-24T17:36:39.497Z] 370296b7ddb6: Pulling fs layer [2022-08-24T17:36:39.497Z] 7c6cee850709: Pulling fs layer [2022-08-24T17:36:39.497Z] 39a5fcdaea64: Pulling fs layer [2022-08-24T17:36:39.497Z] d94ebbe4e438: Pulling fs layer [2022-08-24T17:36:39.497Z] bcfd1f05c69d: Pulling fs layer [2022-08-24T17:36:39.497Z] 59ccb84bbe0f: Pulling fs layer [2022-08-24T17:36:39.497Z] 7c6cee850709: Waiting [2022-08-24T17:36:39.497Z] 370296b7ddb6: Waiting [2022-08-24T17:36:39.498Z] 39a5fcdaea64: Waiting [2022-08-24T17:36:39.498Z] bcfd1f05c69d: Waiting [2022-08-24T17:36:39.498Z] d94ebbe4e438: Waiting [2022-08-24T17:36:39.498Z] 59ccb84bbe0f: Waiting [2022-08-24T17:36:39.498Z] 30c4a7721957: Verifying Checksum [2022-08-24T17:36:39.498Z] 30c4a7721957: Download complete [2022-08-24T17:36:39.498Z] ea60b727a1ce: Verifying Checksum [2022-08-24T17:36:39.498Z] 7c6cee850709: Verifying Checksum [2022-08-24T17:36:39.498Z] 7c6cee850709: Download complete [2022-08-24T17:36:39.498Z] 39a5fcdaea64: Verifying Checksum [2022-08-24T17:36:39.498Z] 39a5fcdaea64: Download complete [2022-08-24T17:36:39.498Z] 2408cc74d12b: Verifying Checksum [2022-08-24T17:36:39.498Z] 2408cc74d12b: Download complete [2022-08-24T17:36:39.498Z] d94ebbe4e438: Download complete [2022-08-24T17:36:39.758Z] 2408cc74d12b: Pull complete [2022-08-24T17:36:39.758Z] ea60b727a1ce: Pull complete [2022-08-24T17:36:40.020Z] 30c4a7721957: Pull complete [2022-08-24T17:36:40.020Z] 59ccb84bbe0f: Verifying Checksum [2022-08-24T17:36:40.020Z] 59ccb84bbe0f: Download complete [2022-08-24T17:36:40.281Z] bcfd1f05c69d: Verifying Checksum [2022-08-24T17:36:40.281Z] bcfd1f05c69d: Download complete [2022-08-24T17:36:40.281Z] 370296b7ddb6: Verifying Checksum [2022-08-24T17:36:40.281Z] 370296b7ddb6: Download complete [2022-08-24T17:36:44.471Z] 370296b7ddb6: Pull complete [2022-08-24T17:36:44.471Z] 7c6cee850709: Pull complete [2022-08-24T17:36:44.471Z] 39a5fcdaea64: Pull complete [2022-08-24T17:36:44.471Z] d94ebbe4e438: Pull complete [2022-08-24T17:36:45.849Z] bcfd1f05c69d: Pull complete [2022-08-24T17:36:46.416Z] 59ccb84bbe0f: Pull complete [2022-08-24T17:36:46.416Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-24T17:36:46.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-24T17:36:46.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2022-08-24T17:36:46.735Z] + 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 [2022-08-24T17:36:47.110Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-24T17:36:47.110Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:36:47.267Z] prd-ubuntu20.04-docker-8c-8g-23444 does not seem to be running inside a container [2022-08-24T17:36:47.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-secrets_PR-160 -v /w/workspace/gexfoundry_go-mod-secrets_PR-160:/w/workspace/gexfoundry_go-mod-secrets_PR-160:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-160@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-24T17:36:49.094Z] $ docker top 685e822fed10acf41586e7172233fcb0d29757f4ee2776920479f08142c9aada -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-24T17:36:49.512Z] + go version [2022-08-24T17:36:49.512Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-24T17:36:49.547Z] $ docker stop --time=1 685e822fed10acf41586e7172233fcb0d29757f4ee2776920479f08142c9aada [2022-08-24T17:36:50.808Z] $ docker rm -f 685e822fed10acf41586e7172233fcb0d29757f4ee2776920479f08142c9aada [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:36:51.588Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-24T17:36:51.588Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:36:51.762Z] prd-ubuntu20.04-docker-8c-8g-23444 does not seem to be running inside a container [2022-08-24T17:36:51.803Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/gexfoundry_go-mod-secrets_PR-160 -v /w/workspace/gexfoundry_go-mod-secrets_PR-160:/w/workspace/gexfoundry_go-mod-secrets_PR-160:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-160@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-24T17:36:52.134Z] $ docker top 3d253091f47b3efd5eca4dc568799ce5633063c3603ef2d7df65b6c0f25b9b54 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-24T17:36:52.537Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-secrets_PR-160 [Pipeline] fileExists [Pipeline] sh [2022-08-24T17:36:52.905Z] + make test [2022-08-24T17:36:52.905Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2022-08-24T17:36:52.905Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 [2022-08-24T17:36:52.905Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2022-08-24T17:36:52.905Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-24T17:36:53.163Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-24T17:36:53.163Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-24T17:36:53.163Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-24T17:36:53.163Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-24T17:36:53.163Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-08-24T17:36:53.163Z] go: downloading google.golang.org/grpc v1.46.0 [2022-08-24T17:36:53.163Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-08-24T17:36:53.163Z] go: downloading google.golang.org/protobuf v1.28.0 [2022-08-24T17:36:53.427Z] go: downloading github.com/go-kit/log v0.2.0 [2022-08-24T17:36:53.427Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-08-24T17:36:53.427Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-24T17:36:53.427Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-08-24T17:36:53.687Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-08-24T17:36:53.687Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-08-24T17:36:53.687Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-08-24T17:36:53.687Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-24T17:36:53.687Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-08-24T17:36:53.687Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-08-24T17:36:53.687Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-08-24T17:36:53.687Z] go: downloading golang.org/x/text v0.3.7 [2022-08-24T17:36:53.687Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-08-24T17:36:53.860Z] Still waiting to schedule task [2022-08-24T17:36:53.861Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 7.537s coverage: 80.6% of statements [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.068s coverage: 52.2% of statements [2022-08-24T17:37:20.259Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.050s coverage: 96.7% of statements [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.028s coverage: 89.5% of statements [2022-08-24T17:37:20.259Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.028s coverage: 100.0% of statements [2022-08-24T17:37:20.259Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/runtimetokenprovider 0.055s coverage: 55.8% of statements [2022-08-24T17:37:20.259Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/runtimetokenprovider/mocks [no test files] [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.022s coverage: 75.0% of statements [2022-08-24T17:37:20.259Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.052s coverage: 100.0% of statements [2022-08-24T17:37:20.259Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2022-08-24T17:37:28.375Z] 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." [2022-08-24T17:37:28.375Z] internal/pkg/vault/secrets_test.go:49:2: `testPathNotFound` is unused (deadcode) [2022-08-24T17:37:28.375Z] testPathNotFound = "/path" [2022-08-24T17:37:28.375Z] ^ [2022-08-24T17:37:28.375Z] make: *** [Makefile:20: lint] Error 1 [Pipeline] } [2022-08-24T17:37:28.428Z] $ docker stop --time=1 3d253091f47b3efd5eca4dc568799ce5633063c3603ef2d7df65b6c0f25b9b54 [2022-08-24T17:37:30.582Z] $ docker rm -f 3d253091f47b3efd5eca4dc568799ce5633063c3603ef2d7df65b6c0f25b9b54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:37:31.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-24T17:37:31.953Z] [2022-08-24T17:37:31.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:37:32.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-24T17:37:32.353Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-24T17:37:32.353Z] 5eb5b503b376: Pulling fs layer [2022-08-24T17:37:32.353Z] 5c69ac0246d0: Pulling fs layer [2022-08-24T17:37:32.353Z] ec43610c2a17: Pulling fs layer [2022-08-24T17:37:32.353Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-24T17:37:32.353Z] 33b1e0a273af: Pulling fs layer [2022-08-24T17:37:32.353Z] 5d3b04190fa2: Pulling fs layer [2022-08-24T17:37:32.353Z] 2f39f015ded8: Pulling fs layer [2022-08-24T17:37:32.353Z] 5d3b04190fa2: Waiting [2022-08-24T17:37:32.353Z] 2f39f015ded8: Waiting [2022-08-24T17:37:32.353Z] 3a2ae6a8a46f: Waiting [2022-08-24T17:37:32.353Z] 33b1e0a273af: Waiting [2022-08-24T17:37:32.353Z] 5c69ac0246d0: Download complete [2022-08-24T17:37:32.353Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-24T17:37:32.353Z] 3a2ae6a8a46f: Download complete [2022-08-24T17:37:32.353Z] 33b1e0a273af: Verifying Checksum [2022-08-24T17:37:32.353Z] 33b1e0a273af: Download complete [2022-08-24T17:37:32.353Z] ec43610c2a17: Verifying Checksum [2022-08-24T17:37:32.353Z] ec43610c2a17: Download complete [2022-08-24T17:37:32.353Z] 5d3b04190fa2: Verifying Checksum [2022-08-24T17:37:32.353Z] 5d3b04190fa2: Download complete [2022-08-24T17:37:32.613Z] 5eb5b503b376: Download complete [2022-08-24T17:37:33.188Z] 2f39f015ded8: Download complete [2022-08-24T17:37:33.760Z] 5eb5b503b376: Pull complete [2022-08-24T17:37:33.760Z] 5c69ac0246d0: Pull complete [2022-08-24T17:37:34.331Z] ec43610c2a17: Pull complete [2022-08-24T17:37:34.331Z] 3a2ae6a8a46f: Pull complete [2022-08-24T17:37:34.591Z] 33b1e0a273af: Pull complete [2022-08-24T17:37:34.591Z] 5d3b04190fa2: Pull complete [2022-08-24T17:37:38.788Z] 2f39f015ded8: Pull complete [2022-08-24T17:37:38.788Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-24T17:37:38.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-24T17:37:38.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:37:39.015Z] prd-ubuntu20.04-docker-8c-8g-23444 does not seem to be running inside a container [2022-08-24T17:37:39.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_PR-160 -v /w/workspace/gexfoundry_go-mod-secrets_PR-160:/w/workspace/gexfoundry_go-mod-secrets_PR-160:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-160@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-24T17:37:40.330Z] $ docker top 2c9effa9749a3d1f18f92aead75146e082cd0cdce77e53be659234cd637ac45c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:37:40.819Z] ---> job-cost.sh [2022-08-24T17:37:40.819Z] lf-activate-venv: SKIPPING [2022-08-24T17:37:40.819Z] INFO: No Stack... [2022-08-24T17:37:41.395Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-24T17:37:41.656Z] INFO: Archiving Costs [Pipeline] sh [2022-08-24T17:37:42.011Z] + cut -d, -f6 [2022-08-24T17:37:42.011Z] + cat /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives/cost.csv [Pipeline] lock [2022-08-24T17:37:42.054Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [2022-08-24T17:37:42.059Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] did not exist. Created. [2022-08-24T17:37:42.059Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-24T17:37:42.452Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-24T17:37:42.513Z] Stashed 1 file(s) [Pipeline] } [2022-08-24T17:37:42.534Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-24T17:37:42.611Z] $ docker stop --time=1 2c9effa9749a3d1f18f92aead75146e082cd0cdce77e53be659234cd637ac45c [2022-08-24T17:37:43.750Z] $ docker rm -f 2c9effa9749a3d1f18f92aead75146e082cd0cdce77e53be659234cd637ac45c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-24T17:37:44.123Z] Failed in branch amd64 [2022-08-24T17:38:33.412Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23445 in /w/workspace/gexfoundry_go-mod-secrets_PR-160 [Pipeline] { [Pipeline] ws [2022-08-24T17:38:33.456Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2022-08-24T17:38:33.557Z] Selected Git installation does not exist. Using Default [2022-08-24T17:38:33.557Z] The recommended git tool is: NONE [2022-08-24T17:38:39.843Z] using credential edgex-jenkins-ssh [2022-08-24T17:38:39.863Z] Cloning the remote Git repository [2022-08-24T17:38:39.927Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2022-08-24T17:38:40.005Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2022-08-24T17:38:40.085Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2022-08-24T17:38:40.087Z] > git --version # timeout=10 [2022-08-24T17:38:40.110Z] > git --version # 'git version 2.25.1' [2022-08-24T17:38:40.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-24T17:38:40.216Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-24T17:38:40.923Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2022-08-24T17:38:41.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-24T17:38:41.066Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2022-08-24T17:38:41.705Z] Merging remotes/origin/main commit f827f681b44d11bdd2b82a6166d810f6f3413c35 into PR head commit f6f7f41d4358a7c966669a54d428ff399083372d [2022-08-24T17:38:41.975Z] Merge succeeded, producing f6f7f41d4358a7c966669a54d428ff399083372d [2022-08-24T17:38:41.976Z] Checking out Revision f6f7f41d4358a7c966669a54d428ff399083372d (PR-160) [2022-08-24T17:38:41.133Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2022-08-24T17:38:41.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-24T17:38:41.148Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-24T17:38:41.730Z] > git config core.sparsecheckout # timeout=10 [2022-08-24T17:38:41.758Z] > git checkout -f f6f7f41d4358a7c966669a54d428ff399083372d # timeout=10 [2022-08-24T17:38:41.872Z] > git remote # timeout=10 [2022-08-24T17:38:41.893Z] > git config --get remote.origin.url # timeout=10 [2022-08-24T17:38:41.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-24T17:38:41.930Z] > git merge f827f681b44d11bdd2b82a6166d810f6f3413c35 # timeout=10 [2022-08-24T17:38:41.955Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-24T17:38:41.986Z] > git config core.sparsecheckout # timeout=10 [2022-08-24T17:38:42.000Z] > git checkout -f f6f7f41d4358a7c966669a54d428ff399083372d # timeout=10 [2022-08-24T17:38:46.146Z] Commit message: "feat: added error handling for status 404" [2022-08-24T17:38:46.207Z] > git --version # timeout=10 [2022-08-24T17:38:46.218Z] > git --version # 'git version 2.25.1' [2022-08-24T17:38:46.231Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-24T17:38:47.373Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-24T17:38:47.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-24T17:38:47.373Z] Dload Upload Total Spent Left Speed [2022-08-24T17:38:47.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84577 0 --:--:-- --:--:-- --:--:-- 85148 [Pipeline] sh [2022-08-24T17:38:48.088Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-24T17:38:48.495Z] + sudo tee /etc/docker/daemon.new [2022-08-24T17:38:48.495Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-24T17:38:48.495Z] { [2022-08-24T17:38:48.495Z] "registry-mirrors": [ [2022-08-24T17:38:48.495Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-24T17:38:48.495Z] ], [2022-08-24T17:38:48.495Z] "bip": "10.250.0.254/24", [2022-08-24T17:38:48.495Z] "hosts": [ [2022-08-24T17:38:48.495Z] "tcp://0.0.0.0:5555", [2022-08-24T17:38:48.495Z] "unix:///var/run/docker.sock" [2022-08-24T17:38:48.495Z] ], [2022-08-24T17:38:48.495Z] "mtu": 1458, [2022-08-24T17:38:48.495Z] "selinux-enabled": true, [2022-08-24T17:38:48.495Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-24T17:38:48.495Z] } [Pipeline] sh [2022-08-24T17:38:48.845Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-24T17:38:49.198Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-08-24T17:39:07.951Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-24T17:39:07.988Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-24T17:39:08.022Z] ========================================================= [2022-08-24T17:39:08.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-24T17:39:08.022Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-08-24T17:39:08.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-24T17:39:09.066Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-24T17:39:09.066Z] b3c136eddcbf: Pulling fs layer [2022-08-24T17:39:09.066Z] c0a3192eca97: Pulling fs layer [2022-08-24T17:39:09.066Z] a050256f5b6f: Pulling fs layer [2022-08-24T17:39:09.066Z] 656be50a0ddc: Pulling fs layer [2022-08-24T17:39:09.066Z] 2bbca73fdf42: Pulling fs layer [2022-08-24T17:39:09.066Z] 46d945488cbd: Pulling fs layer [2022-08-24T17:39:09.066Z] 8a5474983e97: Pulling fs layer [2022-08-24T17:39:09.066Z] 329c88fbcd65: Pulling fs layer [2022-08-24T17:39:09.066Z] 2bbca73fdf42: Waiting [2022-08-24T17:39:09.066Z] 656be50a0ddc: Waiting [2022-08-24T17:39:09.066Z] 8a5474983e97: Waiting [2022-08-24T17:39:09.066Z] 329c88fbcd65: Waiting [2022-08-24T17:39:09.066Z] 46d945488cbd: Waiting [2022-08-24T17:39:09.066Z] a050256f5b6f: Verifying Checksum [2022-08-24T17:39:09.066Z] a050256f5b6f: Download complete [2022-08-24T17:39:09.066Z] c0a3192eca97: Download complete [2022-08-24T17:39:09.066Z] 2bbca73fdf42: Download complete [2022-08-24T17:39:09.066Z] 46d945488cbd: Verifying Checksum [2022-08-24T17:39:09.066Z] 46d945488cbd: Download complete [2022-08-24T17:39:09.066Z] b3c136eddcbf: Verifying Checksum [2022-08-24T17:39:10.059Z] b3c136eddcbf: Pull complete [2022-08-24T17:39:10.059Z] 329c88fbcd65: Verifying Checksum [2022-08-24T17:39:10.059Z] 329c88fbcd65: Download complete [2022-08-24T17:39:10.691Z] c0a3192eca97: Pull complete [2022-08-24T17:39:10.973Z] a050256f5b6f: Pull complete [2022-08-24T17:39:11.579Z] 8a5474983e97: Download complete [2022-08-24T17:39:12.178Z] 656be50a0ddc: Verifying Checksum [2022-08-24T17:39:12.178Z] 656be50a0ddc: Download complete [2022-08-24T17:39:27.299Z] 656be50a0ddc: Pull complete [2022-08-24T17:39:27.299Z] 2bbca73fdf42: Pull complete [2022-08-24T17:39:27.299Z] 46d945488cbd: Pull complete [2022-08-24T17:39:31.617Z] 8a5474983e97: Pull complete [2022-08-24T17:39:33.603Z] 329c88fbcd65: Pull complete [2022-08-24T17:39:33.603Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-24T17:39:33.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-24T17:39:33.603Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2022-08-24T17:39:33.959Z] + 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 [2022-08-24T17:39:34.382Z] + docker inspect -f . ci-base-image-arm64 [2022-08-24T17:39:34.382Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:39:34.711Z] prd-ubuntu20.04-docker-arm64-4c-16g-23445 does not seem to be running inside a container [2022-08-24T17:39:34.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-24T17:39:37.871Z] $ docker top 17ddeb87866a2c95ab6f98c1a47490f1740212caa4729496875139cda2a900fc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-24T17:39:38.860Z] + go version [2022-08-24T17:39:38.860Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-24T17:39:38.905Z] $ docker stop --time=1 17ddeb87866a2c95ab6f98c1a47490f1740212caa4729496875139cda2a900fc [2022-08-24T17:39:40.673Z] $ docker rm -f 17ddeb87866a2c95ab6f98c1a47490f1740212caa4729496875139cda2a900fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:39:41.628Z] + docker inspect -f . ci-base-image-arm64 [2022-08-24T17:39:41.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:39:41.936Z] prd-ubuntu20.04-docker-arm64-4c-16g-23445 does not seem to be running inside a container [2022-08-24T17:39:42.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-24T17:39:43.223Z] $ docker top 1acf4139290f894b3d3c3cf723f9aa48d9565b2c102ecd48216bd96c385d382b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-24T17:39:44.175Z] + git config --global --add safe.directory /w/workspace/go-mod-secrets/1 [Pipeline] fileExists [Pipeline] sh [2022-08-24T17:39:44.902Z] + make test [2022-08-24T17:39:44.902Z] CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out [2022-08-24T17:39:44.902Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-08-24T17:39:44.902Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 [2022-08-24T17:39:45.177Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 [2022-08-24T17:39:45.177Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-08-24T17:39:45.177Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-08-24T17:39:45.177Z] go: downloading github.com/stretchr/objx v0.4.0 [2022-08-24T17:39:45.177Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-08-24T17:39:45.177Z] go: downloading github.com/go-kit/log v0.2.0 [2022-08-24T17:39:45.454Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-08-24T17:39:45.454Z] go: downloading github.com/google/uuid v1.3.0 [2022-08-24T17:39:45.454Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-08-24T17:39:45.454Z] go: downloading google.golang.org/grpc v1.46.0 [2022-08-24T17:39:46.433Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-08-24T17:39:46.433Z] go: downloading google.golang.org/protobuf v1.28.0 [2022-08-24T17:39:46.433Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-08-24T17:39:46.433Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-08-24T17:39:46.433Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-08-24T17:39:46.721Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-08-24T17:39:46.996Z] go: downloading golang.org/x/text v0.3.7 [2022-08-24T17:39:46.996Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-08-24T17:39:46.996Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-08-24T17:39:47.278Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-08-24T17:39:48.272Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-08-24T17:39:48.272Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-08-24T17:41:25.148Z] ok github.com/edgexfoundry/go-mod-secrets/v2/internal/pkg/vault 9.466s coverage: 80.6% of statements [2022-08-24T17:41:25.148Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg 0.270s coverage: 52.2% of statements [2022-08-24T17:41:25.148Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] [2022-08-24T17:41:25.148Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.236s coverage: 96.7% of statements [2022-08-24T17:41:25.148Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.065s coverage: 89.5% of statements [2022-08-24T17:41:25.149Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] [2022-08-24T17:41:25.149Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.075s coverage: 100.0% of statements [2022-08-24T17:41:25.149Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] [2022-08-24T17:41:43.495Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/runtimetokenprovider 0.199s coverage: 55.8% of statements [2022-08-24T17:41:43.495Z] ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/runtimetokenprovider/mocks [no test files] [2022-08-24T17:41:43.495Z] ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.107s coverage: 75.0% of statements [2022-08-24T17:41:43.495Z] ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 0.202s coverage: 100.0% of statements [2022-08-24T17:41:43.495Z] ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] [2022-08-24T17:41:43.495Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-24T17:41:43.495Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-24T17:42:40.164Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-24T17:42:40.164Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-08-24T17:42:40.203Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-24T17:42:40.241Z] $ docker stop --time=1 1acf4139290f894b3d3c3cf723f9aa48d9565b2c102ecd48216bd96c385d382b [2022-08-24T17:42:42.085Z] $ docker rm -f 1acf4139290f894b3d3c3cf723f9aa48d9565b2c102ecd48216bd96c385d382b [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-24T17:42:44.664Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-24T17:42:45.167Z] 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 [2022-08-24T17:42:46.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-24T17:42:46.038Z] [2022-08-24T17:42:46.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:42:46.459Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-24T17:42:46.733Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-24T17:42:46.733Z] 8998bd30e6a1: Pulling fs layer [2022-08-24T17:42:46.733Z] 04944245beec: Pulling fs layer [2022-08-24T17:42:46.733Z] 699f458cf7ca: Pulling fs layer [2022-08-24T17:42:46.733Z] 765212b225bb: Pulling fs layer [2022-08-24T17:42:46.733Z] f23df028b6ca: Pulling fs layer [2022-08-24T17:42:46.733Z] d65c8cfc05b1: Pulling fs layer [2022-08-24T17:42:46.733Z] 2437ff75d9bd: Pulling fs layer [2022-08-24T17:42:46.733Z] f23df028b6ca: Waiting [2022-08-24T17:42:46.733Z] d65c8cfc05b1: Waiting [2022-08-24T17:42:46.733Z] 2437ff75d9bd: Waiting [2022-08-24T17:42:46.733Z] 765212b225bb: Waiting [2022-08-24T17:42:46.733Z] 04944245beec: Verifying Checksum [2022-08-24T17:42:46.733Z] 04944245beec: Download complete [2022-08-24T17:42:47.011Z] 765212b225bb: Verifying Checksum [2022-08-24T17:42:47.011Z] 765212b225bb: Download complete [2022-08-24T17:42:47.011Z] f23df028b6ca: Download complete [2022-08-24T17:42:47.011Z] d65c8cfc05b1: Verifying Checksum [2022-08-24T17:42:47.011Z] d65c8cfc05b1: Download complete [2022-08-24T17:42:47.011Z] 699f458cf7ca: Verifying Checksum [2022-08-24T17:42:47.011Z] 699f458cf7ca: Download complete [2022-08-24T17:42:47.605Z] 8998bd30e6a1: Verifying Checksum [2022-08-24T17:42:47.605Z] 8998bd30e6a1: Download complete [2022-08-24T17:42:49.594Z] 2437ff75d9bd: Verifying Checksum [2022-08-24T17:42:49.594Z] 2437ff75d9bd: Download complete [2022-08-24T17:42:51.580Z] 8998bd30e6a1: Pull complete [2022-08-24T17:42:52.184Z] 04944245beec: Pull complete [2022-08-24T17:42:53.624Z] 699f458cf7ca: Pull complete [2022-08-24T17:42:53.898Z] 765212b225bb: Pull complete [2022-08-24T17:42:54.881Z] f23df028b6ca: Pull complete [2022-08-24T17:42:54.881Z] d65c8cfc05b1: Pull complete [2022-08-24T17:43:09.975Z] 2437ff75d9bd: Pull complete [2022-08-24T17:43:09.975Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-24T17:43:09.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-24T17:43:09.975Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:43:10.351Z] prd-ubuntu20.04-docker-arm64-4c-16g-23445 does not seem to be running inside a container [2022-08-24T17:43:10.443Z] $ 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-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-24T17:43:12.805Z] $ docker top 0197cc3a18467a4749bd0326a8d0571fbe3e6359d677d002f8bf825a09f4e897 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:13.754Z] ---> job-cost.sh [2022-08-24T17:43:13.754Z] lf-activate-venv: SKIPPING [2022-08-24T17:43:13.754Z] INFO: No Stack... [2022-08-24T17:43:14.350Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-24T17:43:15.334Z] INFO: Archiving Costs [Pipeline] sh [2022-08-24T17:43:16.014Z] + cat /w/workspace/go-mod-secrets/1/archives/cost.csv [2022-08-24T17:43:16.015Z] + cut -d, -f6 [Pipeline] lock [2022-08-24T17:43:16.098Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [2022-08-24T17:43:16.102Z] Resource [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] did not exist. Created. [2022-08-24T17:43:16.102Z] Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-24T17:43:16.856Z] /w/workspace/go-mod-secrets/1@tmp/durable-7a8c6612/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-24T17:43:17.573Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-24T17:43:17.607Z] Warning: overwriting stash ‘stack-cost’ [2022-08-24T17:43:17.653Z] Stashed 1 file(s) [Pipeline] } [2022-08-24T17:43:17.669Z] Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-PR-160-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-24T17:43:17.757Z] $ docker stop --time=1 0197cc3a18467a4749bd0326a8d0571fbe3e6359d677d002f8bf825a09f4e897 [2022-08-24T17:43:19.259Z] $ docker rm -f 0197cc3a18467a4749bd0326a8d0571fbe3e6359d677d002f8bf825a09f4e897 [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-08-24T17:43:21.953Z] + [ -d /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives ] [2022-08-24T17:43:21.954Z] + ls -al /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives [2022-08-24T17:43:21.954Z] total 16 [2022-08-24T17:43:21.954Z] drwxr-xr-x 3 root root 4096 Aug 24 17:37 . [2022-08-24T17:43:21.954Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 24 17:37 .. [2022-08-24T17:43:21.954Z] drwxr-xr-x 2 root root 4096 Aug 24 17:37 cost [2022-08-24T17:43:21.954Z] -rw-r--r-- 1 root root 86 Aug 24 17:37 cost.csv [2022-08-24T17:43:21.954Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives [2022-08-24T17:43:21.954Z] + ls -al /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives [2022-08-24T17:43:21.954Z] total 16 [2022-08-24T17:43:21.954Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 24 17:37 . [2022-08-24T17:43:21.954Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 24 17:37 .. [2022-08-24T17:43:21.954Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 24 17:37 cost [2022-08-24T17:43:21.954Z] -rw-r--r-- 1 jenkins jenkins 86 Aug 24 17:37 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:22.286Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:23.193Z] ---> package-listing.sh [2022-08-24T17:43:23.193Z] ++ facter osfamily [2022-08-24T17:43:23.193Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-24T17:43:23.193Z] + OS_FAMILY=debian [2022-08-24T17:43:23.193Z] + workspace=/w/workspace/gexfoundry_go-mod-secrets_PR-160 [2022-08-24T17:43:23.193Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-24T17:43:23.193Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-24T17:43:23.193Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-24T17:43:23.193Z] + PACKAGES=/tmp/packages_start.txt [2022-08-24T17:43:23.193Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_PR-160 ']' [2022-08-24T17:43:23.193Z] + PACKAGES=/tmp/packages_end.txt [2022-08-24T17:43:23.193Z] + case "${OS_FAMILY}" in [2022-08-24T17:43:23.193Z] + dpkg -l [2022-08-24T17:43:23.193Z] + grep '^ii' [2022-08-24T17:43:23.452Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-24T17:43:23.452Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-24T17:43:23.452Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-24T17:43:23.452Z] + '[' /w/workspace/gexfoundry_go-mod-secrets_PR-160 ']' [2022-08-24T17:43:23.452Z] + mkdir -p /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives/ [2022-08-24T17:43:23.452Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-secrets_PR-160/archives/ [Pipeline] echo [2022-08-24T17:43:23.486Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_PR-160/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-08-24T17:43:23.779Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-24T17:43:24.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-24T17:43:24.406Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-24T17:43:24.569Z] prd-ubuntu20.04-docker-8c-8g-23444 does not seem to be running inside a container [2022-08-24T17:43:24.610Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-secrets_PR-160/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-secrets_PR-160 -v /w/workspace/gexfoundry_go-mod-secrets_PR-160:/w/workspace/gexfoundry_go-mod-secrets_PR-160:rw,z -v /w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp:/w/workspace/gexfoundry_go-mod-secrets_PR-160@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-24T17:43:24.813Z] $ docker top 449da248a4282815fb14522bb7900e75c1bfb2f3ada5f4bd238376fe20bd7499 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-24T17:43:25.214Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-24T17:43:25.525Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-24T17:43:25.831Z] + ls /var/log/sa-host [2022-08-24T17:43:25.831Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-24T17:43:26.043Z] provisioning config files... [2022-08-24T17:43:26.055Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-secrets_PR-160@tmp/config3213843355983819541tmp [Pipeline] { [Pipeline] echo [2022-08-24T17:43:26.102Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:26.416Z] ---> create-netrc.sh [Pipeline] } [2022-08-24T17:43:26.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:26.868Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-24T17:43:26.904Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:27.219Z] ---> sudo-logs.sh [2022-08-24T17:43:27.219Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-24T17:43:27.308Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:27.626Z] ---> job-cost.sh [2022-08-24T17:43:27.626Z] lf-activate-venv: SKIPPING [2022-08-24T17:43:27.626Z] DEBUG: total: 0.2199999988079071 [2022-08-24T17:43:27.626Z] INFO: Retrieving Stack Cost... [2022-08-24T17:43:28.196Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-24T17:43:28.484Z] INFO: Archiving Costs [Pipeline] echo [2022-08-24T17:43:28.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-24T17:43:28.954Z] ---> logs-deploy.sh [2022-08-24T17:43:28.954Z] lf-activate-venv: SKIPPING [2022-08-24T17:43:28.954Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-160/1 [2022-08-24T17:43:28.954Z] INFO: archiving workspace using pattern(s): [2022-08-24T17:43:29.897Z] Archives upload complete. [2022-08-24T17:43:30.159Z] INFO: archiving logs to Nexus [2022-08-24T17:43:30.733Z] ---> uname -a: [2022-08-24T17:43:30.733Z] Linux prd-ubuntu20-04-docker-8c-8g-23444 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] ---> lscpu: [2022-08-24T17:43:30.733Z] Architecture: x86_64 [2022-08-24T17:43:30.733Z] CPU op-mode(s): 32-bit, 64-bit [2022-08-24T17:43:30.733Z] Byte Order: Little Endian [2022-08-24T17:43:30.733Z] Address sizes: 40 bits physical, 48 bits virtual [2022-08-24T17:43:30.733Z] CPU(s): 8 [2022-08-24T17:43:30.733Z] On-line CPU(s) list: 0-7 [2022-08-24T17:43:30.733Z] Thread(s) per core: 1 [2022-08-24T17:43:30.733Z] Core(s) per socket: 1 [2022-08-24T17:43:30.733Z] Socket(s): 8 [2022-08-24T17:43:30.733Z] NUMA node(s): 1 [2022-08-24T17:43:30.733Z] Vendor ID: AuthenticAMD [2022-08-24T17:43:30.733Z] CPU family: 23 [2022-08-24T17:43:30.733Z] Model: 49 [2022-08-24T17:43:30.733Z] Model name: AMD EPYC-Rome Processor [2022-08-24T17:43:30.733Z] Stepping: 0 [2022-08-24T17:43:30.733Z] CPU MHz: 2799.998 [2022-08-24T17:43:30.733Z] BogoMIPS: 5599.99 [2022-08-24T17:43:30.733Z] Virtualization: AMD-V [2022-08-24T17:43:30.733Z] Hypervisor vendor: KVM [2022-08-24T17:43:30.733Z] Virtualization type: full [2022-08-24T17:43:30.733Z] L1d cache: 256 KiB [2022-08-24T17:43:30.733Z] L1i cache: 256 KiB [2022-08-24T17:43:30.733Z] L2 cache: 4 MiB [2022-08-24T17:43:30.733Z] L3 cache: 128 MiB [2022-08-24T17:43:30.733Z] NUMA node0 CPU(s): 0-7 [2022-08-24T17:43:30.733Z] Vulnerability Itlb multihit: Not affected [2022-08-24T17:43:30.733Z] Vulnerability L1tf: Not affected [2022-08-24T17:43:30.733Z] Vulnerability Mds: Not affected [2022-08-24T17:43:30.733Z] Vulnerability Meltdown: Not affected [2022-08-24T17:43:30.733Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-08-24T17:43:30.733Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-08-24T17:43:30.733Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-08-24T17:43:30.733Z] Vulnerability Srbds: Not affected [2022-08-24T17:43:30.733Z] Vulnerability Tsx async abort: Not affected [2022-08-24T17:43:30.733Z] 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 [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] ---> nproc: [2022-08-24T17:43:30.733Z] 8 [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] ---> df -h: [2022-08-24T17:43:30.733Z] Filesystem Size Used Avail Use% Mounted on [2022-08-24T17:43:30.733Z] overlay 155G 11G 145G 7% / [2022-08-24T17:43:30.733Z] tmpfs 64M 0 64M 0% /dev [2022-08-24T17:43:30.733Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-08-24T17:43:30.733Z] shm 64M 0 64M 0% /dev/shm [2022-08-24T17:43:30.733Z] /dev/vda1 155G 11G 145G 7% /facter-os [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] [2022-08-24T17:43:30.733Z] ---> sar -b -r -n DEV: [2022-08-24T17:43:30.734Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23444) 08/24/22 _x86_64_ (8 CPU) [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:35:40 LINUX RESTART (8 CPU) [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:36:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-08-24T17:43:30.734Z] 17:37:01 348.08 45.12 302.96 0.00 4064.40 168360.43 0.00 [2022-08-24T17:43:30.734Z] 17:38:01 67.82 0.12 67.71 0.00 4.93 34432.93 0.00 [2022-08-24T17:43:30.734Z] 17:39:01 2.02 0.00 2.02 0.00 0.00 22.28 0.00 [2022-08-24T17:43:30.734Z] 17:40:01 1.98 0.00 1.98 0.00 0.00 22.80 0.00 [2022-08-24T17:43:30.734Z] 17:41:01 1.75 0.02 1.73 0.00 0.13 19.86 0.00 [2022-08-24T17:43:30.734Z] 17:42:01 2.18 0.00 2.18 0.00 0.00 24.40 0.00 [2022-08-24T17:43:30.734Z] 17:43:01 1.52 0.00 1.52 0.00 0.00 17.20 0.00 [2022-08-24T17:43:30.734Z] Average: 60.16 6.38 53.78 0.00 574.04 28693.11 0.00 [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:36:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-08-24T17:43:30.734Z] 17:37:01 28309660 31589140 703744 2.14 130148 3380488 2450804 7.22 1429392 2717060 357676 [2022-08-24T17:43:30.734Z] 17:38:01 28433400 31773824 521352 1.59 122964 3435160 1799704 5.30 1174328 2834584 300 [2022-08-24T17:43:30.734Z] 17:39:01 28432892 31773432 521496 1.59 123020 3435164 1799704 5.30 1174428 2834588 12 [2022-08-24T17:43:30.734Z] 17:40:01 28445356 31785988 508772 1.55 123084 3435164 1799704 5.30 1161824 2834588 20 [2022-08-24T17:43:30.734Z] 17:41:01 28445820 31787224 508000 1.54 123168 3435292 1799704 5.30 1161324 2835284 12 [2022-08-24T17:43:30.734Z] 17:42:01 28446552 31788072 507172 1.54 123240 3435300 1799704 5.30 1160888 2835316 12 [2022-08-24T17:43:30.734Z] 17:43:01 28452516 31794052 501296 1.52 123308 3435300 1799704 5.30 1155040 2835320 12 [2022-08-24T17:43:30.734Z] Average: 28423742 31755962 538833 1.64 124133 3427410 1892718 5.58 1202461 2818106 51149 [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:36:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-08-24T17:43:30.734Z] 17:37:01 ens3 845.29 545.21 7090.77 150.68 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:37:01 veth60bcd20 28.12 36.82 2.92 658.21 0.00 0.00 0.00 0.05 [2022-08-24T17:43:30.734Z] 17:37:01 lo 3.52 3.52 0.34 0.34 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:37:01 docker0 29.80 38.25 2.74 673.50 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:38:01 ens3 113.70 68.96 2527.20 13.27 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:38:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:38:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:39:01 ens3 0.45 0.27 0.26 0.20 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:40:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:41:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:42:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] Average: ens3 135.63 86.87 1362.05 23.19 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] Average: lo 0.72 0.72 0.07 0.07 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] Average: docker0 4.22 5.40 0.39 95.00 0.00 0.00 0.00 0.00 [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] ---> sar -P ALL: [2022-08-24T17:43:30.734Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23444) 08/24/22 _x86_64_ (8 CPU) [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:35:40 LINUX RESTART (8 CPU) [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] 17:36:02 CPU %user %nice %system %iowait %steal %idle [2022-08-24T17:43:30.734Z] 17:37:01 all 14.18 0.00 4.03 2.01 0.06 79.74 [2022-08-24T17:43:30.734Z] 17:37:01 0 17.70 0.00 3.49 1.22 0.05 77.53 [2022-08-24T17:43:30.734Z] 17:37:01 1 13.83 0.00 4.05 2.82 0.05 79.24 [2022-08-24T17:43:30.734Z] 17:37:01 2 14.04 0.00 3.27 0.55 0.05 82.09 [2022-08-24T17:43:30.734Z] 17:37:01 3 11.78 0.00 4.55 0.46 0.05 83.15 [2022-08-24T17:43:30.734Z] 17:37:01 4 13.42 0.00 3.96 0.68 0.05 81.88 [2022-08-24T17:43:30.734Z] 17:37:01 5 12.13 0.00 4.58 3.08 0.05 80.16 [2022-08-24T17:43:30.734Z] 17:37:01 6 16.95 0.00 3.61 2.14 0.05 77.25 [2022-08-24T17:43:30.734Z] 17:37:01 7 13.51 0.00 4.71 5.12 0.09 76.57 [2022-08-24T17:43:30.734Z] 17:38:01 all 23.38 0.00 4.15 0.56 0.05 71.86 [2022-08-24T17:43:30.734Z] 17:38:01 0 22.77 0.00 4.31 1.28 0.05 71.59 [2022-08-24T17:43:30.734Z] 17:38:01 1 24.04 0.00 3.91 0.02 0.05 71.98 [2022-08-24T17:43:30.734Z] 17:38:01 2 23.33 0.00 3.76 0.64 0.05 72.21 [2022-08-24T17:43:30.734Z] 17:38:01 3 23.20 0.00 4.14 0.03 0.05 72.58 [2022-08-24T17:43:30.734Z] 17:38:01 4 24.67 0.00 4.58 0.15 0.05 70.55 [2022-08-24T17:43:30.734Z] 17:38:01 5 22.98 0.00 3.49 0.13 0.05 73.35 [2022-08-24T17:43:30.734Z] 17:38:01 6 22.88 0.00 4.92 2.18 0.07 69.95 [2022-08-24T17:43:30.734Z] 17:38:01 7 23.16 0.00 4.11 0.00 0.05 72.68 [2022-08-24T17:43:30.734Z] 17:39:01 all 0.16 0.00 0.01 0.00 0.00 99.81 [2022-08-24T17:43:30.734Z] 17:39:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2022-08-24T17:43:30.734Z] 17:39:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2022-08-24T17:43:30.734Z] 17:39:01 2 1.09 0.00 0.00 0.00 0.00 98.91 [2022-08-24T17:43:30.734Z] 17:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2022-08-24T17:43:30.734Z] 17:39:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:39:01 6 0.00 0.00 0.02 0.03 0.00 99.95 [2022-08-24T17:43:30.734Z] 17:39:01 7 0.07 0.00 0.05 0.00 0.00 99.88 [2022-08-24T17:43:30.734Z] 17:40:01 all 0.26 0.00 0.02 0.01 0.01 99.70 [2022-08-24T17:43:30.734Z] 17:40:01 0 0.00 0.00 0.00 0.02 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:40:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2022-08-24T17:43:30.734Z] 17:40:01 2 1.79 0.00 0.02 0.00 0.02 98.17 [2022-08-24T17:43:30.734Z] 17:40:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2022-08-24T17:43:30.734Z] 17:40:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2022-08-24T17:43:30.734Z] 17:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:40:01 6 0.03 0.00 0.02 0.03 0.00 99.92 [2022-08-24T17:43:30.734Z] 17:40:01 7 0.07 0.00 0.05 0.00 0.02 99.87 [2022-08-24T17:43:30.734Z] 17:41:01 all 0.04 0.00 0.07 0.01 0.00 99.88 [2022-08-24T17:43:30.734Z] 17:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2022-08-24T17:43:30.734Z] 17:41:01 1 0.08 0.00 0.15 0.00 0.02 99.75 [2022-08-24T17:43:30.734Z] 17:41:01 2 0.07 0.00 0.10 0.02 0.00 99.82 [2022-08-24T17:43:30.734Z] 17:41:01 3 0.07 0.00 0.13 0.00 0.00 99.80 [2022-08-24T17:43:30.734Z] 17:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:41:01 5 0.03 0.00 0.08 0.00 0.00 99.88 [2022-08-24T17:43:30.734Z] 17:41:01 6 0.03 0.00 0.02 0.03 0.00 99.92 [2022-08-24T17:43:30.734Z] 17:41:01 7 0.05 0.00 0.05 0.02 0.00 99.88 [2022-08-24T17:43:30.734Z] 17:42:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2022-08-24T17:43:30.734Z] 17:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:42:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2022-08-24T17:43:30.734Z] 17:42:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2022-08-24T17:43:30.734Z] 17:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-24T17:43:30.734Z] 17:42:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-08-24T17:43:30.734Z] 17:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-24T17:43:30.734Z] 17:42:01 6 0.02 0.00 0.00 0.05 0.00 99.93 [2022-08-24T17:43:30.734Z] 17:42:01 7 0.02 0.00 0.05 0.00 0.02 99.92 [2022-08-24T17:43:30.734Z] 17:43:01 all 0.02 0.00 0.02 0.01 0.00 99.96 [2022-08-24T17:43:30.734Z] 17:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-24T17:43:30.734Z] 17:43:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:43:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2022-08-24T17:43:30.734Z] 17:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-08-24T17:43:30.734Z] 17:43:01 4 0.05 0.00 0.05 0.00 0.02 99.88 [2022-08-24T17:43:30.734Z] 17:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-08-24T17:43:30.734Z] 17:43:01 6 0.00 0.00 0.00 0.05 0.00 99.95 [2022-08-24T17:43:30.734Z] 17:43:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2022-08-24T17:43:30.734Z] Average: all 5.37 0.00 1.17 0.36 0.02 93.07 [2022-08-24T17:43:30.734Z] Average: 0 5.73 0.00 1.11 0.36 0.02 92.79 [2022-08-24T17:43:30.734Z] Average: 1 5.40 0.00 1.16 0.40 0.02 93.03 [2022-08-24T17:43:30.734Z] Average: 2 5.69 0.00 1.01 0.17 0.02 93.12 [2022-08-24T17:43:30.734Z] Average: 3 4.96 0.00 1.25 0.07 0.01 93.70 [2022-08-24T17:43:30.734Z] Average: 4 5.41 0.00 1.23 0.12 0.02 93.23 [2022-08-24T17:43:30.734Z] Average: 5 4.97 0.00 1.15 0.45 0.01 93.41 [2022-08-24T17:43:30.734Z] Average: 6 5.63 0.00 1.21 0.64 0.02 92.50 [2022-08-24T17:43:30.734Z] Average: 7 5.20 0.00 1.27 0.72 0.03 92.79 [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z] [2022-08-24T17:43:30.734Z]