Pull request #582 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 498c564917571552022d2c991f2034b39ce95abc+d0a7b5bb38390e8375b6eb3c81ce555ffbdfb381 (a94bee29cae9a4a9b278a3c0d9de7edda4bf6ad5) 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-ssh11735107653353995091.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh2936621235229755312.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-bootstrap/branches/PR-582/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-bootstrap/branches/PR-582/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15573904191003007375.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-bootstrap/branches/PR-582/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17965943032269307319.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh8293686938342592757.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-bootstrap/branches/PR-582/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-bootstrap/branches/PR-582/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17783580500187323110.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3639 in /w/workspace/xfoundry_go-mod-bootstrap_PR-582 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-582 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d0a7b5bb38390e8375b6eb3c81ce555ffbdfb381 into PR head commit 498c564917571552022d2c991f2034b39ce95abc Merge succeeded, producing 498c564917571552022d2c991f2034b39ce95abc Checking out Revision 498c564917571552022d2c991f2034b39ce95abc (PR-582) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-15T09:58:21.860Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-15T09:58:22.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-15T09:58:22.115Z] ========================================================= [2023-08-15T09:58:22.115Z] EdgeX Global Pipelines Version Info [2023-08-15T09:58:22.115Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 498c564917571552022d2c991f2034b39ce95abc # 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 d0a7b5bb38390e8375b6eb3c81ce555ffbdfb381 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 498c564917571552022d2c991f2034b39ce95abc # timeout=10 [2023-08-15T09:58:22.838Z] ------------------- [2023-08-15T09:58:22.838Z] stable info: [2023-08-15T09:58:22.838Z] ------------------- [2023-08-15T09:58:22.838Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-15T09:58:22.838Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-15T09:58:22.838Z] Message: update stable to v1.0.253 [2023-08-15T09:58:23.410Z] ------------------- [2023-08-15T09:58:23.410Z] experimental info: [2023-08-15T09:58:23.410Z] ------------------- [2023-08-15T09:58:23.410Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-15T09:58:23.410Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-15T09:58:23.410Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-15T09:58:23.697Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-08-15T09:58:23.741Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-08-15T09:58:23.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-15T09:58:23.822Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-15T09:58:23.863Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-15T09:58:23.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-15T09:58:23.947Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-15T09:58:23.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-15T09:58:24.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-15T09:58:24.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-15T09:58:24.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-15T09:58:24.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-08-15T09:58:24.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-15T09:58:24.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-15T09:58:24.280Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-08-15T09:58:24.325Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-08-15T09:58:24.366Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-15T09:58:24.412Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-15T09:58:24.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-15T09:58:24.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-15T09:58:24.541Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-15T09:58:24.589Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-15T09:58:24.639Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-15T09:58:24.685Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-15T09:58:24.727Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-08-15T09:58:24.767Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-15T09:58:24.813Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-15T09:58:24.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2023-08-15T09:58:24.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2023-08-15T09:58:24.946Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2023-08-15T09:58:24.994Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 498c564917571552022d2c991f2034b39ce95abc [Pipeline] echo [2023-08-15T09:58:25.032Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 498c564 [Pipeline] echo [2023-08-15T09:58:25.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-15T09:58:25.603Z] + git rev-list -1 --merges 498c564917571552022d2c991f2034b39ce95abc~1..498c564917571552022d2c991f2034b39ce95abc [Pipeline] echo [2023-08-15T09:58:25.668Z] -----------> git rev-list -1 --merges 498c564917571552022d2c991f2034b39ce95abc~1..498c564917571552022d2c991f2034b39ce95abc 498c564917571552022d2c991f2034b39ce95abc [false] [Pipeline] sh [2023-08-15T09:58:25.980Z] + git log --format=format:%s -1 498c564917571552022d2c991f2034b39ce95abc [Pipeline] echo [2023-08-15T09:58:26.018Z] ========================================================= [2023-08-15T09:58:26.018Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-15T09:58:26.018Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-15T09:58:26.458Z] + git log --format=format:%s -1 498c564917571552022d2c991f2034b39ce95abc [Pipeline] echo [2023-08-15T09:58:26.489Z] [semverPrep] GIT_COMMIT: 498c564917571552022d2c991f2034b39ce95abc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo [2023-08-15T09:58:26.514Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-15T09:58:26.905Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-15T09:58:26.905Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-15T09:58:26.905Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-15T09:58:26.905Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-15T09:58:26.905Z] + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-15T09:58:26.905Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-15T09:58:26.905Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:58:27.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-15T09:58:27.396Z] [2023-08-15T09:58:27.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:58:27.771Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-15T09:58:28.034Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-15T09:58:28.034Z] b85a868b505f: Pulling fs layer [2023-08-15T09:58:28.034Z] e2be974225ed: Pulling fs layer [2023-08-15T09:58:28.034Z] 339a4e72a1f5: Pulling fs layer [2023-08-15T09:58:28.034Z] 988bab9f4d93: Pulling fs layer [2023-08-15T09:58:28.034Z] 1469e6f7b9e6: Pulling fs layer [2023-08-15T09:58:28.034Z] eaf3925da568: Pulling fs layer [2023-08-15T09:58:28.034Z] bab4dde63d76: Pulling fs layer [2023-08-15T09:58:28.034Z] bde34c3a00c8: Pulling fs layer [2023-08-15T09:58:28.034Z] b352a97aabf1: Pulling fs layer [2023-08-15T09:58:28.034Z] 4872d77fe225: Pulling fs layer [2023-08-15T09:58:28.034Z] 988bab9f4d93: Waiting [2023-08-15T09:58:28.034Z] 1469e6f7b9e6: Waiting [2023-08-15T09:58:28.034Z] eaf3925da568: Waiting [2023-08-15T09:58:28.034Z] bab4dde63d76: Waiting [2023-08-15T09:58:28.034Z] bde34c3a00c8: Waiting [2023-08-15T09:58:28.034Z] b352a97aabf1: Waiting [2023-08-15T09:58:28.034Z] 5851b861e8e6: Pulling fs layer [2023-08-15T09:58:28.034Z] 4872d77fe225: Waiting [2023-08-15T09:58:28.034Z] 5851b861e8e6: Waiting [2023-08-15T09:58:28.034Z] e2be974225ed: Verifying Checksum [2023-08-15T09:58:28.034Z] e2be974225ed: Download complete [2023-08-15T09:58:28.034Z] 988bab9f4d93: Verifying Checksum [2023-08-15T09:58:28.034Z] 988bab9f4d93: Download complete [2023-08-15T09:58:28.034Z] 1469e6f7b9e6: Verifying Checksum [2023-08-15T09:58:28.034Z] 1469e6f7b9e6: Download complete [2023-08-15T09:58:28.034Z] eaf3925da568: Verifying Checksum [2023-08-15T09:58:28.034Z] eaf3925da568: Download complete [2023-08-15T09:58:28.034Z] 339a4e72a1f5: Verifying Checksum [2023-08-15T09:58:28.034Z] 339a4e72a1f5: Download complete [2023-08-15T09:58:28.034Z] bde34c3a00c8: Download complete [2023-08-15T09:58:28.034Z] b352a97aabf1: Download complete [2023-08-15T09:58:28.034Z] 4872d77fe225: Verifying Checksum [2023-08-15T09:58:28.034Z] 4872d77fe225: Download complete [2023-08-15T09:58:28.034Z] 5851b861e8e6: Verifying Checksum [2023-08-15T09:58:28.293Z] b85a868b505f: Verifying Checksum [2023-08-15T09:58:28.293Z] b85a868b505f: Download complete [2023-08-15T09:58:28.555Z] bab4dde63d76: Verifying Checksum [2023-08-15T09:58:28.555Z] bab4dde63d76: Download complete [2023-08-15T09:58:29.504Z] b85a868b505f: Pull complete [2023-08-15T09:58:29.764Z] e2be974225ed: Pull complete [2023-08-15T09:58:30.334Z] 339a4e72a1f5: Pull complete [2023-08-15T09:58:30.334Z] 988bab9f4d93: Pull complete [2023-08-15T09:58:30.594Z] 1469e6f7b9e6: Pull complete [2023-08-15T09:58:30.594Z] eaf3925da568: Pull complete [2023-08-15T09:58:32.535Z] bab4dde63d76: Pull complete [2023-08-15T09:58:32.535Z] bde34c3a00c8: Pull complete [2023-08-15T09:58:32.535Z] b352a97aabf1: Pull complete [2023-08-15T09:58:32.797Z] 4872d77fe225: Pull complete [2023-08-15T09:58:32.797Z] 5851b861e8e6: Pull complete [2023-08-15T09:58:32.797Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-15T09:58:32.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-15T09:58:32.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T09:58:33.037Z] prd-ubuntu20.04-docker-8c-8g-3639 does not seem to be running inside a container [2023-08-15T09:58:33.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-582 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582:/w/workspace/xfoundry_go-mod-bootstrap_PR-582:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-08-15T09:58:35.172Z] $ docker top c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 -eo pid,comm [2023-08-15T09:58:35.226Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-15T09:58:35.226Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-15T09:58:35.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-15T09:58:35.365Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-15T09:58:35.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-15T09:58:35.501Z] $ docker exec c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 ssh-agent [2023-08-15T09:58:35.599Z] SSH_AUTH_SOCK=/tmp/ssh-TfRoKPnEiqQW/agent.33 [2023-08-15T09:58:35.599Z] SSH_AGENT_PID=39 [2023-08-15T09:58:35.607Z] Running ssh-add (command line suppressed) [2023-08-15T09:58:35.714Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/private_key_1934003450275133962.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/private_key_1934003450275133962.key) [2023-08-15T09:58:35.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-15T09:58:36.048Z] + git tag --points-at HEAD [Pipeline] } [2023-08-15T09:58:36.077Z] $ docker exec --env ******** --env ******** c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 ssh-agent -k [2023-08-15T09:58:36.174Z] unset SSH_AUTH_SOCK; [2023-08-15T09:58:36.175Z] unset SSH_AGENT_PID; [2023-08-15T09:58:36.175Z] echo Agent pid 39 killed; [2023-08-15T09:58:36.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-15T09:58:36.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-15T09:58:36.273Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-15T09:58:36.384Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-15T09:58:36.390Z] $ docker exec c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 ssh-agent [2023-08-15T09:58:36.488Z] SSH_AUTH_SOCK=/tmp/ssh-VG9vGbZnQz2j/agent.70 [2023-08-15T09:58:36.488Z] SSH_AGENT_PID=77 [2023-08-15T09:58:36.493Z] Running ssh-add (command line suppressed) [2023-08-15T09:58:36.607Z] Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/private_key_7512211522476964978.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/private_key_7512211522476964978.key) [2023-08-15T09:58:36.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-15T09:58:36.942Z] + git semver init [2023-08-15T09:58:37.201Z] 2023-08-15 09:58:37,122 [run_init] DEBUG init version:0.0.0 force:False [2023-08-15T09:58:37.201Z] 2023-08-15 09:58:37,122 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver [2023-08-15T09:58:37.201Z] 2023-08-15 09:58:37,123 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver [2023-08-15T09:58:37.201Z] 2023-08-15 09:58:37,123 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-582, universal_newlines=False, shell=None, istream=None) [2023-08-15T09:58:38.136Z] 2023-08-15 09:58:37,918 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.git/info/exclude [2023-08-15T09:58:38.136Z] 2023-08-15 09:58:37,919 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver/PR-582 with force:False [2023-08-15T09:58:38.136Z] 2023-08-15 09:58:37,919 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver/PR-582 [2023-08-15T09:58:38.137Z] 2023-08-15 09:58:37,923 [execute] INFO git cat-file --batch-check [2023-08-15T09:58:38.137Z] 2023-08-15 09:58:37,924 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver, universal_newlines=False, shell=None, istream=) [2023-08-15T09:58:38.137Z] 2023-08-15 09:58:37,930 [execute] INFO git cat-file --batch [2023-08-15T09:58:38.137Z] 2023-08-15 09:58:37,930 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver, universal_newlines=False, shell=None, istream=) [2023-08-15T09:58:38.137Z] 2023-08-15 09:58:37,935 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-582/.semver/PR-582 [2023-08-15T09:58:38.137Z] 0.0.0 [Pipeline] } [2023-08-15T09:58:38.169Z] $ docker exec --env ******** --env ******** c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 ssh-agent -k [2023-08-15T09:58:38.263Z] unset SSH_AUTH_SOCK; [2023-08-15T09:58:38.263Z] unset SSH_AGENT_PID; [2023-08-15T09:58:38.264Z] echo Agent pid 77 killed; [2023-08-15T09:58:38.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-15T09:58:38.711Z] + git semver [Pipeline] } [2023-08-15T09:58:39.000Z] $ docker stop --time=1 c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 [2023-08-15T09:58:40.298Z] $ docker rm -f --volumes c42dc962459c43d3a1d3faf8f842419ae5e663b82d861d06881abd4180395415 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-15T09:58:40.789Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-15T09:58:41.089Z] Stashed 1 file(s) [Pipeline] echo [2023-08-15T09:58:41.110Z] [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 [2023-08-15T09:58:41.712Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-15T09:58:41.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-15T09:58:41.782Z] ========================================================= [2023-08-15T09:58:41.782Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-15T09:58:41.782Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-08-15T09:58:42.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-15T09:58:42.173Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-15T09:58:42.173Z] 4db1b89c0bd1: Pulling fs layer [2023-08-15T09:58:42.173Z] 6911f1a30b25: Pulling fs layer [2023-08-15T09:58:42.173Z] e194b8c5c2a9: Pulling fs layer [2023-08-15T09:58:42.173Z] 6863d3e3a2b1: Pulling fs layer [2023-08-15T09:58:42.173Z] ec0bb842ea78: Pulling fs layer [2023-08-15T09:58:42.173Z] 40a00589a448: Pulling fs layer [2023-08-15T09:58:42.173Z] 6c08303d61cc: Pulling fs layer [2023-08-15T09:58:42.173Z] 798269fcf238: Pulling fs layer [2023-08-15T09:58:42.173Z] ec0bb842ea78: Waiting [2023-08-15T09:58:42.173Z] 40a00589a448: Waiting [2023-08-15T09:58:42.173Z] 6c08303d61cc: Waiting [2023-08-15T09:58:42.173Z] 798269fcf238: Waiting [2023-08-15T09:58:42.173Z] 6863d3e3a2b1: Waiting [2023-08-15T09:58:42.173Z] 6911f1a30b25: Download complete [2023-08-15T09:58:42.173Z] 6863d3e3a2b1: Download complete [2023-08-15T09:58:42.173Z] ec0bb842ea78: Download complete [2023-08-15T09:58:42.173Z] 4db1b89c0bd1: Verifying Checksum [2023-08-15T09:58:42.173Z] 4db1b89c0bd1: Download complete [2023-08-15T09:58:42.173Z] 40a00589a448: Verifying Checksum [2023-08-15T09:58:42.173Z] 40a00589a448: Download complete [2023-08-15T09:58:42.435Z] 4db1b89c0bd1: Pull complete [2023-08-15T09:58:42.435Z] 6911f1a30b25: Pull complete [2023-08-15T09:58:42.697Z] 798269fcf238: Verifying Checksum [2023-08-15T09:58:42.697Z] 798269fcf238: Download complete [2023-08-15T09:58:42.956Z] e194b8c5c2a9: Verifying Checksum [2023-08-15T09:58:42.956Z] e194b8c5c2a9: Download complete [2023-08-15T09:58:42.956Z] 6c08303d61cc: Verifying Checksum [2023-08-15T09:58:42.956Z] 6c08303d61cc: Download complete [2023-08-15T09:58:46.243Z] e194b8c5c2a9: Pull complete [2023-08-15T09:58:46.243Z] 6863d3e3a2b1: Pull complete [2023-08-15T09:58:46.243Z] ec0bb842ea78: Pull complete [2023-08-15T09:58:46.243Z] 40a00589a448: Pull complete [2023-08-15T09:58:48.798Z] 6c08303d61cc: Pull complete [2023-08-15T09:58:49.365Z] 798269fcf238: Pull complete [2023-08-15T09:58:49.365Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-15T09:58:49.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-15T09:58:49.365Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-08-15T09:58:49.683Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:58:50.061Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-15T09:58:50.061Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T09:58:50.203Z] prd-ubuntu20.04-docker-8c-8g-3639 does not seem to be running inside a container [2023-08-15T09:58:50.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-582 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582:/w/workspace/xfoundry_go-mod-bootstrap_PR-582:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@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 ******** ci-base-image-x86_64 cat [2023-08-15T09:58:54.038Z] $ docker top 333f40acb9ea2f94decda98b4240ad417fb9c540e6e09173808a2e094b59abde -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-15T09:58:54.417Z] + go version [2023-08-15T09:58:54.417Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-15T09:58:54.455Z] $ docker stop --time=1 333f40acb9ea2f94decda98b4240ad417fb9c540e6e09173808a2e094b59abde [2023-08-15T09:58:55.753Z] $ docker rm -f --volumes 333f40acb9ea2f94decda98b4240ad417fb9c540e6e09173808a2e094b59abde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:58:56.518Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-15T09:58:56.518Z] . [2023-08-15T09:58:56.529Z] Still waiting to schedule task [2023-08-15T09:58:56.529Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T09:58:56.672Z] prd-ubuntu20.04-docker-8c-8g-3639 does not seem to be running inside a container [2023-08-15T09:58:56.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-bootstrap_PR-582 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582:/w/workspace/xfoundry_go-mod-bootstrap_PR-582:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@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 ******** ci-base-image-x86_64 cat [2023-08-15T09:58:57.057Z] $ docker top a5fc24798b1616013b0c2483787d57d6987587ca993267751d7d647e355abddf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-15T09:58:57.431Z] + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-582 [Pipeline] fileExists [Pipeline] sh [2023-08-15T09:58:57.787Z] + make test [2023-08-15T09:58:57.787Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-08-15T09:58:57.787Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 [2023-08-15T09:58:57.787Z] go: downloading github.com/labstack/echo/v4 v4.11.1 [2023-08-15T09:58:57.787Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-08-15T09:58:57.787Z] go: downloading github.com/google/uuid v1.3.0 [2023-08-15T09:58:57.787Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-08-15T09:58:57.787Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 [2023-08-15T09:58:58.047Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-08-15T09:58:58.306Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.15 [2023-08-15T09:58:58.306Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.4 [2023-08-15T09:58:58.306Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.4 [2023-08-15T09:58:58.306Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.5 [2023-08-15T09:58:58.564Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-08-15T09:58:58.564Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-08-15T09:58:58.564Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-08-15T09:58:58.564Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2023-08-15T09:58:58.564Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2023-08-15T09:58:58.564Z] go: downloading github.com/labstack/gommon v0.4.0 [2023-08-15T09:58:58.564Z] go: downloading golang.org/x/crypto v0.11.0 [2023-08-15T09:58:58.564Z] go: downloading golang.org/x/net v0.12.0 [2023-08-15T09:58:58.564Z] go: downloading github.com/go-kit/log v0.2.1 [2023-08-15T09:58:58.564Z] go: downloading github.com/go-playground/validator/v10 v10.15.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2023-08-15T09:58:58.822Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2023-08-15T09:58:58.822Z] go: downloading golang.org/x/time v0.3.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/gorilla/websocket v1.5.0 [2023-08-15T09:58:58.822Z] go: downloading golang.org/x/sync v0.2.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2023-08-15T09:58:58.822Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 [2023-08-15T09:58:58.822Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-08-15T09:58:59.081Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2023-08-15T09:58:59.081Z] go: downloading github.com/mattn/go-isatty v0.0.19 [2023-08-15T09:58:59.081Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-08-15T09:58:59.081Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2023-08-15T09:58:59.081Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.2 [2023-08-15T09:58:59.081Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-08-15T09:58:59.081Z] go: downloading github.com/leodido/go-urn v1.2.4 [2023-08-15T09:58:59.081Z] go: downloading golang.org/x/text v0.11.0 [2023-08-15T09:58:59.081Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-08-15T09:58:59.081Z] go: downloading github.com/hashicorp/consul/api v1.23.0 [2023-08-15T09:58:59.081Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-08-15T09:58:59.339Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-08-15T09:58:59.339Z] go: downloading github.com/x448/float16 v0.8.4 [2023-08-15T09:58:59.596Z] go: downloading golang.org/x/sys v0.10.0 [2023-08-15T09:58:59.596Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-08-15T09:58:59.596Z] go: downloading google.golang.org/grpc v1.53.0 [2023-08-15T09:58:59.855Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-08-15T09:59:00.113Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2023-08-15T09:59:00.113Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-08-15T09:59:00.113Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2023-08-15T09:59:00.113Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-08-15T09:59:00.113Z] go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 [2023-08-15T09:59:00.113Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.0 [2023-08-15T09:59:00.113Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-08-15T09:59:00.373Z] go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 [2023-08-15T09:59:00.373Z] go: downloading github.com/fatih/color v1.14.1 [2023-08-15T09:59:00.373Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-08-15T09:59:00.373Z] go: downloading github.com/armon/go-metrics v0.4.1 [2023-08-15T09:59:00.373Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2023-08-15T09:59:00.373Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-08-15T09:59:18.460Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-08-15T09:59:18.460Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-08-15T09:59:18.460Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-08-15T09:59:18.460Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-08-15T09:59:18.460Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.080s coverage: 35.4% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.013s coverage: 93.5% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.021s coverage: 91.7% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.346s coverage: 88.2% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.006s coverage: 85.0% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.018s coverage: 46.8% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.019s coverage: 100.0% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.319s coverage: 87.7% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.017s coverage: 26.3% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.041s coverage: 79.0% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.013s coverage: 59.3% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.012s coverage: 31.2% of statements [2023-08-15T09:59:36.562Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.009s coverage: 91.3% of statements [2023-08-15T09:59:41.826Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-08-15T09:59:46.010Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-15T09:59:46.010Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-08-15T09:59:46.051Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-15T09:59:46.087Z] $ docker stop --time=1 a5fc24798b1616013b0c2483787d57d6987587ca993267751d7d647e355abddf [2023-08-15T09:59:48.023Z] $ docker rm -f --volumes a5fc24798b1616013b0c2483787d57d6987587ca993267751d7d647e355abddf [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-15T09:59:48.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-15T09:59:48.788Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:59:49.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-15T09:59:49.712Z] [2023-08-15T09:59:49.712Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T09:59:50.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-15T09:59:50.096Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-15T09:59:50.096Z] 5eb5b503b376: Pulling fs layer [2023-08-15T09:59:50.096Z] 5c69ac0246d0: Pulling fs layer [2023-08-15T09:59:50.096Z] ec43610c2a17: Pulling fs layer [2023-08-15T09:59:50.096Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-15T09:59:50.096Z] 33b1e0a273af: Pulling fs layer [2023-08-15T09:59:50.096Z] 5d3b04190fa2: Pulling fs layer [2023-08-15T09:59:50.096Z] 2f39f015ded8: Pulling fs layer [2023-08-15T09:59:50.096Z] 33b1e0a273af: Waiting [2023-08-15T09:59:50.096Z] 5d3b04190fa2: Waiting [2023-08-15T09:59:50.096Z] 3a2ae6a8a46f: Waiting [2023-08-15T09:59:50.357Z] 5c69ac0246d0: Download complete [2023-08-15T09:59:50.357Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-15T09:59:50.357Z] 3a2ae6a8a46f: Download complete [2023-08-15T09:59:50.357Z] 33b1e0a273af: Verifying Checksum [2023-08-15T09:59:50.357Z] 33b1e0a273af: Download complete [2023-08-15T09:59:50.357Z] 5d3b04190fa2: Download complete [2023-08-15T09:59:50.357Z] ec43610c2a17: Verifying Checksum [2023-08-15T09:59:50.357Z] ec43610c2a17: Download complete [2023-08-15T09:59:50.357Z] 5eb5b503b376: Verifying Checksum [2023-08-15T09:59:50.357Z] 5eb5b503b376: Download complete [2023-08-15T09:59:51.735Z] 5eb5b503b376: Pull complete [2023-08-15T09:59:51.735Z] 5c69ac0246d0: Pull complete [2023-08-15T09:59:52.300Z] ec43610c2a17: Pull complete [2023-08-15T09:59:52.300Z] 3a2ae6a8a46f: Pull complete [2023-08-15T09:59:52.300Z] 33b1e0a273af: Pull complete [2023-08-15T09:59:52.559Z] 5d3b04190fa2: Pull complete [2023-08-15T09:59:57.114Z] 2f39f015ded8: Pull complete [2023-08-15T09:59:57.114Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-15T09:59:57.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-15T09:59:57.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T09:59:57.339Z] prd-ubuntu20.04-docker-8c-8g-3639 does not seem to be running inside a container [2023-08-15T09:59:57.367Z] $ 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/xfoundry_go-mod-bootstrap_PR-582 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582:/w/workspace/xfoundry_go-mod-bootstrap_PR-582:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@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-lftools-log-publisher:latest cat [2023-08-15T10:00:00.053Z] $ docker top 5d9233bfbc10fa6d7906b68f39f71c8b9ffcdc9b1e023c2943f59d54f3a15ad3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:00:00.520Z] ---> job-cost.sh [2023-08-15T10:00:00.521Z] lf-activate-venv: SKIPPING [2023-08-15T10:00:00.521Z] INFO: No Stack... [2023-08-15T10:00:01.087Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-15T10:00:01.345Z] INFO: Archiving Costs [Pipeline] sh [2023-08-15T10:00:01.665Z] + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives/cost.csv [2023-08-15T10:00:01.665Z] + cut -d, -f6 [Pipeline] lock [2023-08-15T10:00:01.704Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [2023-08-15T10:00:01.709Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] did not exist. Created. [2023-08-15T10:00:01.709Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-15T10:00:02.108Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-15T10:00:02.186Z] Stashed 1 file(s) [Pipeline] } [2023-08-15T10:00:02.219Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-15T10:00:02.300Z] $ docker stop --time=1 5d9233bfbc10fa6d7906b68f39f71c8b9ffcdc9b1e023c2943f59d54f3a15ad3 [2023-08-15T10:00:03.448Z] $ docker rm -f --volumes 5d9233bfbc10fa6d7906b68f39f71c8b9ffcdc9b1e023c2943f59d54f3a15ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-15T10:00:32.377Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3644 in /w/workspace/xfoundry_go-mod-bootstrap_PR-582 [Pipeline] { [Pipeline] ws [2023-08-15T10:00:32.442Z] Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout [2023-08-15T10:00:32.524Z] The recommended git tool is: git [2023-08-15T10:00:38.382Z] using credential edgex-jenkins-ssh [2023-08-15T10:00:38.403Z] Cloning the remote Git repository [2023-08-15T10:00:38.458Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-08-15T10:00:38.561Z] > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 [2023-08-15T10:00:38.728Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-08-15T10:00:38.730Z] > git --version # timeout=10 [2023-08-15T10:00:38.756Z] > git --version # 'git version 2.25.1' [2023-08-15T10:00:38.759Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-15T10:00:38.937Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-15T10:00:40.185Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-08-15T10:00:40.213Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-15T10:00:41.073Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-08-15T10:00:41.113Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-08-15T10:00:41.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-15T10:00:41.129Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-15T10:00:41.645Z] Merging remotes/origin/main commit d0a7b5bb38390e8375b6eb3c81ce555ffbdfb381 into PR head commit 498c564917571552022d2c991f2034b39ce95abc [2023-08-15T10:00:41.932Z] Merge succeeded, producing 498c564917571552022d2c991f2034b39ce95abc [2023-08-15T10:00:41.932Z] Checking out Revision 498c564917571552022d2c991f2034b39ce95abc (PR-582) [2023-08-15T10:00:42.416Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" [2023-08-15T10:00:42.474Z] > git --version # timeout=10 [2023-08-15T10:00:42.486Z] > git --version # 'git version 2.25.1' [2023-08-15T10:00:42.508Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-15T10:00:41.667Z] > git config core.sparsecheckout # timeout=10 [2023-08-15T10:00:41.732Z] > git checkout -f 498c564917571552022d2c991f2034b39ce95abc # timeout=10 [2023-08-15T10:00:41.838Z] > git remote # timeout=10 [2023-08-15T10:00:41.857Z] > git config --get remote.origin.url # timeout=10 [2023-08-15T10:00:41.882Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-15T10:00:41.895Z] > git merge d0a7b5bb38390e8375b6eb3c81ce555ffbdfb381 # timeout=10 [2023-08-15T10:00:41.919Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-15T10:00:41.942Z] > git config core.sparsecheckout # timeout=10 [2023-08-15T10:00:41.956Z] > git checkout -f 498c564917571552022d2c991f2034b39ce95abc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-15T10:00:43.704Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-15T10:00:43.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-15T10:00:43.704Z] Dload Upload Total Spent Left Speed [2023-08-15T10:00:43.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 100 12751 100 12751 0 0 97335 0 --:--:-- --:--:-- --:--:-- 96598 [Pipeline] sh [2023-08-15T10:00:44.430Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-15T10:00:44.770Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-15T10:00:44.770Z] + sudo tee /etc/docker/daemon.new [2023-08-15T10:00:44.770Z] { [2023-08-15T10:00:44.770Z] "registry-mirrors": [ [2023-08-15T10:00:44.770Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-15T10:00:44.770Z] ], [2023-08-15T10:00:44.770Z] "bip": "10.250.0.254/24", [2023-08-15T10:00:44.770Z] "hosts": [ [2023-08-15T10:00:44.770Z] "tcp://0.0.0.0:5555", [2023-08-15T10:00:44.770Z] "unix:///var/run/docker.sock" [2023-08-15T10:00:44.770Z] ], [2023-08-15T10:00:44.770Z] "mtu": 1458, [2023-08-15T10:00:44.770Z] "selinux-enabled": true, [2023-08-15T10:00:44.770Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-15T10:00:44.770Z] } [Pipeline] sh [2023-08-15T10:00:45.107Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-15T10:00:45.449Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-08-15T10:01:03.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-15T10:01:04.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-15T10:01:04.039Z] ========================================================= [2023-08-15T10:01:04.039Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-15T10:01:04.039Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-08-15T10:01:04.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-15T10:01:05.886Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-15T10:01:05.886Z] edb6bdbacee9: Pulling fs layer [2023-08-15T10:01:05.886Z] 5f9638ab2659: Pulling fs layer [2023-08-15T10:01:05.886Z] 8d51d6327a98: Pulling fs layer [2023-08-15T10:01:05.886Z] 8b374f2dd631: Pulling fs layer [2023-08-15T10:01:05.886Z] ec14aa9079de: Pulling fs layer [2023-08-15T10:01:05.886Z] 2f466654f4bb: Pulling fs layer [2023-08-15T10:01:05.886Z] 554e91adad29: Pulling fs layer [2023-08-15T10:01:05.886Z] 8b374f2dd631: Waiting [2023-08-15T10:01:05.886Z] ec14aa9079de: Waiting [2023-08-15T10:01:05.886Z] 554e91adad29: Waiting [2023-08-15T10:01:05.886Z] 2f466654f4bb: Waiting [2023-08-15T10:01:05.886Z] 5f9638ab2659: Download complete [2023-08-15T10:01:06.155Z] 8b374f2dd631: Verifying Checksum [2023-08-15T10:01:06.155Z] 8b374f2dd631: Download complete [2023-08-15T10:01:06.155Z] ec14aa9079de: Verifying Checksum [2023-08-15T10:01:06.155Z] ec14aa9079de: Download complete [2023-08-15T10:01:06.155Z] edb6bdbacee9: Download complete [2023-08-15T10:01:07.133Z] edb6bdbacee9: Pull complete [2023-08-15T10:01:07.406Z] 554e91adad29: Download complete [2023-08-15T10:01:07.674Z] 5f9638ab2659: Pull complete [2023-08-15T10:01:08.653Z] 8d51d6327a98: Verifying Checksum [2023-08-15T10:01:08.653Z] 8d51d6327a98: Download complete [2023-08-15T10:01:08.653Z] 2f466654f4bb: Download complete [2023-08-15T10:01:21.109Z] 8d51d6327a98: Pull complete [2023-08-15T10:01:21.109Z] 8b374f2dd631: Pull complete [2023-08-15T10:01:21.109Z] ec14aa9079de: Pull complete [2023-08-15T10:01:27.787Z] 2f466654f4bb: Pull complete [2023-08-15T10:01:29.740Z] 554e91adad29: Pull complete [2023-08-15T10:01:29.740Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-15T10:01:29.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-15T10:01:29.740Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-08-15T10:01:30.352Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T10:01:30.772Z] + docker inspect -f . ci-base-image-arm64 [2023-08-15T10:01:30.772Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T10:01:31.064Z] prd-ubuntu20.04-docker-arm64-4c-16g-3644 does not seem to be running inside a container [2023-08-15T10:01:31.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat [2023-08-15T10:01:34.211Z] $ docker top 5230c02d20afefd6c843bcbce145ab85dc0627e10e4642fe33b30144f12c6c79 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-15T10:01:35.084Z] + go version [2023-08-15T10:01:35.084Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-15T10:01:35.117Z] $ docker stop --time=1 5230c02d20afefd6c843bcbce145ab85dc0627e10e4642fe33b30144f12c6c79 [2023-08-15T10:01:36.772Z] $ docker rm -f --volumes 5230c02d20afefd6c843bcbce145ab85dc0627e10e4642fe33b30144f12c6c79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T10:01:37.633Z] + docker inspect -f . ci-base-image-arm64 [2023-08-15T10:01:37.633Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T10:01:37.888Z] prd-ubuntu20.04-docker-arm64-4c-16g-3644 does not seem to be running inside a container [2023-08-15T10:01:37.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** ci-base-image-arm64 cat [2023-08-15T10:01:39.177Z] $ docker top 5710a1216fcc2e37340cb71118c5a785479daf88d14069de6f5a16b68cea990e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-15T10:01:40.066Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh [2023-08-15T10:01:40.782Z] + make test [2023-08-15T10:01:40.782Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-08-15T10:01:41.053Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 [2023-08-15T10:01:41.053Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.4 [2023-08-15T10:01:41.325Z] go: downloading github.com/labstack/echo/v4 v4.11.1 [2023-08-15T10:01:41.325Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-08-15T10:01:41.600Z] go: downloading github.com/google/uuid v1.3.0 [2023-08-15T10:01:41.600Z] go: downloading github.com/stretchr/testify v1.8.4 [2023-08-15T10:01:41.600Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.4 [2023-08-15T10:01:41.600Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-08-15T10:01:41.600Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-08-15T10:01:41.600Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 [2023-08-15T10:01:41.600Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.15 [2023-08-15T10:01:41.869Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.5 [2023-08-15T10:01:41.869Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-08-15T10:01:41.869Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-08-15T10:01:42.139Z] go: downloading github.com/go-kit/log v0.2.1 [2023-08-15T10:01:42.139Z] go: downloading github.com/go-playground/validator/v10 v10.15.0 [2023-08-15T10:01:42.139Z] go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc [2023-08-15T10:01:42.410Z] go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 [2023-08-15T10:01:42.410Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-08-15T10:01:42.410Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-08-15T10:01:42.410Z] go: downloading github.com/labstack/gommon v0.4.0 [2023-08-15T10:01:42.410Z] go: downloading golang.org/x/crypto v0.11.0 [2023-08-15T10:01:42.410Z] go: downloading golang.org/x/net v0.12.0 [2023-08-15T10:01:43.382Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 [2023-08-15T10:01:43.382Z] go: downloading github.com/gorilla/websocket v1.5.0 [2023-08-15T10:01:43.655Z] go: downloading golang.org/x/sync v0.2.0 [2023-08-15T10:01:43.655Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-08-15T10:01:43.655Z] go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible [2023-08-15T10:01:43.655Z] go: downloading github.com/valyala/fasttemplate v1.2.2 [2023-08-15T10:01:43.655Z] go: downloading golang.org/x/time v0.3.0 [2023-08-15T10:01:43.928Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2023-08-15T10:01:43.928Z] go: downloading github.com/hashicorp/consul/api v1.23.0 [2023-08-15T10:01:43.928Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-08-15T10:01:43.928Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-08-15T10:01:43.928Z] go: downloading github.com/gabriel-vasile/mimetype v1.4.2 [2023-08-15T10:01:43.928Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-08-15T10:01:43.928Z] go: downloading github.com/leodido/go-urn v1.2.4 [2023-08-15T10:01:43.928Z] go: downloading golang.org/x/text v0.11.0 [2023-08-15T10:01:44.203Z] go: downloading github.com/mattn/go-colorable v0.1.13 [2023-08-15T10:01:44.203Z] go: downloading github.com/mattn/go-isatty v0.0.19 [2023-08-15T10:01:44.203Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-08-15T10:01:44.203Z] go: downloading google.golang.org/grpc v1.53.0 [2023-08-15T10:01:46.834Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-08-15T10:01:46.834Z] go: downloading github.com/valyala/bytebufferpool v1.0.0 [2023-08-15T10:01:46.834Z] go: downloading github.com/x448/float16 v0.8.4 [2023-08-15T10:01:46.834Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-08-15T10:01:46.834Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-08-15T10:01:46.834Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2023-08-15T10:01:46.834Z] go: downloading github.com/hashicorp/go-hclog v1.5.0 [2023-08-15T10:01:46.834Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-08-15T10:01:47.105Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-08-15T10:01:47.372Z] go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 [2023-08-15T10:01:47.642Z] go: downloading golang.org/x/sys v0.10.0 [2023-08-15T10:01:48.242Z] go: downloading github.com/go-jose/go-jose/v3 v3.0.0 [2023-08-15T10:01:48.511Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-08-15T10:01:49.931Z] go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 [2023-08-15T10:01:49.931Z] go: downloading github.com/fatih/color v1.14.1 [2023-08-15T10:01:49.931Z] go: downloading github.com/armon/go-metrics v0.4.1 [2023-08-15T10:01:49.931Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-08-15T10:01:50.202Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2023-08-15T10:01:50.202Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-08-15T10:04:26.990Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-08-15T10:04:31.269Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-08-15T10:04:43.602Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-08-15T10:04:43.602Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.224s coverage: 35.4% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.076s coverage: 93.5% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.088s coverage: 91.7% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.488s coverage: 88.2% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.019s coverage: 85.0% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.151s coverage: 46.8% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.072s coverage: 100.0% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.470s coverage: 87.7% of statements [2023-08-15T10:04:51.822Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.097s coverage: 26.3% of statements [2023-08-15T10:04:56.088Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-08-15T10:04:59.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.185s coverage: 79.0% of statements [2023-08-15T10:04:59.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.123s coverage: 59.3% of statements [2023-08-15T10:04:59.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.094s coverage: 31.2% of statements [2023-08-15T10:04:59.448Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.017s coverage: 91.3% of statements [2023-08-15T10:05:00.419Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-15T10:05:00.419Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-08-15T10:05:47.327Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-15T10:05:47.327Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-08-15T10:05:47.369Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-15T10:05:47.400Z] $ docker stop --time=1 5710a1216fcc2e37340cb71118c5a785479daf88d14069de6f5a16b68cea990e [2023-08-15T10:05:49.387Z] $ docker rm -f --volumes 5710a1216fcc2e37340cb71118c5a785479daf88d14069de6f5a16b68cea990e [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-15T10:05:53.143Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-15T10:05:53.175Z] Warning: overwriting stash ‘coverage-report’ [2023-08-15T10:05:53.920Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T10:05:54.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-15T10:05:54.889Z] [2023-08-15T10:05:54.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T10:05:55.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-15T10:05:55.587Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-15T10:05:55.587Z] 8998bd30e6a1: Pulling fs layer [2023-08-15T10:05:55.587Z] 04944245beec: Pulling fs layer [2023-08-15T10:05:55.587Z] 699f458cf7ca: Pulling fs layer [2023-08-15T10:05:55.587Z] 765212b225bb: Pulling fs layer [2023-08-15T10:05:55.587Z] f23df028b6ca: Pulling fs layer [2023-08-15T10:05:55.587Z] d65c8cfc05b1: Pulling fs layer [2023-08-15T10:05:55.588Z] 2437ff75d9bd: Pulling fs layer [2023-08-15T10:05:55.588Z] 765212b225bb: Waiting [2023-08-15T10:05:55.588Z] f23df028b6ca: Waiting [2023-08-15T10:05:55.588Z] d65c8cfc05b1: Waiting [2023-08-15T10:05:55.588Z] 2437ff75d9bd: Waiting [2023-08-15T10:05:55.588Z] 04944245beec: Verifying Checksum [2023-08-15T10:05:55.588Z] 04944245beec: Download complete [2023-08-15T10:05:55.588Z] 765212b225bb: Verifying Checksum [2023-08-15T10:05:55.588Z] 765212b225bb: Download complete [2023-08-15T10:05:55.588Z] f23df028b6ca: Download complete [2023-08-15T10:05:55.858Z] d65c8cfc05b1: Verifying Checksum [2023-08-15T10:05:55.858Z] d65c8cfc05b1: Download complete [2023-08-15T10:05:55.858Z] 699f458cf7ca: Verifying Checksum [2023-08-15T10:05:55.858Z] 699f458cf7ca: Download complete [2023-08-15T10:05:56.450Z] 8998bd30e6a1: Download complete [2023-08-15T10:06:00.706Z] 2437ff75d9bd: Verifying Checksum [2023-08-15T10:06:00.706Z] 2437ff75d9bd: Download complete [2023-08-15T10:06:04.072Z] 8998bd30e6a1: Pull complete [2023-08-15T10:06:05.033Z] 04944245beec: Pull complete [2023-08-15T10:06:06.995Z] 699f458cf7ca: Pull complete [2023-08-15T10:06:06.995Z] 765212b225bb: Pull complete [2023-08-15T10:06:07.958Z] f23df028b6ca: Pull complete [2023-08-15T10:06:08.227Z] d65c8cfc05b1: Pull complete [2023-08-15T10:06:23.215Z] 2437ff75d9bd: Pull complete [2023-08-15T10:06:23.215Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-15T10:06:23.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-15T10:06:23.215Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T10:06:23.558Z] prd-ubuntu20.04-docker-arm64-4c-16g-3644 does not seem to be running inside a container [2023-08-15T10:06:23.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-15T10:06:26.565Z] $ docker top 3eab10ec4e9f2a7f4157cb90b85797f9d5b00053329a4bab12ae9ee330741c27 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:27.536Z] ---> job-cost.sh [2023-08-15T10:06:27.537Z] lf-activate-venv: SKIPPING [2023-08-15T10:06:27.537Z] INFO: No Stack... [2023-08-15T10:06:27.814Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-15T10:06:28.787Z] INFO: Archiving Costs [Pipeline] sh [2023-08-15T10:06:29.458Z] + cut -d, -f6 [2023-08-15T10:06:29.458Z] + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock [2023-08-15T10:06:29.574Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [2023-08-15T10:06:29.581Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] did not exist. Created. [2023-08-15T10:06:29.582Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-15T10:06:30.327Z] /w/workspace/go-mod-bootstrap/1@tmp/durable-236792b8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-15T10:06:31.005Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-15T10:06:31.040Z] Warning: overwriting stash ‘stack-cost’ [2023-08-15T10:06:31.114Z] Stashed 1 file(s) [Pipeline] } [2023-08-15T10:06:31.129Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-582-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-15T10:06:31.208Z] $ docker stop --time=1 3eab10ec4e9f2a7f4157cb90b85797f9d5b00053329a4bab12ae9ee330741c27 [2023-08-15T10:06:32.751Z] $ docker rm -f --volumes 3eab10ec4e9f2a7f4157cb90b85797f9d5b00053329a4bab12ae9ee330741c27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-08-15T10:06:33.767Z] provisioning config files... [2023-08-15T10:06:33.777Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/config7911865235457376049tmp [Pipeline] { [Pipeline] sh [2023-08-15T10:06:34.109Z] + set +x [2023-08-15T10:06:34.109Z] + curl -s https://codecov.io/bash [2023-08-15T10:06:34.109Z] + bash -s -- [2023-08-15T10:06:34.367Z] [2023-08-15T10:06:34.367Z] _____ _ [2023-08-15T10:06:34.367Z] / ____| | | [2023-08-15T10:06:34.367Z] | | ___ __| | ___ ___ _____ __ [2023-08-15T10:06:34.367Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-15T10:06:34.367Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-15T10:06:34.367Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-15T10:06:34.367Z] Bash-1.0.6 [2023-08-15T10:06:34.367Z] [2023-08-15T10:06:34.367Z] [2023-08-15T10:06:34.367Z] ==> git version 2.25.1 found [2023-08-15T10:06:34.367Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-08-15T10:06:34.367Z] Release-Date: 2020-01-08 [2023-08-15T10:06:34.367Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-15T10:06:34.367Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-15T10:06:34.367Z] ==> Jenkins CI detected. [2023-08-15T10:06:34.367Z] current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-582 [2023-08-15T10:06:34.367Z] project root: . [2023-08-15T10:06:34.367Z] --> token set from env [2023-08-15T10:06:34.367Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-15T10:06:34.367Z] ==> Running gcov in . (disable via -X gcov) [2023-08-15T10:06:34.367Z] ==> Python coveragepy not found [2023-08-15T10:06:34.367Z] ==> Searching for coverage reports in: [2023-08-15T10:06:34.367Z] + . [2023-08-15T10:06:34.367Z] -> Found 1 reports [2023-08-15T10:06:34.367Z] ==> Detecting git/mercurial file structure [2023-08-15T10:06:34.367Z] ==> Reading reports [2023-08-15T10:06:34.367Z] + ./coverage.out bytes=102749 [2023-08-15T10:06:34.367Z] ==> Appending adjustments [2023-08-15T10:06:34.367Z] https://docs.codecov.io/docs/fixing-reports [2023-08-15T10:06:34.627Z] + Found adjustments [2023-08-15T10:06:34.627Z] ==> Gzipping contents [2023-08-15T10:06:34.627Z] 16K /tmp/codecov.cyl0na.gz [2023-08-15T10:06:34.627Z] ==> Uploading reports [2023-08-15T10:06:34.627Z] url: https://codecov.io [2023-08-15T10:06:34.627Z] query: branch=PR-582&commit=498c564917571552022d2c991f2034b39ce95abc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-582%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=582&job=&cmd_args= [2023-08-15T10:06:34.627Z] -> Pinging Codecov [2023-08-15T10:06:34.627Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-582&commit=498c564917571552022d2c991f2034b39ce95abc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-582%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=582&job=&cmd_args= [2023-08-15T10:06:34.886Z] -> Uploading to [2023-08-15T10:06:34.886Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-15/833815588EE85121546D348822E98E2E/498c564917571552022d2c991f2034b39ce95abc/4bce2401-4857-4be3-a138-77d64873a02a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230815T100634Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7bfe3c6ea37a5ab9d7b92e7f59fdffcf47b341d927d5911236629b5d1a48906b [2023-08-15T10:06:34.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-15T10:06:34.886Z] Dload Upload Total Spent Left Speed [2023-08-15T10:06:35.145Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16077 0 0 100 16077 0 84172 --:--:-- --:--:-- --:--:-- 84172 [2023-08-15T10:06:35.145Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/498c564917571552022d2c991f2034b39ce95abc [Pipeline] } [2023-08-15T10:06:35.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-15T10:06:36.904Z] + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives ] [2023-08-15T10:06:36.904Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives [2023-08-15T10:06:36.904Z] total 16 [2023-08-15T10:06:36.904Z] drwxr-xr-x 3 root root 4096 Aug 15 10:00 . [2023-08-15T10:06:36.904Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 10:00 .. [2023-08-15T10:06:36.904Z] drwxr-xr-x 2 root root 4096 Aug 15 10:00 cost [2023-08-15T10:06:36.904Z] -rw-r--r-- 1 root root 88 Aug 15 10:00 cost.csv [2023-08-15T10:06:36.904Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives [2023-08-15T10:06:36.904Z] + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives [2023-08-15T10:06:36.904Z] total 16 [2023-08-15T10:06:36.904Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 10:00 . [2023-08-15T10:06:36.904Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 10:00 .. [2023-08-15T10:06:36.904Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 10:00 cost [2023-08-15T10:06:36.904Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 15 10:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:37.242Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:38.131Z] ---> package-listing.sh [2023-08-15T10:06:38.131Z] ++ facter osfamily [2023-08-15T10:06:38.131Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-15T10:06:38.390Z] + OS_FAMILY=debian [2023-08-15T10:06:38.390Z] + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-582 [2023-08-15T10:06:38.390Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-15T10:06:38.390Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-15T10:06:38.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-15T10:06:38.390Z] + PACKAGES=/tmp/packages_start.txt [2023-08-15T10:06:38.390Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-582 ']' [2023-08-15T10:06:38.390Z] + PACKAGES=/tmp/packages_end.txt [2023-08-15T10:06:38.390Z] + case "${OS_FAMILY}" in [2023-08-15T10:06:38.390Z] + dpkg -l [2023-08-15T10:06:38.390Z] + grep '^ii' [2023-08-15T10:06:38.390Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-15T10:06:38.390Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-15T10:06:38.390Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-15T10:06:38.390Z] + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-582 ']' [2023-08-15T10:06:38.390Z] + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives/ [2023-08-15T10:06:38.391Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-582/archives/ [Pipeline] echo [2023-08-15T10:06:38.422Z] 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/xfoundry_go-mod-bootstrap_PR-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-15T10:06:38.713Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-15T10:06:39.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-15T10:06:39.329Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-15T10:06:39.470Z] prd-ubuntu20.04-docker-8c-8g-3639 does not seem to be running inside a container [2023-08-15T10:06:39.500Z] $ 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/xfoundry_go-mod-bootstrap_PR-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-582 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582:/w/workspace/xfoundry_go-mod-bootstrap_PR-582:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-15T10:06:39.720Z] $ docker top ba5e046c9c07a3e4013cd3145e0c0b0a0ca736421e92f8514b47819ff4fc0f43 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-15T10:06:40.105Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-15T10:06:40.412Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-15T10:06:40.772Z] + ls /var/log/sa-host [2023-08-15T10:06:40.773Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-15T10:06:40.983Z] provisioning config files... [2023-08-15T10:06:40.993Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-582@tmp/config12455797066519542932tmp [Pipeline] { [Pipeline] echo [2023-08-15T10:06:41.055Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:41.368Z] ---> create-netrc.sh [Pipeline] } [2023-08-15T10:06:41.396Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:41.809Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-15T10:06:41.840Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:42.151Z] ---> sudo-logs.sh [2023-08-15T10:06:42.151Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-15T10:06:42.239Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:42.551Z] ---> job-cost.sh [2023-08-15T10:06:42.551Z] lf-activate-venv: SKIPPING [2023-08-15T10:06:42.551Z] DEBUG: total: 0.2199999988079071 [2023-08-15T10:06:42.551Z] INFO: Retrieving Stack Cost... [2023-08-15T10:06:42.824Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-15T10:06:43.084Z] INFO: Archiving Costs [Pipeline] echo [2023-08-15T10:06:43.120Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-15T10:06:43.440Z] ---> logs-deploy.sh [2023-08-15T10:06:43.440Z] lf-activate-venv: SKIPPING [2023-08-15T10:06:43.440Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-582/1 [2023-08-15T10:06:43.440Z] INFO: archiving workspace using pattern(s): [2023-08-15T10:06:44.379Z] Archives upload complete. [2023-08-15T10:06:44.638Z] INFO: archiving logs to Nexus [2023-08-15T10:06:45.212Z] ---> uname -a: [2023-08-15T10:06:45.212Z] Linux prd-ubuntu20-04-docker-8c-8g-3639 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] ---> lscpu: [2023-08-15T10:06:45.212Z] Architecture: x86_64 [2023-08-15T10:06:45.212Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-15T10:06:45.212Z] Byte Order: Little Endian [2023-08-15T10:06:45.212Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-15T10:06:45.212Z] CPU(s): 8 [2023-08-15T10:06:45.212Z] On-line CPU(s) list: 0-7 [2023-08-15T10:06:45.212Z] Thread(s) per core: 1 [2023-08-15T10:06:45.212Z] Core(s) per socket: 1 [2023-08-15T10:06:45.212Z] Socket(s): 8 [2023-08-15T10:06:45.212Z] NUMA node(s): 1 [2023-08-15T10:06:45.212Z] Vendor ID: AuthenticAMD [2023-08-15T10:06:45.212Z] CPU family: 23 [2023-08-15T10:06:45.212Z] Model: 49 [2023-08-15T10:06:45.212Z] Model name: AMD EPYC-Rome Processor [2023-08-15T10:06:45.212Z] Stepping: 0 [2023-08-15T10:06:45.212Z] CPU MHz: 2800.000 [2023-08-15T10:06:45.212Z] BogoMIPS: 5600.00 [2023-08-15T10:06:45.212Z] Virtualization: AMD-V [2023-08-15T10:06:45.212Z] Hypervisor vendor: KVM [2023-08-15T10:06:45.212Z] Virtualization type: full [2023-08-15T10:06:45.212Z] L1d cache: 256 KiB [2023-08-15T10:06:45.212Z] L1i cache: 256 KiB [2023-08-15T10:06:45.212Z] L2 cache: 4 MiB [2023-08-15T10:06:45.212Z] L3 cache: 128 MiB [2023-08-15T10:06:45.212Z] NUMA node0 CPU(s): 0-7 [2023-08-15T10:06:45.212Z] Vulnerability Itlb multihit: Not affected [2023-08-15T10:06:45.212Z] Vulnerability L1tf: Not affected [2023-08-15T10:06:45.212Z] Vulnerability Mds: Not affected [2023-08-15T10:06:45.212Z] Vulnerability Meltdown: Not affected [2023-08-15T10:06:45.212Z] Vulnerability Mmio stale data: Not affected [2023-08-15T10:06:45.212Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-15T10:06:45.212Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-15T10:06:45.212Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-15T10:06:45.212Z] Vulnerability Srbds: Not affected [2023-08-15T10:06:45.212Z] Vulnerability Tsx async abort: Not affected [2023-08-15T10:06:45.212Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] ---> nproc: [2023-08-15T10:06:45.212Z] 8 [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] ---> df -h: [2023-08-15T10:06:45.212Z] Filesystem Size Used Avail Use% Mounted on [2023-08-15T10:06:45.212Z] overlay 155G 11G 145G 7% / [2023-08-15T10:06:45.212Z] tmpfs 64M 0 64M 0% /dev [2023-08-15T10:06:45.212Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-15T10:06:45.212Z] shm 64M 0 64M 0% /dev/shm [2023-08-15T10:06:45.212Z] /dev/vda1 155G 11G 145G 7% /facter-os [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] ---> sar -b -r -n DEV: [2023-08-15T10:06:45.212Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3639) 08/15/23 _x86_64_ (8 CPU) [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] 09:57:40 LINUX RESTART (8 CPU) [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] 09:58:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-15T10:06:45.212Z] 09:59:01 140.19 40.19 100.00 0.00 4442.43 129242.16 0.00 [2023-08-15T10:06:45.212Z] 10:00:01 72.30 0.25 72.05 0.00 20.52 92750.02 0.00 [2023-08-15T10:06:45.212Z] 10:01:01 7.30 0.00 7.30 0.00 0.00 23046.84 0.00 [2023-08-15T10:06:45.212Z] 10:02:02 2.00 0.00 2.00 0.00 0.00 22.13 0.00 [2023-08-15T10:06:45.212Z] 10:03:01 40.04 9.51 30.54 0.00 2933.33 5259.72 0.00 [2023-08-15T10:06:45.212Z] 10:04:01 17.33 1.23 16.10 0.00 2270.42 3766.71 0.00 [2023-08-15T10:06:45.212Z] 10:05:01 3.82 0.02 3.80 0.00 0.13 93.18 0.00 [2023-08-15T10:06:45.212Z] 10:06:01 2.02 0.00 2.02 0.00 0.00 22.93 0.00 [2023-08-15T10:06:45.212Z] Average: 35.40 6.32 29.08 0.00 1198.00 31631.65 0.00 [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] 09:58:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-15T10:06:45.212Z] 09:59:01 28786164 31542240 768660 2.34 87996 2906548 1952080 5.75 1119564 2576060 289384 [2023-08-15T10:06:45.212Z] 10:00:01 28622424 31562076 748788 2.28 95704 3069920 1779156 5.24 1129472 2715064 348 [2023-08-15T10:06:45.212Z] 10:01:01 28638208 31577444 735756 2.24 95872 3069772 1784432 5.26 1115484 2714520 8 [2023-08-15T10:06:45.212Z] 10:02:02 28637952 31577348 735600 2.24 95968 3069772 1784432 5.26 1115420 2714524 8 [2023-08-15T10:06:45.212Z] 10:03:01 28279148 31547580 745444 2.27 115136 3371956 1802696 5.31 1283220 2878380 47480 [2023-08-15T10:06:45.212Z] 10:04:01 28111944 31559848 732704 2.23 130676 3530504 1835748 5.41 1437616 2881844 188 [2023-08-15T10:06:45.212Z] 10:05:01 28122836 31566184 725768 2.21 129284 3527252 1808940 5.33 1429504 2878660 12 [2023-08-15T10:06:45.212Z] 10:06:01 28123292 31566760 725096 2.21 129376 3527256 1808940 5.33 1429968 2878672 168 [2023-08-15T10:06:45.212Z] Average: 28415246 31562435 739727 2.25 110002 3259122 1819553 5.36 1257531 2779716 42200 [2023-08-15T10:06:45.212Z] [2023-08-15T10:06:45.212Z] 09:58:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-15T10:06:45.212Z] 09:59:01 ens3 753.86 438.80 7882.56 96.91 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 09:59:01 veth55cff56 80.43 140.75 6.96 1038.96 0.00 0.00 0.00 0.09 [2023-08-15T10:06:45.212Z] 09:59:01 docker0 85.67 144.54 6.42 1088.23 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 09:59:01 lo 3.59 3.59 0.35 0.35 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:00:01 ens3 117.27 79.51 2533.07 92.54 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:00:01 docker0 0.80 0.77 0.07 0.28 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:00:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:01:01 ens3 4.18 1.85 2.45 1.10 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:02:02 ens3 2.52 0.55 2.20 0.28 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:02:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:03:01 ens3 178.44 85.34 2383.08 6.38 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:03:01 lo 0.54 0.54 0.05 0.05 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:04:01 ens3 40.44 20.26 582.59 2.03 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.212Z] 10:04:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:05:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:06:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] Average: ens3 135.76 77.54 1658.94 24.80 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] Average: docker0 10.68 17.94 0.80 134.37 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] Average: lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z] ---> sar -P ALL: [2023-08-15T10:06:45.213Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3639) 08/15/23 _x86_64_ (8 CPU) [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z] 09:57:40 LINUX RESTART (8 CPU) [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z] 09:58:02 CPU %user %nice %system %iowait %steal %idle [2023-08-15T10:06:45.213Z] 09:59:01 all 10.57 0.00 3.48 2.70 0.08 83.19 [2023-08-15T10:06:45.213Z] 09:59:01 0 9.22 0.00 3.33 0.71 0.05 86.69 [2023-08-15T10:06:45.213Z] 09:59:01 1 11.92 0.00 3.33 4.97 0.07 79.72 [2023-08-15T10:06:45.213Z] 09:59:01 2 11.45 0.00 3.33 6.26 0.07 78.89 [2023-08-15T10:06:45.213Z] 09:59:01 3 9.01 0.00 3.50 0.27 0.07 87.15 [2023-08-15T10:06:45.213Z] 09:59:01 4 12.80 0.00 2.49 0.92 0.05 83.74 [2023-08-15T10:06:45.213Z] 09:59:01 5 10.97 0.00 4.33 7.34 0.10 77.25 [2023-08-15T10:06:45.213Z] 09:59:01 6 10.41 0.00 3.26 0.39 0.10 85.83 [2023-08-15T10:06:45.213Z] 09:59:01 7 8.77 0.00 4.26 0.85 0.09 86.03 [2023-08-15T10:06:45.213Z] 10:00:01 all 28.31 0.00 4.75 1.52 0.08 65.34 [2023-08-15T10:06:45.213Z] 10:00:01 0 28.04 0.00 4.77 0.12 0.07 67.01 [2023-08-15T10:06:45.213Z] 10:00:01 1 27.74 0.00 4.96 0.44 0.10 66.76 [2023-08-15T10:06:45.213Z] 10:00:01 2 28.38 0.00 5.41 9.04 0.10 57.07 [2023-08-15T10:06:45.213Z] 10:00:01 3 28.04 0.00 4.86 0.13 0.07 66.89 [2023-08-15T10:06:45.213Z] 10:00:01 4 27.98 0.00 4.69 1.97 0.07 65.29 [2023-08-15T10:06:45.213Z] 10:00:01 5 29.02 0.00 4.59 0.05 0.08 66.26 [2023-08-15T10:06:45.213Z] 10:00:01 6 29.06 0.00 4.36 0.24 0.07 66.27 [2023-08-15T10:06:45.213Z] 10:00:01 7 28.22 0.00 4.38 0.22 0.07 67.11 [2023-08-15T10:06:45.213Z] 10:01:01 all 0.07 0.00 0.03 0.03 0.01 99.86 [2023-08-15T10:06:45.213Z] 10:01:01 0 0.08 0.00 0.05 0.00 0.02 99.85 [2023-08-15T10:06:45.213Z] 10:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-15T10:06:45.213Z] 10:01:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2023-08-15T10:06:45.213Z] 10:01:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2023-08-15T10:06:45.213Z] 10:01:01 4 0.03 0.00 0.05 0.18 0.03 99.70 [2023-08-15T10:06:45.213Z] 10:01:01 5 0.08 0.00 0.02 0.00 0.02 99.88 [2023-08-15T10:06:45.213Z] 10:01:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2023-08-15T10:06:45.213Z] 10:01:01 7 0.07 0.00 0.03 0.02 0.02 99.87 [2023-08-15T10:06:45.213Z] 10:02:02 all 0.02 0.00 0.01 0.02 0.01 99.94 [2023-08-15T10:06:45.213Z] 10:02:02 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-15T10:06:45.213Z] 10:02:02 1 0.03 0.00 0.02 0.00 0.02 99.93 [2023-08-15T10:06:45.213Z] 10:02:02 2 0.00 0.00 0.02 0.03 0.02 99.93 [2023-08-15T10:06:45.213Z] 10:02:02 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-08-15T10:06:45.213Z] 10:02:02 4 0.03 0.00 0.00 0.10 0.03 99.83 [2023-08-15T10:06:45.213Z] 10:02:02 5 0.03 0.00 0.02 0.02 0.02 99.92 [2023-08-15T10:06:45.213Z] 10:02:02 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-15T10:06:45.213Z] 10:02:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-15T10:06:45.213Z] 10:03:01 all 1.52 0.00 0.86 0.49 0.02 97.12 [2023-08-15T10:06:45.213Z] 10:03:01 0 1.09 0.00 0.53 0.02 0.02 98.35 [2023-08-15T10:06:45.213Z] 10:03:01 1 1.26 0.00 0.41 0.03 0.02 98.29 [2023-08-15T10:06:45.213Z] 10:03:01 2 3.35 0.00 1.43 0.44 0.02 94.77 [2023-08-15T10:06:45.213Z] 10:03:01 3 1.91 0.00 0.90 0.05 0.03 97.11 [2023-08-15T10:06:45.213Z] 10:03:01 4 0.61 0.00 0.59 1.05 0.02 97.73 [2023-08-15T10:06:45.213Z] 10:03:01 5 1.58 0.00 0.64 0.02 0.02 97.74 [2023-08-15T10:06:45.213Z] 10:03:01 6 1.05 0.00 0.68 1.56 0.02 96.69 [2023-08-15T10:06:45.213Z] 10:03:01 7 1.31 0.00 1.72 0.71 0.02 96.25 [2023-08-15T10:06:45.213Z] 10:04:01 all 1.03 0.00 0.60 0.55 0.02 97.80 [2023-08-15T10:06:45.213Z] 10:04:01 0 2.16 0.00 0.30 0.10 0.08 97.36 [2023-08-15T10:06:45.213Z] 10:04:01 1 0.97 0.00 0.38 0.17 0.00 98.48 [2023-08-15T10:06:45.213Z] 10:04:01 2 1.85 0.00 0.35 0.08 0.02 97.70 [2023-08-15T10:06:45.213Z] 10:04:01 3 1.35 0.00 0.52 0.05 0.00 98.08 [2023-08-15T10:06:45.213Z] 10:04:01 4 0.50 0.00 0.80 1.40 0.00 97.30 [2023-08-15T10:06:45.213Z] 10:04:01 5 0.33 0.00 1.13 0.00 0.02 98.52 [2023-08-15T10:06:45.213Z] 10:04:01 6 0.65 0.00 0.75 1.12 0.02 97.46 [2023-08-15T10:06:45.213Z] 10:04:01 7 0.43 0.00 0.55 1.50 0.02 97.50 [2023-08-15T10:06:45.213Z] 10:05:01 all 0.31 0.00 0.05 0.01 0.01 99.62 [2023-08-15T10:06:45.213Z] 10:05:01 0 1.96 0.00 0.07 0.00 0.02 97.96 [2023-08-15T10:06:45.213Z] 10:05:01 1 0.05 0.00 0.05 0.05 0.02 99.83 [2023-08-15T10:06:45.213Z] 10:05:01 2 0.08 0.00 0.02 0.00 0.02 99.88 [2023-08-15T10:06:45.213Z] 10:05:01 3 0.25 0.00 0.10 0.00 0.02 99.63 [2023-08-15T10:06:45.213Z] 10:05:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2023-08-15T10:06:45.213Z] 10:05:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-08-15T10:06:45.213Z] 10:05:01 6 0.07 0.00 0.03 0.02 0.02 99.87 [2023-08-15T10:06:45.213Z] 10:05:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2023-08-15T10:06:45.213Z] 10:06:01 all 0.19 0.00 0.01 0.01 0.01 99.78 [2023-08-15T10:06:45.213Z] 10:06:01 0 1.39 0.00 0.03 0.00 0.03 98.55 [2023-08-15T10:06:45.213Z] 10:06:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-08-15T10:06:45.213Z] 10:06:01 2 0.05 0.00 0.02 0.02 0.03 99.88 [2023-08-15T10:06:45.213Z] 10:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-15T10:06:45.213Z] 10:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-15T10:06:45.213Z] 10:06:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-15T10:06:45.213Z] 10:06:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2023-08-15T10:06:45.213Z] 10:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-15T10:06:45.213Z] Average: all 5.21 0.00 1.21 0.66 0.03 92.89 [2023-08-15T10:06:45.213Z] Average: 0 5.45 0.00 1.12 0.12 0.04 93.27 [2023-08-15T10:06:45.213Z] Average: 1 5.21 0.00 1.14 0.70 0.03 92.92 [2023-08-15T10:06:45.213Z] Average: 2 5.58 0.00 1.31 1.95 0.03 91.13 [2023-08-15T10:06:45.213Z] Average: 3 5.06 0.00 1.23 0.06 0.03 93.62 [2023-08-15T10:06:45.213Z] Average: 4 5.21 0.00 1.08 0.70 0.03 92.99 [2023-08-15T10:06:45.213Z] Average: 5 5.21 0.00 1.33 0.90 0.03 92.52 [2023-08-15T10:06:45.213Z] Average: 6 5.13 0.00 1.13 0.41 0.03 93.29 [2023-08-15T10:06:45.213Z] Average: 7 4.83 0.00 1.36 0.41 0.03 93.37 [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z] [2023-08-15T10:06:45.213Z]