Push event to branch jakarta Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 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-ssh9826757546051264503.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh6151544269915138686.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6669446668363791351.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 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-ssh17067288353269552722.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3839558265365025114.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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 Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-563’ is offline Running on prd-ubuntu20.04-docker-8c-8g-565 in /w/workspace/foundry_go-mod-bootstrap_jakarta [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 Avoid second fetch Checking out Revision 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 (jakarta) Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/foundry_go-mod-bootstrap_jakarta # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 # timeout=10 Commit message: "build: Update go-mods for those that changed for the v2.1.1 patch (#341)" > git rev-list --no-walk 6af216a4d7b9fedc09b3081074070da11714227e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:21:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:21:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:21:46 ========================================================= 19:21:46 EdgeX Global Pipelines Version Info 19:21:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:21:47 ------------------- 19:21:47 stable info: 19:21:47 ------------------- 19:21:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:47 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 19:21:47 Message: update stable to v1.0.230 19:21:47 ------------------- 19:21:47 experimental info: 19:21:47 ------------------- 19:21:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:21:47 Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e 19:21:47 Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = jakarta [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = jakarta [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = jakarta [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04d4e8d [Pipeline] echo 19:21:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:21:48 + git rev-list -1 --merges 04d4e8d8ddd1042e9d59580e8e780ff530b02f31~1..04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo 19:21:48 -----------> git rev-list -1 --merges 04d4e8d8ddd1042e9d59580e8e780ff530b02f31~1..04d4e8d8ddd1042e9d59580e8e780ff530b02f31 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [false] [Pipeline] sh 19:21:49 + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo 19:21:49 ========================================================= 19:21:49 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:21:49 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:49 + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo 19:21:49 [semverPrep] GIT_COMMIT: 04d4e8d8ddd1042e9d59580e8e780ff530b02f31, Commit Message: build: Update go-mods for those that changed for the v2.1.1 patch (#341) [Pipeline] echo 19:21:49 [semverPrep] This is not a build commit. [Pipeline] sh 19:21:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:21:49 + grep -v github /etc/ssh/ssh_known_hosts 19:21:49 + [ -e /tmp/ssh_known_hosts ] 19:21:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:21:49 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:21:49 sudo tee -a /etc/ssh/ssh_known_hosts 19:21:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:21:50 19:21:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:21:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:21:50 latest: Pulling from edgex-devops/py-git-semver 19:21:50 1fe172e4850f: Pulling fs layer 19:21:50 caf521ccaac6: Pulling fs layer 19:21:50 3ead6fa29328: Pulling fs layer 19:21:50 5c2a1cbceb83: Pulling fs layer 19:21:50 a8d5f1318db7: Pulling fs layer 19:21:50 c427282e49a2: Pulling fs layer 19:21:50 1827001aaf11: Pulling fs layer 19:21:50 0714d37db230: Pulling fs layer 19:21:50 ac28cf19c067: Pulling fs layer 19:21:50 ca983d60f3e2: Pulling fs layer 19:21:50 9f894cec8388: Pulling fs layer 19:21:50 a8d5f1318db7: Waiting 19:21:50 ac28cf19c067: Waiting 19:21:50 1827001aaf11: Waiting 19:21:50 0714d37db230: Waiting 19:21:50 5c2a1cbceb83: Waiting 19:21:50 ca983d60f3e2: Waiting 19:21:50 c427282e49a2: Waiting 19:21:51 caf521ccaac6: Verifying Checksum 19:21:51 caf521ccaac6: Download complete 19:21:51 5c2a1cbceb83: Download complete 19:21:51 a8d5f1318db7: Verifying Checksum 19:21:51 a8d5f1318db7: Download complete 19:21:51 c427282e49a2: Verifying Checksum 19:21:51 c427282e49a2: Download complete 19:21:51 3ead6fa29328: Verifying Checksum 19:21:51 3ead6fa29328: Download complete 19:21:51 0714d37db230: Verifying Checksum 19:21:51 0714d37db230: Download complete 19:21:51 ac28cf19c067: Verifying Checksum 19:21:51 ac28cf19c067: Download complete 19:21:51 ca983d60f3e2: Verifying Checksum 19:21:51 9f894cec8388: Download complete 19:21:51 1fe172e4850f: Verifying Checksum 19:21:51 1fe172e4850f: Download complete 19:21:51 1827001aaf11: Verifying Checksum 19:21:51 1827001aaf11: Download complete 19:21:52 1fe172e4850f: Pull complete 19:21:52 caf521ccaac6: Pull complete 19:21:53 3ead6fa29328: Pull complete 19:21:53 5c2a1cbceb83: Pull complete 19:21:53 a8d5f1318db7: Pull complete 19:21:53 c427282e49a2: Pull complete 19:21:55 1827001aaf11: Pull complete 19:21:55 0714d37db230: Pull complete 19:21:55 ac28cf19c067: Pull complete 19:21:55 ca983d60f3e2: Pull complete 19:21:55 9f894cec8388: Pull complete 19:21:55 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 19:21:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:21:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:21:55 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:21:57 $ docker top 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d -eo pid,comm 19:21:57 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). 19:21:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:21:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:57 [ssh-agent] Looking for ssh-agent implementation... 19:21:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:57 $ docker exec 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent 19:21:58 SSH_AUTH_SOCK=/tmp/ssh-ukXdytyqFJ8t/agent.34 19:21:58 SSH_AGENT_PID=41 19:21:58 Running ssh-add (command line suppressed) 19:21:58 Identity added: /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_7672435650734345431.key (/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_7672435650734345431.key) 19:21:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:58 + git tag --points-at HEAD [Pipeline] } 19:21:58 $ docker exec --env ******** --env ******** 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent -k 19:21:58 unset SSH_AUTH_SOCK; 19:21:58 unset SSH_AGENT_PID; 19:21:58 echo Agent pid 41 killed; 19:21:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:21:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:21:58 [ssh-agent] Looking for ssh-agent implementation... 19:21:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:21:58 $ docker exec 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent 19:21:58 SSH_AUTH_SOCK=/tmp/ssh-OH4IgCkNUwW3/agent.73 19:21:58 SSH_AGENT_PID=79 19:21:58 Running ssh-add (command line suppressed) 19:21:58 Identity added: /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_3497473471943795776.key (/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_3497473471943795776.key) 19:21:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:21:59 + git semver init 19:21:59 2022-06-01 19:21:59,483 [run_init] DEBUG init version:0.0.0 force:False 19:21:59 2022-06-01 19:21:59,484 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver 19:21:59 2022-06-01 19:21:59,484 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver 19:21:59 2022-06-01 19:21:59,485 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta, universal_newlines=False, shell=None, istream=None) 19:22:00 2022-06-01 19:22:00,203 [append_file] DEBUG append to file:/w/workspace/foundry_go-mod-bootstrap_jakarta/.git/info/exclude 19:22:00 2022-06-01 19:22:00,203 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta with force:False 19:22:00 2022-06-01 19:22:00,203 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:22:00 2022-06-01 19:22:00,204 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:22:00 2.1.1-dev.2 [Pipeline] } 19:22:00 $ docker exec --env ******** --env ******** 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent -k 19:22:00 unset SSH_AUTH_SOCK; 19:22:00 unset SSH_AGENT_PID; 19:22:00 echo Agent pid 79 killed; 19:22:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:22:01 + git semver [Pipeline] } 19:22:01 $ docker stop --time=1 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d 19:22:02 $ docker rm -f 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d [Pipeline] // withDockerContainer [Pipeline] sh 19:22:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:22:03 Stashed 1 file(s) [Pipeline] echo 19:22:03 [edgeXSemver]: initialized semver on version 2.1.1-dev.2 [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 19:22:03 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:22:03 ========================================================= 19:22:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] 19:22:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 19:22:03 + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 19:22:03 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base 19:22:03 59bf1c3509f3: Pulling fs layer 19:22:03 666ba61612fd: Pulling fs layer 19:22:03 8ed8ca486205: Pulling fs layer 19:22:03 4fe6c5a15a65: Pulling fs layer 19:22:03 22a0e8bec74d: Pulling fs layer 19:22:03 812f408151ee: Pulling fs layer 19:22:03 bab7bd504b26: Pulling fs layer 19:22:03 070449caade9: Pulling fs layer 19:22:03 8f1a5288e3a6: Pulling fs layer 19:22:03 4fe6c5a15a65: Waiting 19:22:03 22a0e8bec74d: Waiting 19:22:03 812f408151ee: Waiting 19:22:03 bab7bd504b26: Waiting 19:22:03 070449caade9: Waiting 19:22:03 8f1a5288e3a6: Waiting 19:22:03 8ed8ca486205: Verifying Checksum 19:22:03 8ed8ca486205: Download complete 19:22:03 666ba61612fd: Download complete 19:22:03 22a0e8bec74d: Download complete 19:22:03 812f408151ee: Download complete 19:22:03 bab7bd504b26: Download complete 19:22:03 59bf1c3509f3: Verifying Checksum 19:22:03 59bf1c3509f3: Download complete 19:22:03 070449caade9: Verifying Checksum 19:22:03 59bf1c3509f3: Pull complete 19:22:03 666ba61612fd: Pull complete 19:22:04 8ed8ca486205: Pull complete 19:22:04 8f1a5288e3a6: Verifying Checksum 19:22:04 8f1a5288e3a6: Download complete 19:22:04 4fe6c5a15a65: Verifying Checksum 19:22:04 4fe6c5a15a65: Download complete 19:22:08 4fe6c5a15a65: Pull complete 19:22:08 22a0e8bec74d: Pull complete 19:22:08 812f408151ee: Pull complete 19:22:08 bab7bd504b26: Pull complete 19:22:08 070449caade9: Pull complete 19:22:10 8f1a5288e3a6: Pull complete 19:22:10 Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 19:22:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 19:22:10 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] sh 19:22:10 + docker tag nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:11 + docker inspect -f . ci-base-image-x86_64 19:22:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:11 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:22:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:22:13 $ docker top 183fe1c2bbd2d0d709468cdadd80e732011a538b0c6074f601ff4e9ffe99118b -eo pid,comm [Pipeline] { [Pipeline] sh 19:22:13 + go version 19:22:13 go version go1.17.6 linux/amd64 [Pipeline] } 19:22:13 $ docker stop --time=1 183fe1c2bbd2d0d709468cdadd80e732011a538b0c6074f601ff4e9ffe99118b 19:22:14 $ docker rm -f 183fe1c2bbd2d0d709468cdadd80e732011a538b0c6074f601ff4e9ffe99118b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:15 + docker inspect -f . ci-base-image-x86_64 19:22:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:15 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:22:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:22:15 $ docker top ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 19:22:16 + make test 19:22:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:22:18 Still waiting to schedule task 19:22:18 ‘prd-ubuntu20.04-docker-arm64-4c-16g-564’ is offline 19:22:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.011s coverage: 5.0% of statements 19:22:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.012s coverage: 92.2% of statements 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.010s coverage: 85.3% of statements 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.011s coverage: 24.1% of statements 19:22:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 19:22:21 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.007s coverage: 100.0% of statements 19:22:21 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.012s coverage: 25.0% of statements 19:22:24 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 79.7% of statements 19:22:24 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 19:22:24 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 19:22:24 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.018s coverage: 91.3% of statements 19:22:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:22:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:22:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 19:22:27 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 19:22:27 + go mod tidy 19:22:28 go: downloading github.com/stretchr/testify v1.7.0 19:22:28 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 19:22:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 19:22:28 go: downloading github.com/pelletier/go-toml v1.9.4 19:22:28 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 19:22:28 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1-dev.1 19:22:28 go: downloading github.com/gorilla/mux v1.8.0 19:22:28 go: downloading github.com/hashicorp/go-multierror v1.1.0 19:22:28 go: downloading github.com/pmezard/go-difflib v1.0.0 19:22:28 go: downloading github.com/davecgh/go-spew v1.1.1 19:22:28 go: downloading github.com/stretchr/objx v0.1.1 19:22:28 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 19:22:28 go: downloading github.com/go-kit/kit v0.11.0 19:22:28 go: downloading github.com/go-playground/validator/v10 v10.9.0 19:22:28 go: downloading github.com/google/uuid v1.3.0 19:22:28 go: downloading github.com/hashicorp/errwrap v1.0.0 19:22:28 go: downloading github.com/hashicorp/consul/api v1.9.1 19:22:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:22:28 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 19:22:28 go: downloading github.com/mitchellh/copystructure v1.0.0 19:22:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:22:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:22:28 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 19:22:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:22:28 go: downloading github.com/x448/float16 v0.8.4 19:22:28 go: downloading github.com/kr/pretty v0.3.0 19:22:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:22:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:22:28 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:22:28 go: downloading github.com/hashicorp/serf v0.9.5 19:22:28 go: downloading github.com/hashicorp/consul/sdk v0.8.0 19:22:28 go: downloading github.com/hashicorp/go-uuid v1.0.1 19:22:28 go: downloading github.com/kr/text v0.2.0 19:22:28 go: downloading github.com/rogpeppe/go-internal v1.8.0 19:22:28 go: downloading github.com/go-playground/universal-translator v0.18.0 19:22:28 go: downloading github.com/leodido/go-urn v1.2.1 19:22:28 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 19:22:28 go: downloading golang.org/x/text v0.3.6 19:22:28 go: downloading github.com/go-playground/assert/v2 v2.0.1 19:22:28 go: downloading github.com/go-playground/locales v0.14.0 19:22:28 go: downloading github.com/mitchellh/go-homedir v1.1.0 19:22:28 go: downloading github.com/pkg/errors v0.9.1 19:22:28 go: downloading github.com/fatih/color v1.9.0 19:22:28 go: downloading github.com/mattn/go-colorable v0.1.6 19:22:28 go: downloading github.com/mattn/go-isatty v0.0.12 19:22:28 go: downloading github.com/go-logfmt/logfmt v0.5.0 19:22:28 go: downloading github.com/go-stack/stack v1.8.0 19:22:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:22:28 go: downloading github.com/hashicorp/go-msgpack v0.5.3 19:22:28 go: downloading github.com/hashicorp/memberlist v0.2.2 19:22:28 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 19:22:28 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 19:22:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:22:28 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:22:28 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:22:28 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 19:22:28 go: downloading github.com/miekg/dns v1.1.26 19:22:29 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:22:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:22:29 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [Pipeline] } 19:22:29 $ docker stop --time=1 ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d 19:22:31 $ docker rm -f ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d [Pipeline] // withDockerContainer [Pipeline] sh 19:22:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:22:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:22:32 19:22:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:22:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:22:33 latest: Pulling from edgex-lftools-log-publisher 19:22:33 5eb5b503b376: Pulling fs layer 19:22:33 5c69ac0246d0: Pulling fs layer 19:22:33 ec43610c2a17: Pulling fs layer 19:22:33 3a2ae6a8a46f: Pulling fs layer 19:22:33 3a2ae6a8a46f: Waiting 19:22:33 33b1e0a273af: Pulling fs layer 19:22:33 5d3b04190fa2: Pulling fs layer 19:22:33 2f39f015ded8: Pulling fs layer 19:22:33 2f39f015ded8: Waiting 19:22:33 33b1e0a273af: Waiting 19:22:33 5d3b04190fa2: Waiting 19:22:33 5c69ac0246d0: Download complete 19:22:33 3a2ae6a8a46f: Verifying Checksum 19:22:33 3a2ae6a8a46f: Download complete 19:22:33 33b1e0a273af: Verifying Checksum 19:22:33 33b1e0a273af: Download complete 19:22:33 5d3b04190fa2: Verifying Checksum 19:22:33 5d3b04190fa2: Download complete 19:22:33 ec43610c2a17: Verifying Checksum 19:22:33 ec43610c2a17: Download complete 19:22:33 5eb5b503b376: Verifying Checksum 19:22:33 5eb5b503b376: Download complete 19:22:33 2f39f015ded8: Download complete 19:22:34 5eb5b503b376: Pull complete 19:22:34 5c69ac0246d0: Pull complete 19:22:34 ec43610c2a17: Pull complete 19:22:35 3a2ae6a8a46f: Pull complete 19:22:35 33b1e0a273af: Pull complete 19:22:35 5d3b04190fa2: Pull complete 19:22:39 2f39f015ded8: Pull complete 19:22:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:22:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:22:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:22:39 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:22:39 $ 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/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:22:41 $ docker top 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:22:41 ---> job-cost.sh 19:22:41 lf-activate-venv: SKIPPING 19:22:41 INFO: No Stack... 19:22:42 INFO: Retrieving Pricing Info for: v3-standard-8 19:22:42 INFO: Archiving Costs [Pipeline] sh 19:22:43 + cat /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/cost.csv 19:22:43 + cut -d, -f6 [Pipeline] lock 19:22:43 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] 19:22:43 Resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] did not exist. Created. 19:22:43 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:22:43 + echo total: 0.2199999988079071 [Pipeline] stash 19:22:43 Stashed 1 file(s) [Pipeline] } 19:22:43 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } 19:22:43 $ docker stop --time=1 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 19:22:44 $ docker rm -f 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:23:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-566 in /w/workspace/foundry_go-mod-bootstrap_jakarta [Pipeline] { [Pipeline] ws 19:23:55 Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout 19:23:55 Selected Git installation does not exist. Using Default 19:23:55 The recommended git tool is: NONE 19:24:02 using credential edgex-jenkins-ssh 19:24:02 Cloning the remote Git repository 19:24:02 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:24:02 > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 19:24:02 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:24:02 > git --version # timeout=10 19:24:02 > git --version # 'git version 2.25.1' 19:24:02 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:03 Avoid second fetch 19:24:03 Checking out Revision 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 (jakarta) 19:24:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:24:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:24:03 > git config core.sparsecheckout # timeout=10 19:24:03 > git checkout -f 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 # timeout=10 19:24:08 Commit message: "build: Update go-mods for those that changed for the v2.1.1 patch (#341)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:24:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:24:09 % Total % Received % Xferd Average Speed Time Time Time Current 19:24:09 Dload Upload Total Spent Left Speed 19:24:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 43917 0 --:--:-- --:--:-- --:--:-- 44075 [Pipeline] sh 19:24:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:24:10 + sudo tee /etc/docker/daemon.new 19:24:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:24:10 { 19:24:10 "registry-mirrors": [ 19:24:10 "https://nexus3.edgexfoundry.org:10001" 19:24:10 ], 19:24:10 "bip": "10.250.0.254/24", 19:24:10 "hosts": [ 19:24:10 "tcp://0.0.0.0:5555", 19:24:10 "unix:///var/run/docker.sock" 19:24:10 ], 19:24:10 "mtu": 1458, 19:24:10 "selinux-enabled": true, 19:24:10 "seccomp-profile": "/etc/docker/seccomp.json" 19:24:10 } [Pipeline] sh 19:24:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:24:10 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 19:24:29 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:24:29 ========================================================= 19:24:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] 19:24:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 19:24:29 + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 19:24:30 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 19:24:30 9b3977197b4f: Pulling fs layer 19:24:30 1a89e8eeedd5: Pulling fs layer 19:24:30 94645a83ff95: Pulling fs layer 19:24:30 3f3a8bcf1eab: Pulling fs layer 19:24:30 0c92f367c5e7: Pulling fs layer 19:24:30 63b1bc5785f6: Pulling fs layer 19:24:30 626d30ff41c6: Pulling fs layer 19:24:30 de1d54c125be: Pulling fs layer 19:24:30 3f3a8bcf1eab: Waiting 19:24:30 0c92f367c5e7: Waiting 19:24:30 63b1bc5785f6: Waiting 19:24:30 de1d54c125be: Waiting 19:24:30 94645a83ff95: Download complete 19:24:30 1a89e8eeedd5: Verifying Checksum 19:24:30 0c92f367c5e7: Verifying Checksum 19:24:30 0c92f367c5e7: Download complete 19:24:30 63b1bc5785f6: Verifying Checksum 19:24:30 63b1bc5785f6: Download complete 19:24:30 9b3977197b4f: Download complete 19:24:30 626d30ff41c6: Verifying Checksum 19:24:30 626d30ff41c6: Download complete 19:24:31 9b3977197b4f: Pull complete 19:24:32 1a89e8eeedd5: Pull complete 19:24:32 94645a83ff95: Pull complete 19:24:32 de1d54c125be: Verifying Checksum 19:24:32 de1d54c125be: Download complete 19:24:33 3f3a8bcf1eab: Verifying Checksum 19:24:33 3f3a8bcf1eab: Download complete 19:24:45 3f3a8bcf1eab: Pull complete 19:24:45 0c92f367c5e7: Pull complete 19:24:45 63b1bc5785f6: Pull complete 19:24:45 626d30ff41c6: Pull complete 19:24:52 de1d54c125be: Pull complete 19:24:52 Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 19:24:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 19:24:52 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] sh 19:24:52 + docker tag nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:53 + docker inspect -f . ci-base-image-arm64 19:24:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:24:53 prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 19:24:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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-arm64 cat 19:24:56 $ docker top 332fd3a393b972aa76f388fdd484ee5d1ca042beb640f7feecebaf614b3c06f7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:57 + go version 19:24:57 go version go1.17.6 linux/arm64 [Pipeline] } 19:24:57 $ docker stop --time=1 332fd3a393b972aa76f388fdd484ee5d1ca042beb640f7feecebaf614b3c06f7 19:24:58 $ docker rm -f 332fd3a393b972aa76f388fdd484ee5d1ca042beb640f7feecebaf614b3c06f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:59 + docker inspect -f . ci-base-image-arm64 19:24:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:24:59 prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 19:24:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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-arm64 cat 19:25:00 $ docker top 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 19:25:01 + make test 19:25:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:25:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 19:25:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.087s coverage: 5.0% of statements 19:25:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 19:25:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.080s coverage: 92.2% of statements 19:25:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.029s coverage: 85.3% of statements 19:25:41 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.043s coverage: 24.1% of statements 19:25:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 19:25:41 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 19:25:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.191s coverage: 100.0% of statements 19:25:43 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.040s coverage: 25.0% of statements 19:25:47 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.072s coverage: 79.7% of statements 19:25:47 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 19:25:47 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 19:25:47 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements 19:25:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:26:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:26:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 19:26:03 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 19:26:03 + go mod tidy 19:26:04 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 19:26:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 19:26:04 go: downloading github.com/pelletier/go-toml v1.9.4 19:26:04 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1-dev.1 19:26:04 go: downloading github.com/stretchr/testify v1.7.0 19:26:04 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 19:26:05 go: downloading github.com/gorilla/mux v1.8.0 19:26:05 go: downloading github.com/hashicorp/go-multierror v1.1.0 19:26:05 go: downloading github.com/davecgh/go-spew v1.1.1 19:26:05 go: downloading github.com/pmezard/go-difflib v1.0.0 19:26:05 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 19:26:05 go: downloading github.com/go-kit/kit v0.11.0 19:26:05 go: downloading github.com/stretchr/objx v0.1.1 19:26:05 go: downloading github.com/go-playground/validator/v10 v10.9.0 19:26:05 go: downloading github.com/google/uuid v1.3.0 19:26:05 go: downloading github.com/hashicorp/errwrap v1.0.0 19:26:05 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 19:26:05 go: downloading github.com/hashicorp/consul/api v1.9.1 19:26:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:05 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 19:26:05 go: downloading github.com/go-playground/universal-translator v0.18.0 19:26:05 go: downloading github.com/leodido/go-urn v1.2.1 19:26:05 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 19:26:05 go: downloading golang.org/x/text v0.3.6 19:26:05 go: downloading github.com/go-playground/assert/v2 v2.0.1 19:26:05 go: downloading github.com/go-playground/locales v0.14.0 19:26:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:26:09 go: downloading github.com/mitchellh/copystructure v1.0.0 19:26:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:26:09 go: downloading github.com/kr/pretty v0.3.0 19:26:09 go: downloading github.com/x448/float16 v0.8.4 19:26:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:26:09 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:26:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:26:09 go: downloading github.com/hashicorp/serf v0.9.5 19:26:09 go: downloading github.com/hashicorp/consul/sdk v0.8.0 19:26:09 go: downloading github.com/hashicorp/go-uuid v1.0.1 19:26:09 go: downloading github.com/go-logfmt/logfmt v0.5.0 19:26:09 go: downloading github.com/go-stack/stack v1.8.0 19:26:09 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 19:26:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:26:09 go: downloading github.com/kr/text v0.2.0 19:26:09 go: downloading github.com/rogpeppe/go-internal v1.8.0 19:26:09 go: downloading github.com/fatih/color v1.9.0 19:26:09 go: downloading github.com/mattn/go-colorable v0.1.6 19:26:09 go: downloading github.com/mattn/go-isatty v0.0.12 19:26:09 go: downloading github.com/mitchellh/go-homedir v1.1.0 19:26:09 go: downloading github.com/pkg/errors v0.9.1 19:26:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:09 go: downloading github.com/hashicorp/go-msgpack v0.5.3 19:26:09 go: downloading github.com/hashicorp/memberlist v0.2.2 19:26:09 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 19:26:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:26:09 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:26:09 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:26:09 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 19:26:09 go: downloading github.com/miekg/dns v1.1.26 19:26:09 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:26:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:26:09 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [Pipeline] } 19:26:10 $ docker stop --time=1 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 19:26:12 $ docker rm -f 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 [Pipeline] // withDockerContainer [Pipeline] sh 19:26:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:26:14 Warning: overwriting stash ‘coverage-report’ 19:26:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:26:15 19:26:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:26:16 arm64: Pulling from edgex-lftools-log-publisher 19:26:16 8998bd30e6a1: Pulling fs layer 19:26:16 04944245beec: Pulling fs layer 19:26:16 699f458cf7ca: Pulling fs layer 19:26:16 765212b225bb: Pulling fs layer 19:26:16 f23df028b6ca: Pulling fs layer 19:26:16 d65c8cfc05b1: Pulling fs layer 19:26:16 2437ff75d9bd: Pulling fs layer 19:26:16 f23df028b6ca: Waiting 19:26:16 d65c8cfc05b1: Waiting 19:26:16 2437ff75d9bd: Waiting 19:26:16 765212b225bb: Waiting 19:26:16 04944245beec: Verifying Checksum 19:26:16 04944245beec: Download complete 19:26:16 765212b225bb: Verifying Checksum 19:26:16 765212b225bb: Download complete 19:26:16 f23df028b6ca: Download complete 19:26:16 d65c8cfc05b1: Verifying Checksum 19:26:16 d65c8cfc05b1: Download complete 19:26:16 699f458cf7ca: Verifying Checksum 19:26:16 699f458cf7ca: Download complete 19:26:16 8998bd30e6a1: Verifying Checksum 19:26:16 8998bd30e6a1: Download complete 19:26:19 2437ff75d9bd: Verifying Checksum 19:26:19 2437ff75d9bd: Download complete 19:26:20 8998bd30e6a1: Pull complete 19:26:21 04944245beec: Pull complete 19:26:22 699f458cf7ca: Pull complete 19:26:22 765212b225bb: Pull complete 19:26:23 f23df028b6ca: Pull complete 19:26:24 d65c8cfc05b1: Pull complete 19:26:39 2437ff75d9bd: Pull complete 19:26:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:26:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:26:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:26:39 prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 19:26:39 $ 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/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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:arm64 cat 19:26:41 $ docker top f80313f1b4d7fc7a10a0b99417f6c37bf4c8e8e1383011657536f1a8928a7328 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:26:42 ---> job-cost.sh 19:26:42 lf-activate-venv: SKIPPING 19:26:42 INFO: No Stack... 19:26:43 INFO: Retrieving Pricing Info for: v3-standard-4 19:26:43 INFO: Archiving Costs [Pipeline] sh 19:26:44 + cat /w/workspace/go-mod-bootstrap/4/archives/cost.csv 19:26:44 + cut -d, -f6 [Pipeline] lock 19:26:44 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] 19:26:44 Resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] did not exist. Created. 19:26:44 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:26:45 /w/workspace/go-mod-bootstrap/4@tmp/durable-6248ea56/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:26:46 + echo total: 0.10999999940395355 [Pipeline] stash 19:26:46 Warning: overwriting stash ‘stack-cost’ 19:26:46 Stashed 1 file(s) [Pipeline] } 19:26:46 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } 19:26:46 $ docker stop --time=1 f80313f1b4d7fc7a10a0b99417f6c37bf4c8e8e1383011657536f1a8928a7328 19:26:47 $ docker rm -f f80313f1b4d7fc7a10a0b99417f6c37bf4c8e8e1383011657536f1a8928a7328 [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 19:26:48 provisioning config files... 19:26:48 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config1726329495423275722tmp [Pipeline] { [Pipeline] sh 19:26:48 + set +x 19:26:48 + curl -s https://codecov.io/bash 19:26:48 + bash -s -- 19:26:48 19:26:48 _____ _ 19:26:48 / ____| | | 19:26:48 | | ___ __| | ___ ___ _____ __ 19:26:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:26:48 | |___| (_) | (_| | __/ (_| (_) \ V / 19:26:48 \_____\___/ \__,_|\___|\___\___/ \_/ 19:26:48 Bash-1.0.6 19:26:48 19:26:48 19:26:48 ==> git version 2.25.1 found 19:26:48 ==> 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 19:26:48 Release-Date: 2020-01-08 19:26:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:26:48 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:26:48 ==> Jenkins CI detected. 19:26:48 current dir:  /w/workspace/foundry_go-mod-bootstrap_jakarta 19:26:48 project root: . 19:26:48 --> token set from env 19:26:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:26:48 ==> Running gcov in . (disable via -X gcov) 19:26:48 ==> Python coveragepy not found 19:26:48 ==> Searching for coverage reports in: 19:26:48 + . 19:26:48 -> Found 1 reports 19:26:48 ==> Detecting git/mercurial file structure 19:26:48 ==> Reading reports 19:26:48 + ./coverage.out bytes=42399 19:26:48 ==> Appending adjustments 19:26:48 https://docs.codecov.io/docs/fixing-reports 19:26:48 + Found adjustments 19:26:48 ==> Gzipping contents 19:26:48 16K /tmp/codecov.lpmb1C.gz 19:26:48 ==> Uploading reports 19:26:48 url: https://codecov.io 19:26:48 query: branch=jakarta&commit=04d4e8d8ddd1042e9d59580e8e780ff530b02f31&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:26:48 -> Pinging Codecov 19:26:48 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=jakarta&commit=04d4e8d8ddd1042e9d59580e8e780ff530b02f31&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 19:26:49 -> Uploading to 19:26:49 https://storage.googleapis.com/codecov/v4/raw/2022-06-01/833815588EE85121546D348822E98E2E/04d4e8d8ddd1042e9d59580e8e780ff530b02f31/618a1832-e9ba-420e-864b-e62319a1a50e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220601%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220601T192648Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab26aced9098edfee912674431319a9d7796e1a829313366d9a97ed62986ce5e 19:26:49 % Total % Received % Xferd Average Speed Time Time Time Current 19:26:49 Dload Upload Total Spent Left Speed 19:26:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12329 0 0 100 12329 0 50322 --:--:-- --:--:-- --:--:-- 50322 19:26:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] } 19:26:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:26:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:26:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:26:49 19:26:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:26:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:26:50 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:26:50 df9b9388f04a: Pulling fs layer 19:26:50 52dc419b0ee2: Pulling fs layer 19:26:50 25bc292e5bac: Pulling fs layer 19:26:50 114826534d7a: Pulling fs layer 19:26:50 4657fd5d0bcf: Pulling fs layer 19:26:50 6ad1cebc031e: Pulling fs layer 19:26:50 8a3aa393b2d8: Pulling fs layer 19:26:50 114826534d7a: Waiting 19:26:50 4657fd5d0bcf: Waiting 19:26:50 6ad1cebc031e: Waiting 19:26:50 8a3aa393b2d8: Waiting 19:26:50 25bc292e5bac: Download complete 19:26:50 52dc419b0ee2: Verifying Checksum 19:26:50 52dc419b0ee2: Download complete 19:26:50 4657fd5d0bcf: Download complete 19:26:50 df9b9388f04a: Verifying Checksum 19:26:50 df9b9388f04a: Download complete 19:26:50 df9b9388f04a: Pull complete 19:26:50 6ad1cebc031e: Verifying Checksum 19:26:50 6ad1cebc031e: Download complete 19:26:50 52dc419b0ee2: Pull complete 19:26:50 25bc292e5bac: Pull complete 19:26:50 114826534d7a: Verifying Checksum 19:26:50 114826534d7a: Download complete 19:26:51 8a3aa393b2d8: Verifying Checksum 19:26:51 8a3aa393b2d8: Download complete 19:26:54 114826534d7a: Pull complete 19:26:54 4657fd5d0bcf: Pull complete 19:26:55 6ad1cebc031e: Pull complete 19:26:57 8a3aa393b2d8: Pull complete 19:26:57 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 19:26:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:26:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:26:57 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:26:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:26:59 $ docker top 3bdf50a67c3ca9dbcd22b6bb13790dbd284a20b2d2db437d75434b76b3b62ce1 -eo pid,comm [Pipeline] { [Pipeline] echo 19:27:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:27:00 + set -o pipefail 19:27:00 + snyk monitor '--org=edgex-jenkins' 19:27:02 19:27:02 Monitoring /w/workspace/foundry_go-mod-bootstrap_jakarta (github.com/edgexfoundry/go-mod-bootstrap/v2)... 19:27:02 19:27:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e52352ad-0e9a-424a-b25c-471ee5da2a0a/history/2aecdea3-7b2b-460b-809a-f55a0e2b09f9 19:27:02 19:27:02 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:27:02 19:27:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:27:02 19:27:02 [Pipeline] } 19:27:02 $ docker stop --time=1 3bdf50a67c3ca9dbcd22b6bb13790dbd284a20b2d2db437d75434b76b3b62ce1 19:27:04 $ docker rm -f 3bdf50a67c3ca9dbcd22b6bb13790dbd284a20b2d2db437d75434b76b3b62ce1 [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 19:27:04 + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] sh 19:27:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:27:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:27:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:05 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:27:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:27:05 $ docker top 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:06 [ssh-agent] Looking for ssh-agent implementation... 19:27:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:06 $ docker exec 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f ssh-agent 19:27:06 SSH_AUTH_SOCK=/tmp/ssh-K3vuEwU7uGHA/agent.32 19:27:06 SSH_AGENT_PID=39 19:27:06 Running ssh-add (command line suppressed) 19:27:06 Identity added: /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_4768931269772889427.key (/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_4768931269772889427.key) 19:27:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:06 + git semver tag 19:27:06 2022-06-01 19:27:06,844 [run_tag] DEBUG tag force:False 19:27:06 2022-06-01 19:27:06,844 [check_head_tag] DEBUG check head tag 19:27:06 2022-06-01 19:27:06,846 [execute] INFO git cat-file --batch-check 19:27:06 2022-06-01 19:27:06,846 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta, universal_newlines=False, shell=None, istream=) 19:27:06 2022-06-01 19:27:06,852 [execute] INFO git cat-file --batch 19:27:06 2022-06-01 19:27:06,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta, universal_newlines=False, shell=None, istream=) 19:27:06 2022-06-01 19:27:06,881 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:06 2022-06-01 19:27:06,882 [execute] INFO git tag -a v2.1.1-dev.2 -m v2.1.1-dev.2 19:27:06 2022-06-01 19:27:06,882 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.1-dev.2', '-m', 'v2.1.1-dev.2'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta, universal_newlines=False, shell=None, istream=None) 19:27:06 2022-06-01 19:27:06,886 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:06 2.1.1-dev.2 [Pipeline] } 19:27:06 $ docker exec --env ******** --env ******** 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f ssh-agent -k 19:27:07 unset SSH_AUTH_SOCK; 19:27:07 unset SSH_AGENT_PID; 19:27:07 echo Agent pid 39 killed; 19:27:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:07 + git semver [Pipeline] } 19:27:07 $ docker stop --time=1 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f 19:27:08 $ docker rm -f 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:09 19:27:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:09 0.23.1-centos7: Pulling from edgex-lftools 19:27:09 ab5ef0e58194: Pulling fs layer 19:27:09 9712f1f96733: Pulling fs layer 19:27:09 63f879dbbcfc: Pulling fs layer 19:27:09 0d9ebad4ef96: Pulling fs layer 19:27:09 e9a5061849ea: Pulling fs layer 19:27:09 d747dcd14b5f: Pulling fs layer 19:27:09 2de7ff778b66: Pulling fs layer 19:27:09 e9a5061849ea: Waiting 19:27:09 d747dcd14b5f: Waiting 19:27:09 2de7ff778b66: Waiting 19:27:09 0d9ebad4ef96: Waiting 19:27:09 9712f1f96733: Verifying Checksum 19:27:09 9712f1f96733: Download complete 19:27:09 63f879dbbcfc: Verifying Checksum 19:27:09 63f879dbbcfc: Download complete 19:27:10 ab5ef0e58194: Verifying Checksum 19:27:10 ab5ef0e58194: Download complete 19:27:10 d747dcd14b5f: Verifying Checksum 19:27:10 d747dcd14b5f: Download complete 19:27:10 0d9ebad4ef96: Verifying Checksum 19:27:10 0d9ebad4ef96: Download complete 19:27:10 e9a5061849ea: Verifying Checksum 19:27:10 e9a5061849ea: Download complete 19:27:10 2de7ff778b66: Verifying Checksum 19:27:10 2de7ff778b66: Download complete 19:27:13 ab5ef0e58194: Pull complete 19:27:13 9712f1f96733: Pull complete 19:27:13 63f879dbbcfc: Pull complete 19:27:17 0d9ebad4ef96: Pull complete 19:27:17 e9a5061849ea: Pull complete 19:27:17 d747dcd14b5f: Pull complete 19:27:19 2de7ff778b66: Pull complete 19:27:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:27:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:27:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:19 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:27:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:27:22 $ docker top cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:27:22 provisioning config files... 19:27:22 copy managed file [sigul-config] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config4180154065222015943tmp 19:27:22 copy managed file [sigul-password] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config8667386046579740662tmp 19:27:22 copy managed file [sigul-pki] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config1254801951871044503tmp [Pipeline] { [Pipeline] echo 19:27:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:27:22 ---> sigul-configuration.sh 19:27:22 gpg: directory `/root/.gnupg' created 19:27:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:27:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:27:22 gpg: keyring `/root/.gnupg/secring.gpg' created 19:27:22 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:27:22 gpg: CAST5 encrypted data 19:27:22 gpg: encrypted with 1 passphrase 19:27:22 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:27:22 + mkdir /home/jenkins 19:27:22 + mkdir /home/jenkins/sigul [Pipeline] sh 19:27:23 + 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 19:27:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:27:23 ---> sigul-install.sh 19:27:23 Sigul already installed; skipping installation. [Pipeline] sh 19:27:23 + git tag --list 19:27:23 v0.0.1 19:27:23 v0.0.10 19:27:23 v0.0.11 19:27:23 v0.0.12 19:27:23 v0.0.13 19:27:23 v0.0.14 19:27:23 v0.0.15 19:27:23 v0.0.16 19:27:23 v0.0.17 19:27:23 v0.0.18 19:27:23 v0.0.19 19:27:23 v0.0.2 19:27:23 v0.0.20 19:27:23 v0.0.21 19:27:23 v0.0.22 19:27:23 v0.0.23 19:27:23 v0.0.24 19:27:23 v0.0.25 19:27:23 v0.0.26 19:27:23 v0.0.27 19:27:23 v0.0.28 19:27:23 v0.0.29 19:27:23 v0.0.3 19:27:23 v0.0.30 19:27:23 v0.0.31 19:27:23 v0.0.32 19:27:23 v0.0.33 19:27:23 v0.0.34 19:27:23 v0.0.35 19:27:23 v0.0.36 19:27:23 v0.0.37 19:27:23 v0.0.38 19:27:23 v0.0.39 19:27:23 v0.0.4 19:27:23 v0.0.40 19:27:23 v0.0.41 19:27:23 v0.0.42 19:27:23 v0.0.43 19:27:23 v0.0.44 19:27:23 v0.0.45 19:27:23 v0.0.46 19:27:23 v0.0.47 19:27:23 v0.0.48 19:27:23 v0.0.49 19:27:23 v0.0.5 19:27:23 v0.0.50 19:27:23 v0.0.51 19:27:23 v0.0.52 19:27:23 v0.0.53 19:27:23 v0.0.54 19:27:23 v0.0.55 19:27:23 v0.0.56 19:27:23 v0.0.57 19:27:23 v0.0.58 19:27:23 v0.0.59 19:27:23 v0.0.6 19:27:23 v0.0.60 19:27:23 v0.0.61 19:27:23 v0.0.62 19:27:23 v0.0.63 19:27:23 v0.0.64 19:27:23 v0.0.65 19:27:23 v0.0.66 19:27:23 v0.0.67 19:27:23 v0.0.68 19:27:23 v0.0.69 19:27:23 v0.0.7 19:27:23 v0.0.70 19:27:23 v0.0.71 19:27:23 v0.0.72 19:27:23 v0.0.8 19:27:23 v0.0.9 19:27:23 v2.0.0 19:27:23 v2.1.0 19:27:23 v2.1.1-dev.1 19:27:23 v2.1.1-dev.2 19:27:23 v2.2.0 19:27:23 v2.2.1-dev.1 19:27:23 v2.2.1-dev.2 [Pipeline] sh 19:27:23 + lftools sign git-tag v2.1.1-dev.2 19:27:24 Signing Git tag with Sigul... 19:27:24 Signing v2.1.1-dev.2 [Pipeline] echo 19:27:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:27:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:27:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:27:25 $ docker stop --time=1 cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 19:27:26 $ docker rm -f cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 19:27:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:27:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:27:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:27 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:27:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:27:27 $ docker top 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:27 [ssh-agent] Looking for ssh-agent implementation... 19:27:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:27 $ docker exec 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 ssh-agent 19:27:27 SSH_AUTH_SOCK=/tmp/ssh-YmmzAv5gCC0D/agent.32 19:27:27 SSH_AGENT_PID=38 19:27:27 Running ssh-add (command line suppressed) 19:27:28 Identity added: /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_4616078289162395239.key (/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_4616078289162395239.key) 19:27:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:28 + git semver bump pre 19:27:28 2022-06-01 19:27:28,499 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:28 2022-06-01 19:27:28,500 [bump_version] DEBUG bumping version:2.1.1-dev.2 on axis:pre with prefix:dev 19:27:28 2022-06-01 19:27:28,500 [bump_version] DEBUG bumped version:2.1.1-dev.3 19:27:28 2022-06-01 19:27:28,500 [write_version] DEBUG write version:2.1.1-dev.3 to path:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta with force:True 19:27:28 2022-06-01 19:27:28,500 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:28 2022-06-01 19:27:28,500 [write_file] DEBUG write to file:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:28 2022-06-01 19:27:28,502 [execute] INFO git cat-file --batch-check 19:27:28 2022-06-01 19:27:28,502 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver, universal_newlines=False, shell=None, istream=) 19:27:28 2022-06-01 19:27:28,506 [execute] INFO git cat-file --batch 19:27:28 2022-06-01 19:27:28,507 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver, universal_newlines=False, shell=None, istream=) 19:27:28 2022-06-01 19:27:28,512 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:28 2.1.1-dev.3 [Pipeline] } 19:27:28 $ docker exec --env ******** --env ******** 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 ssh-agent -k 19:27:28 unset SSH_AUTH_SOCK; 19:27:28 unset SSH_AGENT_PID; 19:27:28 echo Agent pid 38 killed; 19:27:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:29 + git semver [Pipeline] } 19:27:29 $ docker stop --time=1 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 19:27:30 $ docker rm -f 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 [Pipeline] // withDockerContainer [Pipeline] sh 19:27:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:27:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 19:27:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:31 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:27:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:27:31 $ docker top a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:27:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:27:32 [ssh-agent] Looking for ssh-agent implementation... 19:27:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:27:32 $ docker exec a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 ssh-agent 19:27:32 SSH_AUTH_SOCK=/tmp/ssh-TN5KbVKhKr7c/agent.32 19:27:32 SSH_AGENT_PID=40 19:27:32 Running ssh-add (command line suppressed) 19:27:32 Identity added: /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_8317946802064281369.key (/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/private_key_8317946802064281369.key) 19:27:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:27:32 + git semver push 19:27:32 2022-06-01 19:27:32,851 [run_push] DEBUG push 19:27:32 2022-06-01 19:27:32,851 [execute] INFO git push origin semver 19:27:32 2022-06-01 19:27:32,851 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver, universal_newlines=False, shell=None, istream=None) 19:27:33 2022-06-01 19:27:33,576 [run_push] DEBUG push all version tags 19:27:33 2022-06-01 19:27:33,576 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 19:27:33 2022-06-01 19:27:33,577 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_go-mod-bootstrap_jakarta, universal_newlines=False, shell=None, istream=None) 19:27:34 2022-06-01 19:27:34,305 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta 19:27:34 2.1.1-dev.3 [Pipeline] } 19:27:34 $ docker exec --env ******** --env ******** a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 ssh-agent -k 19:27:34 unset SSH_AUTH_SOCK; 19:27:34 unset SSH_AGENT_PID; 19:27:34 echo Agent pid 40 killed; 19:27:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:27:34 + git semver [Pipeline] } 19:27:35 $ docker stop --time=1 a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 19:27:36 $ docker rm -f a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 [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 19:27:37 + [ -d /w/workspace/foundry_go-mod-bootstrap_jakarta/archives ] 19:27:37 + ls -al /w/workspace/foundry_go-mod-bootstrap_jakarta/archives 19:27:37 total 16 19:27:37 drwxr-xr-x 3 root root 4096 Jun 1 19:22 . 19:27:37 drwxrwxr-x 10 jenkins jenkins 4096 Jun 1 19:27 .. 19:27:37 drwxr-xr-x 2 root root 4096 Jun 1 19:22 cost 19:27:37 -rw-r--r-- 1 root root 88 Jun 1 19:22 cost.csv 19:27:37 + sudo chown -R jenkins:jenkins /w/workspace/foundry_go-mod-bootstrap_jakarta/archives 19:27:37 + ls -al /w/workspace/foundry_go-mod-bootstrap_jakarta/archives 19:27:37 total 16 19:27:37 drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 19:22 . 19:27:37 drwxrwxr-x 10 jenkins jenkins 4096 Jun 1 19:27 .. 19:27:37 drwxr-xr-x 2 jenkins jenkins 4096 Jun 1 19:22 cost 19:27:37 -rw-r--r-- 1 jenkins jenkins 88 Jun 1 19:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:27:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:27:38 ---> package-listing.sh 19:27:38 ++ facter osfamily 19:27:38 ++ tr '[:upper:]' '[:lower:]' 19:27:38 + OS_FAMILY=debian 19:27:38 + workspace=/w/workspace/foundry_go-mod-bootstrap_jakarta 19:27:38 + START_PACKAGES=/tmp/packages_start.txt 19:27:38 + END_PACKAGES=/tmp/packages_end.txt 19:27:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:27:38 + PACKAGES=/tmp/packages_start.txt 19:27:38 + '[' /w/workspace/foundry_go-mod-bootstrap_jakarta ']' 19:27:38 + PACKAGES=/tmp/packages_end.txt 19:27:38 + case "${OS_FAMILY}" in 19:27:38 + dpkg -l 19:27:38 + grep '^ii' 19:27:38 + '[' -f /tmp/packages_start.txt ']' 19:27:38 + '[' -f /tmp/packages_end.txt ']' 19:27:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:27:38 + '[' /w/workspace/foundry_go-mod-bootstrap_jakarta ']' 19:27:38 + mkdir -p /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/ 19:27:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/ [Pipeline] echo 19:27:38 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/foundry_go-mod-bootstrap_jakarta/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:27:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:27:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:27:39 prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container 19:27:39 $ 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/foundry_go-mod-bootstrap_jakarta/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_go-mod-bootstrap_jakarta -v /w/workspace/foundry_go-mod-bootstrap_jakarta:/w/workspace/foundry_go-mod-bootstrap_jakarta:rw,z -v /w/workspace/foundry_go-mod-bootstrap_jakarta@tmp:/w/workspace/foundry_go-mod-bootstrap_jakarta@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 19:27:39 $ docker top c43c33b376314404d2d127f5cec360a8fe9f364b50a53d5558cc8af121e38029 -eo pid,comm [Pipeline] { [Pipeline] sh 19:27:40 + touch /tmp/pre-build-complete [Pipeline] sh 19:27:40 + mkdir -p /var/log/sysstat [Pipeline] sh 19:27:40 + ls /var/log/sa-host 19:27:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:27:40 provisioning config files... 19:27:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config6011346963474323202tmp [Pipeline] { [Pipeline] echo 19:27:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:27:41 ---> create-netrc.sh [Pipeline] } 19:27:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:27:41 ---> python-tools-install.sh [Pipeline] echo 19:27:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:27:41 ---> sudo-logs.sh 19:27:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:27:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:27:41 ---> job-cost.sh 19:27:41 lf-activate-venv: SKIPPING 19:27:41 DEBUG: total: 0.2199999988079071 19:27:41 INFO: Retrieving Stack Cost... 19:27:42 INFO: Retrieving Pricing Info for: v3-standard-8 19:27:42 INFO: Archiving Costs [Pipeline] echo 19:27:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:27:43 ---> logs-deploy.sh 19:27:43 lf-activate-venv: SKIPPING 19:27:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/jakarta/4 19:27:43 INFO: archiving workspace using pattern(s): 19:27:44 Archives upload complete. 19:27:44 INFO: archiving logs to Nexus