Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 259bd563e06e51d1d05c56b550cf7f6cc992db1a 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-ssh12693341410306506904.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0296cfd70f3001d69e24c2db393b493f66f700db 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-ssh2793594082913895562.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 0296cfd70f3001d69e24c2db393b493f66f700db The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh13373186435008903560.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0296cfd70f3001d69e24c2db393b493f66f700db (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0296cfd70f3001d69e24c2db393b493f66f700db # timeout=10 Commit message: "Merge pull request #381 from edgexfoundry/us3314" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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-ssh4941056310331725987.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh761465123971097304.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-33537 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 259bd563e06e51d1d05c56b550cf7f6cc992db1a (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 259bd563e06e51d1d05c56b550cf7f6cc992db1a # timeout=10 Commit message: "refactor: Rework metric name reported to be the name from configuration (#330)" > git rev-list --no-walk 2766419494164cabee05fa9ea84b04b8c4045a76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-27T22:15:08.230Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-27T22:15:08.288Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-27T22:15:08.306Z] ========================================================= [2022-04-27T22:15:08.306Z] EdgeX Global Pipelines Version Info [2022-04-27T22:15:08.306Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:15:09.048Z] ------------------- [2022-04-27T22:15:09.048Z] stable info: [2022-04-27T22:15:09.048Z] ------------------- [2022-04-27T22:15:09.048Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2022-04-27T22:15:09.049Z] Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db [2022-04-27T22:15:09.049Z] Message: update stable to v1.0.225 [2022-04-27T22:15:09.621Z] ------------------- [2022-04-27T22:15:09.621Z] experimental info: [2022-04-27T22:15:09.621Z] ------------------- [2022-04-27T22:15:09.621Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-27T22:15:09.621Z] Commit SHA: 47c9b3891b578ce509e33c5bc61a4c29aa566c02 [2022-04-27T22:15:09.621Z] Message: update experimental to v1.0.226 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-27T22:15:09.818Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2022-04-27T22:15:09.830Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2022-04-27T22:15:09.840Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-27T22:15:09.852Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-27T22:15:09.868Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-27T22:15:09.882Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-27T22:15:09.896Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-27T22:15:09.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-27T22:15:09.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-27T22:15:09.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-27T22:15:09.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-27T22:15:09.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2022-04-27T22:15:09.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-27T22:15:09.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-27T22:15:10.007Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T22:15:10.019Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T22:15:10.031Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T22:15:10.046Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T22:15:10.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-27T22:15:10.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-27T22:15:10.083Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-27T22:15:10.096Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-27T22:15:10.110Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-27T22:15:10.123Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-27T22:15:10.134Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-04-27T22:15:10.145Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-27T22:15:10.159Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-27T22:15:10.170Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-27T22:15:10.183Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-27T22:15:10.195Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo [2022-04-27T22:15:10.208Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 259bd56 [Pipeline] echo [2022-04-27T22:15:10.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-27T22:15:10.579Z] + git rev-list -1 --merges 259bd563e06e51d1d05c56b550cf7f6cc992db1a~1..259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo [2022-04-27T22:15:10.613Z] -----------> git rev-list -1 --merges 259bd563e06e51d1d05c56b550cf7f6cc992db1a~1..259bd563e06e51d1d05c56b550cf7f6cc992db1a 259bd563e06e51d1d05c56b550cf7f6cc992db1a [false] [Pipeline] sh [2022-04-27T22:15:10.905Z] + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo [2022-04-27T22:15:10.924Z] ========================================================= [2022-04-27T22:15:10.924Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-27T22:15:10.924Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-27T22:15:11.290Z] + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo [2022-04-27T22:15:11.306Z] [semverPrep] GIT_COMMIT: 259bd563e06e51d1d05c56b550cf7f6cc992db1a, Commit Message: refactor: Rework metric name reported to be the name from configuration (#330) [Pipeline] echo [2022-04-27T22:15:11.316Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-27T22:15:11.763Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T22:15:11.763Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-27T22:15:11.763Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-27T22:15:11.763Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-27T22:15:11.763Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-27T22:15:11.763Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-27T22:15:11.763Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:15:12.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:15:12.447Z] [2022-04-27T22:15:12.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:15:12.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:15:12.757Z] latest: Pulling from edgex-devops/py-git-semver [2022-04-27T22:15:12.757Z] 1fe172e4850f: Pulling fs layer [2022-04-27T22:15:12.757Z] caf521ccaac6: Pulling fs layer [2022-04-27T22:15:12.757Z] 3ead6fa29328: Pulling fs layer [2022-04-27T22:15:12.757Z] 5c2a1cbceb83: Pulling fs layer [2022-04-27T22:15:12.757Z] a8d5f1318db7: Pulling fs layer [2022-04-27T22:15:12.757Z] c427282e49a2: Pulling fs layer [2022-04-27T22:15:12.757Z] 1827001aaf11: Pulling fs layer [2022-04-27T22:15:12.757Z] 0714d37db230: Pulling fs layer [2022-04-27T22:15:12.757Z] ac28cf19c067: Pulling fs layer [2022-04-27T22:15:12.757Z] ca983d60f3e2: Pulling fs layer [2022-04-27T22:15:12.757Z] 9f894cec8388: Pulling fs layer [2022-04-27T22:15:12.757Z] 5c2a1cbceb83: Waiting [2022-04-27T22:15:12.757Z] a8d5f1318db7: Waiting [2022-04-27T22:15:12.757Z] c427282e49a2: Waiting [2022-04-27T22:15:12.757Z] 1827001aaf11: Waiting [2022-04-27T22:15:12.757Z] 0714d37db230: Waiting [2022-04-27T22:15:12.757Z] ac28cf19c067: Waiting [2022-04-27T22:15:12.757Z] ca983d60f3e2: Waiting [2022-04-27T22:15:12.757Z] 9f894cec8388: Waiting [2022-04-27T22:15:13.018Z] caf521ccaac6: Download complete [2022-04-27T22:15:13.018Z] 5c2a1cbceb83: Verifying Checksum [2022-04-27T22:15:13.018Z] 5c2a1cbceb83: Download complete [2022-04-27T22:15:13.018Z] a8d5f1318db7: Verifying Checksum [2022-04-27T22:15:13.018Z] a8d5f1318db7: Download complete [2022-04-27T22:15:13.018Z] 3ead6fa29328: Verifying Checksum [2022-04-27T22:15:13.018Z] 3ead6fa29328: Download complete [2022-04-27T22:15:13.018Z] c427282e49a2: Download complete [2022-04-27T22:15:13.018Z] 0714d37db230: Download complete [2022-04-27T22:15:13.018Z] ac28cf19c067: Download complete [2022-04-27T22:15:13.018Z] ca983d60f3e2: Verifying Checksum [2022-04-27T22:15:13.018Z] ca983d60f3e2: Download complete [2022-04-27T22:15:13.018Z] 9f894cec8388: Verifying Checksum [2022-04-27T22:15:13.018Z] 9f894cec8388: Download complete [2022-04-27T22:15:13.279Z] 1fe172e4850f: Verifying Checksum [2022-04-27T22:15:13.279Z] 1fe172e4850f: Download complete [2022-04-27T22:15:13.539Z] 1827001aaf11: Verifying Checksum [2022-04-27T22:15:13.539Z] 1827001aaf11: Download complete [2022-04-27T22:15:14.479Z] 1fe172e4850f: Pull complete [2022-04-27T22:15:14.479Z] caf521ccaac6: Pull complete [2022-04-27T22:15:15.050Z] 3ead6fa29328: Pull complete [2022-04-27T22:15:15.050Z] 5c2a1cbceb83: Pull complete [2022-04-27T22:15:15.311Z] a8d5f1318db7: Pull complete [2022-04-27T22:15:15.571Z] c427282e49a2: Pull complete [2022-04-27T22:15:17.484Z] 1827001aaf11: Pull complete [2022-04-27T22:15:17.484Z] 0714d37db230: Pull complete [2022-04-27T22:15:17.484Z] ac28cf19c067: Pull complete [2022-04-27T22:15:17.745Z] ca983d60f3e2: Pull complete [2022-04-27T22:15:17.745Z] 9f894cec8388: Pull complete [2022-04-27T22:15:17.745Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-04-27T22:15:17.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:15:17.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-04-27T22:15:17.819Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:15:17.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-04-27T22:15:19.614Z] $ docker top 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T22:15:19.698Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T22:15:19.698Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T22:15:19.817Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T22:15:19.833Z] $ docker exec 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent [2022-04-27T22:15:19.948Z] SSH_AUTH_SOCK=/tmp/ssh-vFZuX9hNPbWu/agent.32 [2022-04-27T22:15:19.948Z] SSH_AGENT_PID=38 [2022-04-27T22:15:19.955Z] Running ssh-add (command line suppressed) [2022-04-27T22:15:20.075Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_534510731512443594.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_534510731512443594.key) [2022-04-27T22:15:20.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T22:15:20.374Z] + git tag --points-at HEAD [Pipeline] } [2022-04-27T22:15:20.400Z] $ docker exec --env ******** --env ******** 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent -k [2022-04-27T22:15:20.500Z] unset SSH_AUTH_SOCK; [2022-04-27T22:15:20.501Z] unset SSH_AGENT_PID; [2022-04-27T22:15:20.501Z] echo Agent pid 38 killed; [2022-04-27T22:15:20.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-27T22:15:20.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T22:15:20.519Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T22:15:20.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T22:15:20.636Z] $ docker exec 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent [2022-04-27T22:15:20.741Z] SSH_AUTH_SOCK=/tmp/ssh-cDDYeTeYX13V/agent.71 [2022-04-27T22:15:20.741Z] SSH_AGENT_PID=78 [2022-04-27T22:15:20.746Z] Running ssh-add (command line suppressed) [2022-04-27T22:15:20.878Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8548428605629352387.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8548428605629352387.key) [2022-04-27T22:15:20.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T22:15:21.171Z] + git semver init [2022-04-27T22:15:21.432Z] 2022-04-27 22:15:21,385 [run_init] DEBUG init version:0.0.0 force:False [2022-04-27T22:15:21.432Z] 2022-04-27 22:15:21,386 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2022-04-27T22:15:21.432Z] 2022-04-27 22:15:21,386 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2022-04-27T22:15:21.432Z] 2022-04-27 22:15:21,387 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2022-04-27T22:15:22.379Z] 2022-04-27 22:15:22,298 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2022-04-27T22:15:22.379Z] 2022-04-27 22:15:22,298 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2022-04-27T22:15:22.379Z] 2022-04-27 22:15:22,298 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:15:22.379Z] 2022-04-27 22:15:22,298 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:15:22.379Z] 2.2.0-dev.19 [Pipeline] } [2022-04-27T22:15:22.405Z] $ docker exec --env ******** --env ******** 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent -k [2022-04-27T22:15:22.527Z] unset SSH_AUTH_SOCK; [2022-04-27T22:15:22.527Z] unset SSH_AGENT_PID; [2022-04-27T22:15:22.528Z] echo Agent pid 78 killed; [2022-04-27T22:15:22.527Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T22:15:22.842Z] + git semver [Pipeline] } [2022-04-27T22:15:23.133Z] $ docker stop --time=1 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f [2022-04-27T22:15:24.470Z] $ docker rm -f 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T22:15:24.826Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-27T22:15:25.077Z] Stashed 1 file(s) [Pipeline] echo [2022-04-27T22:15:25.081Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.19 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2022-04-27T22:15:25.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T22:15:25.273Z] ========================================================= [2022-04-27T22:15:25.273Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-27T22:15:25.273Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-04-27T22:15:25.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-27T22:15:25.574Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-27T22:15:25.574Z] 59bf1c3509f3: Pulling fs layer [2022-04-27T22:15:25.574Z] 666ba61612fd: Pulling fs layer [2022-04-27T22:15:25.574Z] 8ed8ca486205: Pulling fs layer [2022-04-27T22:15:25.574Z] 4fe6c5a15a65: Pulling fs layer [2022-04-27T22:15:25.574Z] 22a0e8bec74d: Pulling fs layer [2022-04-27T22:15:25.574Z] ca2b28591e48: Pulling fs layer [2022-04-27T22:15:25.574Z] a51346096db8: Pulling fs layer [2022-04-27T22:15:25.574Z] daebc70d1ce1: Pulling fs layer [2022-04-27T22:15:25.574Z] 0e18a0eac166: Pulling fs layer [2022-04-27T22:15:25.574Z] 22a0e8bec74d: Waiting [2022-04-27T22:15:25.574Z] ca2b28591e48: Waiting [2022-04-27T22:15:25.574Z] 0e18a0eac166: Waiting [2022-04-27T22:15:25.574Z] daebc70d1ce1: Waiting [2022-04-27T22:15:25.574Z] 4fe6c5a15a65: Waiting [2022-04-27T22:15:25.574Z] a51346096db8: Waiting [2022-04-27T22:15:25.574Z] 8ed8ca486205: Verifying Checksum [2022-04-27T22:15:25.574Z] 8ed8ca486205: Download complete [2022-04-27T22:15:25.574Z] 666ba61612fd: Download complete [2022-04-27T22:15:25.574Z] 22a0e8bec74d: Download complete [2022-04-27T22:15:25.574Z] 59bf1c3509f3: Verifying Checksum [2022-04-27T22:15:25.574Z] ca2b28591e48: Verifying Checksum [2022-04-27T22:15:25.574Z] a51346096db8: Verifying Checksum [2022-04-27T22:15:25.574Z] a51346096db8: Download complete [2022-04-27T22:15:25.574Z] daebc70d1ce1: Verifying Checksum [2022-04-27T22:15:25.574Z] daebc70d1ce1: Download complete [2022-04-27T22:15:25.835Z] 59bf1c3509f3: Pull complete [2022-04-27T22:15:25.835Z] 666ba61612fd: Pull complete [2022-04-27T22:15:26.095Z] 8ed8ca486205: Pull complete [2022-04-27T22:15:26.354Z] 4fe6c5a15a65: Verifying Checksum [2022-04-27T22:15:26.354Z] 4fe6c5a15a65: Download complete [2022-04-27T22:15:26.354Z] 0e18a0eac166: Verifying Checksum [2022-04-27T22:15:26.354Z] 0e18a0eac166: Download complete [2022-04-27T22:15:30.551Z] 4fe6c5a15a65: Pull complete [2022-04-27T22:15:30.551Z] 22a0e8bec74d: Pull complete [2022-04-27T22:15:30.551Z] ca2b28591e48: Pull complete [2022-04-27T22:15:30.551Z] a51346096db8: Pull complete [2022-04-27T22:15:30.551Z] daebc70d1ce1: Pull complete [2022-04-27T22:15:32.457Z] 0e18a0eac166: Pull complete [2022-04-27T22:15:32.457Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-04-27T22:15:32.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-27T22:15:32.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] sh [2022-04-27T22:15:32.749Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:15:33.039Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-27T22:15:33.039Z] . [Pipeline] withDockerContainer [2022-04-27T22:15:33.108Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:15:33.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-27T22:15:34.944Z] $ docker top 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T22:15:35.290Z] + go version [2022-04-27T22:15:35.290Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-27T22:15:35.314Z] $ docker stop --time=1 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 [2022-04-27T22:15:36.574Z] $ docker rm -f 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:15:36.985Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-27T22:15:36.985Z] . [Pipeline] withDockerContainer [2022-04-27T22:15:37.055Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:15:37.107Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-27T22:15:37.482Z] $ docker top 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-27T22:15:37.828Z] + make test [2022-04-27T22:15:37.828Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-04-27T22:15:37.828Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a [2022-04-27T22:15:37.828Z] go: downloading github.com/stretchr/testify v1.7.1 [2022-04-27T22:15:37.828Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0-dev.26 [2022-04-27T22:15:37.828Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0-dev.12 [2022-04-27T22:15:37.828Z] go: downloading github.com/google/uuid v1.3.0 [2022-04-27T22:15:37.828Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T22:15:37.828Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0-dev.3 [2022-04-27T22:15:38.088Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0-dev.3 [2022-04-27T22:15:38.088Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T22:15:38.088Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.0-dev.6 [2022-04-27T22:15:38.088Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T22:15:38.349Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T22:15:38.349Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T22:15:38.349Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/go-kit/log v0.2.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-04-27T22:15:38.349Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-04-27T22:15:38.349Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-04-27T22:15:38.349Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-04-27T22:15:38.349Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-04-27T22:15:38.609Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-04-27T22:15:38.609Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-04-27T22:15:38.609Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-04-27T22:15:38.609Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-04-27T22:15:38.609Z] go: downloading github.com/x448/float16 v0.8.4 [2022-04-27T22:15:38.609Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-04-27T22:15:38.609Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-04-27T22:15:38.609Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-04-27T22:15:38.609Z] go: downloading golang.org/x/text v0.3.7 [2022-04-27T22:15:38.609Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-04-27T22:15:38.609Z] go: downloading google.golang.org/grpc v1.42.0 [2022-04-27T22:15:38.871Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-04-27T22:15:38.871Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T22:15:39.130Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-04-27T22:15:39.130Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-04-27T22:15:39.130Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-04-27T22:15:39.130Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-04-27T22:15:39.130Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-04-27T22:15:39.130Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-04-27T22:15:39.130Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-04-27T22:15:39.130Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-04-27T22:15:39.130Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-04-27T22:15:39.130Z] go: downloading github.com/fatih/color v1.9.0 [2022-04-27T22:15:39.130Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T22:15:39.130Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T22:15:39.130Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-04-27T22:15:39.130Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-04-27T22:15:39.130Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-04-27T22:15:39.390Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-04-27T22:15:39.390Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-04-27T22:15:39.390Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-04-27T22:15:40.200Z] Still waiting to schedule task [2022-04-27T22:15:40.200Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-27T22:15:51.608Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.032s coverage: 4.6% of statements [2022-04-27T22:15:51.608Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.019s coverage: 92.2% of statements [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.031s coverage: 85.3% of statements [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 1.017s coverage: 55.0% of statements [2022-04-27T22:15:51.608Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2022-04-27T22:15:51.608Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.022s coverage: 100.0% of statements [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.317s coverage: 88.1% of statements [2022-04-27T22:15:51.608Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.016s coverage: 25.0% of statements [2022-04-27T22:15:54.155Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.027s coverage: 79.6% of statements [2022-04-27T22:15:54.156Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2022-04-27T22:15:54.156Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.034s coverage: 41.7% of statements [2022-04-27T22:15:54.156Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.004s coverage: 91.3% of statements [2022-04-27T22:15:59.436Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-27T22:16:03.732Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-27T22:16:03.993Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-27T22:16:04.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-27T22:16:04.031Z] $ docker stop --time=1 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e [2022-04-27T22:16:06.804Z] $ docker rm -f 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T22:16:07.421Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-27T22:16:07.473Z] 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] sh [2022-04-27T22:16:07.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T22:16:07.902Z] [2022-04-27T22:16:07.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:16:08.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T22:16:08.203Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-27T22:16:08.203Z] 5eb5b503b376: Pulling fs layer [2022-04-27T22:16:08.203Z] 5c69ac0246d0: Pulling fs layer [2022-04-27T22:16:08.203Z] ec43610c2a17: Pulling fs layer [2022-04-27T22:16:08.203Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-27T22:16:08.203Z] 33b1e0a273af: Pulling fs layer [2022-04-27T22:16:08.203Z] 5d3b04190fa2: Pulling fs layer [2022-04-27T22:16:08.203Z] 2f39f015ded8: Pulling fs layer [2022-04-27T22:16:08.203Z] 3a2ae6a8a46f: Waiting [2022-04-27T22:16:08.203Z] 5d3b04190fa2: Waiting [2022-04-27T22:16:08.203Z] 2f39f015ded8: Waiting [2022-04-27T22:16:08.203Z] 33b1e0a273af: Waiting [2022-04-27T22:16:08.203Z] 5c69ac0246d0: Verifying Checksum [2022-04-27T22:16:08.203Z] 5c69ac0246d0: Download complete [2022-04-27T22:16:08.203Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-27T22:16:08.203Z] 3a2ae6a8a46f: Download complete [2022-04-27T22:16:08.203Z] 33b1e0a273af: Verifying Checksum [2022-04-27T22:16:08.203Z] 33b1e0a273af: Download complete [2022-04-27T22:16:08.463Z] 5d3b04190fa2: Verifying Checksum [2022-04-27T22:16:08.463Z] 5d3b04190fa2: Download complete [2022-04-27T22:16:08.463Z] ec43610c2a17: Verifying Checksum [2022-04-27T22:16:08.463Z] ec43610c2a17: Download complete [2022-04-27T22:16:08.463Z] 5eb5b503b376: Verifying Checksum [2022-04-27T22:16:08.463Z] 5eb5b503b376: Download complete [2022-04-27T22:16:09.033Z] 2f39f015ded8: Download complete [2022-04-27T22:16:09.600Z] 5eb5b503b376: Pull complete [2022-04-27T22:16:09.858Z] 5c69ac0246d0: Pull complete [2022-04-27T22:16:10.118Z] ec43610c2a17: Pull complete [2022-04-27T22:16:10.377Z] 3a2ae6a8a46f: Pull complete [2022-04-27T22:16:10.637Z] 33b1e0a273af: Pull complete [2022-04-27T22:16:10.637Z] 5d3b04190fa2: Pull complete [2022-04-27T22:16:14.833Z] 2f39f015ded8: Pull complete [2022-04-27T22:16:14.833Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-27T22:16:14.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T22:16:14.833Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-27T22:16:14.899Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:16:14.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-27T22:16:16.848Z] $ docker top 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:16:17.257Z] ---> job-cost.sh [2022-04-27T22:16:17.257Z] lf-activate-venv: SKIPPING [2022-04-27T22:16:17.257Z] INFO: No Stack... [2022-04-27T22:16:17.518Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-27T22:16:18.091Z] INFO: Archiving Costs [Pipeline] sh [2022-04-27T22:16:18.382Z] + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [2022-04-27T22:16:18.383Z] + cut -d, -f6 [Pipeline] lock [2022-04-27T22:16:18.396Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [2022-04-27T22:16:18.404Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] did not exist. Created. [2022-04-27T22:16:18.405Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-27T22:16:18.712Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-27T22:16:18.740Z] Stashed 1 file(s) [Pipeline] } [2022-04-27T22:16:18.746Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-27T22:16:18.781Z] $ docker stop --time=1 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a [2022-04-27T22:16:20.043Z] $ docker rm -f 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T22:17:20.401Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-33542 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws [2022-04-27T22:17:20.423Z] Running in /w/workspace/go-mod-bootstrap/45 [Pipeline] { [Pipeline] checkout [2022-04-27T22:17:20.665Z] Selected Git installation does not exist. Using Default [2022-04-27T22:17:20.665Z] The recommended git tool is: NONE [2022-04-27T22:17:26.442Z] using credential edgex-jenkins-ssh [2022-04-27T22:17:26.462Z] Cloning the remote Git repository [2022-04-27T22:17:26.601Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2022-04-27T22:17:26.748Z] > git init /w/workspace/go-mod-bootstrap/45 # timeout=10 [2022-04-27T22:17:26.853Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2022-04-27T22:17:26.853Z] > git --version # timeout=10 [2022-04-27T22:17:26.869Z] > git --version # 'git version 2.25.1' [2022-04-27T22:17:26.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-27T22:17:28.057Z] Avoid second fetch [2022-04-27T22:17:28.058Z] Checking out Revision 259bd563e06e51d1d05c56b550cf7f6cc992db1a (main) [2022-04-27T22:17:26.942Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-27T22:17:28.021Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2022-04-27T22:17:28.040Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-27T22:17:28.078Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T22:17:28.095Z] > git checkout -f 259bd563e06e51d1d05c56b550cf7f6cc992db1a # timeout=10 [2022-04-27T22:17:32.210Z] Commit message: "refactor: Rework metric name reported to be the name from configuration (#330)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-27T22:17:33.058Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-27T22:17:33.058Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-27T22:17:33.058Z] Dload Upload Total Spent Left Speed [2022-04-27T22:17:33.058Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 76902 0 --:--:-- --:--:-- --:--:-- 76902 [Pipeline] sh [2022-04-27T22:17:33.588Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-27T22:17:33.935Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2022-04-27T22:17:33.935Z] sudo tee /etc/docker/daemon.new [2022-04-27T22:17:33.935Z] { [2022-04-27T22:17:33.935Z] "registry-mirrors": [ [2022-04-27T22:17:33.935Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-27T22:17:33.935Z] ], [2022-04-27T22:17:33.935Z] "bip": "10.250.0.254/24", [2022-04-27T22:17:33.935Z] "hosts": [ [2022-04-27T22:17:33.935Z] "tcp://0.0.0.0:5555", [2022-04-27T22:17:33.935Z] "unix:///var/run/docker.sock" [2022-04-27T22:17:33.935Z] ], [2022-04-27T22:17:33.935Z] "mtu": 1458, [2022-04-27T22:17:33.935Z] "selinux-enabled": true, [2022-04-27T22:17:33.935Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-27T22:17:33.935Z] } [Pipeline] sh [2022-04-27T22:17:34.288Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-27T22:17:34.633Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-04-27T22:17:53.459Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T22:17:53.470Z] ========================================================= [2022-04-27T22:17:53.470Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-27T22:17:53.470Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-04-27T22:17:53.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-27T22:17:54.418Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-27T22:17:54.418Z] 9b3977197b4f: Pulling fs layer [2022-04-27T22:17:54.418Z] 1a89e8eeedd5: Pulling fs layer [2022-04-27T22:17:54.418Z] 94645a83ff95: Pulling fs layer [2022-04-27T22:17:54.418Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-27T22:17:54.418Z] 0c92f367c5e7: Pulling fs layer [2022-04-27T22:17:54.418Z] 3096ccb668a1: Pulling fs layer [2022-04-27T22:17:54.418Z] e8cf19c19ddd: Pulling fs layer [2022-04-27T22:17:54.418Z] a4caa8a26152: Pulling fs layer [2022-04-27T22:17:54.418Z] 3f3a8bcf1eab: Waiting [2022-04-27T22:17:54.418Z] 3096ccb668a1: Waiting [2022-04-27T22:17:54.418Z] e8cf19c19ddd: Waiting [2022-04-27T22:17:54.418Z] a4caa8a26152: Waiting [2022-04-27T22:17:54.418Z] 0c92f367c5e7: Waiting [2022-04-27T22:17:54.418Z] 94645a83ff95: Verifying Checksum [2022-04-27T22:17:54.418Z] 94645a83ff95: Download complete [2022-04-27T22:17:54.418Z] 1a89e8eeedd5: Verifying Checksum [2022-04-27T22:17:54.418Z] 1a89e8eeedd5: Download complete [2022-04-27T22:17:54.418Z] 0c92f367c5e7: Download complete [2022-04-27T22:17:54.418Z] 3096ccb668a1: Verifying Checksum [2022-04-27T22:17:54.418Z] 3096ccb668a1: Download complete [2022-04-27T22:17:54.708Z] 9b3977197b4f: Verifying Checksum [2022-04-27T22:17:54.708Z] 9b3977197b4f: Download complete [2022-04-27T22:17:54.708Z] e8cf19c19ddd: Verifying Checksum [2022-04-27T22:17:54.708Z] e8cf19c19ddd: Download complete [2022-04-27T22:17:55.309Z] 9b3977197b4f: Pull complete [2022-04-27T22:17:55.928Z] 1a89e8eeedd5: Pull complete [2022-04-27T22:17:55.928Z] 94645a83ff95: Pull complete [2022-04-27T22:17:56.527Z] a4caa8a26152: Verifying Checksum [2022-04-27T22:17:56.527Z] a4caa8a26152: Download complete [2022-04-27T22:17:57.126Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-27T22:17:57.126Z] 3f3a8bcf1eab: Download complete [2022-04-27T22:18:09.548Z] 3f3a8bcf1eab: Pull complete [2022-04-27T22:18:09.548Z] 0c92f367c5e7: Pull complete [2022-04-27T22:18:09.548Z] 3096ccb668a1: Pull complete [2022-04-27T22:18:09.548Z] e8cf19c19ddd: Pull complete [2022-04-27T22:18:16.271Z] a4caa8a26152: Pull complete [2022-04-27T22:18:16.271Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-04-27T22:18:16.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-27T22:18:16.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] sh [2022-04-27T22:18:16.609Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:18:16.957Z] + docker inspect -f . ci-base-image-arm64 [2022-04-27T22:18:16.958Z] . [Pipeline] withDockerContainer [2022-04-27T22:18:17.207Z] prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container [2022-04-27T22:18:17.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/45 -v /w/workspace/go-mod-bootstrap/45:/w/workspace/go-mod-bootstrap/45:rw,z -v /w/workspace/go-mod-bootstrap/45@tmp:/w/workspace/go-mod-bootstrap/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-27T22:18:20.137Z] $ docker top 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T22:18:21.044Z] + go version [2022-04-27T22:18:21.044Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-27T22:18:21.070Z] $ docker stop --time=1 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 [2022-04-27T22:18:22.698Z] $ docker rm -f 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:18:23.300Z] + docker inspect -f . ci-base-image-arm64 [2022-04-27T22:18:23.300Z] . [Pipeline] withDockerContainer [2022-04-27T22:18:23.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container [2022-04-27T22:18:23.633Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/45 -v /w/workspace/go-mod-bootstrap/45:/w/workspace/go-mod-bootstrap/45:rw,z -v /w/workspace/go-mod-bootstrap/45@tmp:/w/workspace/go-mod-bootstrap/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-27T22:18:24.913Z] $ docker top e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-27T22:18:25.958Z] + make test [2022-04-27T22:18:25.958Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-04-27T22:18:25.958Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0-dev.3 [2022-04-27T22:18:25.958Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0-dev.26 [2022-04-27T22:18:25.958Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-04-27T22:18:26.243Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.0-dev.6 [2022-04-27T22:18:26.243Z] go: downloading github.com/stretchr/testify v1.7.1 [2022-04-27T22:18:26.530Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a [2022-04-27T22:18:26.530Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0-dev.12 [2022-04-27T22:18:26.530Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0-dev.3 [2022-04-27T22:18:26.530Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-04-27T22:18:26.530Z] go: downloading github.com/google/uuid v1.3.0 [2022-04-27T22:18:26.530Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-04-27T22:18:26.808Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-04-27T22:18:26.808Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-04-27T22:18:26.808Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-04-27T22:18:26.808Z] go: downloading github.com/go-kit/log v0.2.0 [2022-04-27T22:18:26.808Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0 [2022-04-27T22:18:26.808Z] go: downloading github.com/go-playground/validator/v10 v10.10.1 [2022-04-27T22:18:27.086Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2022-04-27T22:18:27.086Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-04-27T22:18:27.086Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-04-27T22:18:27.086Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-04-27T22:18:27.086Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-04-27T22:18:27.086Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2022-04-27T22:18:27.086Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-04-27T22:18:27.086Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-04-27T22:18:27.086Z] go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 [2022-04-27T22:18:27.086Z] go: downloading golang.org/x/text v0.3.7 [2022-04-27T22:18:27.086Z] go: downloading github.com/zeebo/errs v1.2.2 [2022-04-27T22:18:27.363Z] go: downloading google.golang.org/grpc v1.42.0 [2022-04-27T22:18:28.351Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-04-27T22:18:28.351Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-04-27T22:18:28.351Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-04-27T22:18:28.351Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-04-27T22:18:28.351Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-04-27T22:18:28.351Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-04-27T22:18:28.351Z] go: downloading github.com/x448/float16 v0.8.4 [2022-04-27T22:18:28.629Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-04-27T22:18:28.629Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-04-27T22:18:28.629Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-04-27T22:18:28.629Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-04-27T22:18:28.629Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-04-27T22:18:28.629Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2022-04-27T22:18:28.905Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-04-27T22:18:29.892Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa [2022-04-27T22:18:29.892Z] go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 [2022-04-27T22:18:30.875Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-04-27T22:18:30.875Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-04-27T22:18:30.875Z] go: downloading github.com/fatih/color v1.9.0 [2022-04-27T22:18:31.151Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-04-27T22:18:31.151Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-04-27T22:18:31.151Z] go: downloading github.com/golang/protobuf v1.5.2 [2022-04-27T22:18:31.152Z] go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 [2022-04-27T22:18:31.152Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-04-27T22:18:31.436Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-04-27T22:18:31.436Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-04-27T22:19:53.274Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2022-04-27T22:19:53.274Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.119s coverage: 4.6% of statements [2022-04-27T22:19:53.274Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2022-04-27T22:19:53.274Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.079s coverage: 92.2% of statements [2022-04-27T22:19:53.274Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.041s coverage: 85.3% of statements [2022-04-27T22:19:57.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 1.088s coverage: 55.0% of statements [2022-04-27T22:19:57.622Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2022-04-27T22:19:57.622Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2022-04-27T22:19:57.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.075s coverage: 100.0% of statements [2022-04-27T22:19:57.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.378s coverage: 88.1% of statements [2022-04-27T22:19:57.622Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.063s coverage: 25.0% of statements [2022-04-27T22:20:05.929Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.090s coverage: 79.6% of statements [2022-04-27T22:20:05.929Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2022-04-27T22:20:05.929Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.053s coverage: 41.7% of statements [2022-04-27T22:20:05.929Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements [2022-04-27T22:20:06.205Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-27T22:20:06.205Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-27T22:20:33.025Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-27T22:20:33.025Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-27T22:20:33.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-27T22:20:33.061Z] $ docker stop --time=1 e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 [2022-04-27T22:20:34.868Z] $ docker rm -f e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T22:20:37.515Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-27T22:20:37.536Z] Warning: overwriting stash ‘coverage-report’ [2022-04-27T22:20:38.053Z] 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] sh [2022-04-27T22:20:38.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T22:20:38.522Z] [2022-04-27T22:20:38.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:20:38.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T22:20:39.163Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-27T22:20:39.163Z] 8998bd30e6a1: Pulling fs layer [2022-04-27T22:20:39.163Z] 04944245beec: Pulling fs layer [2022-04-27T22:20:39.163Z] 699f458cf7ca: Pulling fs layer [2022-04-27T22:20:39.163Z] 765212b225bb: Pulling fs layer [2022-04-27T22:20:39.163Z] f23df028b6ca: Pulling fs layer [2022-04-27T22:20:39.163Z] d65c8cfc05b1: Pulling fs layer [2022-04-27T22:20:39.163Z] 2437ff75d9bd: Pulling fs layer [2022-04-27T22:20:39.163Z] f23df028b6ca: Waiting [2022-04-27T22:20:39.163Z] d65c8cfc05b1: Waiting [2022-04-27T22:20:39.163Z] 2437ff75d9bd: Waiting [2022-04-27T22:20:39.163Z] 765212b225bb: Waiting [2022-04-27T22:20:39.163Z] 04944245beec: Verifying Checksum [2022-04-27T22:20:39.163Z] 04944245beec: Download complete [2022-04-27T22:20:39.163Z] 765212b225bb: Verifying Checksum [2022-04-27T22:20:39.163Z] 765212b225bb: Download complete [2022-04-27T22:20:39.163Z] f23df028b6ca: Download complete [2022-04-27T22:20:39.444Z] d65c8cfc05b1: Verifying Checksum [2022-04-27T22:20:39.444Z] d65c8cfc05b1: Download complete [2022-04-27T22:20:39.444Z] 699f458cf7ca: Verifying Checksum [2022-04-27T22:20:39.444Z] 699f458cf7ca: Download complete [2022-04-27T22:20:39.723Z] 8998bd30e6a1: Verifying Checksum [2022-04-27T22:20:39.723Z] 8998bd30e6a1: Download complete [2022-04-27T22:20:42.353Z] 2437ff75d9bd: Verifying Checksum [2022-04-27T22:20:42.353Z] 2437ff75d9bd: Download complete [2022-04-27T22:20:44.337Z] 8998bd30e6a1: Pull complete [2022-04-27T22:20:44.611Z] 04944245beec: Pull complete [2022-04-27T22:20:46.059Z] 699f458cf7ca: Pull complete [2022-04-27T22:20:46.331Z] 765212b225bb: Pull complete [2022-04-27T22:20:47.311Z] f23df028b6ca: Pull complete [2022-04-27T22:20:47.311Z] d65c8cfc05b1: Pull complete [2022-04-27T22:21:02.405Z] 2437ff75d9bd: Pull complete [2022-04-27T22:21:02.405Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-27T22:21:02.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T22:21:02.405Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-27T22:21:02.647Z] prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container [2022-04-27T22:21:02.743Z] $ 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/45 -v /w/workspace/go-mod-bootstrap/45:/w/workspace/go-mod-bootstrap/45:rw,z -v /w/workspace/go-mod-bootstrap/45@tmp:/w/workspace/go-mod-bootstrap/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-27T22:21:05.202Z] $ docker top aa6af85ce5e35f1f6a862c72f8581dfb4d14f300f80cbf82b36b4604848622d4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:21:06.180Z] ---> job-cost.sh [2022-04-27T22:21:06.180Z] lf-activate-venv: SKIPPING [2022-04-27T22:21:06.180Z] INFO: No Stack... [2022-04-27T22:21:06.789Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-27T22:21:07.768Z] INFO: Archiving Costs [Pipeline] sh [2022-04-27T22:21:08.434Z] + cat /w/workspace/go-mod-bootstrap/45/archives/cost.csv [2022-04-27T22:21:08.434Z] + cut -d, -f6 [Pipeline] lock [2022-04-27T22:21:08.496Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [2022-04-27T22:21:08.503Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] did not exist. Created. [2022-04-27T22:21:08.503Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-27T22:21:09.176Z] /w/workspace/go-mod-bootstrap/45@tmp/durable-810dc5f0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-27T22:21:09.848Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-27T22:21:09.870Z] Warning: overwriting stash ‘stack-cost’ [2022-04-27T22:21:09.918Z] Stashed 1 file(s) [Pipeline] } [2022-04-27T22:21:09.924Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-27T22:21:09.942Z] $ docker stop --time=1 aa6af85ce5e35f1f6a862c72f8581dfb4d14f300f80cbf82b36b4604848622d4 [2022-04-27T22:21:11.457Z] $ docker rm -f aa6af85ce5e35f1f6a862c72f8581dfb4d14f300f80cbf82b36b4604848622d4 [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 [2022-04-27T22:21:11.944Z] provisioning config files... [2022-04-27T22:21:11.956Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5004814115079095176tmp [Pipeline] { [Pipeline] sh [2022-04-27T22:21:12.253Z] + set +x [2022-04-27T22:21:12.253Z] + curl -s https://codecov.io/bash [2022-04-27T22:21:12.253Z] + bash -s -- [2022-04-27T22:21:12.253Z] [2022-04-27T22:21:12.253Z] _____ _ [2022-04-27T22:21:12.253Z] / ____| | | [2022-04-27T22:21:12.253Z] | | ___ __| | ___ ___ _____ __ [2022-04-27T22:21:12.253Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-27T22:21:12.253Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-27T22:21:12.253Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-27T22:21:12.253Z] Bash-1.0.6 [2022-04-27T22:21:12.253Z] [2022-04-27T22:21:12.253Z] [2022-04-27T22:21:12.253Z] ==> git version 2.25.1 found [2022-04-27T22:21:12.253Z] ==> 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 [2022-04-27T22:21:12.253Z] Release-Date: 2020-01-08 [2022-04-27T22:21:12.253Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-27T22:21:12.253Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-27T22:21:12.253Z] ==> Jenkins CI detected. [2022-04-27T22:21:12.253Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2022-04-27T22:21:12.253Z] project root: . [2022-04-27T22:21:12.253Z] --> token set from env [2022-04-27T22:21:12.253Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-27T22:21:12.253Z] ==> Running gcov in . (disable via -X gcov) [2022-04-27T22:21:12.253Z] ==> Python coveragepy not found [2022-04-27T22:21:12.253Z] ==> Searching for coverage reports in: [2022-04-27T22:21:12.253Z] + . [2022-04-27T22:21:12.253Z] -> Found 1 reports [2022-04-27T22:21:12.253Z] ==> Detecting git/mercurial file structure [2022-04-27T22:21:12.253Z] ==> Reading reports [2022-04-27T22:21:12.253Z] + ./coverage.out bytes=55983 [2022-04-27T22:21:12.513Z] ==> Appending adjustments [2022-04-27T22:21:12.513Z] https://docs.codecov.io/docs/fixing-reports [2022-04-27T22:21:12.513Z] + Found adjustments [2022-04-27T22:21:12.513Z] ==> Gzipping contents [2022-04-27T22:21:12.513Z] 12K /tmp/codecov.XivUuw.gz [2022-04-27T22:21:12.513Z] ==> Uploading reports [2022-04-27T22:21:12.513Z] url: https://codecov.io [2022-04-27T22:21:12.513Z] query: branch=main&commit=259bd563e06e51d1d05c56b550cf7f6cc992db1a&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F45%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-27T22:21:12.513Z] -> Pinging Codecov [2022-04-27T22:21:12.513Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=259bd563e06e51d1d05c56b550cf7f6cc992db1a&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F45%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-27T22:21:13.084Z] -> Uploading to [2022-04-27T22:21:13.084Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-27/833815588EE85121546D348822E98E2E/259bd563e06e51d1d05c56b550cf7f6cc992db1a/4c29b60a-917d-498e-a085-bff11de29da4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220427T222112Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f7d22c3626104848f83a1ffc606c78d204a1799bba6b63f8f2a588a167a53caf [2022-04-27T22:21:13.084Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-27T22:21:13.084Z] Dload Upload Total Spent Left Speed [2022-04-27T22:21:13.084Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9298 0 0 100 9298 0 39735 --:--:-- --:--:-- --:--:-- 39735 [2022-04-27T22:21:13.084Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] } [2022-04-27T22:21:13.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-27T22:21:13.355Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-27T22:21:13.366Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:13.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T22:21:13.662Z] [2022-04-27T22:21:13.662Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:13.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T22:21:13.964Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-27T22:21:13.964Z] 188c0c94c7c5: Pulling fs layer [2022-04-27T22:21:13.964Z] 0ef7d3d256c8: Pulling fs layer [2022-04-27T22:21:13.964Z] de9db76c5a1d: Pulling fs layer [2022-04-27T22:21:13.964Z] 0eba1c9be4d2: Pulling fs layer [2022-04-27T22:21:13.964Z] 0d57e429df01: Pulling fs layer [2022-04-27T22:21:13.964Z] 4e4be7b47b0d: Pulling fs layer [2022-04-27T22:21:13.964Z] e1f770b5df2f: Pulling fs layer [2022-04-27T22:21:13.964Z] 85a0685a4137: Pulling fs layer [2022-04-27T22:21:13.964Z] e1f770b5df2f: Waiting [2022-04-27T22:21:13.964Z] 4e4be7b47b0d: Waiting [2022-04-27T22:21:13.964Z] 0eba1c9be4d2: Waiting [2022-04-27T22:21:13.964Z] 85a0685a4137: Waiting [2022-04-27T22:21:13.964Z] 0d57e429df01: Waiting [2022-04-27T22:21:13.964Z] de9db76c5a1d: Verifying Checksum [2022-04-27T22:21:13.964Z] de9db76c5a1d: Download complete [2022-04-27T22:21:13.964Z] 0ef7d3d256c8: Download complete [2022-04-27T22:21:13.964Z] 0d57e429df01: Verifying Checksum [2022-04-27T22:21:13.964Z] 0d57e429df01: Download complete [2022-04-27T22:21:13.964Z] 4e4be7b47b0d: Download complete [2022-04-27T22:21:13.964Z] 188c0c94c7c5: Verifying Checksum [2022-04-27T22:21:13.964Z] 188c0c94c7c5: Download complete [2022-04-27T22:21:14.228Z] 188c0c94c7c5: Pull complete [2022-04-27T22:21:14.228Z] e1f770b5df2f: Verifying Checksum [2022-04-27T22:21:14.228Z] e1f770b5df2f: Download complete [2022-04-27T22:21:14.228Z] 0ef7d3d256c8: Pull complete [2022-04-27T22:21:14.228Z] de9db76c5a1d: Pull complete [2022-04-27T22:21:14.800Z] 0eba1c9be4d2: Verifying Checksum [2022-04-27T22:21:14.800Z] 0eba1c9be4d2: Download complete [2022-04-27T22:21:14.800Z] 85a0685a4137: Verifying Checksum [2022-04-27T22:21:14.800Z] 85a0685a4137: Download complete [2022-04-27T22:21:18.094Z] 0eba1c9be4d2: Pull complete [2022-04-27T22:21:18.094Z] 0d57e429df01: Pull complete [2022-04-27T22:21:18.094Z] 4e4be7b47b0d: Pull complete [2022-04-27T22:21:18.663Z] e1f770b5df2f: Pull complete [2022-04-27T22:21:21.955Z] 85a0685a4137: Pull complete [2022-04-27T22:21:21.955Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-27T22:21:21.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T22:21:21.955Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-27T22:21:22.025Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:21:22.076Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-27T22:21:24.030Z] $ docker top 6410c8cf002f8a7316e0b42e0c448683abab4d223227187eaa4de9b9be991fd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-27T22:21:24.087Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-27T22:21:24.365Z] + set -o pipefail [2022-04-27T22:21:24.365Z] + snyk monitor '--org=edgex-jenkins' [2022-04-27T22:21:29.650Z] [2022-04-27T22:21:29.650Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2022-04-27T22:21:29.650Z] [2022-04-27T22:21:29.650Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/4c316f86-383a-477b-a541-6c6b1bbfd274 [2022-04-27T22:21:29.650Z] [2022-04-27T22:21:29.650Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-27T22:21:29.650Z] [2022-04-27T22:21:29.650Z] [Pipeline] } [2022-04-27T22:21:29.676Z] $ docker stop --time=1 6410c8cf002f8a7316e0b42e0c448683abab4d223227187eaa4de9b9be991fd2 [2022-04-27T22:21:31.768Z] $ docker rm -f 6410c8cf002f8a7316e0b42e0c448683abab4d223227187eaa4de9b9be991fd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-27T22:21:32.495Z] + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] sh [2022-04-27T22:21:32.789Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T22:21:32.789Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:33.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:21:33.085Z] . [Pipeline] withDockerContainer [2022-04-27T22:21:33.191Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:21:33.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-04-27T22:21:33.698Z] $ docker top 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 -eo pid,comm [2022-04-27T22:21:33.748Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-04-27T22:21:33.748Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T22:21:33.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T22:21:33.785Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T22:21:33.903Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T22:21:33.918Z] $ docker exec 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 ssh-agent [2022-04-27T22:21:34.034Z] SSH_AUTH_SOCK=/tmp/ssh-3IunziTtITRL/agent.34 [2022-04-27T22:21:34.034Z] SSH_AGENT_PID=40 [2022-04-27T22:21:34.039Z] Running ssh-add (command line suppressed) [2022-04-27T22:21:34.158Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1032603736824971853.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1032603736824971853.key) [2022-04-27T22:21:34.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T22:21:34.473Z] + git semver tag [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,657 [run_tag] DEBUG tag force:False [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,657 [check_head_tag] DEBUG check head tag [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,659 [execute] INFO git cat-file --batch-check [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,659 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,663 [execute] INFO git cat-file --batch [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,663 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,711 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,711 [execute] INFO git tag -a v2.2.0-dev.19 -m v2.2.0-dev.19 [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,711 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.0-dev.19', '-m', 'v2.2.0-dev.19'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2022-04-27T22:21:34.733Z] 2022-04-27 22:21:34,715 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:34.733Z] 2.2.0-dev.19 [Pipeline] } [2022-04-27T22:21:34.756Z] $ docker exec --env ******** --env ******** 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 ssh-agent -k [2022-04-27T22:21:34.856Z] unset SSH_AUTH_SOCK; [2022-04-27T22:21:34.856Z] unset SSH_AGENT_PID; [2022-04-27T22:21:34.857Z] echo Agent pid 40 killed; [2022-04-27T22:21:34.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T22:21:35.167Z] + git semver [Pipeline] } [2022-04-27T22:21:35.453Z] $ docker stop --time=1 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 [2022-04-27T22:21:36.736Z] $ docker rm -f 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:37.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T22:21:37.135Z] [2022-04-27T22:21:37.135Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:37.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T22:21:37.448Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-27T22:21:37.448Z] ab5ef0e58194: Pulling fs layer [2022-04-27T22:21:37.448Z] 9712f1f96733: Pulling fs layer [2022-04-27T22:21:37.448Z] 63f879dbbcfc: Pulling fs layer [2022-04-27T22:21:37.448Z] 0d9ebad4ef96: Pulling fs layer [2022-04-27T22:21:37.448Z] e9a5061849ea: Pulling fs layer [2022-04-27T22:21:37.448Z] d747dcd14b5f: Pulling fs layer [2022-04-27T22:21:37.448Z] 2de7ff778b66: Pulling fs layer [2022-04-27T22:21:37.448Z] e9a5061849ea: Waiting [2022-04-27T22:21:37.448Z] d747dcd14b5f: Waiting [2022-04-27T22:21:37.448Z] 2de7ff778b66: Waiting [2022-04-27T22:21:37.448Z] 0d9ebad4ef96: Waiting [2022-04-27T22:21:37.448Z] 9712f1f96733: Download complete [2022-04-27T22:21:37.714Z] 63f879dbbcfc: Verifying Checksum [2022-04-27T22:21:37.714Z] 63f879dbbcfc: Download complete [2022-04-27T22:21:37.975Z] 0d9ebad4ef96: Verifying Checksum [2022-04-27T22:21:37.975Z] 0d9ebad4ef96: Download complete [2022-04-27T22:21:37.975Z] e9a5061849ea: Verifying Checksum [2022-04-27T22:21:37.975Z] e9a5061849ea: Download complete [2022-04-27T22:21:37.975Z] d747dcd14b5f: Verifying Checksum [2022-04-27T22:21:37.975Z] d747dcd14b5f: Download complete [2022-04-27T22:21:37.975Z] ab5ef0e58194: Verifying Checksum [2022-04-27T22:21:37.975Z] ab5ef0e58194: Download complete [2022-04-27T22:21:38.233Z] 2de7ff778b66: Verifying Checksum [2022-04-27T22:21:38.233Z] 2de7ff778b66: Download complete [2022-04-27T22:21:40.765Z] ab5ef0e58194: Pull complete [2022-04-27T22:21:40.765Z] 9712f1f96733: Pull complete [2022-04-27T22:21:41.334Z] 63f879dbbcfc: Pull complete [2022-04-27T22:21:45.525Z] 0d9ebad4ef96: Pull complete [2022-04-27T22:21:45.525Z] e9a5061849ea: Pull complete [2022-04-27T22:21:45.525Z] d747dcd14b5f: Pull complete [2022-04-27T22:21:46.462Z] 2de7ff778b66: Pull complete [2022-04-27T22:21:46.462Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-27T22:21:46.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T22:21:46.462Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-27T22:21:46.525Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:21:46.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-27T22:21:48.765Z] $ docker top ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-27T22:21:48.839Z] provisioning config files... [2022-04-27T22:21:48.847Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6292541397571294060tmp [2022-04-27T22:21:48.859Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config191757334661712547tmp [2022-04-27T22:21:48.871Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7244347754438066116tmp [Pipeline] { [Pipeline] echo [2022-04-27T22:21:48.885Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:21:49.172Z] ---> sigul-configuration.sh [2022-04-27T22:21:49.172Z] gpg: directory `/root/.gnupg' created [2022-04-27T22:21:49.172Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-27T22:21:49.172Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-27T22:21:49.172Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-27T22:21:49.172Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-27T22:21:49.172Z] gpg: CAST5 encrypted data [2022-04-27T22:21:49.172Z] gpg: encrypted with 1 passphrase [2022-04-27T22:21:49.172Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-27T22:21:49.463Z] + mkdir /home/jenkins [2022-04-27T22:21:49.463Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-27T22:21:49.756Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-04-27T22:21:49.765Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:21:50.051Z] ---> sigul-install.sh [2022-04-27T22:21:50.051Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-27T22:21:50.341Z] + git tag --list [2022-04-27T22:21:50.341Z] v0.0.1 [2022-04-27T22:21:50.341Z] v0.0.10 [2022-04-27T22:21:50.341Z] v0.0.11 [2022-04-27T22:21:50.341Z] v0.0.12 [2022-04-27T22:21:50.341Z] v0.0.13 [2022-04-27T22:21:50.341Z] v0.0.14 [2022-04-27T22:21:50.341Z] v0.0.15 [2022-04-27T22:21:50.341Z] v0.0.16 [2022-04-27T22:21:50.341Z] v0.0.17 [2022-04-27T22:21:50.341Z] v0.0.18 [2022-04-27T22:21:50.341Z] v0.0.19 [2022-04-27T22:21:50.341Z] v0.0.2 [2022-04-27T22:21:50.341Z] v0.0.20 [2022-04-27T22:21:50.341Z] v0.0.21 [2022-04-27T22:21:50.341Z] v0.0.22 [2022-04-27T22:21:50.341Z] v0.0.23 [2022-04-27T22:21:50.341Z] v0.0.24 [2022-04-27T22:21:50.341Z] v0.0.25 [2022-04-27T22:21:50.341Z] v0.0.26 [2022-04-27T22:21:50.341Z] v0.0.27 [2022-04-27T22:21:50.341Z] v0.0.28 [2022-04-27T22:21:50.341Z] v0.0.29 [2022-04-27T22:21:50.341Z] v0.0.3 [2022-04-27T22:21:50.341Z] v0.0.30 [2022-04-27T22:21:50.341Z] v0.0.31 [2022-04-27T22:21:50.341Z] v0.0.32 [2022-04-27T22:21:50.341Z] v0.0.33 [2022-04-27T22:21:50.341Z] v0.0.34 [2022-04-27T22:21:50.341Z] v0.0.35 [2022-04-27T22:21:50.341Z] v0.0.36 [2022-04-27T22:21:50.341Z] v0.0.37 [2022-04-27T22:21:50.341Z] v0.0.38 [2022-04-27T22:21:50.341Z] v0.0.39 [2022-04-27T22:21:50.341Z] v0.0.4 [2022-04-27T22:21:50.341Z] v0.0.40 [2022-04-27T22:21:50.341Z] v0.0.41 [2022-04-27T22:21:50.341Z] v0.0.42 [2022-04-27T22:21:50.341Z] v0.0.43 [2022-04-27T22:21:50.341Z] v0.0.44 [2022-04-27T22:21:50.341Z] v0.0.45 [2022-04-27T22:21:50.341Z] v0.0.46 [2022-04-27T22:21:50.341Z] v0.0.47 [2022-04-27T22:21:50.341Z] v0.0.48 [2022-04-27T22:21:50.341Z] v0.0.49 [2022-04-27T22:21:50.341Z] v0.0.5 [2022-04-27T22:21:50.341Z] v0.0.50 [2022-04-27T22:21:50.341Z] v0.0.51 [2022-04-27T22:21:50.341Z] v0.0.52 [2022-04-27T22:21:50.341Z] v0.0.53 [2022-04-27T22:21:50.341Z] v0.0.54 [2022-04-27T22:21:50.341Z] v0.0.55 [2022-04-27T22:21:50.341Z] v0.0.56 [2022-04-27T22:21:50.341Z] v0.0.57 [2022-04-27T22:21:50.341Z] v0.0.58 [2022-04-27T22:21:50.341Z] v0.0.59 [2022-04-27T22:21:50.341Z] v0.0.6 [2022-04-27T22:21:50.341Z] v0.0.60 [2022-04-27T22:21:50.341Z] v0.0.61 [2022-04-27T22:21:50.341Z] v0.0.62 [2022-04-27T22:21:50.341Z] v0.0.63 [2022-04-27T22:21:50.341Z] v0.0.64 [2022-04-27T22:21:50.341Z] v0.0.65 [2022-04-27T22:21:50.341Z] v0.0.66 [2022-04-27T22:21:50.341Z] v0.0.67 [2022-04-27T22:21:50.341Z] v0.0.68 [2022-04-27T22:21:50.341Z] v0.0.69 [2022-04-27T22:21:50.341Z] v0.0.7 [2022-04-27T22:21:50.341Z] v0.0.70 [2022-04-27T22:21:50.341Z] v0.0.71 [2022-04-27T22:21:50.341Z] v0.0.72 [2022-04-27T22:21:50.341Z] v0.0.8 [2022-04-27T22:21:50.341Z] v0.0.9 [2022-04-27T22:21:50.341Z] v2.0.0 [2022-04-27T22:21:50.341Z] v2.0.0-dev.1 [2022-04-27T22:21:50.341Z] v2.0.0-dev.10 [2022-04-27T22:21:50.341Z] v2.0.0-dev.11 [2022-04-27T22:21:50.341Z] v2.0.0-dev.12 [2022-04-27T22:21:50.341Z] v2.0.0-dev.13 [2022-04-27T22:21:50.341Z] v2.0.0-dev.14 [2022-04-27T22:21:50.341Z] v2.0.0-dev.15 [2022-04-27T22:21:50.341Z] v2.0.0-dev.16 [2022-04-27T22:21:50.341Z] v2.0.0-dev.17 [2022-04-27T22:21:50.341Z] v2.0.0-dev.18 [2022-04-27T22:21:50.341Z] v2.0.0-dev.19 [2022-04-27T22:21:50.341Z] v2.0.0-dev.2 [2022-04-27T22:21:50.341Z] v2.0.0-dev.20 [2022-04-27T22:21:50.341Z] v2.0.0-dev.21 [2022-04-27T22:21:50.341Z] v2.0.0-dev.22 [2022-04-27T22:21:50.341Z] v2.0.0-dev.23 [2022-04-27T22:21:50.341Z] v2.0.0-dev.24 [2022-04-27T22:21:50.341Z] v2.0.0-dev.25 [2022-04-27T22:21:50.341Z] v2.0.0-dev.26 [2022-04-27T22:21:50.341Z] v2.0.0-dev.27 [2022-04-27T22:21:50.341Z] v2.0.0-dev.28 [2022-04-27T22:21:50.341Z] v2.0.0-dev.29 [2022-04-27T22:21:50.341Z] v2.0.0-dev.3 [2022-04-27T22:21:50.341Z] v2.0.0-dev.30 [2022-04-27T22:21:50.341Z] v2.0.0-dev.31 [2022-04-27T22:21:50.341Z] v2.0.0-dev.32 [2022-04-27T22:21:50.341Z] v2.0.0-dev.33 [2022-04-27T22:21:50.341Z] v2.0.0-dev.34 [2022-04-27T22:21:50.341Z] v2.0.0-dev.35 [2022-04-27T22:21:50.341Z] v2.0.0-dev.36 [2022-04-27T22:21:50.341Z] v2.0.0-dev.37 [2022-04-27T22:21:50.341Z] v2.0.0-dev.38 [2022-04-27T22:21:50.341Z] v2.0.0-dev.39 [2022-04-27T22:21:50.341Z] v2.0.0-dev.4 [2022-04-27T22:21:50.341Z] v2.0.0-dev.40 [2022-04-27T22:21:50.341Z] v2.0.0-dev.41 [2022-04-27T22:21:50.341Z] v2.0.0-dev.42 [2022-04-27T22:21:50.341Z] v2.0.0-dev.43 [2022-04-27T22:21:50.341Z] v2.0.0-dev.44 [2022-04-27T22:21:50.341Z] v2.0.0-dev.45 [2022-04-27T22:21:50.341Z] v2.0.0-dev.46 [2022-04-27T22:21:50.341Z] v2.0.0-dev.47 [2022-04-27T22:21:50.341Z] v2.0.0-dev.48 [2022-04-27T22:21:50.341Z] v2.0.0-dev.49 [2022-04-27T22:21:50.341Z] v2.0.0-dev.5 [2022-04-27T22:21:50.341Z] v2.0.0-dev.50 [2022-04-27T22:21:50.341Z] v2.0.0-dev.51 [2022-04-27T22:21:50.341Z] v2.0.0-dev.52 [2022-04-27T22:21:50.341Z] v2.0.0-dev.53 [2022-04-27T22:21:50.341Z] v2.0.0-dev.54 [2022-04-27T22:21:50.341Z] v2.0.0-dev.55 [2022-04-27T22:21:50.341Z] v2.0.0-dev.56 [2022-04-27T22:21:50.341Z] v2.0.0-dev.57 [2022-04-27T22:21:50.341Z] v2.0.0-dev.58 [2022-04-27T22:21:50.341Z] v2.0.0-dev.59 [2022-04-27T22:21:50.341Z] v2.0.0-dev.6 [2022-04-27T22:21:50.341Z] v2.0.0-dev.60 [2022-04-27T22:21:50.341Z] v2.0.0-dev.61 [2022-04-27T22:21:50.341Z] v2.0.0-dev.62 [2022-04-27T22:21:50.341Z] v2.0.0-dev.63 [2022-04-27T22:21:50.341Z] v2.0.0-dev.64 [2022-04-27T22:21:50.341Z] v2.0.0-dev.65 [2022-04-27T22:21:50.341Z] v2.0.0-dev.66 [2022-04-27T22:21:50.341Z] v2.0.0-dev.67 [2022-04-27T22:21:50.341Z] v2.0.0-dev.7 [2022-04-27T22:21:50.341Z] v2.0.0-dev.8 [2022-04-27T22:21:50.341Z] v2.0.0-dev.9 [2022-04-27T22:21:50.341Z] v2.0.1-dev.1 [2022-04-27T22:21:50.341Z] v2.0.1-dev.10 [2022-04-27T22:21:50.341Z] v2.0.1-dev.11 [2022-04-27T22:21:50.341Z] v2.0.1-dev.12 [2022-04-27T22:21:50.341Z] v2.0.1-dev.13 [2022-04-27T22:21:50.341Z] v2.0.1-dev.14 [2022-04-27T22:21:50.341Z] v2.0.1-dev.15 [2022-04-27T22:21:50.341Z] v2.0.1-dev.16 [2022-04-27T22:21:50.341Z] v2.0.1-dev.17 [2022-04-27T22:21:50.341Z] v2.0.1-dev.18 [2022-04-27T22:21:50.341Z] v2.0.1-dev.19 [2022-04-27T22:21:50.341Z] v2.0.1-dev.2 [2022-04-27T22:21:50.341Z] v2.0.1-dev.20 [2022-04-27T22:21:50.341Z] v2.0.1-dev.21 [2022-04-27T22:21:50.341Z] v2.0.1-dev.22 [2022-04-27T22:21:50.341Z] v2.0.1-dev.23 [2022-04-27T22:21:50.341Z] v2.0.1-dev.24 [2022-04-27T22:21:50.341Z] v2.0.1-dev.25 [2022-04-27T22:21:50.341Z] v2.0.1-dev.26 [2022-04-27T22:21:50.341Z] v2.0.1-dev.27 [2022-04-27T22:21:50.341Z] v2.0.1-dev.28 [2022-04-27T22:21:50.341Z] v2.0.1-dev.3 [2022-04-27T22:21:50.341Z] v2.0.1-dev.4 [2022-04-27T22:21:50.341Z] v2.0.1-dev.5 [2022-04-27T22:21:50.341Z] v2.0.1-dev.6 [2022-04-27T22:21:50.341Z] v2.0.1-dev.7 [2022-04-27T22:21:50.341Z] v2.0.1-dev.8 [2022-04-27T22:21:50.341Z] v2.0.1-dev.9 [2022-04-27T22:21:50.341Z] v2.1.0 [2022-04-27T22:21:50.341Z] v2.2.0-dev.10 [2022-04-27T22:21:50.341Z] v2.2.0-dev.11 [2022-04-27T22:21:50.341Z] v2.2.0-dev.12 [2022-04-27T22:21:50.341Z] v2.2.0-dev.13 [2022-04-27T22:21:50.341Z] v2.2.0-dev.14 [2022-04-27T22:21:50.341Z] v2.2.0-dev.15 [2022-04-27T22:21:50.341Z] v2.2.0-dev.16 [2022-04-27T22:21:50.341Z] v2.2.0-dev.17 [2022-04-27T22:21:50.341Z] v2.2.0-dev.18 [2022-04-27T22:21:50.341Z] v2.2.0-dev.19 [2022-04-27T22:21:50.341Z] v2.2.0-dev.6 [2022-04-27T22:21:50.341Z] v2.2.0-dev.7 [2022-04-27T22:21:50.341Z] v2.2.0-dev.8 [2022-04-27T22:21:50.341Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-27T22:21:50.630Z] + lftools sign git-tag v2.2.0-dev.19 [2022-04-27T22:21:51.199Z] Signing Git tag with Sigul... [2022-04-27T22:21:51.199Z] Signing v2.2.0-dev.19 [Pipeline] echo [2022-04-27T22:21:51.472Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:21:51.761Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-27T22:21:51.768Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-27T22:21:51.798Z] $ docker stop --time=1 ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 [2022-04-27T22:21:53.112Z] $ docker rm -f ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-27T22:21:53.508Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T22:21:53.508Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:53.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:21:53.804Z] . [Pipeline] withDockerContainer [2022-04-27T22:21:53.872Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:21:53.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-04-27T22:21:54.299Z] $ docker top 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T22:21:54.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T22:21:54.383Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T22:21:54.514Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T22:21:54.530Z] $ docker exec 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 ssh-agent [2022-04-27T22:21:54.641Z] SSH_AUTH_SOCK=/tmp/ssh-pHpfoawOxMwE/agent.34 [2022-04-27T22:21:54.641Z] SSH_AGENT_PID=41 [2022-04-27T22:21:54.646Z] Running ssh-add (command line suppressed) [2022-04-27T22:21:54.777Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3461415070229810122.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3461415070229810122.key) [2022-04-27T22:21:54.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T22:21:55.064Z] + git semver bump pre [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [bump_version] DEBUG bumping version:2.2.0-dev.19 on axis:pre with prefix:dev [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [bump_version] DEBUG bumped version:2.2.0-dev.20 [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [write_version] DEBUG write version:2.2.0-dev.20 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,256 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,258 [execute] INFO git cat-file --batch-check [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,258 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,263 [execute] INFO git cat-file --batch [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,263 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2022-04-27T22:21:55.325Z] 2022-04-27 22:21:55,268 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:21:55.325Z] 2.2.0-dev.20 [Pipeline] } [2022-04-27T22:21:55.347Z] $ docker exec --env ******** --env ******** 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 ssh-agent -k [2022-04-27T22:21:55.456Z] unset SSH_AUTH_SOCK; [2022-04-27T22:21:55.456Z] unset SSH_AGENT_PID; [2022-04-27T22:21:55.456Z] echo Agent pid 41 killed; [2022-04-27T22:21:55.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T22:21:55.765Z] + git semver [Pipeline] } [2022-04-27T22:21:56.051Z] $ docker stop --time=1 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 [2022-04-27T22:21:57.339Z] $ docker rm -f 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T22:21:57.676Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T22:21:57.676Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:21:57.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T22:21:57.971Z] . [Pipeline] withDockerContainer [2022-04-27T22:21:58.090Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:21:58.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-04-27T22:21:58.550Z] $ docker top 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T22:21:58.628Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T22:21:58.628Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T22:21:58.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T22:21:58.767Z] $ docker exec 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd ssh-agent [2022-04-27T22:21:58.876Z] SSH_AUTH_SOCK=/tmp/ssh-iRaFoH29qQvx/agent.33 [2022-04-27T22:21:58.876Z] SSH_AGENT_PID=40 [2022-04-27T22:21:58.881Z] Running ssh-add (command line suppressed) [2022-04-27T22:21:58.995Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7973721880979511839.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7973721880979511839.key) [2022-04-27T22:21:58.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T22:21:59.285Z] + git semver push [2022-04-27T22:21:59.545Z] 2022-04-27 22:21:59,483 [run_push] DEBUG push [2022-04-27T22:21:59.545Z] 2022-04-27 22:21:59,483 [execute] INFO git push origin semver [2022-04-27T22:21:59.545Z] 2022-04-27 22:21:59,484 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-04-27T22:22:00.486Z] 2022-04-27 22:22:00,248 [run_push] DEBUG push all version tags [2022-04-27T22:22:00.486Z] 2022-04-27 22:22:00,249 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-04-27T22:22:00.486Z] 2022-04-27 22:22:00,249 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2022-04-27T22:22:01.428Z] 2022-04-27 22:22:01,140 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2022-04-27T22:22:01.428Z] 2.2.0-dev.20 [Pipeline] } [2022-04-27T22:22:01.451Z] $ docker exec --env ******** --env ******** 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd ssh-agent -k [2022-04-27T22:22:01.568Z] unset SSH_AUTH_SOCK; [2022-04-27T22:22:01.568Z] unset SSH_AGENT_PID; [2022-04-27T22:22:01.568Z] echo Agent pid 40 killed; [2022-04-27T22:22:01.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T22:22:01.879Z] + git semver [Pipeline] } [2022-04-27T22:22:02.166Z] $ docker stop --time=1 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd [2022-04-27T22:22:03.496Z] $ docker rm -f 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-27T22:22:04.057Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2022-04-27T22:22:04.057Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2022-04-27T22:22:04.057Z] total 16 [2022-04-27T22:22:04.057Z] drwxr-xr-x 3 root root 4096 Apr 27 22:16 . [2022-04-27T22:22:04.057Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 22:21 .. [2022-04-27T22:22:04.057Z] drwxr-xr-x 2 root root 4096 Apr 27 22:16 cost [2022-04-27T22:22:04.057Z] -rw-r--r-- 1 root root 87 Apr 27 22:16 cost.csv [2022-04-27T22:22:04.057Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2022-04-27T22:22:04.057Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2022-04-27T22:22:04.057Z] total 16 [2022-04-27T22:22:04.057Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 22:16 . [2022-04-27T22:22:04.057Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 22:21 .. [2022-04-27T22:22:04.057Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 22:16 cost [2022-04-27T22:22:04.057Z] -rw-r--r-- 1 jenkins jenkins 87 Apr 27 22:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:04.353Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:05.221Z] ---> package-listing.sh [2022-04-27T22:22:05.221Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-27T22:22:05.221Z] ++ facter osfamily [2022-04-27T22:22:05.483Z] + OS_FAMILY=debian [2022-04-27T22:22:05.483Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2022-04-27T22:22:05.483Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-27T22:22:05.483Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-27T22:22:05.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-27T22:22:05.483Z] + PACKAGES=/tmp/packages_start.txt [2022-04-27T22:22:05.483Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2022-04-27T22:22:05.483Z] + PACKAGES=/tmp/packages_end.txt [2022-04-27T22:22:05.483Z] + case "${OS_FAMILY}" in [2022-04-27T22:22:05.483Z] + dpkg -l [2022-04-27T22:22:05.483Z] + grep '^ii' [2022-04-27T22:22:05.483Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-27T22:22:05.483Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-27T22:22:05.483Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-27T22:22:05.483Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2022-04-27T22:22:05.483Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2022-04-27T22:22:05.483Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo [2022-04-27T22:22:05.498Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-27T22:22:05.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-27T22:22:06.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T22:22:06.342Z] . [Pipeline] withDockerContainer [2022-04-27T22:22:06.407Z] prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container [2022-04-27T22:22:06.457Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-27T22:22:06.684Z] $ docker top 69a5642e09a36b36b0a4451f934b33e57d0db61c931c0d17d6da1bbff1e6241a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T22:22:07.023Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-27T22:22:07.310Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-27T22:22:07.596Z] + ls /var/log/sa-host [2022-04-27T22:22:07.596Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-27T22:22:07.820Z] provisioning config files... [2022-04-27T22:22:07.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config1747691013189879633tmp [Pipeline] { [Pipeline] echo [2022-04-27T22:22:07.843Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:08.124Z] ---> create-netrc.sh [Pipeline] } [2022-04-27T22:22:08.131Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:08.476Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-27T22:22:08.486Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:08.773Z] ---> sudo-logs.sh [2022-04-27T22:22:08.773Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-27T22:22:08.797Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:09.084Z] ---> job-cost.sh [2022-04-27T22:22:09.084Z] lf-activate-venv: SKIPPING [2022-04-27T22:22:09.084Z] DEBUG: total: 0.2199999988079071 [2022-04-27T22:22:09.084Z] INFO: Retrieving Stack Cost... [2022-04-27T22:22:09.655Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-27T22:22:09.916Z] INFO: Archiving Costs [Pipeline] echo [2022-04-27T22:22:09.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T22:22:10.215Z] ---> logs-deploy.sh [2022-04-27T22:22:10.215Z] lf-activate-venv: SKIPPING [2022-04-27T22:22:10.215Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/45 [2022-04-27T22:22:10.215Z] INFO: archiving workspace using pattern(s): [2022-04-27T22:22:11.154Z] Archives upload complete. [2022-04-27T22:22:11.154Z] INFO: archiving logs to Nexus