Pull request #364 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of drkfmorton for edgexfoundry/go-mod-bootstrap Loading trusted files from base branch main at 8679ad06fae81f85ca5676306f8e25f0c0b4117c rather than bc40153dd0b3c0fadc5759f2ad026210484770d5 Obtained Jenkinsfile from 8679ad06fae81f85ca5676306f8e25f0c0b4117c 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-ssh12290948006682902335.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15233881262657308875.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-364/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-364/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15044282115642434417.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-364/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4963825027426402862.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8309133520461266115.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-364/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-364/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18218427360068788647.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-23276’ is offline Running on prd-ubuntu20.04-docker-8c-8g-23278 in /w/workspace/xfoundry_go-mod-bootstrap_PR-364 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-364 # 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 Merging remotes/origin/main commit 8679ad06fae81f85ca5676306f8e25f0c0b4117c into PR head commit bc40153dd0b3c0fadc5759f2ad026210484770d5 Merge succeeded, producing bc40153dd0b3c0fadc5759f2ad026210484770d5 Checking out Revision bc40153dd0b3c0fadc5759f2ad026210484770d5 (PR-364) > 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/364/head:refs/remotes/origin/PR-364 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc40153dd0b3c0fadc5759f2ad026210484770d5 # 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 8679ad06fae81f85ca5676306f8e25f0c0b4117c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc40153dd0b3c0fadc5759f2ad026210484770d5 # timeout=10 Commit message: "feat: added HasSecret func" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:47:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:47:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:47:24 ========================================================= 03:47:24 EdgeX Global Pipelines Version Info 03:47:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:47:25 ------------------- 03:47:25 stable info: 03:47:25 ------------------- 03:47:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:47:25 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 03:47:25 Message: update stable to v1.0.238 03:47:26 ------------------- 03:47:26 experimental info: 03:47:26 ------------------- 03:47:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:47:26 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 03:47:26 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:47:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-364 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-364 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-364 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc40153dd0b3c0fadc5759f2ad026210484770d5 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc40153 [Pipeline] echo 03:47:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:47:28 + git rev-list -1 --merges bc40153dd0b3c0fadc5759f2ad026210484770d5~1..bc40153dd0b3c0fadc5759f2ad026210484770d5 [Pipeline] echo 03:47:28 -----------> git rev-list -1 --merges bc40153dd0b3c0fadc5759f2ad026210484770d5~1..bc40153dd0b3c0fadc5759f2ad026210484770d5 bc40153dd0b3c0fadc5759f2ad026210484770d5 [false] [Pipeline] sh 03:47:28 + git log --format=format:%s -1 bc40153dd0b3c0fadc5759f2ad026210484770d5 [Pipeline] echo 03:47:28 ========================================================= 03:47:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:47:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:47:29 + git log --format=format:%s -1 bc40153dd0b3c0fadc5759f2ad026210484770d5 [Pipeline] echo 03:47:29 [semverPrep] GIT_COMMIT: bc40153dd0b3c0fadc5759f2ad026210484770d5, Commit Message: feat: added HasSecret func [Pipeline] echo 03:47:29 [semverPrep] This is not a build commit. [Pipeline] sh 03:47:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:47:29 + grep -v github /etc/ssh/ssh_known_hosts 03:47:29 + [ -e /tmp/ssh_known_hosts ] 03:47:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:47:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:47:29 + sudo tee -a /etc/ssh/ssh_known_hosts 03:47:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:47:30 03:47:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:47:30 0.1.4: Pulling from edgex-devops/py-git-semver 03:47:30 b85a868b505f: Pulling fs layer 03:47:30 e2be974225ed: Pulling fs layer 03:47:30 339a4e72a1f5: Pulling fs layer 03:47:30 988bab9f4d93: Pulling fs layer 03:47:30 1469e6f7b9e6: Pulling fs layer 03:47:30 eaf3925da568: Pulling fs layer 03:47:30 bab4dde63d76: Pulling fs layer 03:47:30 bde34c3a00c8: Pulling fs layer 03:47:30 b352a97aabf1: Pulling fs layer 03:47:30 4872d77fe225: Pulling fs layer 03:47:30 5851b861e8e6: Pulling fs layer 03:47:30 988bab9f4d93: Waiting 03:47:30 1469e6f7b9e6: Waiting 03:47:30 b352a97aabf1: Waiting 03:47:30 4872d77fe225: Waiting 03:47:30 5851b861e8e6: Waiting 03:47:30 bab4dde63d76: Waiting 03:47:30 bde34c3a00c8: Waiting 03:47:30 eaf3925da568: Waiting 03:47:30 e2be974225ed: Download complete 03:47:30 988bab9f4d93: Download complete 03:47:31 1469e6f7b9e6: Verifying Checksum 03:47:31 1469e6f7b9e6: Download complete 03:47:31 eaf3925da568: Download complete 03:47:31 339a4e72a1f5: Verifying Checksum 03:47:31 339a4e72a1f5: Download complete 03:47:31 bde34c3a00c8: Verifying Checksum 03:47:31 bde34c3a00c8: Download complete 03:47:31 b352a97aabf1: Download complete 03:47:31 4872d77fe225: Download complete 03:47:31 5851b861e8e6: Verifying Checksum 03:47:31 5851b861e8e6: Download complete 03:47:31 b85a868b505f: Download complete 03:47:31 bab4dde63d76: Verifying Checksum 03:47:31 bab4dde63d76: Download complete 03:47:32 b85a868b505f: Pull complete 03:47:32 e2be974225ed: Pull complete 03:47:33 339a4e72a1f5: Pull complete 03:47:33 988bab9f4d93: Pull complete 03:47:33 1469e6f7b9e6: Pull complete 03:47:33 eaf3925da568: Pull complete 03:47:35 bab4dde63d76: Pull complete 03:47:35 bde34c3a00c8: Pull complete 03:47:36 b352a97aabf1: Pull complete 03:47:36 4872d77fe225: Pull complete 03:47:36 5851b861e8e6: Pull complete 03:47:36 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:47:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:47:36 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:36 prd-ubuntu20.04-docker-8c-8g-23278 does not seem to be running inside a container 03:47:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-364 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364:/w/workspace/xfoundry_go-mod-bootstrap_PR-364:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@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-devops/py-git-semver:0.1.4 cat 03:47:38 $ docker top b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d -eo pid,comm 03:47:38 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). 03:47:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:47:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:47:38 [ssh-agent] Looking for ssh-agent implementation... 03:47:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:47:38 $ docker exec b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d ssh-agent 03:47:38 SSH_AUTH_SOCK=/tmp/ssh-iFZa4IQ7AoMW/agent.32 03:47:38 SSH_AGENT_PID=38 03:47:38 Running ssh-add (command line suppressed) 03:47:38 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/private_key_2238958114547877010.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/private_key_2238958114547877010.key) 03:47:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:47:39 + git tag --points-at HEAD [Pipeline] } 03:47:39 $ docker exec --env ******** --env ******** b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d ssh-agent -k 03:47:39 unset SSH_AUTH_SOCK; 03:47:39 unset SSH_AGENT_PID; 03:47:39 echo Agent pid 38 killed; 03:47:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:47:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:47:39 [ssh-agent] Looking for ssh-agent implementation... 03:47:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:47:39 $ docker exec b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d ssh-agent 03:47:39 SSH_AUTH_SOCK=/tmp/ssh-IrhjPGv6XcN8/agent.73 03:47:39 SSH_AGENT_PID=79 03:47:39 Running ssh-add (command line suppressed) 03:47:39 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/private_key_4066179007114492567.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/private_key_4066179007114492567.key) 03:47:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:47:40 + git semver init 03:47:40 2022-08-22 03:47:40,432 [run_init] DEBUG init version:0.0.0 force:False 03:47:40 2022-08-22 03:47:40,432 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver 03:47:40 2022-08-22 03:47:40,433 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver 03:47:40 2022-08-22 03:47:40,433 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-364, universal_newlines=False, shell=None, istream=None) 03:47:41 2022-08-22 03:47:41,180 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.git/info/exclude 03:47:41 2022-08-22 03:47:41,181 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver/PR-364 with force:False 03:47:41 2022-08-22 03:47:41,181 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver/PR-364 03:47:41 2022-08-22 03:47:41,186 [execute] INFO git cat-file --batch-check 03:47:41 2022-08-22 03:47:41,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver, universal_newlines=False, shell=None, istream=) 03:47:41 2022-08-22 03:47:41,192 [execute] INFO git cat-file --batch 03:47:41 2022-08-22 03:47:41,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver, universal_newlines=False, shell=None, istream=) 03:47:41 2022-08-22 03:47:41,197 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-364/.semver/PR-364 03:47:41 0.0.0 [Pipeline] } 03:47:41 $ docker exec --env ******** --env ******** b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d ssh-agent -k 03:47:41 unset SSH_AUTH_SOCK; 03:47:41 unset SSH_AGENT_PID; 03:47:41 echo Agent pid 79 killed; 03:47:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:47:42 + git semver [Pipeline] } 03:47:42 $ docker stop --time=1 b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d 03:47:43 $ docker rm -f b368a32f073079e6e32e559f1ade4236cec6ad99225fb5a0c19eaa4ed1d4f99d [Pipeline] // withDockerContainer [Pipeline] sh 03:47:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:47:44 Stashed 1 file(s) [Pipeline] echo 03:47:44 [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 03:47:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:47:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:47:45 ========================================================= 03:47:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 03:47:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 03:47:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:47:45 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 03:47:45 2408cc74d12b: Pulling fs layer 03:47:45 ea60b727a1ce: Pulling fs layer 03:47:45 30c4a7721957: Pulling fs layer 03:47:45 370296b7ddb6: Pulling fs layer 03:47:45 7c6cee850709: Pulling fs layer 03:47:45 39a5fcdaea64: Pulling fs layer 03:47:45 d94ebbe4e438: Pulling fs layer 03:47:45 bcfd1f05c69d: Pulling fs layer 03:47:45 59ccb84bbe0f: Pulling fs layer 03:47:45 370296b7ddb6: Waiting 03:47:45 7c6cee850709: Waiting 03:47:45 39a5fcdaea64: Waiting 03:47:45 d94ebbe4e438: Waiting 03:47:45 bcfd1f05c69d: Waiting 03:47:45 59ccb84bbe0f: Waiting 03:47:45 30c4a7721957: Verifying Checksum 03:47:45 30c4a7721957: Download complete 03:47:45 ea60b727a1ce: Verifying Checksum 03:47:45 ea60b727a1ce: Download complete 03:47:45 7c6cee850709: Verifying Checksum 03:47:45 7c6cee850709: Download complete 03:47:45 39a5fcdaea64: Download complete 03:47:45 2408cc74d12b: Verifying Checksum 03:47:45 2408cc74d12b: Download complete 03:47:45 d94ebbe4e438: Verifying Checksum 03:47:45 d94ebbe4e438: Download complete 03:47:45 2408cc74d12b: Pull complete 03:47:45 ea60b727a1ce: Pull complete 03:47:46 30c4a7721957: Pull complete 03:47:46 59ccb84bbe0f: Verifying Checksum 03:47:46 59ccb84bbe0f: Download complete 03:47:46 370296b7ddb6: Verifying Checksum 03:47:46 370296b7ddb6: Download complete 03:47:46 bcfd1f05c69d: Verifying Checksum 03:47:46 bcfd1f05c69d: Download complete 03:47:50 370296b7ddb6: Pull complete 03:47:50 7c6cee850709: Pull complete 03:47:50 39a5fcdaea64: Pull complete 03:47:51 d94ebbe4e438: Pull complete 03:47:53 bcfd1f05c69d: Pull complete 03:47:53 59ccb84bbe0f: Pull complete 03:47:53 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 03:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:47:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 03:47:54 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:54 + docker inspect -f . ci-base-image-x86_64 03:47:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:54 prd-ubuntu20.04-docker-8c-8g-23278 does not seem to be running inside a container 03:47:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-364 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364:/w/workspace/xfoundry_go-mod-bootstrap_PR-364:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:47:56 $ docker top 2f97ca9307b11c41e1804fe96d71ade59699775bab5501e1e152b9c42565a711 -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:57 + go version 03:47:57 go version go1.18.3 linux/amd64 [Pipeline] } 03:47:57 $ docker stop --time=1 2f97ca9307b11c41e1804fe96d71ade59699775bab5501e1e152b9c42565a711 03:47:58 $ docker rm -f 2f97ca9307b11c41e1804fe96d71ade59699775bab5501e1e152b9c42565a711 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:59 + docker inspect -f . ci-base-image-x86_64 03:47:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:47:59 prd-ubuntu20.04-docker-8c-8g-23278 does not seem to be running inside a container 03:47:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/xfoundry_go-mod-bootstrap_PR-364 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364:/w/workspace/xfoundry_go-mod-bootstrap_PR-364:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:47:59 Still waiting to schedule task 03:47:59 ‘prd-ubuntu20.04-docker-arm64-4c-16g-23277’ is offline 03:47:59 $ docker top c8dc890b959ed38222f6a1e2edb7b2f44a571ee70f6fca15fbf9cba8bce148a3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:48:00 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-364 [Pipeline] fileExists [Pipeline] sh 03:48:00 + make test 03:48:00 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:48:00 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:48:00 go: downloading github.com/stretchr/testify v1.8.0 03:48:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 03:48:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 03:48:00 go: downloading github.com/pelletier/go-toml v1.9.5 03:48:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 03:48:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0 03:48:00 go: downloading github.com/google/uuid v1.3.0 03:48:00 go: downloading github.com/hashicorp/go-multierror v1.1.1 03:48:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 03:48:01 go: downloading github.com/gorilla/mux v1.8.0 03:48:01 go: downloading github.com/davecgh/go-spew v1.1.1 03:48:01 go: downloading github.com/pmezard/go-difflib v1.0.0 03:48:01 go: downloading github.com/stretchr/objx v0.4.0 03:48:01 go: downloading gopkg.in/yaml.v3 v3.0.1 03:48:01 go: downloading github.com/hashicorp/errwrap v1.0.0 03:48:01 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 03:48:01 go: downloading github.com/go-kit/log v0.2.0 03:48:01 go: downloading github.com/go-playground/validator/v10 v10.10.1 03:48:01 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 03:48:01 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 03:48:01 go: downloading github.com/go-redis/redis/v7 v7.3.0 03:48:01 go: downloading github.com/pebbe/zmq4 v1.2.7 03:48:01 go: downloading github.com/hashicorp/consul/api v1.9.1 03:48:01 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:48:01 go: downloading github.com/x448/float16 v0.8.4 03:48:01 go: downloading github.com/zeebo/errs v1.2.2 03:48:01 go: downloading google.golang.org/grpc v1.46.0 03:48:01 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:48:01 go: downloading github.com/mitchellh/copystructure v1.0.0 03:48:01 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:48:01 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 03:48:01 go: downloading google.golang.org/protobuf v1.28.0 03:48:01 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:48:01 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:48:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:48:01 go: downloading github.com/hashicorp/serf v0.9.5 03:48:01 go: downloading github.com/go-logfmt/logfmt v0.5.1 03:48:01 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:48:01 go: downloading github.com/go-playground/universal-translator v0.18.0 03:48:01 go: downloading github.com/leodido/go-urn v1.2.1 03:48:01 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 03:48:01 go: downloading golang.org/x/text v0.3.7 03:48:01 go: downloading github.com/gorilla/websocket v1.4.2 03:48:01 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 03:48:01 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 03:48:01 go: downloading github.com/fatih/color v1.9.0 03:48:01 go: downloading github.com/mattn/go-isatty v0.0.12 03:48:01 go: downloading github.com/go-playground/locales v0.14.0 03:48:01 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:48:01 go: downloading github.com/golang/protobuf v1.5.2 03:48:01 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 03:48:01 go: downloading github.com/mattn/go-colorable v0.1.6 03:48:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:48:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:48:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:48:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.016s coverage: 4.6% of statements 03:48:14 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:48:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.034s coverage: 92.2% of statements 03:48:14 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.033s coverage: 85.3% of statements 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 2.026s coverage: 59.5% of statements 03:48:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:48:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.016s coverage: 100.0% of statements 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.321s coverage: 88.4% of statements 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.059s coverage: 25.0% of statements 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.029s coverage: 80.5% of statements 03:48:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.018s coverage: 41.7% of statements 03:48:16 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.003s coverage: 91.3% of statements 03:48:25 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 03:48:25 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:48:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:48:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 03:48:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:48:27 $ docker stop --time=1 c8dc890b959ed38222f6a1e2edb7b2f44a571ee70f6fca15fbf9cba8bce148a3 03:48:29 $ docker rm -f c8dc890b959ed38222f6a1e2edb7b2f44a571ee70f6fca15fbf9cba8bce148a3 [Pipeline] // withDockerContainer [Pipeline] sh 03:48:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:48:30 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 03:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:48:31 03:48:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:48:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:48:32 latest: Pulling from edgex-lftools-log-publisher 03:48:32 5eb5b503b376: Pulling fs layer 03:48:32 5c69ac0246d0: Pulling fs layer 03:48:32 ec43610c2a17: Pulling fs layer 03:48:32 3a2ae6a8a46f: Pulling fs layer 03:48:32 33b1e0a273af: Pulling fs layer 03:48:32 5d3b04190fa2: Pulling fs layer 03:48:32 2f39f015ded8: Pulling fs layer 03:48:32 5d3b04190fa2: Waiting 03:48:32 3a2ae6a8a46f: Waiting 03:48:32 2f39f015ded8: Waiting 03:48:32 33b1e0a273af: Waiting 03:48:32 5c69ac0246d0: Verifying Checksum 03:48:32 5c69ac0246d0: Download complete 03:48:32 3a2ae6a8a46f: Verifying Checksum 03:48:32 3a2ae6a8a46f: Download complete 03:48:32 33b1e0a273af: Verifying Checksum 03:48:32 33b1e0a273af: Download complete 03:48:32 5d3b04190fa2: Verifying Checksum 03:48:32 5d3b04190fa2: Download complete 03:48:32 ec43610c2a17: Verifying Checksum 03:48:32 ec43610c2a17: Download complete 03:48:32 5eb5b503b376: Verifying Checksum 03:48:32 5eb5b503b376: Download complete 03:48:32 2f39f015ded8: Download complete 03:48:33 5eb5b503b376: Pull complete 03:48:33 5c69ac0246d0: Pull complete 03:48:34 ec43610c2a17: Pull complete 03:48:34 3a2ae6a8a46f: Pull complete 03:48:34 33b1e0a273af: Pull complete 03:48:34 5d3b04190fa2: Pull complete 03:48:40 2f39f015ded8: Pull complete 03:48:40 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:48:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:48:40 prd-ubuntu20.04-docker-8c-8g-23278 does not seem to be running inside a container 03:48:40 $ 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-364 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364:/w/workspace/xfoundry_go-mod-bootstrap_PR-364:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:48:41 $ docker top 1acf256e1526052c3014c77f37cda72ed5736fee740782e4d83b1584b0004a32 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:48:42 ---> job-cost.sh 03:48:42 lf-activate-venv: SKIPPING 03:48:42 INFO: No Stack... 03:48:42 INFO: Retrieving Pricing Info for: v3-standard-8 03:48:43 INFO: Archiving Costs [Pipeline] sh 03:48:43 + cat /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives/cost.csv 03:48:43 + cut -d, -f6 [Pipeline] lock 03:48:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] 03:48:43 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] did not exist. Created. 03:48:43 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:48:43 + echo total: 0.2199999988079071 [Pipeline] stash 03:48:44 Stashed 1 file(s) [Pipeline] } 03:48:44 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:48:44 $ docker stop --time=1 1acf256e1526052c3014c77f37cda72ed5736fee740782e4d83b1584b0004a32 03:48:45 $ docker rm -f 1acf256e1526052c3014c77f37cda72ed5736fee740782e4d83b1584b0004a32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:49:38 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23279 in /w/workspace/xfoundry_go-mod-bootstrap_PR-364 [Pipeline] { [Pipeline] ws 03:49:39 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 03:49:39 Selected Git installation does not exist. Using Default 03:49:39 The recommended git tool is: NONE 03:49:45 using credential edgex-jenkins-ssh 03:49:45 Cloning the remote Git repository 03:49:45 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:49:45 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 03:49:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:49:45 > git --version # timeout=10 03:49:45 > git --version # 'git version 2.25.1' 03:49:45 using GIT_SSH to set credentials SSH Credentials for GitHub 03:49:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:49:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:49:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:49:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:49:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:49:46 using GIT_SSH to set credentials SSH Credentials for GitHub 03:49:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/364/head:refs/remotes/origin/PR-364 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:49:47 Merging remotes/origin/main commit 8679ad06fae81f85ca5676306f8e25f0c0b4117c into PR head commit bc40153dd0b3c0fadc5759f2ad026210484770d5 03:49:47 Merge succeeded, producing bc40153dd0b3c0fadc5759f2ad026210484770d5 03:49:47 Checking out Revision bc40153dd0b3c0fadc5759f2ad026210484770d5 (PR-364) 03:49:47 > git config core.sparsecheckout # timeout=10 03:49:47 > git checkout -f bc40153dd0b3c0fadc5759f2ad026210484770d5 # timeout=10 03:49:47 > git remote # timeout=10 03:49:47 > git config --get remote.origin.url # timeout=10 03:49:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:49:47 > git merge 8679ad06fae81f85ca5676306f8e25f0c0b4117c # timeout=10 03:49:47 > git rev-parse HEAD^{commit} # timeout=10 03:49:47 > git config core.sparsecheckout # timeout=10 03:49:47 > git checkout -f bc40153dd0b3c0fadc5759f2ad026210484770d5 # timeout=10 03:49:51 Commit message: "feat: added HasSecret func" 03:49:51 > git --version # timeout=10 03:49:51 > git --version # 'git version 2.25.1' 03:49:51 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:49:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:49:52 % Total % Received % Xferd Average Speed Time Time Time Current 03:49:52 Dload Upload Total Spent Left Speed 03:49:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 99228 0 --:--:-- --:--:-- --:--:-- 99228 [Pipeline] sh 03:49:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:49:54 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 03:49:54 tee /etc/docker/daemon.new 03:49:54 { 03:49:54 "registry-mirrors": [ 03:49:54 "https://nexus3.edgexfoundry.org:10001" 03:49:54 ], 03:49:54 "bip": "10.250.0.254/24", 03:49:54 "hosts": [ 03:49:54 "tcp://0.0.0.0:5555", 03:49:54 "unix:///var/run/docker.sock" 03:49:54 ], 03:49:54 "mtu": 1458, 03:49:54 "selinux-enabled": true, 03:49:54 "seccomp-profile": "/etc/docker/seccomp.json" 03:49:54 } [Pipeline] sh 03:49:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:49:54 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 03:50:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:50:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:50:13 ========================================================= 03:50:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:50:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 03:50:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:50:15 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:50:15 b3c136eddcbf: Pulling fs layer 03:50:15 c0a3192eca97: Pulling fs layer 03:50:15 a050256f5b6f: Pulling fs layer 03:50:15 656be50a0ddc: Pulling fs layer 03:50:15 2bbca73fdf42: Pulling fs layer 03:50:15 46d945488cbd: Pulling fs layer 03:50:15 8a5474983e97: Pulling fs layer 03:50:15 329c88fbcd65: Pulling fs layer 03:50:15 2bbca73fdf42: Waiting 03:50:15 46d945488cbd: Waiting 03:50:15 8a5474983e97: Waiting 03:50:15 329c88fbcd65: Waiting 03:50:15 656be50a0ddc: Waiting 03:50:15 a050256f5b6f: Verifying Checksum 03:50:15 a050256f5b6f: Download complete 03:50:15 c0a3192eca97: Verifying Checksum 03:50:15 c0a3192eca97: Download complete 03:50:15 2bbca73fdf42: Verifying Checksum 03:50:15 2bbca73fdf42: Download complete 03:50:15 46d945488cbd: Verifying Checksum 03:50:15 46d945488cbd: Download complete 03:50:15 b3c136eddcbf: Verifying Checksum 03:50:15 b3c136eddcbf: Download complete 03:50:15 b3c136eddcbf: Pull complete 03:50:16 329c88fbcd65: Verifying Checksum 03:50:16 329c88fbcd65: Download complete 03:50:16 c0a3192eca97: Pull complete 03:50:16 a050256f5b6f: Pull complete 03:50:17 8a5474983e97: Verifying Checksum 03:50:17 8a5474983e97: Download complete 03:50:18 656be50a0ddc: Verifying Checksum 03:50:18 656be50a0ddc: Download complete 03:50:30 656be50a0ddc: Pull complete 03:50:30 2bbca73fdf42: Pull complete 03:50:31 46d945488cbd: Pull complete 03:50:37 8a5474983e97: Pull complete 03:50:39 329c88fbcd65: Pull complete 03:50:39 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 03:50:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:50:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 03:50:39 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:40 + docker inspect -f . ci-base-image-arm64 03:50:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:40 prd-ubuntu20.04-docker-arm64-4c-16g-23279 does not seem to be running inside a container 03:50:40 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:50:43 $ docker top d432b7428908d58ef17e07d2df6f41e18c51f1ec92915c9c8dfe39294215dc89 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:44 + go version 03:50:44 go version go1.18.3 linux/arm64 [Pipeline] } 03:50:44 $ docker stop --time=1 d432b7428908d58ef17e07d2df6f41e18c51f1ec92915c9c8dfe39294215dc89 03:50:46 $ docker rm -f d432b7428908d58ef17e07d2df6f41e18c51f1ec92915c9c8dfe39294215dc89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:47 + docker inspect -f . ci-base-image-arm64 03:50:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:47 prd-ubuntu20.04-docker-arm64-4c-16g-23279 does not seem to be running inside a container 03:50:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:50:48 $ docker top 3893c27960dc315032d4ebe7566607b89505c913e9573ae94b058c2534347f21 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:49 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh 03:50:50 + make test 03:50:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:50:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0 03:50:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0 03:50:50 go: downloading github.com/pelletier/go-toml v1.9.5 03:50:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.3.0-dev.5 03:50:50 go: downloading github.com/stretchr/testify v1.8.0 03:50:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0 03:50:50 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 03:50:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0 03:50:50 go: downloading github.com/gorilla/mux v1.8.0 03:50:50 go: downloading github.com/google/uuid v1.3.0 03:50:50 go: downloading github.com/hashicorp/go-multierror v1.1.1 03:50:51 go: downloading github.com/davecgh/go-spew v1.1.1 03:50:51 go: downloading github.com/pmezard/go-difflib v1.0.0 03:50:51 go: downloading gopkg.in/yaml.v3 v3.0.1 03:50:51 go: downloading github.com/stretchr/objx v0.4.0 03:50:51 go: downloading github.com/go-kit/log v0.2.0 03:50:51 go: downloading github.com/go-playground/validator/v10 v10.10.1 03:50:51 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 03:50:51 go: downloading github.com/hashicorp/errwrap v1.0.0 03:50:51 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.1 03:50:51 go: downloading github.com/hashicorp/consul/api v1.9.1 03:50:51 go: downloading github.com/go-logfmt/logfmt v0.5.1 03:50:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:50:51 go: downloading github.com/x448/float16 v0.8.4 03:50:51 go: downloading github.com/go-playground/universal-translator v0.18.0 03:50:51 go: downloading github.com/leodido/go-urn v1.2.1 03:50:51 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 03:50:51 go: downloading golang.org/x/text v0.3.7 03:50:51 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 03:50:51 go: downloading github.com/go-redis/redis/v7 v7.3.0 03:50:51 go: downloading github.com/pebbe/zmq4 v1.2.7 03:50:52 go: downloading github.com/zeebo/errs v1.2.2 03:50:52 go: downloading google.golang.org/grpc v1.46.0 03:50:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:50:53 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:50:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:50:53 go: downloading github.com/hashicorp/serf v0.9.5 03:50:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:50:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:50:53 go: downloading github.com/mitchellh/copystructure v1.0.0 03:50:53 go: downloading github.com/go-playground/locales v0.14.0 03:50:53 go: downloading github.com/gorilla/websocket v1.4.2 03:50:53 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 03:50:53 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 03:50:53 go: downloading google.golang.org/protobuf v1.28.0 03:50:54 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 03:50:54 go: downloading github.com/fatih/color v1.9.0 03:50:54 go: downloading github.com/mattn/go-isatty v0.0.12 03:50:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:50:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:50:54 go: downloading github.com/golang/protobuf v1.5.2 03:50:54 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 03:50:54 go: downloading github.com/mattn/go-colorable v0.1.6 03:50:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:50:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:52:16 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:52:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.072s coverage: 4.6% of statements 03:52:17 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:52:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.073s coverage: 92.2% of statements 03:52:17 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.019s coverage: 85.3% of statements 03:52:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 2.132s coverage: 59.5% of statements 03:52:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:52:22 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:52:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.073s coverage: 100.0% of statements 03:52:22 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.445s coverage: 88.4% of statements 03:52:24 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.092s coverage: 25.0% of statements 03:52:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.097s coverage: 80.5% of statements 03:52:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:52:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.063s coverage: 41.7% of statements 03:52:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 03:52:29 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:52:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 03:52:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:52:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 03:52:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:52:52 $ docker stop --time=1 3893c27960dc315032d4ebe7566607b89505c913e9573ae94b058c2534347f21 03:52:54 $ docker rm -f 3893c27960dc315032d4ebe7566607b89505c913e9573ae94b058c2534347f21 [Pipeline] // withDockerContainer [Pipeline] sh 03:52:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:52:56 Warning: overwriting stash ‘coverage-report’ 03:52:57 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 03:52:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:52:58 03:52:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:52:58 arm64: Pulling from edgex-lftools-log-publisher 03:52:58 8998bd30e6a1: Pulling fs layer 03:52:58 04944245beec: Pulling fs layer 03:52:58 699f458cf7ca: Pulling fs layer 03:52:58 765212b225bb: Pulling fs layer 03:52:58 f23df028b6ca: Pulling fs layer 03:52:58 d65c8cfc05b1: Pulling fs layer 03:52:58 2437ff75d9bd: Pulling fs layer 03:52:58 f23df028b6ca: Waiting 03:52:58 d65c8cfc05b1: Waiting 03:52:58 2437ff75d9bd: Waiting 03:52:58 765212b225bb: Waiting 03:52:58 04944245beec: Verifying Checksum 03:52:58 04944245beec: Download complete 03:52:58 765212b225bb: Verifying Checksum 03:52:58 765212b225bb: Download complete 03:52:58 f23df028b6ca: Verifying Checksum 03:52:58 f23df028b6ca: Download complete 03:52:58 d65c8cfc05b1: Verifying Checksum 03:52:58 d65c8cfc05b1: Download complete 03:52:59 699f458cf7ca: Verifying Checksum 03:52:59 8998bd30e6a1: Verifying Checksum 03:52:59 8998bd30e6a1: Download complete 03:53:01 2437ff75d9bd: Verifying Checksum 03:53:01 2437ff75d9bd: Download complete 03:53:04 8998bd30e6a1: Pull complete 03:53:04 04944245beec: Pull complete 03:53:06 699f458cf7ca: Pull complete 03:53:06 765212b225bb: Pull complete 03:53:07 f23df028b6ca: Pull complete 03:53:07 d65c8cfc05b1: Pull complete 03:53:22 2437ff75d9bd: Pull complete 03:53:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:53:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:53:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:22 prd-ubuntu20.04-docker-arm64-4c-16g-23279 does not seem to be running inside a container 03:53:22 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:53:24 $ docker top c0dc0798283aef7446b02de212cc68d0db5e6191941e3e0c416c46ecfa966a74 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:53:25 ---> job-cost.sh 03:53:25 lf-activate-venv: SKIPPING 03:53:25 INFO: No Stack... 03:53:26 INFO: Retrieving Pricing Info for: v3-standard-4 03:53:27 INFO: Archiving Costs [Pipeline] sh 03:53:27 + cut -d, -f6 03:53:27 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv [Pipeline] lock 03:53:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] 03:53:27 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] did not exist. Created. 03:53:27 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:53:28 /w/workspace/go-mod-bootstrap/1@tmp/durable-36f18725/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:53:29 + echo total: 0.10999999940395355 [Pipeline] stash 03:53:29 Warning: overwriting stash ‘stack-cost’ 03:53:29 Stashed 1 file(s) [Pipeline] } 03:53:29 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-364-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:53:29 $ docker stop --time=1 c0dc0798283aef7446b02de212cc68d0db5e6191941e3e0c416c46ecfa966a74 03:53:30 $ docker rm -f c0dc0798283aef7446b02de212cc68d0db5e6191941e3e0c416c46ecfa966a74 [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 03:53:32 provisioning config files... 03:53:32 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/config2130797930393314494tmp [Pipeline] { [Pipeline] sh 03:53:32 + set +x 03:53:32 + bash -s -- 03:53:32 + curl -s https://codecov.io/bash 03:53:32 03:53:32 _____ _ 03:53:32 / ____| | | 03:53:32 | | ___ __| | ___ ___ _____ __ 03:53:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:53:32 | |___| (_) | (_| | __/ (_| (_) \ V / 03:53:32 \_____\___/ \__,_|\___|\___\___/ \_/ 03:53:32 Bash-1.0.6 03:53:32 03:53:32 03:53:32 ==> git version 2.25.1 found 03:53:32 ==> 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 03:53:32 Release-Date: 2020-01-08 03:53:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:53:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:53:32 ==> Jenkins CI detected. 03:53:32 current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-364 03:53:32 project root: . 03:53:32 --> token set from env 03:53:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:53:32 ==> Running gcov in . (disable via -X gcov) 03:53:32 ==> Python coveragepy not found 03:53:32 ==> Searching for coverage reports in: 03:53:32 + . 03:53:32 -> Found 1 reports 03:53:32 ==> Detecting git/mercurial file structure 03:53:32 ==> Reading reports 03:53:32 + ./coverage.out bytes=59975 03:53:32 ==> Appending adjustments 03:53:32 https://docs.codecov.io/docs/fixing-reports 03:53:32 + Found adjustments 03:53:32 ==> Gzipping contents 03:53:32 12K /tmp/codecov.T57m5h.gz 03:53:32 ==> Uploading reports 03:53:32 url: https://codecov.io 03:53:32 query: branch=PR-364&commit=bc40153dd0b3c0fadc5759f2ad026210484770d5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-364%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=364&job=&cmd_args= 03:53:32 -> Pinging Codecov 03:53:32 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-364&commit=bc40153dd0b3c0fadc5759f2ad026210484770d5&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-364%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=364&job=&cmd_args= 03:53:32 -> Uploading to 03:53:32 https://storage.googleapis.com/codecov/v4/raw/2022-08-22/833815588EE85121546D348822E98E2E/bc40153dd0b3c0fadc5759f2ad026210484770d5/5fee861a-0f51-41cc-9a20-434272499b32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220822%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220822T035332Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6e6e86e2056e0cca584393ca9a0aa04fd5fc50bf53e82824269fcf45bd2c4656 03:53:32 % Total % Received % Xferd Average Speed Time Time Time Current 03:53:32 Dload Upload Total Spent Left Speed 03:53:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9835 0 0 100 9835 0 43135 --:--:-- --:--:-- --:--:-- 43135 03:53:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/bc40153dd0b3c0fadc5759f2ad026210484770d5 [Pipeline] } 03:53:33 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 03:53:35 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives ] 03:53:35 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives 03:53:35 total 16 03:53:35 drwxr-xr-x 3 root root 4096 Aug 22 03:48 . 03:53:35 drwxrwxr-x 9 jenkins jenkins 4096 Aug 22 03:48 .. 03:53:35 drwxr-xr-x 2 root root 4096 Aug 22 03:48 cost 03:53:35 -rw-r--r-- 1 root root 88 Aug 22 03:48 cost.csv 03:53:35 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives 03:53:35 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives 03:53:35 total 16 03:53:35 drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 03:48 . 03:53:35 drwxrwxr-x 9 jenkins jenkins 4096 Aug 22 03:48 .. 03:53:35 drwxr-xr-x 2 jenkins jenkins 4096 Aug 22 03:48 cost 03:53:35 -rw-r--r-- 1 jenkins jenkins 88 Aug 22 03:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:53:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:53:36 ---> package-listing.sh 03:53:36 ++ facter osfamily 03:53:36 ++ tr '[:upper:]' '[:lower:]' 03:53:36 + OS_FAMILY=debian 03:53:36 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-364 03:53:36 + START_PACKAGES=/tmp/packages_start.txt 03:53:36 + END_PACKAGES=/tmp/packages_end.txt 03:53:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:53:36 + PACKAGES=/tmp/packages_start.txt 03:53:36 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-364 ']' 03:53:36 + PACKAGES=/tmp/packages_end.txt 03:53:36 + case "${OS_FAMILY}" in 03:53:36 + dpkg -l 03:53:36 + grep '^ii' 03:53:36 + '[' -f /tmp/packages_start.txt ']' 03:53:36 + '[' -f /tmp/packages_end.txt ']' 03:53:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:53:36 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-364 ']' 03:53:36 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives/ 03:53:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-364/archives/ [Pipeline] echo 03:53:36 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-364/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:53:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:53:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:53:37 prd-ubuntu20.04-docker-8c-8g-23278 does not seem to be running inside a container 03:53:37 $ 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-364/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-364 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364:/w/workspace/xfoundry_go-mod-bootstrap_PR-364:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:53:37 $ docker top 89130fff2246f27bbefb3f50411e5f6a1dfefbf9ddf4e33a6654ddefe9c9b77f -eo pid,comm [Pipeline] { [Pipeline] sh 03:53:38 + touch /tmp/pre-build-complete [Pipeline] sh 03:53:38 + mkdir -p /var/log/sysstat [Pipeline] sh 03:53:38 + ls /var/log/sa-host 03:53:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:53:39 provisioning config files... 03:53:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-364@tmp/config2196713980962051735tmp [Pipeline] { [Pipeline] echo 03:53:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:53:39 ---> create-netrc.sh [Pipeline] } 03:53:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:53:39 ---> python-tools-install.sh [Pipeline] echo 03:53:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:53:40 ---> sudo-logs.sh 03:53:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:53:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:53:40 ---> job-cost.sh 03:53:40 lf-activate-venv: SKIPPING 03:53:40 DEBUG: total: 0.2199999988079071 03:53:40 INFO: Retrieving Stack Cost... 03:53:41 INFO: Retrieving Pricing Info for: v3-standard-8 03:53:41 INFO: Archiving Costs [Pipeline] echo 03:53:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:53:41 ---> logs-deploy.sh 03:53:41 lf-activate-venv: SKIPPING 03:53:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-364/1 03:53:41 INFO: archiving workspace using pattern(s): 03:53:42 Archives upload complete. 03:53:42 INFO: archiving logs to Nexus 03:53:43 ---> uname -a: 03:53:43 Linux prd-ubuntu20-04-docker-8c-8g-23278 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 03:53:43 03:53:43 03:53:43 ---> lscpu: 03:53:43 Architecture: x86_64 03:53:43 CPU op-mode(s): 32-bit, 64-bit 03:53:43 Byte Order: Little Endian 03:53:43 Address sizes: 40 bits physical, 48 bits virtual 03:53:43 CPU(s): 8 03:53:43 On-line CPU(s) list: 0-7 03:53:43 Thread(s) per core: 1 03:53:43 Core(s) per socket: 1 03:53:43 Socket(s): 8 03:53:43 NUMA node(s): 1 03:53:43 Vendor ID: AuthenticAMD 03:53:43 CPU family: 23 03:53:43 Model: 49 03:53:43 Model name: AMD EPYC-Rome Processor 03:53:43 Stepping: 0 03:53:43 CPU MHz: 2799.994 03:53:43 BogoMIPS: 5599.98 03:53:43 Virtualization: AMD-V 03:53:43 Hypervisor vendor: KVM 03:53:43 Virtualization type: full 03:53:43 L1d cache: 256 KiB 03:53:43 L1i cache: 256 KiB 03:53:43 L2 cache: 4 MiB 03:53:43 L3 cache: 128 MiB 03:53:43 NUMA node0 CPU(s): 0-7 03:53:43 Vulnerability Itlb multihit: Not affected 03:53:43 Vulnerability L1tf: Not affected 03:53:43 Vulnerability Mds: Not affected 03:53:43 Vulnerability Meltdown: Not affected 03:53:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:53:43 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:53:43 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:53:43 Vulnerability Srbds: Not affected 03:53:43 Vulnerability Tsx async abort: Not affected 03:53:43 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 03:53:43 03:53:43 03:53:43 ---> nproc: 03:53:43 8 03:53:43 03:53:43 03:53:43 ---> df -h: 03:53:43 Filesystem Size Used Avail Use% Mounted on 03:53:43 overlay 155G 11G 145G 7% / 03:53:43 tmpfs 64M 0 64M 0% /dev 03:53:43 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:53:43 shm 64M 0 64M 0% /dev/shm 03:53:43 /dev/vda1 155G 11G 145G 7% /facter-os 03:53:43 03:53:43 03:53:43 ---> sar -b -r -n DEV: 03:53:43 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23278) 08/22/22 _x86_64_ (8 CPU) 03:53:43 03:53:43 03:46:44 LINUX RESTART (8 CPU) 03:53:43 03:53:43 03:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:53:43 03:48:01 360.13 54.20 305.93 0.00 5134.16 171466.18 0.00 03:53:43 03:49:01 66.22 0.18 66.04 0.00 4.67 63580.34 0.00 03:53:43 03:50:01 1.52 0.00 1.52 0.00 0.00 17.34 0.00 03:53:43 03:51:01 1.55 0.00 1.55 0.00 0.00 18.66 0.00 03:53:43 03:52:01 1.08 0.02 1.07 0.00 0.13 12.80 0.00 03:53:43 03:53:01 0.98 0.00 0.98 0.00 0.00 12.80 0.00 03:53:43 Average: 71.92 9.07 62.85 0.00 856.54 39185.10 0.00 03:53:43 03:53:43 03:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:53:43 03:48:01 28819860 31746520 547420 1.66 118884 3070376 1949272 5.74 1129288 2536908 32856 03:53:43 03:49:01 28412244 31760060 535016 1.63 124052 3440312 1809060 5.33 1261360 2766684 284 03:53:43 03:50:01 28412976 31760912 534012 1.62 124080 3440316 1809060 5.33 1261360 2766688 12 03:53:43 03:51:01 28427652 31775684 519088 1.58 124108 3440320 1809060 5.33 1247628 2766692 16 03:53:43 03:52:01 28427588 31775764 518904 1.58 124140 3440452 1809060 5.33 1247648 2766824 20 03:53:43 03:53:01 28427216 31775436 519180 1.58 124172 3440452 1809060 5.33 1247396 2766824 176 03:53:43 Average: 28487923 31765729 528937 1.61 123239 3378705 1832429 5.40 1232447 2728437 5561 03:53:43 03:53:43 03:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:53:43 03:48:01 docker0 15.29 18.13 1.29 194.29 0.00 0.00 0.00 0.00 03:53:43 03:48:01 lo 3.73 3.73 0.36 0.36 0.00 0.00 0.00 0.00 03:53:43 03:48:01 ens3 843.10 559.96 6600.05 136.50 0.00 0.00 0.00 0.00 03:53:43 03:48:01 veth71d7639 11.26 14.83 1.00 152.24 0.00 0.00 0.00 0.01 03:53:43 03:49:01 docker0 25.91 34.69 2.17 531.67 0.00 0.00 0.00 0.00 03:53:43 03:49:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 03:53:43 03:49:01 ens3 164.11 109.48 3066.23 37.59 0.00 0.00 0.00 0.00 03:53:43 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:50:01 ens3 8.88 5.90 7.87 0.56 0.00 0.00 0.00 0.00 03:53:43 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:53:43 03:51:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:53:43 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:52:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:53:43 03:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:53:43 03:53:01 ens3 0.30 0.25 0.09 0.07 0.00 0.00 0.00 0.00 03:53:43 Average: docker0 6.87 8.80 0.58 120.98 0.00 0.00 0.00 0.00 03:53:43 Average: lo 0.90 0.90 0.08 0.08 0.00 0.00 0.00 0.00 03:53:43 Average: ens3 169.43 112.62 1612.38 29.12 0.00 0.00 0.00 0.00 03:53:43 03:53:43 03:53:43 ---> sar -P ALL: 03:53:43 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-23278) 08/22/22 _x86_64_ (8 CPU) 03:53:43 03:53:43 03:46:44 LINUX RESTART (8 CPU) 03:53:43 03:53:43 03:47:01 CPU %user %nice %system %iowait %steal %idle 03:53:43 03:48:01 all 10.98 0.00 4.42 2.09 0.05 82.46 03:53:43 03:48:01 0 11.83 0.00 4.78 4.30 0.05 79.04 03:53:43 03:48:01 1 9.89 0.00 3.75 4.63 0.05 81.68 03:53:43 03:48:01 2 13.70 0.00 4.73 1.33 0.05 80.19 03:53:43 03:48:01 3 10.87 0.00 4.56 1.83 0.05 82.69 03:53:43 03:48:01 4 11.23 0.00 4.20 2.73 0.05 81.79 03:53:43 03:48:01 5 10.71 0.00 4.07 0.54 0.05 84.63 03:53:43 03:48:01 6 9.12 0.00 4.97 0.45 0.03 85.43 03:53:43 03:48:01 7 10.50 0.00 4.28 0.88 0.07 84.27 03:53:43 03:49:01 all 26.24 0.00 5.02 0.55 0.06 68.12 03:53:43 03:49:01 0 26.59 0.00 5.08 0.10 0.07 68.17 03:53:43 03:49:01 1 25.40 0.00 4.71 0.03 0.07 69.79 03:53:43 03:49:01 2 26.85 0.00 5.25 0.03 0.05 67.81 03:53:43 03:49:01 3 26.68 0.00 5.98 3.35 0.07 63.93 03:53:43 03:49:01 4 26.30 0.00 4.60 0.81 0.05 68.24 03:53:43 03:49:01 5 25.93 0.00 4.66 0.07 0.07 69.28 03:53:43 03:49:01 6 26.50 0.00 4.98 0.00 0.07 68.45 03:53:43 03:49:01 7 25.70 0.00 4.91 0.05 0.05 69.29 03:53:43 03:50:01 all 0.28 0.00 0.02 0.00 0.01 99.69 03:53:43 03:50:01 0 2.02 0.00 0.02 0.00 0.00 97.96 03:53:43 03:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 03:53:43 03:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:53:43 03:50:01 3 0.00 0.00 0.02 0.02 0.02 99.95 03:53:43 03:50:01 4 0.02 0.00 0.05 0.02 0.02 99.90 03:53:43 03:50:01 5 0.05 0.00 0.02 0.00 0.02 99.92 03:53:43 03:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:53:43 03:50:01 7 0.07 0.00 0.05 0.00 0.00 99.88 03:53:43 03:51:01 all 0.09 0.00 0.01 0.00 0.01 99.89 03:53:43 03:51:01 0 0.50 0.00 0.03 0.00 0.02 99.45 03:53:43 03:51:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:53:43 03:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 03:53:43 03:51:01 3 0.03 0.00 0.00 0.02 0.00 99.95 03:53:43 03:51:01 4 0.05 0.00 0.03 0.02 0.02 99.88 03:53:43 03:51:01 5 0.03 0.00 0.02 0.00 0.02 99.93 03:53:43 03:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:53:43 03:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 03:53:43 03:52:01 all 0.01 0.00 0.01 0.00 0.01 99.97 03:53:43 03:52:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:53:43 03:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:53:43 03:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:53:43 03:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:53:43 03:52:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:53:43 03:52:01 5 0.03 0.00 0.03 0.00 0.02 99.92 03:53:43 03:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 03:53:43 03:52:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:53:43 03:53:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:53:43 03:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:53:43 03:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:53:43 03:53:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:53:43 03:53:01 3 0.02 0.00 0.02 0.02 0.00 99.95 03:53:43 03:53:01 4 0.03 0.00 0.02 0.02 0.02 99.92 03:53:43 03:53:01 5 0.05 0.00 0.07 0.00 0.02 99.87 03:53:43 03:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:53:43 03:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:53:43 Average: all 6.23 0.00 1.57 0.44 0.02 91.73 03:53:43 Average: 0 6.82 0.00 1.65 0.73 0.03 90.78 03:53:43 Average: 1 5.85 0.00 1.40 0.77 0.02 91.95 03:53:43 Average: 2 6.73 0.00 1.66 0.23 0.02 91.37 03:53:43 Average: 3 6.22 0.00 1.75 0.86 0.02 91.14 03:53:43 Average: 4 6.23 0.00 1.48 0.60 0.03 91.66 03:53:43 Average: 5 6.09 0.00 1.47 0.10 0.03 92.31 03:53:43 Average: 6 5.90 0.00 1.65 0.08 0.02 92.36 03:53:43 Average: 7 6.00 0.00 1.53 0.15 0.02 92.29 03:53:43 03:53:43 03:53:43