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 22:15:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:08 ========================================================= 22:15:08 EdgeX Global Pipelines Version Info 22:15:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:15:09 ------------------- 22:15:09 stable info: 22:15:09 ------------------- 22:15:09 Commited By: Emilio Reyes emilio.reyes@intel.com 22:15:09 Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db 22:15:09 Message: update stable to v1.0.225 22:15:09 ------------------- 22:15:09 experimental info: 22:15:09 ------------------- 22:15:09 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:09 Commit SHA: 47c9b3891b578ce509e33c5bc61a4c29aa566c02 22:15:09 Message: update experimental to v1.0.226 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 259bd56 [Pipeline] echo 22:15:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:15:10 + git rev-list -1 --merges 259bd563e06e51d1d05c56b550cf7f6cc992db1a~1..259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo 22:15:10 -----------> git rev-list -1 --merges 259bd563e06e51d1d05c56b550cf7f6cc992db1a~1..259bd563e06e51d1d05c56b550cf7f6cc992db1a 259bd563e06e51d1d05c56b550cf7f6cc992db1a [false] [Pipeline] sh 22:15:10 + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo 22:15:10 ========================================================= 22:15:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:15:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:15:11 + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] echo 22:15:11 [semverPrep] GIT_COMMIT: 259bd563e06e51d1d05c56b550cf7f6cc992db1a, Commit Message: refactor: Rework metric name reported to be the name from configuration (#330) [Pipeline] echo 22:15:11 [semverPrep] This is not a build commit. [Pipeline] sh 22:15:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:15:11 + grep -v github /etc/ssh/ssh_known_hosts 22:15:11 + [ -e /tmp/ssh_known_hosts ] 22:15:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:15:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:15:11 + sudo tee -a /etc/ssh/ssh_known_hosts 22:15:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 22:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:15:12 22:15:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:15:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:15:12 latest: Pulling from edgex-devops/py-git-semver 22:15:12 1fe172e4850f: Pulling fs layer 22:15:12 caf521ccaac6: Pulling fs layer 22:15:12 3ead6fa29328: Pulling fs layer 22:15:12 5c2a1cbceb83: Pulling fs layer 22:15:12 a8d5f1318db7: Pulling fs layer 22:15:12 c427282e49a2: Pulling fs layer 22:15:12 1827001aaf11: Pulling fs layer 22:15:12 0714d37db230: Pulling fs layer 22:15:12 ac28cf19c067: Pulling fs layer 22:15:12 ca983d60f3e2: Pulling fs layer 22:15:12 9f894cec8388: Pulling fs layer 22:15:12 5c2a1cbceb83: Waiting 22:15:12 a8d5f1318db7: Waiting 22:15:12 c427282e49a2: Waiting 22:15:12 1827001aaf11: Waiting 22:15:12 0714d37db230: Waiting 22:15:12 ac28cf19c067: Waiting 22:15:12 ca983d60f3e2: Waiting 22:15:12 9f894cec8388: Waiting 22:15:13 caf521ccaac6: Download complete 22:15:13 5c2a1cbceb83: Verifying Checksum 22:15:13 5c2a1cbceb83: Download complete 22:15:13 a8d5f1318db7: Verifying Checksum 22:15:13 a8d5f1318db7: Download complete 22:15:13 3ead6fa29328: Verifying Checksum 22:15:13 3ead6fa29328: Download complete 22:15:13 c427282e49a2: Download complete 22:15:13 0714d37db230: Download complete 22:15:13 ac28cf19c067: Download complete 22:15:13 ca983d60f3e2: Verifying Checksum 22:15:13 ca983d60f3e2: Download complete 22:15:13 9f894cec8388: Verifying Checksum 22:15:13 9f894cec8388: Download complete 22:15:13 1fe172e4850f: Verifying Checksum 22:15:13 1fe172e4850f: Download complete 22:15:13 1827001aaf11: Verifying Checksum 22:15:13 1827001aaf11: Download complete 22:15:14 1fe172e4850f: Pull complete 22:15:14 caf521ccaac6: Pull complete 22:15:15 3ead6fa29328: Pull complete 22:15:15 5c2a1cbceb83: Pull complete 22:15:15 a8d5f1318db7: Pull complete 22:15:15 c427282e49a2: Pull complete 22:15:17 1827001aaf11: Pull complete 22:15:17 0714d37db230: Pull complete 22:15:17 ac28cf19c067: Pull complete 22:15:17 ca983d60f3e2: Pull complete 22:15:17 9f894cec8388: Pull complete 22:15:17 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 22:15:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:15:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 22:15:17 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:15:17 $ 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 22:15:19 $ docker top 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:19 [ssh-agent] Looking for ssh-agent implementation... 22:15:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:19 $ docker exec 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent 22:15:19 SSH_AUTH_SOCK=/tmp/ssh-vFZuX9hNPbWu/agent.32 22:15:19 SSH_AGENT_PID=38 22:15:19 Running ssh-add (command line suppressed) 22:15:20 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) 22:15:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:20 + git tag --points-at HEAD [Pipeline] } 22:15:20 $ docker exec --env ******** --env ******** 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent -k 22:15:20 unset SSH_AUTH_SOCK; 22:15:20 unset SSH_AGENT_PID; 22:15:20 echo Agent pid 38 killed; 22:15:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:15:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:20 [ssh-agent] Looking for ssh-agent implementation... 22:15:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:20 $ docker exec 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent 22:15:20 SSH_AUTH_SOCK=/tmp/ssh-cDDYeTeYX13V/agent.71 22:15:20 SSH_AGENT_PID=78 22:15:20 Running ssh-add (command line suppressed) 22:15:20 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) 22:15:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:21 + git semver init 22:15:21 2022-04-27 22:15:21,385 [run_init] DEBUG init version:0.0.0 force:False 22:15:21 2022-04-27 22:15:21,386 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 22:15:21 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 22:15:21 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) 22:15:22 2022-04-27 22:15:22,298 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 22:15:22 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 22:15:22 2022-04-27 22:15:22,298 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:15:22 2022-04-27 22:15:22,298 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:15:22 2.2.0-dev.19 [Pipeline] } 22:15:22 $ docker exec --env ******** --env ******** 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f ssh-agent -k 22:15:22 unset SSH_AUTH_SOCK; 22:15:22 unset SSH_AGENT_PID; 22:15:22 echo Agent pid 78 killed; 22:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15:22 + git semver [Pipeline] } 22:15:23 $ docker stop --time=1 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f 22:15:24 $ docker rm -f 4eb4f0407d9790995f995ee911c7b60198f035ab416972e29b92ac79139e101f [Pipeline] // withDockerContainer [Pipeline] sh 22:15:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:15:25 Stashed 1 file(s) [Pipeline] echo 22:15:25 [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 22:15:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:15:25 ========================================================= 22:15:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 22:15:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:15:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 22:15:25 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 22:15:25 59bf1c3509f3: Pulling fs layer 22:15:25 666ba61612fd: Pulling fs layer 22:15:25 8ed8ca486205: Pulling fs layer 22:15:25 4fe6c5a15a65: Pulling fs layer 22:15:25 22a0e8bec74d: Pulling fs layer 22:15:25 ca2b28591e48: Pulling fs layer 22:15:25 a51346096db8: Pulling fs layer 22:15:25 daebc70d1ce1: Pulling fs layer 22:15:25 0e18a0eac166: Pulling fs layer 22:15:25 22a0e8bec74d: Waiting 22:15:25 ca2b28591e48: Waiting 22:15:25 0e18a0eac166: Waiting 22:15:25 daebc70d1ce1: Waiting 22:15:25 4fe6c5a15a65: Waiting 22:15:25 a51346096db8: Waiting 22:15:25 8ed8ca486205: Verifying Checksum 22:15:25 8ed8ca486205: Download complete 22:15:25 666ba61612fd: Download complete 22:15:25 22a0e8bec74d: Download complete 22:15:25 59bf1c3509f3: Verifying Checksum 22:15:25 ca2b28591e48: Verifying Checksum 22:15:25 a51346096db8: Verifying Checksum 22:15:25 a51346096db8: Download complete 22:15:25 daebc70d1ce1: Verifying Checksum 22:15:25 daebc70d1ce1: Download complete 22:15:25 59bf1c3509f3: Pull complete 22:15:25 666ba61612fd: Pull complete 22:15:26 8ed8ca486205: Pull complete 22:15:26 4fe6c5a15a65: Verifying Checksum 22:15:26 4fe6c5a15a65: Download complete 22:15:26 0e18a0eac166: Verifying Checksum 22:15:26 0e18a0eac166: Download complete 22:15:30 4fe6c5a15a65: Pull complete 22:15:30 22a0e8bec74d: Pull complete 22:15:30 ca2b28591e48: Pull complete 22:15:30 a51346096db8: Pull complete 22:15:30 daebc70d1ce1: Pull complete 22:15:32 0e18a0eac166: Pull complete 22:15:32 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 22:15:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 22:15:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] sh 22:15:32 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] sh 22:15:33 + docker inspect -f . ci-base-image-x86_64 22:15:33 . [Pipeline] withDockerContainer 22:15:33 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:15:33 $ 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 22:15:34 $ docker top 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:35 + go version 22:15:35 go version go1.17.6 linux/amd64 [Pipeline] } 22:15:35 $ docker stop --time=1 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 22:15:36 $ docker rm -f 7fdc97550e5fed8fb5f2cf4adb4f7d6cee8bd03d4cfcc10127125edc4ac95f03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:36 + docker inspect -f . ci-base-image-x86_64 22:15:36 . [Pipeline] withDockerContainer 22:15:37 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:15:37 $ 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 22:15:37 $ docker top 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 22:15:37 + make test 22:15:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:15:37 go: downloading github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a 22:15:37 go: downloading github.com/stretchr/testify v1.7.1 22:15:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0-dev.26 22:15:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0-dev.12 22:15:37 go: downloading github.com/google/uuid v1.3.0 22:15:37 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:15:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0-dev.3 22:15:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0-dev.3 22:15:38 go: downloading github.com/pelletier/go-toml v1.9.4 22:15:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.0-dev.6 22:15:38 go: downloading github.com/gorilla/mux v1.8.0 22:15:38 go: downloading github.com/pmezard/go-difflib v1.0.0 22:15:38 go: downloading github.com/davecgh/go-spew v1.1.1 22:15:38 go: downloading github.com/stretchr/objx v0.1.1 22:15:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 22:15:38 go: downloading github.com/hashicorp/errwrap v1.0.0 22:15:38 go: downloading github.com/go-kit/log v0.2.0 22:15:38 go: downloading github.com/go-playground/validator/v10 v10.10.1 22:15:38 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:15:38 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0 22:15:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 22:15:38 go: downloading github.com/pebbe/zmq4 v1.2.7 22:15:38 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:15:38 go: downloading github.com/hashicorp/consul/api v1.9.1 22:15:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:15:38 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:15:38 go: downloading github.com/gorilla/websocket v1.4.2 22:15:38 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 22:15:38 go: downloading github.com/x448/float16 v0.8.4 22:15:38 go: downloading github.com/go-playground/universal-translator v0.18.0 22:15:38 go: downloading github.com/leodido/go-urn v1.2.1 22:15:38 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 22:15:38 go: downloading golang.org/x/text v0.3.7 22:15:38 go: downloading github.com/zeebo/errs v1.2.2 22:15:38 go: downloading google.golang.org/grpc v1.42.0 22:15:38 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:15:38 go: downloading google.golang.org/protobuf v1.27.1 22:15:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:15:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:15:39 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:15:39 go: downloading github.com/hashicorp/serf v0.9.5 22:15:39 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:15:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:15:39 go: downloading github.com/mitchellh/copystructure v1.0.0 22:15:39 go: downloading github.com/go-playground/locales v0.14.0 22:15:39 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:15:39 go: downloading github.com/fatih/color v1.9.0 22:15:39 go: downloading github.com/mattn/go-isatty v0.0.12 22:15:39 go: downloading github.com/golang/protobuf v1.5.2 22:15:39 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 22:15:39 go: downloading github.com/mattn/go-colorable v0.1.6 22:15:39 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:15:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:15:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:15:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:15:40 Still waiting to schedule task 22:15:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 22:15:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.032s coverage: 4.6% of statements 22:15:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.019s coverage: 92.2% of statements 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.031s coverage: 85.3% of statements 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 1.017s coverage: 55.0% of statements 22:15:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 22:15:51 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.022s coverage: 100.0% of statements 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.317s coverage: 88.1% of statements 22:15:51 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.016s coverage: 25.0% of statements 22:15:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.027s coverage: 79.6% of statements 22:15:54 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 22:15:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.034s coverage: 41.7% of statements 22:15:54 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.004s coverage: 91.3% of statements 22:15:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:16:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:16:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 22:16:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:16:04 $ docker stop --time=1 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e 22:16:06 $ docker rm -f 63c4dbae03252aced8aed2ab49b10dd5b63adf89862102afddfa3a9e6cce423e [Pipeline] // withDockerContainer [Pipeline] sh 22:16:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:16:07 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 22:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:07 22:16:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 22:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:08 latest: Pulling from edgex-lftools-log-publisher 22:16:08 5eb5b503b376: Pulling fs layer 22:16:08 5c69ac0246d0: Pulling fs layer 22:16:08 ec43610c2a17: Pulling fs layer 22:16:08 3a2ae6a8a46f: Pulling fs layer 22:16:08 33b1e0a273af: Pulling fs layer 22:16:08 5d3b04190fa2: Pulling fs layer 22:16:08 2f39f015ded8: Pulling fs layer 22:16:08 3a2ae6a8a46f: Waiting 22:16:08 5d3b04190fa2: Waiting 22:16:08 2f39f015ded8: Waiting 22:16:08 33b1e0a273af: Waiting 22:16:08 5c69ac0246d0: Verifying Checksum 22:16:08 5c69ac0246d0: Download complete 22:16:08 3a2ae6a8a46f: Verifying Checksum 22:16:08 3a2ae6a8a46f: Download complete 22:16:08 33b1e0a273af: Verifying Checksum 22:16:08 33b1e0a273af: Download complete 22:16:08 5d3b04190fa2: Verifying Checksum 22:16:08 5d3b04190fa2: Download complete 22:16:08 ec43610c2a17: Verifying Checksum 22:16:08 ec43610c2a17: Download complete 22:16:08 5eb5b503b376: Verifying Checksum 22:16:08 5eb5b503b376: Download complete 22:16:09 2f39f015ded8: Download complete 22:16:09 5eb5b503b376: Pull complete 22:16:09 5c69ac0246d0: Pull complete 22:16:10 ec43610c2a17: Pull complete 22:16:10 3a2ae6a8a46f: Pull complete 22:16:10 33b1e0a273af: Pull complete 22:16:10 5d3b04190fa2: Pull complete 22:16:14 2f39f015ded8: Pull complete 22:16:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:16:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:16:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 22:16:14 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:16:14 $ 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 22:16:16 $ docker top 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:17 ---> job-cost.sh 22:16:17 lf-activate-venv: SKIPPING 22:16:17 INFO: No Stack... 22:16:17 INFO: Retrieving Pricing Info for: v3-standard-8 22:16:18 INFO: Archiving Costs [Pipeline] sh 22:16:18 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 22:16:18 + cut -d, -f6 [Pipeline] lock 22:16:18 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] 22:16:18 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] did not exist. Created. 22:16:18 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:16:18 + echo total: 0.2199999988079071 [Pipeline] stash 22:16:18 Stashed 1 file(s) [Pipeline] } 22:16:18 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] // lock [Pipeline] } 22:16:18 $ docker stop --time=1 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a 22:16:20 $ docker rm -f 99e1cb6c565545043e12650faf29875985b6f32c138f17000d8db797d1877c7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:17:20 Running on prd-ubuntu20.04-docker-arm64-4c-16g-33542 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 22:17:20 Running in /w/workspace/go-mod-bootstrap/45 [Pipeline] { [Pipeline] checkout 22:17:20 Selected Git installation does not exist. Using Default 22:17:20 The recommended git tool is: NONE 22:17:26 using credential edgex-jenkins-ssh 22:17:26 Cloning the remote Git repository 22:17:26 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 22:17:26 > git init /w/workspace/go-mod-bootstrap/45 # timeout=10 22:17:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 22:17:26 > git --version # timeout=10 22:17:26 > git --version # 'git version 2.25.1' 22:17:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:28 Avoid second fetch 22:17:28 Checking out Revision 259bd563e06e51d1d05c56b550cf7f6cc992db1a (main) 22:17:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 22:17:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:28 > git config core.sparsecheckout # timeout=10 22:17:28 > git checkout -f 259bd563e06e51d1d05c56b550cf7f6cc992db1a # timeout=10 22:17:32 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 22:17:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:17:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:17:33 Dload Upload Total Spent Left Speed 22:17:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 76902 0 --:--:-- --:--:-- --:--:-- 76902 [Pipeline] sh 22:17:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:17:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 22:17:33 sudo tee /etc/docker/daemon.new 22:17:33 { 22:17:33 "registry-mirrors": [ 22:17:33 "https://nexus3.edgexfoundry.org:10001" 22:17:33 ], 22:17:33 "bip": "10.250.0.254/24", 22:17:33 "hosts": [ 22:17:33 "tcp://0.0.0.0:5555", 22:17:33 "unix:///var/run/docker.sock" 22:17:33 ], 22:17:33 "mtu": 1458, 22:17:33 "selinux-enabled": true, 22:17:33 "seccomp-profile": "/etc/docker/seccomp.json" 22:17:33 } [Pipeline] sh 22:17:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:17:34 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 22:17:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:17:53 ========================================================= 22:17:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 22:17:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 22:17:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 22:17:54 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:17:54 9b3977197b4f: Pulling fs layer 22:17:54 1a89e8eeedd5: Pulling fs layer 22:17:54 94645a83ff95: Pulling fs layer 22:17:54 3f3a8bcf1eab: Pulling fs layer 22:17:54 0c92f367c5e7: Pulling fs layer 22:17:54 3096ccb668a1: Pulling fs layer 22:17:54 e8cf19c19ddd: Pulling fs layer 22:17:54 a4caa8a26152: Pulling fs layer 22:17:54 3f3a8bcf1eab: Waiting 22:17:54 3096ccb668a1: Waiting 22:17:54 e8cf19c19ddd: Waiting 22:17:54 a4caa8a26152: Waiting 22:17:54 0c92f367c5e7: Waiting 22:17:54 94645a83ff95: Verifying Checksum 22:17:54 94645a83ff95: Download complete 22:17:54 1a89e8eeedd5: Verifying Checksum 22:17:54 1a89e8eeedd5: Download complete 22:17:54 0c92f367c5e7: Download complete 22:17:54 3096ccb668a1: Verifying Checksum 22:17:54 3096ccb668a1: Download complete 22:17:54 9b3977197b4f: Verifying Checksum 22:17:54 9b3977197b4f: Download complete 22:17:54 e8cf19c19ddd: Verifying Checksum 22:17:54 e8cf19c19ddd: Download complete 22:17:55 9b3977197b4f: Pull complete 22:17:55 1a89e8eeedd5: Pull complete 22:17:55 94645a83ff95: Pull complete 22:17:56 a4caa8a26152: Verifying Checksum 22:17:56 a4caa8a26152: Download complete 22:17:57 3f3a8bcf1eab: Verifying Checksum 22:17:57 3f3a8bcf1eab: Download complete 22:18:09 3f3a8bcf1eab: Pull complete 22:18:09 0c92f367c5e7: Pull complete 22:18:09 3096ccb668a1: Pull complete 22:18:09 e8cf19c19ddd: Pull complete 22:18:16 a4caa8a26152: Pull complete 22:18:16 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 22:18:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 22:18:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] sh 22:18:16 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] sh 22:18:16 + docker inspect -f . ci-base-image-arm64 22:18:16 . [Pipeline] withDockerContainer 22:18:17 prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container 22:18:17 $ 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 22:18:20 $ docker top 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:21 + go version 22:18:21 go version go1.17.6 linux/arm64 [Pipeline] } 22:18:21 $ docker stop --time=1 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 22:18:22 $ docker rm -f 98aaaa7fec915781b34ca902bc9a445e32f699b6b91a6fca8cbd7cf91d6a7702 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:18:23 + docker inspect -f . ci-base-image-arm64 22:18:23 . [Pipeline] withDockerContainer 22:18:23 prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container 22:18:23 $ 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 22:18:24 $ docker top e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 22:18:25 + make test 22:18:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:18:25 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.2.0-dev.3 22:18:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.2.0-dev.26 22:18:25 go: downloading github.com/pelletier/go-toml v1.9.4 22:18:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.2.0-dev.6 22:18:26 go: downloading github.com/stretchr/testify v1.7.1 22:18:26 go: downloading github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a 22:18:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.2.0-dev.12 22:18:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.2.0-dev.3 22:18:26 go: downloading github.com/gorilla/mux v1.8.0 22:18:26 go: downloading github.com/google/uuid v1.3.0 22:18:26 go: downloading github.com/hashicorp/go-multierror v1.1.1 22:18:26 go: downloading github.com/davecgh/go-spew v1.1.1 22:18:26 go: downloading github.com/pmezard/go-difflib v1.0.0 22:18:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 22:18:26 go: downloading github.com/go-kit/log v0.2.0 22:18:26 go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0 22:18:26 go: downloading github.com/go-playground/validator/v10 v10.10.1 22:18:27 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 22:18:27 go: downloading github.com/stretchr/objx v0.1.1 22:18:27 go: downloading github.com/hashicorp/errwrap v1.0.0 22:18:27 go: downloading github.com/hashicorp/consul/api v1.9.1 22:18:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:18:27 go: downloading github.com/go-logfmt/logfmt v0.5.1 22:18:27 go: downloading github.com/go-playground/universal-translator v0.18.0 22:18:27 go: downloading github.com/leodido/go-urn v1.2.1 22:18:27 go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 22:18:27 go: downloading golang.org/x/text v0.3.7 22:18:27 go: downloading github.com/zeebo/errs v1.2.2 22:18:27 go: downloading google.golang.org/grpc v1.42.0 22:18:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 22:18:28 go: downloading github.com/go-redis/redis/v7 v7.3.0 22:18:28 go: downloading github.com/pebbe/zmq4 v1.2.7 22:18:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:18:28 go: downloading github.com/mitchellh/copystructure v1.0.0 22:18:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:18:28 go: downloading github.com/x448/float16 v0.8.4 22:18:28 go: downloading github.com/go-playground/locales v0.14.0 22:18:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:18:28 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:18:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:18:28 go: downloading github.com/hashicorp/serf v0.9.5 22:18:28 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 22:18:28 go: downloading google.golang.org/protobuf v1.27.1 22:18:29 go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa 22:18:29 go: downloading golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 22:18:30 go: downloading github.com/gorilla/websocket v1.4.2 22:18:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:18:30 go: downloading github.com/fatih/color v1.9.0 22:18:31 go: downloading github.com/mattn/go-isatty v0.0.12 22:18:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:18:31 go: downloading github.com/golang/protobuf v1.5.2 22:18:31 go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158 22:18:31 go: downloading github.com/mattn/go-colorable v0.1.6 22:18:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:18:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:19:53 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 22:19:53 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.119s coverage: 4.6% of statements 22:19:53 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 22:19:53 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.079s coverage: 92.2% of statements 22:19:53 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.041s coverage: 85.3% of statements 22:19:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 1.088s coverage: 55.0% of statements 22:19:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 22:19:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 22:19:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.075s coverage: 100.0% of statements 22:19:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/metrics 0.378s coverage: 88.1% of statements 22:19:57 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.063s coverage: 25.0% of statements 22:20:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.090s coverage: 79.6% of statements 22:20:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 22:20:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/config 0.053s coverage: 41.7% of statements 22:20:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.015s coverage: 91.3% of statements 22:20:06 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:20:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:20:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:20:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 22:20:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:20:33 $ docker stop --time=1 e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 22:20:34 $ docker rm -f e1d34f29f133fd58d0ebd6ff4ff3170ff02477ab13371b67e25e5130ca5ff531 [Pipeline] // withDockerContainer [Pipeline] sh 22:20:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:20:37 Warning: overwriting stash ‘coverage-report’ 22:20:38 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 22:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:20:38 22:20:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 22:20:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:20:39 arm64: Pulling from edgex-lftools-log-publisher 22:20:39 8998bd30e6a1: Pulling fs layer 22:20:39 04944245beec: Pulling fs layer 22:20:39 699f458cf7ca: Pulling fs layer 22:20:39 765212b225bb: Pulling fs layer 22:20:39 f23df028b6ca: Pulling fs layer 22:20:39 d65c8cfc05b1: Pulling fs layer 22:20:39 2437ff75d9bd: Pulling fs layer 22:20:39 f23df028b6ca: Waiting 22:20:39 d65c8cfc05b1: Waiting 22:20:39 2437ff75d9bd: Waiting 22:20:39 765212b225bb: Waiting 22:20:39 04944245beec: Verifying Checksum 22:20:39 04944245beec: Download complete 22:20:39 765212b225bb: Verifying Checksum 22:20:39 765212b225bb: Download complete 22:20:39 f23df028b6ca: Download complete 22:20:39 d65c8cfc05b1: Verifying Checksum 22:20:39 d65c8cfc05b1: Download complete 22:20:39 699f458cf7ca: Verifying Checksum 22:20:39 699f458cf7ca: Download complete 22:20:39 8998bd30e6a1: Verifying Checksum 22:20:39 8998bd30e6a1: Download complete 22:20:42 2437ff75d9bd: Verifying Checksum 22:20:42 2437ff75d9bd: Download complete 22:20:44 8998bd30e6a1: Pull complete 22:20:44 04944245beec: Pull complete 22:20:46 699f458cf7ca: Pull complete 22:20:46 765212b225bb: Pull complete 22:20:47 f23df028b6ca: Pull complete 22:20:47 d65c8cfc05b1: Pull complete 22:21:02 2437ff75d9bd: Pull complete 22:21:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:21:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:21:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 22:21:02 prd-ubuntu20.04-docker-arm64-4c-16g-33542 does not seem to be running inside a container 22:21:02 $ 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 22:21:05 $ docker top aa6af85ce5e35f1f6a862c72f8581dfb4d14f300f80cbf82b36b4604848622d4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:06 ---> job-cost.sh 22:21:06 lf-activate-venv: SKIPPING 22:21:06 INFO: No Stack... 22:21:06 INFO: Retrieving Pricing Info for: v3-standard-4 22:21:07 INFO: Archiving Costs [Pipeline] sh 22:21:08 + cat /w/workspace/go-mod-bootstrap/45/archives/cost.csv 22:21:08 + cut -d, -f6 [Pipeline] lock 22:21:08 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] 22:21:08 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] did not exist. Created. 22:21:08 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:21:09 /w/workspace/go-mod-bootstrap/45@tmp/durable-810dc5f0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:21:09 + echo total: 0.10999999940395355 [Pipeline] stash 22:21:09 Warning: overwriting stash ‘stack-cost’ 22:21:09 Stashed 1 file(s) [Pipeline] } 22:21:09 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-45-stack-cost] [Pipeline] // lock [Pipeline] } 22:21:09 $ docker stop --time=1 aa6af85ce5e35f1f6a862c72f8581dfb4d14f300f80cbf82b36b4604848622d4 22:21:11 $ 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 22:21:11 provisioning config files... 22:21:11 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5004814115079095176tmp [Pipeline] { [Pipeline] sh 22:21:12 + set +x 22:21:12 + curl -s https://codecov.io/bash 22:21:12 + bash -s -- 22:21:12 22:21:12 _____ _ 22:21:12 / ____| | | 22:21:12 | | ___ __| | ___ ___ _____ __ 22:21:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:21:12 | |___| (_) | (_| | __/ (_| (_) \ V / 22:21:12 \_____\___/ \__,_|\___|\___\___/ \_/ 22:21:12 Bash-1.0.6 22:21:12 22:21:12 22:21:12 ==> git version 2.25.1 found 22:21:12 ==> 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 22:21:12 Release-Date: 2020-01-08 22:21:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:21:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:21:12 ==> Jenkins CI detected. 22:21:12 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 22:21:12 project root: . 22:21:12 --> token set from env 22:21:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:21:12 ==> Running gcov in . (disable via -X gcov) 22:21:12 ==> Python coveragepy not found 22:21:12 ==> Searching for coverage reports in: 22:21:12 + . 22:21:12 -> Found 1 reports 22:21:12 ==> Detecting git/mercurial file structure 22:21:12 ==> Reading reports 22:21:12 + ./coverage.out bytes=55983 22:21:12 ==> Appending adjustments 22:21:12 https://docs.codecov.io/docs/fixing-reports 22:21:12 + Found adjustments 22:21:12 ==> Gzipping contents 22:21:12 12K /tmp/codecov.XivUuw.gz 22:21:12 ==> Uploading reports 22:21:12 url: https://codecov.io 22:21:12 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= 22:21:12 -> Pinging Codecov 22:21:12 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= 22:21:13 -> Uploading to 22:21:13 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 22:21:13 % Total % Received % Xferd Average Speed Time Time Time Current 22:21:13 Dload Upload Total Spent Left Speed 22:21:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9298 0 0 100 9298 0 39735 --:--:-- --:--:-- --:--:-- 39735 22:21:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] } 22:21:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:21:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:21:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:21:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:13 22:21:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:21:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:21:13 188c0c94c7c5: Pulling fs layer 22:21:13 0ef7d3d256c8: Pulling fs layer 22:21:13 de9db76c5a1d: Pulling fs layer 22:21:13 0eba1c9be4d2: Pulling fs layer 22:21:13 0d57e429df01: Pulling fs layer 22:21:13 4e4be7b47b0d: Pulling fs layer 22:21:13 e1f770b5df2f: Pulling fs layer 22:21:13 85a0685a4137: Pulling fs layer 22:21:13 e1f770b5df2f: Waiting 22:21:13 4e4be7b47b0d: Waiting 22:21:13 0eba1c9be4d2: Waiting 22:21:13 85a0685a4137: Waiting 22:21:13 0d57e429df01: Waiting 22:21:13 de9db76c5a1d: Verifying Checksum 22:21:13 de9db76c5a1d: Download complete 22:21:13 0ef7d3d256c8: Download complete 22:21:13 0d57e429df01: Verifying Checksum 22:21:13 0d57e429df01: Download complete 22:21:13 4e4be7b47b0d: Download complete 22:21:13 188c0c94c7c5: Verifying Checksum 22:21:13 188c0c94c7c5: Download complete 22:21:14 188c0c94c7c5: Pull complete 22:21:14 e1f770b5df2f: Verifying Checksum 22:21:14 e1f770b5df2f: Download complete 22:21:14 0ef7d3d256c8: Pull complete 22:21:14 de9db76c5a1d: Pull complete 22:21:14 0eba1c9be4d2: Verifying Checksum 22:21:14 0eba1c9be4d2: Download complete 22:21:14 85a0685a4137: Verifying Checksum 22:21:14 85a0685a4137: Download complete 22:21:18 0eba1c9be4d2: Pull complete 22:21:18 0d57e429df01: Pull complete 22:21:18 4e4be7b47b0d: Pull complete 22:21:18 e1f770b5df2f: Pull complete 22:21:21 85a0685a4137: Pull complete 22:21:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:21:22 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:21:22 $ 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 22:21:24 $ docker top 6410c8cf002f8a7316e0b42e0c448683abab4d223227187eaa4de9b9be991fd2 -eo pid,comm [Pipeline] { [Pipeline] echo 22:21:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:21:24 + set -o pipefail 22:21:24 + snyk monitor '--org=edgex-jenkins' 22:21:29 22:21:29 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v2)... 22:21:29 22:21:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/624adad5-e3a3-48c4-8c03-09f76c101df7/history/4c316f86-383a-477b-a541-6c6b1bbfd274 22:21:29 22:21:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:21:29 22:21:29 [Pipeline] } 22:21:29 $ docker stop --time=1 6410c8cf002f8a7316e0b42e0c448683abab4d223227187eaa4de9b9be991fd2 22:21:31 $ 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 22:21:32 + git log --format=format:%s -1 259bd563e06e51d1d05c56b550cf7f6cc992db1a [Pipeline] sh 22:21:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:21:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 22:21:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:21:33 . [Pipeline] withDockerContainer 22:21:33 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:21:33 $ 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 22:21:33 $ docker top 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 -eo pid,comm 22:21:33 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). 22:21:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:33 [ssh-agent] Looking for ssh-agent implementation... 22:21:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:33 $ docker exec 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 ssh-agent 22:21:34 SSH_AUTH_SOCK=/tmp/ssh-3IunziTtITRL/agent.34 22:21:34 SSH_AGENT_PID=40 22:21:34 Running ssh-add (command line suppressed) 22:21:34 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) 22:21:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:34 + git semver tag 22:21:34 2022-04-27 22:21:34,657 [run_tag] DEBUG tag force:False 22:21:34 2022-04-27 22:21:34,657 [check_head_tag] DEBUG check head tag 22:21:34 2022-04-27 22:21:34,659 [execute] INFO git cat-file --batch-check 22:21:34 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=) 22:21:34 2022-04-27 22:21:34,663 [execute] INFO git cat-file --batch 22:21:34 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=) 22:21:34 2022-04-27 22:21:34,711 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:34 2022-04-27 22:21:34,711 [execute] INFO git tag -a v2.2.0-dev.19 -m v2.2.0-dev.19 22:21:34 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) 22:21:34 2022-04-27 22:21:34,715 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:34 2.2.0-dev.19 [Pipeline] } 22:21:34 $ docker exec --env ******** --env ******** 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 ssh-agent -k 22:21:34 unset SSH_AUTH_SOCK; 22:21:34 unset SSH_AGENT_PID; 22:21:34 echo Agent pid 40 killed; 22:21:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:35 + git semver [Pipeline] } 22:21:35 $ docker stop --time=1 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 22:21:36 $ docker rm -f 994ea4d72f871921cdf7085aa460d4c378a57bb45ffeada358e70e60f57ce6b5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:21:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:37 22:21:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:21:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:37 0.23.1-centos7: Pulling from edgex-lftools 22:21:37 ab5ef0e58194: Pulling fs layer 22:21:37 9712f1f96733: Pulling fs layer 22:21:37 63f879dbbcfc: Pulling fs layer 22:21:37 0d9ebad4ef96: Pulling fs layer 22:21:37 e9a5061849ea: Pulling fs layer 22:21:37 d747dcd14b5f: Pulling fs layer 22:21:37 2de7ff778b66: Pulling fs layer 22:21:37 e9a5061849ea: Waiting 22:21:37 d747dcd14b5f: Waiting 22:21:37 2de7ff778b66: Waiting 22:21:37 0d9ebad4ef96: Waiting 22:21:37 9712f1f96733: Download complete 22:21:37 63f879dbbcfc: Verifying Checksum 22:21:37 63f879dbbcfc: Download complete 22:21:37 0d9ebad4ef96: Verifying Checksum 22:21:37 0d9ebad4ef96: Download complete 22:21:37 e9a5061849ea: Verifying Checksum 22:21:37 e9a5061849ea: Download complete 22:21:37 d747dcd14b5f: Verifying Checksum 22:21:37 d747dcd14b5f: Download complete 22:21:37 ab5ef0e58194: Verifying Checksum 22:21:37 ab5ef0e58194: Download complete 22:21:38 2de7ff778b66: Verifying Checksum 22:21:38 2de7ff778b66: Download complete 22:21:40 ab5ef0e58194: Pull complete 22:21:40 9712f1f96733: Pull complete 22:21:41 63f879dbbcfc: Pull complete 22:21:45 0d9ebad4ef96: Pull complete 22:21:45 e9a5061849ea: Pull complete 22:21:45 d747dcd14b5f: Pull complete 22:21:46 2de7ff778b66: Pull complete 22:21:46 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:21:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:46 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:21:46 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:21:46 $ 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 22:21:48 $ docker top ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:21:48 provisioning config files... 22:21:48 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6292541397571294060tmp 22:21:48 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config191757334661712547tmp 22:21:48 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7244347754438066116tmp [Pipeline] { [Pipeline] echo 22:21:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:21:49 ---> sigul-configuration.sh 22:21:49 gpg: directory `/root/.gnupg' created 22:21:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:21:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:21:49 gpg: keyring `/root/.gnupg/secring.gpg' created 22:21:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:21:49 gpg: CAST5 encrypted data 22:21:49 gpg: encrypted with 1 passphrase 22:21:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:21:49 + mkdir /home/jenkins 22:21:49 + mkdir /home/jenkins/sigul [Pipeline] sh 22:21:49 + 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 22:21:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:21:50 ---> sigul-install.sh 22:21:50 Sigul already installed; skipping installation. [Pipeline] sh 22:21:50 + git tag --list 22:21:50 v0.0.1 22:21:50 v0.0.10 22:21:50 v0.0.11 22:21:50 v0.0.12 22:21:50 v0.0.13 22:21:50 v0.0.14 22:21:50 v0.0.15 22:21:50 v0.0.16 22:21:50 v0.0.17 22:21:50 v0.0.18 22:21:50 v0.0.19 22:21:50 v0.0.2 22:21:50 v0.0.20 22:21:50 v0.0.21 22:21:50 v0.0.22 22:21:50 v0.0.23 22:21:50 v0.0.24 22:21:50 v0.0.25 22:21:50 v0.0.26 22:21:50 v0.0.27 22:21:50 v0.0.28 22:21:50 v0.0.29 22:21:50 v0.0.3 22:21:50 v0.0.30 22:21:50 v0.0.31 22:21:50 v0.0.32 22:21:50 v0.0.33 22:21:50 v0.0.34 22:21:50 v0.0.35 22:21:50 v0.0.36 22:21:50 v0.0.37 22:21:50 v0.0.38 22:21:50 v0.0.39 22:21:50 v0.0.4 22:21:50 v0.0.40 22:21:50 v0.0.41 22:21:50 v0.0.42 22:21:50 v0.0.43 22:21:50 v0.0.44 22:21:50 v0.0.45 22:21:50 v0.0.46 22:21:50 v0.0.47 22:21:50 v0.0.48 22:21:50 v0.0.49 22:21:50 v0.0.5 22:21:50 v0.0.50 22:21:50 v0.0.51 22:21:50 v0.0.52 22:21:50 v0.0.53 22:21:50 v0.0.54 22:21:50 v0.0.55 22:21:50 v0.0.56 22:21:50 v0.0.57 22:21:50 v0.0.58 22:21:50 v0.0.59 22:21:50 v0.0.6 22:21:50 v0.0.60 22:21:50 v0.0.61 22:21:50 v0.0.62 22:21:50 v0.0.63 22:21:50 v0.0.64 22:21:50 v0.0.65 22:21:50 v0.0.66 22:21:50 v0.0.67 22:21:50 v0.0.68 22:21:50 v0.0.69 22:21:50 v0.0.7 22:21:50 v0.0.70 22:21:50 v0.0.71 22:21:50 v0.0.72 22:21:50 v0.0.8 22:21:50 v0.0.9 22:21:50 v2.0.0 22:21:50 v2.0.0-dev.1 22:21:50 v2.0.0-dev.10 22:21:50 v2.0.0-dev.11 22:21:50 v2.0.0-dev.12 22:21:50 v2.0.0-dev.13 22:21:50 v2.0.0-dev.14 22:21:50 v2.0.0-dev.15 22:21:50 v2.0.0-dev.16 22:21:50 v2.0.0-dev.17 22:21:50 v2.0.0-dev.18 22:21:50 v2.0.0-dev.19 22:21:50 v2.0.0-dev.2 22:21:50 v2.0.0-dev.20 22:21:50 v2.0.0-dev.21 22:21:50 v2.0.0-dev.22 22:21:50 v2.0.0-dev.23 22:21:50 v2.0.0-dev.24 22:21:50 v2.0.0-dev.25 22:21:50 v2.0.0-dev.26 22:21:50 v2.0.0-dev.27 22:21:50 v2.0.0-dev.28 22:21:50 v2.0.0-dev.29 22:21:50 v2.0.0-dev.3 22:21:50 v2.0.0-dev.30 22:21:50 v2.0.0-dev.31 22:21:50 v2.0.0-dev.32 22:21:50 v2.0.0-dev.33 22:21:50 v2.0.0-dev.34 22:21:50 v2.0.0-dev.35 22:21:50 v2.0.0-dev.36 22:21:50 v2.0.0-dev.37 22:21:50 v2.0.0-dev.38 22:21:50 v2.0.0-dev.39 22:21:50 v2.0.0-dev.4 22:21:50 v2.0.0-dev.40 22:21:50 v2.0.0-dev.41 22:21:50 v2.0.0-dev.42 22:21:50 v2.0.0-dev.43 22:21:50 v2.0.0-dev.44 22:21:50 v2.0.0-dev.45 22:21:50 v2.0.0-dev.46 22:21:50 v2.0.0-dev.47 22:21:50 v2.0.0-dev.48 22:21:50 v2.0.0-dev.49 22:21:50 v2.0.0-dev.5 22:21:50 v2.0.0-dev.50 22:21:50 v2.0.0-dev.51 22:21:50 v2.0.0-dev.52 22:21:50 v2.0.0-dev.53 22:21:50 v2.0.0-dev.54 22:21:50 v2.0.0-dev.55 22:21:50 v2.0.0-dev.56 22:21:50 v2.0.0-dev.57 22:21:50 v2.0.0-dev.58 22:21:50 v2.0.0-dev.59 22:21:50 v2.0.0-dev.6 22:21:50 v2.0.0-dev.60 22:21:50 v2.0.0-dev.61 22:21:50 v2.0.0-dev.62 22:21:50 v2.0.0-dev.63 22:21:50 v2.0.0-dev.64 22:21:50 v2.0.0-dev.65 22:21:50 v2.0.0-dev.66 22:21:50 v2.0.0-dev.67 22:21:50 v2.0.0-dev.7 22:21:50 v2.0.0-dev.8 22:21:50 v2.0.0-dev.9 22:21:50 v2.0.1-dev.1 22:21:50 v2.0.1-dev.10 22:21:50 v2.0.1-dev.11 22:21:50 v2.0.1-dev.12 22:21:50 v2.0.1-dev.13 22:21:50 v2.0.1-dev.14 22:21:50 v2.0.1-dev.15 22:21:50 v2.0.1-dev.16 22:21:50 v2.0.1-dev.17 22:21:50 v2.0.1-dev.18 22:21:50 v2.0.1-dev.19 22:21:50 v2.0.1-dev.2 22:21:50 v2.0.1-dev.20 22:21:50 v2.0.1-dev.21 22:21:50 v2.0.1-dev.22 22:21:50 v2.0.1-dev.23 22:21:50 v2.0.1-dev.24 22:21:50 v2.0.1-dev.25 22:21:50 v2.0.1-dev.26 22:21:50 v2.0.1-dev.27 22:21:50 v2.0.1-dev.28 22:21:50 v2.0.1-dev.3 22:21:50 v2.0.1-dev.4 22:21:50 v2.0.1-dev.5 22:21:50 v2.0.1-dev.6 22:21:50 v2.0.1-dev.7 22:21:50 v2.0.1-dev.8 22:21:50 v2.0.1-dev.9 22:21:50 v2.1.0 22:21:50 v2.2.0-dev.10 22:21:50 v2.2.0-dev.11 22:21:50 v2.2.0-dev.12 22:21:50 v2.2.0-dev.13 22:21:50 v2.2.0-dev.14 22:21:50 v2.2.0-dev.15 22:21:50 v2.2.0-dev.16 22:21:50 v2.2.0-dev.17 22:21:50 v2.2.0-dev.18 22:21:50 v2.2.0-dev.19 22:21:50 v2.2.0-dev.6 22:21:50 v2.2.0-dev.7 22:21:50 v2.2.0-dev.8 22:21:50 v2.2.0-dev.9 [Pipeline] sh 22:21:50 + lftools sign git-tag v2.2.0-dev.19 22:21:51 Signing Git tag with Sigul... 22:21:51 Signing v2.2.0-dev.19 [Pipeline] echo 22:21:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:21:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:21:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:21:51 $ docker stop --time=1 ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 22:21:53 $ docker rm -f ca0689fce1998c23ee60d6ace1f62e8a8663619236c611b1525a79f447f10402 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:21:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:21:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 22:21:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:21:53 . [Pipeline] withDockerContainer 22:21:53 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:21:53 $ 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 22:21:54 $ docker top 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:54 [ssh-agent] Looking for ssh-agent implementation... 22:21:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:54 $ docker exec 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 ssh-agent 22:21:54 SSH_AUTH_SOCK=/tmp/ssh-pHpfoawOxMwE/agent.34 22:21:54 SSH_AGENT_PID=41 22:21:54 Running ssh-add (command line suppressed) 22:21:54 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) 22:21:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:55 + git semver bump pre 22:21:55 2022-04-27 22:21:55,256 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:55 2022-04-27 22:21:55,256 [bump_version] DEBUG bumping version:2.2.0-dev.19 on axis:pre with prefix:dev 22:21:55 2022-04-27 22:21:55,256 [bump_version] DEBUG bumped version:2.2.0-dev.20 22:21:55 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 22:21:55 2022-04-27 22:21:55,256 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:55 2022-04-27 22:21:55,256 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:55 2022-04-27 22:21:55,258 [execute] INFO git cat-file --batch-check 22:21:55 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=) 22:21:55 2022-04-27 22:21:55,263 [execute] INFO git cat-file --batch 22:21:55 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=) 22:21:55 2022-04-27 22:21:55,268 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:21:55 2.2.0-dev.20 [Pipeline] } 22:21:55 $ docker exec --env ******** --env ******** 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 ssh-agent -k 22:21:55 unset SSH_AUTH_SOCK; 22:21:55 unset SSH_AGENT_PID; 22:21:55 echo Agent pid 41 killed; 22:21:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:55 + git semver [Pipeline] } 22:21:56 $ docker stop --time=1 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 22:21:57 $ docker rm -f 2c72f0cfd7deb21beec321484a5fd1d0ac2a3e352ab5f670373cf8373aec8254 [Pipeline] // withDockerContainer [Pipeline] sh 22:21:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:21:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 22:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 22:21:57 . [Pipeline] withDockerContainer 22:21:58 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:21:58 $ 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 22:21:58 $ docker top 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:58 [ssh-agent] Looking for ssh-agent implementation... 22:21:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:58 $ docker exec 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd ssh-agent 22:21:58 SSH_AUTH_SOCK=/tmp/ssh-iRaFoH29qQvx/agent.33 22:21:58 SSH_AGENT_PID=40 22:21:58 Running ssh-add (command line suppressed) 22:21:58 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) 22:21:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:59 + git semver push 22:21:59 2022-04-27 22:21:59,483 [run_push] DEBUG push 22:21:59 2022-04-27 22:21:59,483 [execute] INFO git push origin semver 22:21:59 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) 22:22:00 2022-04-27 22:22:00,248 [run_push] DEBUG push all version tags 22:22:00 2022-04-27 22:22:00,249 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:22:00 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) 22:22:01 2022-04-27 22:22:01,140 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 22:22:01 2.2.0-dev.20 [Pipeline] } 22:22:01 $ docker exec --env ******** --env ******** 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd ssh-agent -k 22:22:01 unset SSH_AUTH_SOCK; 22:22:01 unset SSH_AGENT_PID; 22:22:01 echo Agent pid 40 killed; 22:22:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:01 + git semver [Pipeline] } 22:22:02 $ docker stop --time=1 3e05c5d15e3df13cd411d1f2ea8ae4d344d6b656d09fd6e7756294e738f05dcd 22:22:03 $ 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 22:22:04 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 22:22:04 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:04 total 16 22:22:04 drwxr-xr-x 3 root root 4096 Apr 27 22:16 . 22:22:04 drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 22:21 .. 22:22:04 drwxr-xr-x 2 root root 4096 Apr 27 22:16 cost 22:22:04 -rw-r--r-- 1 root root 87 Apr 27 22:16 cost.csv 22:22:04 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:04 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 22:22:04 total 16 22:22:04 drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 22:16 . 22:22:04 drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 22:21 .. 22:22:04 drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 22:16 cost 22:22:04 -rw-r--r-- 1 jenkins jenkins 87 Apr 27 22:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:22:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:22:05 ---> package-listing.sh 22:22:05 ++ tr '[:upper:]' '[:lower:]' 22:22:05 ++ facter osfamily 22:22:05 + OS_FAMILY=debian 22:22:05 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 22:22:05 + START_PACKAGES=/tmp/packages_start.txt 22:22:05 + END_PACKAGES=/tmp/packages_end.txt 22:22:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:22:05 + PACKAGES=/tmp/packages_start.txt 22:22:05 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 22:22:05 + PACKAGES=/tmp/packages_end.txt 22:22:05 + case "${OS_FAMILY}" in 22:22:05 + dpkg -l 22:22:05 + grep '^ii' 22:22:05 + '[' -f /tmp/packages_start.txt ']' 22:22:05 + '[' -f /tmp/packages_end.txt ']' 22:22:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:22:05 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 22:22:05 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 22:22:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 22:22:05 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 22:22:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:22:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:22:06 . [Pipeline] withDockerContainer 22:22:06 prd-ubuntu20.04-docker-8c-8g-33537 does not seem to be running inside a container 22:22:06 $ 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 22:22:06 $ docker top 69a5642e09a36b36b0a4451f934b33e57d0db61c931c0d17d6da1bbff1e6241a -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:07 + touch /tmp/pre-build-complete [Pipeline] sh 22:22:07 + mkdir -p /var/log/sysstat [Pipeline] sh 22:22:07 + ls /var/log/sa-host 22:22:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:22:07 provisioning config files... 22:22:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config1747691013189879633tmp [Pipeline] { [Pipeline] echo 22:22:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:22:08 ---> create-netrc.sh [Pipeline] } 22:22:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:22:08 ---> python-tools-install.sh [Pipeline] echo 22:22:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:22:08 ---> sudo-logs.sh 22:22:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:22:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:22:09 ---> job-cost.sh 22:22:09 lf-activate-venv: SKIPPING 22:22:09 DEBUG: total: 0.2199999988079071 22:22:09 INFO: Retrieving Stack Cost... 22:22:09 INFO: Retrieving Pricing Info for: v3-standard-8 22:22:09 INFO: Archiving Costs [Pipeline] echo 22:22:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:22:10 ---> logs-deploy.sh 22:22:10 lf-activate-venv: SKIPPING 22:22:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/45 22:22:10 INFO: archiving workspace using pattern(s): 22:22:11 Archives upload complete. 22:22:11 INFO: archiving logs to Nexus