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 [2022-06-01T19:21:46.405Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-01T19:21:46.453Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-01T19:21:46.466Z] ========================================================= [2022-06-01T19:21:46.466Z] EdgeX Global Pipelines Version Info [2022-06-01T19:21:46.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:21:47.218Z] ------------------- [2022-06-01T19:21:47.218Z] stable info: [2022-06-01T19:21:47.218Z] ------------------- [2022-06-01T19:21:47.218Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-01T19:21:47.218Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-06-01T19:21:47.218Z] Message: update stable to v1.0.230 [2022-06-01T19:21:47.792Z] ------------------- [2022-06-01T19:21:47.792Z] experimental info: [2022-06-01T19:21:47.792Z] ------------------- [2022-06-01T19:21:47.792Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-01T19:21:47.792Z] Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e [2022-06-01T19:21:47.792Z] Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-01T19:21:48.069Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2022-06-01T19:21:48.080Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2022-06-01T19:21:48.090Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-01T19:21:48.098Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-01T19:21:48.107Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-01T19:21:48.115Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-01T19:21:48.124Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-01T19:21:48.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-01T19:21:48.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-01T19:21:48.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-01T19:21:48.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-01T19:21:48.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2022-06-01T19:21:48.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-01T19:21:48.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-01T19:21:48.220Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-06-01T19:21:48.231Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-06-01T19:21:48.247Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-01T19:21:48.262Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-01T19:21:48.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-01T19:21:48.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-01T19:21:48.295Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-01T19:21:48.308Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-01T19:21:48.326Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-01T19:21:48.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-01T19:21:48.354Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-06-01T19:21:48.369Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-01T19:21:48.382Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = jakarta [Pipeline] echo [2022-06-01T19:21:48.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = jakarta [Pipeline] echo [2022-06-01T19:21:48.408Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = jakarta [Pipeline] echo [2022-06-01T19:21:48.420Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo [2022-06-01T19:21:48.437Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04d4e8d [Pipeline] echo [2022-06-01T19:21:48.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-01T19:21:48.801Z] + git rev-list -1 --merges 04d4e8d8ddd1042e9d59580e8e780ff530b02f31~1..04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo [2022-06-01T19:21:48.839Z] -----------> git rev-list -1 --merges 04d4e8d8ddd1042e9d59580e8e780ff530b02f31~1..04d4e8d8ddd1042e9d59580e8e780ff530b02f31 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [false] [Pipeline] sh [2022-06-01T19:21:49.131Z] + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo [2022-06-01T19:21:49.147Z] ========================================================= [2022-06-01T19:21:49.147Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-01T19:21:49.147Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-01T19:21:49.489Z] + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] echo [2022-06-01T19:21:49.500Z] [semverPrep] GIT_COMMIT: 04d4e8d8ddd1042e9d59580e8e780ff530b02f31, Commit Message: build: Update go-mods for those that changed for the v2.1.1 patch (#341) [Pipeline] echo [2022-06-01T19:21:49.510Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-01T19:21:49.848Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-01T19:21:49.848Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-01T19:21:49.848Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-01T19:21:49.848Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-01T19:21:49.848Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-01T19:21:49.848Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-01T19:21:49.848Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:21:50.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:21:50.193Z] [2022-06-01T19:21:50.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:21:50.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:21:50.759Z] latest: Pulling from edgex-devops/py-git-semver [2022-06-01T19:21:50.759Z] 1fe172e4850f: Pulling fs layer [2022-06-01T19:21:50.759Z] caf521ccaac6: Pulling fs layer [2022-06-01T19:21:50.759Z] 3ead6fa29328: Pulling fs layer [2022-06-01T19:21:50.759Z] 5c2a1cbceb83: Pulling fs layer [2022-06-01T19:21:50.759Z] a8d5f1318db7: Pulling fs layer [2022-06-01T19:21:50.759Z] c427282e49a2: Pulling fs layer [2022-06-01T19:21:50.759Z] 1827001aaf11: Pulling fs layer [2022-06-01T19:21:50.759Z] 0714d37db230: Pulling fs layer [2022-06-01T19:21:50.759Z] ac28cf19c067: Pulling fs layer [2022-06-01T19:21:50.759Z] ca983d60f3e2: Pulling fs layer [2022-06-01T19:21:50.759Z] 9f894cec8388: Pulling fs layer [2022-06-01T19:21:50.759Z] a8d5f1318db7: Waiting [2022-06-01T19:21:50.759Z] ac28cf19c067: Waiting [2022-06-01T19:21:50.759Z] 1827001aaf11: Waiting [2022-06-01T19:21:50.759Z] 0714d37db230: Waiting [2022-06-01T19:21:50.759Z] 5c2a1cbceb83: Waiting [2022-06-01T19:21:50.759Z] ca983d60f3e2: Waiting [2022-06-01T19:21:50.759Z] c427282e49a2: Waiting [2022-06-01T19:21:51.020Z] caf521ccaac6: Verifying Checksum [2022-06-01T19:21:51.020Z] caf521ccaac6: Download complete [2022-06-01T19:21:51.020Z] 5c2a1cbceb83: Download complete [2022-06-01T19:21:51.020Z] a8d5f1318db7: Verifying Checksum [2022-06-01T19:21:51.020Z] a8d5f1318db7: Download complete [2022-06-01T19:21:51.020Z] c427282e49a2: Verifying Checksum [2022-06-01T19:21:51.020Z] c427282e49a2: Download complete [2022-06-01T19:21:51.020Z] 3ead6fa29328: Verifying Checksum [2022-06-01T19:21:51.020Z] 3ead6fa29328: Download complete [2022-06-01T19:21:51.020Z] 0714d37db230: Verifying Checksum [2022-06-01T19:21:51.020Z] 0714d37db230: Download complete [2022-06-01T19:21:51.020Z] ac28cf19c067: Verifying Checksum [2022-06-01T19:21:51.020Z] ac28cf19c067: Download complete [2022-06-01T19:21:51.020Z] ca983d60f3e2: Verifying Checksum [2022-06-01T19:21:51.020Z] 9f894cec8388: Download complete [2022-06-01T19:21:51.280Z] 1fe172e4850f: Verifying Checksum [2022-06-01T19:21:51.280Z] 1fe172e4850f: Download complete [2022-06-01T19:21:51.540Z] 1827001aaf11: Verifying Checksum [2022-06-01T19:21:51.540Z] 1827001aaf11: Download complete [2022-06-01T19:21:52.478Z] 1fe172e4850f: Pull complete [2022-06-01T19:21:52.738Z] caf521ccaac6: Pull complete [2022-06-01T19:21:53.307Z] 3ead6fa29328: Pull complete [2022-06-01T19:21:53.307Z] 5c2a1cbceb83: Pull complete [2022-06-01T19:21:53.568Z] a8d5f1318db7: Pull complete [2022-06-01T19:21:53.568Z] c427282e49a2: Pull complete [2022-06-01T19:21:55.476Z] 1827001aaf11: Pull complete [2022-06-01T19:21:55.476Z] 0714d37db230: Pull complete [2022-06-01T19:21:55.476Z] ac28cf19c067: Pull complete [2022-06-01T19:21:55.476Z] ca983d60f3e2: Pull complete [2022-06-01T19:21:55.739Z] 9f894cec8388: Pull complete [2022-06-01T19:21:55.739Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-06-01T19:21:55.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:21:55.739Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:21:55.852Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:21:55.890Z] $ 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 [2022-06-01T19:21:57.663Z] $ docker top 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d -eo pid,comm [2022-06-01T19:21:57.735Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-01T19:21:57.735Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-01T19:21:57.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-01T19:21:57.772Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-01T19:21:57.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-01T19:21:57.912Z] $ docker exec 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent [2022-06-01T19:21:58.041Z] SSH_AUTH_SOCK=/tmp/ssh-ukXdytyqFJ8t/agent.34 [2022-06-01T19:21:58.041Z] SSH_AGENT_PID=41 [2022-06-01T19:21:58.048Z] Running ssh-add (command line suppressed) [2022-06-01T19:21:58.152Z] 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) [2022-06-01T19:21:58.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-01T19:21:58.468Z] + git tag --points-at HEAD [Pipeline] } [2022-06-01T19:21:58.477Z] $ docker exec --env ******** --env ******** 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent -k [2022-06-01T19:21:58.586Z] unset SSH_AUTH_SOCK; [2022-06-01T19:21:58.586Z] unset SSH_AGENT_PID; [2022-06-01T19:21:58.587Z] echo Agent pid 41 killed; [2022-06-01T19:21:58.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-01T19:21:58.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-01T19:21:58.632Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-01T19:21:58.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-01T19:21:58.746Z] $ docker exec 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent [2022-06-01T19:21:58.872Z] SSH_AUTH_SOCK=/tmp/ssh-OH4IgCkNUwW3/agent.73 [2022-06-01T19:21:58.872Z] SSH_AGENT_PID=79 [2022-06-01T19:21:58.877Z] Running ssh-add (command line suppressed) [2022-06-01T19:21:58.990Z] 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) [2022-06-01T19:21:59.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-01T19:21:59.297Z] + git semver init [2022-06-01T19:21:59.557Z] 2022-06-01 19:21:59,483 [run_init] DEBUG init version:0.0.0 force:False [2022-06-01T19:21:59.557Z] 2022-06-01 19:21:59,484 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver [2022-06-01T19:21:59.557Z] 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 [2022-06-01T19:21:59.557Z] 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) [2022-06-01T19:22:00.498Z] 2022-06-01 19:22:00,203 [append_file] DEBUG append to file:/w/workspace/foundry_go-mod-bootstrap_jakarta/.git/info/exclude [2022-06-01T19:22:00.498Z] 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 [2022-06-01T19:22:00.498Z] 2022-06-01 19:22:00,203 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:22:00.498Z] 2022-06-01 19:22:00,204 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:22:00.498Z] 2.1.1-dev.2 [Pipeline] } [2022-06-01T19:22:00.505Z] $ docker exec --env ******** --env ******** 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d ssh-agent -k [2022-06-01T19:22:00.607Z] unset SSH_AUTH_SOCK; [2022-06-01T19:22:00.608Z] unset SSH_AGENT_PID; [2022-06-01T19:22:00.608Z] echo Agent pid 79 killed; [2022-06-01T19:22:00.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-01T19:22:01.009Z] + git semver [Pipeline] } [2022-06-01T19:22:01.281Z] $ docker stop --time=1 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d [2022-06-01T19:22:02.583Z] $ docker rm -f 6b8b64abe0857425934487c1332b9c4f60268e1d7671d0327534c5339176930d [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-01T19:22:02.937Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-01T19:22:03.171Z] Stashed 1 file(s) [Pipeline] echo [2022-06-01T19:22:03.174Z] [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 [2022-06-01T19:22:03.308Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-01T19:22:03.315Z] ========================================================= [2022-06-01T19:22:03.315Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] [2022-06-01T19:22:03.315Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:22:03.608Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-01T19:22:03.608Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-06-01T19:22:03.608Z] 59bf1c3509f3: Pulling fs layer [2022-06-01T19:22:03.608Z] 666ba61612fd: Pulling fs layer [2022-06-01T19:22:03.608Z] 8ed8ca486205: Pulling fs layer [2022-06-01T19:22:03.608Z] 4fe6c5a15a65: Pulling fs layer [2022-06-01T19:22:03.608Z] 22a0e8bec74d: Pulling fs layer [2022-06-01T19:22:03.608Z] 812f408151ee: Pulling fs layer [2022-06-01T19:22:03.608Z] bab7bd504b26: Pulling fs layer [2022-06-01T19:22:03.608Z] 070449caade9: Pulling fs layer [2022-06-01T19:22:03.608Z] 8f1a5288e3a6: Pulling fs layer [2022-06-01T19:22:03.608Z] 4fe6c5a15a65: Waiting [2022-06-01T19:22:03.608Z] 22a0e8bec74d: Waiting [2022-06-01T19:22:03.608Z] 812f408151ee: Waiting [2022-06-01T19:22:03.608Z] bab7bd504b26: Waiting [2022-06-01T19:22:03.608Z] 070449caade9: Waiting [2022-06-01T19:22:03.608Z] 8f1a5288e3a6: Waiting [2022-06-01T19:22:03.608Z] 8ed8ca486205: Verifying Checksum [2022-06-01T19:22:03.608Z] 8ed8ca486205: Download complete [2022-06-01T19:22:03.608Z] 666ba61612fd: Download complete [2022-06-01T19:22:03.608Z] 22a0e8bec74d: Download complete [2022-06-01T19:22:03.608Z] 812f408151ee: Download complete [2022-06-01T19:22:03.608Z] bab7bd504b26: Download complete [2022-06-01T19:22:03.608Z] 59bf1c3509f3: Verifying Checksum [2022-06-01T19:22:03.608Z] 59bf1c3509f3: Download complete [2022-06-01T19:22:03.868Z] 070449caade9: Verifying Checksum [2022-06-01T19:22:03.868Z] 59bf1c3509f3: Pull complete [2022-06-01T19:22:03.868Z] 666ba61612fd: Pull complete [2022-06-01T19:22:04.130Z] 8ed8ca486205: Pull complete [2022-06-01T19:22:04.389Z] 8f1a5288e3a6: Verifying Checksum [2022-06-01T19:22:04.389Z] 8f1a5288e3a6: Download complete [2022-06-01T19:22:04.389Z] 4fe6c5a15a65: Verifying Checksum [2022-06-01T19:22:04.389Z] 4fe6c5a15a65: Download complete [2022-06-01T19:22:08.583Z] 4fe6c5a15a65: Pull complete [2022-06-01T19:22:08.583Z] 22a0e8bec74d: Pull complete [2022-06-01T19:22:08.583Z] 812f408151ee: Pull complete [2022-06-01T19:22:08.583Z] bab7bd504b26: Pull complete [2022-06-01T19:22:08.583Z] 070449caade9: Pull complete [2022-06-01T19:22:10.490Z] 8f1a5288e3a6: Pull complete [2022-06-01T19:22:10.490Z] Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 [2022-06-01T19:22:10.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [2022-06-01T19:22:10.490Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts [Pipeline] sh [2022-06-01T19:22:10.779Z] + 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 [2022-06-01T19:22:11.084Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-01T19:22:11.084Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:22:11.161Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:22:11.201Z] $ 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 [2022-06-01T19:22:13.086Z] $ docker top 183fe1c2bbd2d0d709468cdadd80e732011a538b0c6074f601ff4e9ffe99118b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-01T19:22:13.448Z] + go version [2022-06-01T19:22:13.448Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-06-01T19:22:13.460Z] $ docker stop --time=1 183fe1c2bbd2d0d709468cdadd80e732011a538b0c6074f601ff4e9ffe99118b [2022-06-01T19:22:14.741Z] $ 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 [2022-06-01T19:22:15.140Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-01T19:22:15.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:22:15.217Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:22:15.251Z] $ 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 [2022-06-01T19:22:15.636Z] $ docker top ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:22:16.010Z] + make test [2022-06-01T19:22:16.010Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-01T19:22:18.253Z] Still waiting to schedule task [2022-06-01T19:22:18.254Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-564’ is offline [2022-06-01T19:22:21.359Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.011s coverage: 5.0% of statements [2022-06-01T19:22:21.359Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.012s coverage: 92.2% of statements [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.010s coverage: 85.3% of statements [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.011s coverage: 24.1% of statements [2022-06-01T19:22:21.359Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2022-06-01T19:22:21.359Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.007s coverage: 100.0% of statements [2022-06-01T19:22:21.359Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.012s coverage: 25.0% of statements [2022-06-01T19:22:24.664Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.022s coverage: 79.7% of statements [2022-06-01T19:22:24.664Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2022-06-01T19:22:24.664Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2022-06-01T19:22:24.664Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.018s coverage: 91.3% of statements [2022-06-01T19:22:24.664Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-06-01T19:22:27.207Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-01T19:22:27.207Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-06-01T19:22:27.219Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:22:27.521Z] + go mod tidy [2022-06-01T19:22:28.473Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-01T19:22:28.473Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1-dev.1 [2022-06-01T19:22:28.473Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-01T19:22:28.473Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-01T19:22:28.473Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-01T19:22:28.473Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-01T19:22:28.473Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-01T19:22:28.473Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-01T19:22:28.473Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-01T19:22:28.473Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-01T19:22:28.473Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-01T19:22:28.473Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-01T19:22:28.474Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-01T19:22:28.474Z] go: downloading github.com/kr/text v0.2.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-01T19:22:28.474Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-01T19:22:28.474Z] go: downloading golang.org/x/text v0.3.6 [2022-06-01T19:22:28.474Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-01T19:22:28.474Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-01T19:22:28.474Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-01T19:22:28.474Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-01T19:22:28.474Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-01T19:22:28.737Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-01T19:22:28.737Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-01T19:22:28.737Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-01T19:22:28.737Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-01T19:22:28.737Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-01T19:22:28.737Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-01T19:22:28.737Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-01T19:22:28.997Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-01T19:22:28.997Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-01T19:22:28.997Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-01T19:22:28.997Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-01T19:22:28.997Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-01T19:22:29.257Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-01T19:22:29.257Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-01T19:22:29.257Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [Pipeline] } [2022-06-01T19:22:29.532Z] $ docker stop --time=1 ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d [2022-06-01T19:22:31.649Z] $ docker rm -f ac2024b31430379376629f740dc39a748b2190767d6056a03c5a04391389e38d [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-01T19:22:32.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-01T19:22:32.214Z] 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 [2022-06-01T19:22:32.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-01T19:22:32.698Z] [2022-06-01T19:22:32.698Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:22:33.007Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-01T19:22:33.007Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-01T19:22:33.007Z] 5eb5b503b376: Pulling fs layer [2022-06-01T19:22:33.007Z] 5c69ac0246d0: Pulling fs layer [2022-06-01T19:22:33.007Z] ec43610c2a17: Pulling fs layer [2022-06-01T19:22:33.007Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-01T19:22:33.007Z] 3a2ae6a8a46f: Waiting [2022-06-01T19:22:33.007Z] 33b1e0a273af: Pulling fs layer [2022-06-01T19:22:33.007Z] 5d3b04190fa2: Pulling fs layer [2022-06-01T19:22:33.007Z] 2f39f015ded8: Pulling fs layer [2022-06-01T19:22:33.007Z] 2f39f015ded8: Waiting [2022-06-01T19:22:33.007Z] 33b1e0a273af: Waiting [2022-06-01T19:22:33.007Z] 5d3b04190fa2: Waiting [2022-06-01T19:22:33.007Z] 5c69ac0246d0: Download complete [2022-06-01T19:22:33.007Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-01T19:22:33.007Z] 3a2ae6a8a46f: Download complete [2022-06-01T19:22:33.007Z] 33b1e0a273af: Verifying Checksum [2022-06-01T19:22:33.007Z] 33b1e0a273af: Download complete [2022-06-01T19:22:33.267Z] 5d3b04190fa2: Verifying Checksum [2022-06-01T19:22:33.267Z] 5d3b04190fa2: Download complete [2022-06-01T19:22:33.267Z] ec43610c2a17: Verifying Checksum [2022-06-01T19:22:33.267Z] ec43610c2a17: Download complete [2022-06-01T19:22:33.267Z] 5eb5b503b376: Verifying Checksum [2022-06-01T19:22:33.267Z] 5eb5b503b376: Download complete [2022-06-01T19:22:33.837Z] 2f39f015ded8: Download complete [2022-06-01T19:22:34.406Z] 5eb5b503b376: Pull complete [2022-06-01T19:22:34.665Z] 5c69ac0246d0: Pull complete [2022-06-01T19:22:34.927Z] ec43610c2a17: Pull complete [2022-06-01T19:22:35.187Z] 3a2ae6a8a46f: Pull complete [2022-06-01T19:22:35.187Z] 33b1e0a273af: Pull complete [2022-06-01T19:22:35.448Z] 5d3b04190fa2: Pull complete [2022-06-01T19:22:39.650Z] 2f39f015ded8: Pull complete [2022-06-01T19:22:39.650Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-01T19:22:39.650Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-01T19:22:39.650Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:22:39.741Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:22:39.779Z] $ 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 [2022-06-01T19:22:41.508Z] $ docker top 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:22:41.882Z] ---> job-cost.sh [2022-06-01T19:22:41.882Z] lf-activate-venv: SKIPPING [2022-06-01T19:22:41.882Z] INFO: No Stack... [2022-06-01T19:22:42.144Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-01T19:22:42.715Z] INFO: Archiving Costs [Pipeline] sh [2022-06-01T19:22:43.008Z] + cat /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/cost.csv [2022-06-01T19:22:43.008Z] + cut -d, -f6 [Pipeline] lock [2022-06-01T19:22:43.025Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [2022-06-01T19:22:43.032Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] did not exist. Created. [2022-06-01T19:22:43.032Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-01T19:22:43.339Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-01T19:22:43.373Z] Stashed 1 file(s) [Pipeline] } [2022-06-01T19:22:43.380Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-01T19:22:43.403Z] $ docker stop --time=1 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 [2022-06-01T19:22:44.560Z] $ docker rm -f 269fcce01d6ad207768bf364fa1f8b9c4c39e5b9086a561beacc4e9e9f79c292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-01T19:23:55.609Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-566 in /w/workspace/foundry_go-mod-bootstrap_jakarta [Pipeline] { [Pipeline] ws [2022-06-01T19:23:55.624Z] Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout [2022-06-01T19:23:55.681Z] Selected Git installation does not exist. Using Default [2022-06-01T19:23:55.681Z] The recommended git tool is: NONE [2022-06-01T19:24:02.248Z] using credential edgex-jenkins-ssh [2022-06-01T19:24:02.277Z] Cloning the remote Git repository [2022-06-01T19:24:02.349Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2022-06-01T19:24:02.426Z] > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 [2022-06-01T19:24:02.516Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2022-06-01T19:24:02.517Z] > git --version # timeout=10 [2022-06-01T19:24:02.537Z] > git --version # 'git version 2.25.1' [2022-06-01T19:24:02.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-01T19:24:02.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-01T19:24:03.716Z] Avoid second fetch [2022-06-01T19:24:03.716Z] Checking out Revision 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 (jakarta) [2022-06-01T19:24:03.668Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2022-06-01T19:24:03.699Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-01T19:24:03.750Z] > git config core.sparsecheckout # timeout=10 [2022-06-01T19:24:03.778Z] > git checkout -f 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 # timeout=10 [2022-06-01T19:24:08.164Z] 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 [2022-06-01T19:24:09.126Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-01T19:24:09.126Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-01T19:24:09.126Z] Dload Upload Total Spent Left Speed [2022-06-01T19:24:09.126Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 43917 0 --:--:-- --:--:-- --:--:-- 44075 [Pipeline] sh [2022-06-01T19:24:09.781Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-01T19:24:10.139Z] + sudo tee /etc/docker/daemon.new [2022-06-01T19:24:10.139Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-01T19:24:10.139Z] { [2022-06-01T19:24:10.139Z] "registry-mirrors": [ [2022-06-01T19:24:10.139Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-01T19:24:10.139Z] ], [2022-06-01T19:24:10.139Z] "bip": "10.250.0.254/24", [2022-06-01T19:24:10.139Z] "hosts": [ [2022-06-01T19:24:10.139Z] "tcp://0.0.0.0:5555", [2022-06-01T19:24:10.139Z] "unix:///var/run/docker.sock" [2022-06-01T19:24:10.139Z] ], [2022-06-01T19:24:10.139Z] "mtu": 1458, [2022-06-01T19:24:10.139Z] "selinux-enabled": true, [2022-06-01T19:24:10.139Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-01T19:24:10.139Z] } [Pipeline] sh [2022-06-01T19:24:10.549Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-01T19:24:10.924Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-06-01T19:24:29.629Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-01T19:24:29.640Z] ========================================================= [2022-06-01T19:24:29.640Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] [2022-06-01T19:24:29.640Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:24:29.984Z] + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-01T19:24:30.589Z] 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-01T19:24:30.589Z] 9b3977197b4f: Pulling fs layer [2022-06-01T19:24:30.589Z] 1a89e8eeedd5: Pulling fs layer [2022-06-01T19:24:30.589Z] 94645a83ff95: Pulling fs layer [2022-06-01T19:24:30.589Z] 3f3a8bcf1eab: Pulling fs layer [2022-06-01T19:24:30.589Z] 0c92f367c5e7: Pulling fs layer [2022-06-01T19:24:30.589Z] 63b1bc5785f6: Pulling fs layer [2022-06-01T19:24:30.589Z] 626d30ff41c6: Pulling fs layer [2022-06-01T19:24:30.589Z] de1d54c125be: Pulling fs layer [2022-06-01T19:24:30.589Z] 3f3a8bcf1eab: Waiting [2022-06-01T19:24:30.589Z] 0c92f367c5e7: Waiting [2022-06-01T19:24:30.589Z] 63b1bc5785f6: Waiting [2022-06-01T19:24:30.589Z] de1d54c125be: Waiting [2022-06-01T19:24:30.589Z] 94645a83ff95: Download complete [2022-06-01T19:24:30.589Z] 1a89e8eeedd5: Verifying Checksum [2022-06-01T19:24:30.865Z] 0c92f367c5e7: Verifying Checksum [2022-06-01T19:24:30.865Z] 0c92f367c5e7: Download complete [2022-06-01T19:24:30.865Z] 63b1bc5785f6: Verifying Checksum [2022-06-01T19:24:30.865Z] 63b1bc5785f6: Download complete [2022-06-01T19:24:30.865Z] 9b3977197b4f: Download complete [2022-06-01T19:24:30.865Z] 626d30ff41c6: Verifying Checksum [2022-06-01T19:24:30.865Z] 626d30ff41c6: Download complete [2022-06-01T19:24:31.469Z] 9b3977197b4f: Pull complete [2022-06-01T19:24:32.085Z] 1a89e8eeedd5: Pull complete [2022-06-01T19:24:32.363Z] 94645a83ff95: Pull complete [2022-06-01T19:24:32.637Z] de1d54c125be: Verifying Checksum [2022-06-01T19:24:32.637Z] de1d54c125be: Download complete [2022-06-01T19:24:33.236Z] 3f3a8bcf1eab: Verifying Checksum [2022-06-01T19:24:33.236Z] 3f3a8bcf1eab: Download complete [2022-06-01T19:24:45.650Z] 3f3a8bcf1eab: Pull complete [2022-06-01T19:24:45.650Z] 0c92f367c5e7: Pull complete [2022-06-01T19:24:45.650Z] 63b1bc5785f6: Pull complete [2022-06-01T19:24:45.650Z] 626d30ff41c6: Pull complete [2022-06-01T19:24:52.395Z] de1d54c125be: Pull complete [2022-06-01T19:24:52.395Z] Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 [2022-06-01T19:24:52.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [2022-06-01T19:24:52.395Z] nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts [Pipeline] sh [2022-06-01T19:24:52.734Z] + 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 [2022-06-01T19:24:53.090Z] + docker inspect -f . ci-base-image-arm64 [2022-06-01T19:24:53.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:24:53.319Z] prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container [2022-06-01T19:24:53.409Z] $ 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 [2022-06-01T19:24:56.136Z] $ docker top 332fd3a393b972aa76f388fdd484ee5d1ca042beb640f7feecebaf614b3c06f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-01T19:24:57.022Z] + go version [2022-06-01T19:24:57.022Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-06-01T19:24:57.052Z] $ docker stop --time=1 332fd3a393b972aa76f388fdd484ee5d1ca042beb640f7feecebaf614b3c06f7 [2022-06-01T19:24:58.702Z] $ 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 [2022-06-01T19:24:59.289Z] + docker inspect -f . ci-base-image-arm64 [2022-06-01T19:24:59.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:24:59.534Z] prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container [2022-06-01T19:24:59.620Z] $ 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 [2022-06-01T19:25:00.869Z] $ docker top 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:25:01.773Z] + make test [2022-06-01T19:25:01.773Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-01T19:25:40.830Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] [2022-06-01T19:25:41.107Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.087s coverage: 5.0% of statements [2022-06-01T19:25:41.107Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] [2022-06-01T19:25:41.385Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.080s coverage: 92.2% of statements [2022-06-01T19:25:41.385Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.029s coverage: 85.3% of statements [2022-06-01T19:25:41.987Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.043s coverage: 24.1% of statements [2022-06-01T19:25:41.987Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] [2022-06-01T19:25:41.987Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] [2022-06-01T19:25:43.442Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/messaging 0.191s coverage: 100.0% of statements [2022-06-01T19:25:43.442Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.040s coverage: 25.0% of statements [2022-06-01T19:25:47.760Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.072s coverage: 79.7% of statements [2022-06-01T19:25:47.760Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] [2022-06-01T19:25:47.760Z] ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] [2022-06-01T19:25:47.760Z] ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.013s coverage: 91.3% of statements [2022-06-01T19:25:48.032Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-06-01T19:26:03.148Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-01T19:26:03.149Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-06-01T19:26:03.174Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-06-01T19:26:03.848Z] + go mod tidy [2022-06-01T19:26:04.837Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-06-01T19:26:04.837Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.0 [2022-06-01T19:26:04.837Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-06-01T19:26:04.837Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1-dev.1 [2022-06-01T19:26:04.837Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-01T19:26:04.837Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-06-01T19:26:05.112Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-06-01T19:26:05.113Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-06-01T19:26:05.113Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-06-01T19:26:05.113Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-06-01T19:26:05.113Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-01T19:26:05.113Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-06-01T19:26:05.113Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-06-01T19:26:05.113Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-06-01T19:26:05.113Z] go: downloading github.com/google/uuid v1.3.0 [2022-06-01T19:26:05.392Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-06-01T19:26:05.392Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-06-01T19:26:05.392Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-06-01T19:26:05.392Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-06-01T19:26:05.392Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-06-01T19:26:05.392Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-06-01T19:26:05.392Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-06-01T19:26:05.392Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-06-01T19:26:05.668Z] go: downloading golang.org/x/text v0.3.6 [2022-06-01T19:26:05.668Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-06-01T19:26:05.668Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-06-01T19:26:09.068Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-06-01T19:26:09.068Z] go: downloading github.com/kr/pretty v0.3.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/x448/float16 v0.8.4 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-06-01T19:26:09.068Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-06-01T19:26:09.068Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-06-01T19:26:09.068Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/kr/text v0.2.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/fatih/color v1.9.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-06-01T19:26:09.068Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-06-01T19:26:09.068Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/pkg/errors v0.9.1 [2022-06-01T19:26:09.068Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-06-01T19:26:09.068Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-06-01T19:26:09.068Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-06-01T19:26:09.068Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-06-01T19:26:09.068Z] go: downloading github.com/miekg/dns v1.1.26 [2022-06-01T19:26:09.344Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-06-01T19:26:09.344Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-06-01T19:26:09.344Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [Pipeline] } [2022-06-01T19:26:10.352Z] $ docker stop --time=1 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 [2022-06-01T19:26:12.511Z] $ docker rm -f 1a9bad6c3e95e715f6b086fcb7b3f03ec3f749b5c6e9d39dd0b057941cbe9a68 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-01T19:26:14.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-01T19:26:14.463Z] Warning: overwriting stash ‘coverage-report’ [2022-06-01T19:26:15.072Z] 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 [2022-06-01T19:26:15.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-01T19:26:15.509Z] [2022-06-01T19:26:15.509Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:26:15.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-01T19:26:16.130Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-01T19:26:16.130Z] 8998bd30e6a1: Pulling fs layer [2022-06-01T19:26:16.130Z] 04944245beec: Pulling fs layer [2022-06-01T19:26:16.130Z] 699f458cf7ca: Pulling fs layer [2022-06-01T19:26:16.130Z] 765212b225bb: Pulling fs layer [2022-06-01T19:26:16.130Z] f23df028b6ca: Pulling fs layer [2022-06-01T19:26:16.130Z] d65c8cfc05b1: Pulling fs layer [2022-06-01T19:26:16.130Z] 2437ff75d9bd: Pulling fs layer [2022-06-01T19:26:16.130Z] f23df028b6ca: Waiting [2022-06-01T19:26:16.130Z] d65c8cfc05b1: Waiting [2022-06-01T19:26:16.130Z] 2437ff75d9bd: Waiting [2022-06-01T19:26:16.130Z] 765212b225bb: Waiting [2022-06-01T19:26:16.130Z] 04944245beec: Verifying Checksum [2022-06-01T19:26:16.131Z] 04944245beec: Download complete [2022-06-01T19:26:16.131Z] 765212b225bb: Verifying Checksum [2022-06-01T19:26:16.131Z] 765212b225bb: Download complete [2022-06-01T19:26:16.131Z] f23df028b6ca: Download complete [2022-06-01T19:26:16.131Z] d65c8cfc05b1: Verifying Checksum [2022-06-01T19:26:16.131Z] d65c8cfc05b1: Download complete [2022-06-01T19:26:16.405Z] 699f458cf7ca: Verifying Checksum [2022-06-01T19:26:16.405Z] 699f458cf7ca: Download complete [2022-06-01T19:26:16.695Z] 8998bd30e6a1: Verifying Checksum [2022-06-01T19:26:16.695Z] 8998bd30e6a1: Download complete [2022-06-01T19:26:19.318Z] 2437ff75d9bd: Verifying Checksum [2022-06-01T19:26:19.318Z] 2437ff75d9bd: Download complete [2022-06-01T19:26:20.753Z] 8998bd30e6a1: Pull complete [2022-06-01T19:26:21.346Z] 04944245beec: Pull complete [2022-06-01T19:26:22.789Z] 699f458cf7ca: Pull complete [2022-06-01T19:26:22.789Z] 765212b225bb: Pull complete [2022-06-01T19:26:23.768Z] f23df028b6ca: Pull complete [2022-06-01T19:26:24.041Z] d65c8cfc05b1: Pull complete [2022-06-01T19:26:39.123Z] 2437ff75d9bd: Pull complete [2022-06-01T19:26:39.123Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-01T19:26:39.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-01T19:26:39.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:26:39.359Z] prd-ubuntu20.04-docker-arm64-4c-16g-566 does not seem to be running inside a container [2022-06-01T19:26:39.445Z] $ 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 [2022-06-01T19:26:41.836Z] $ docker top f80313f1b4d7fc7a10a0b99417f6c37bf4c8e8e1383011657536f1a8928a7328 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:26:42.746Z] ---> job-cost.sh [2022-06-01T19:26:42.747Z] lf-activate-venv: SKIPPING [2022-06-01T19:26:42.747Z] INFO: No Stack... [2022-06-01T19:26:43.018Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-01T19:26:43.995Z] INFO: Archiving Costs [Pipeline] sh [2022-06-01T19:26:44.656Z] + cat /w/workspace/go-mod-bootstrap/4/archives/cost.csv [2022-06-01T19:26:44.656Z] + cut -d, -f6 [Pipeline] lock [2022-06-01T19:26:44.719Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [2022-06-01T19:26:44.726Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] did not exist. Created. [2022-06-01T19:26:44.726Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-01T19:26:45.400Z] /w/workspace/go-mod-bootstrap/4@tmp/durable-6248ea56/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-01T19:26:46.069Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-01T19:26:46.103Z] Warning: overwriting stash ‘stack-cost’ [2022-06-01T19:26:46.285Z] Stashed 1 file(s) [Pipeline] } [2022-06-01T19:26:46.292Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-01T19:26:46.320Z] $ docker stop --time=1 f80313f1b4d7fc7a10a0b99417f6c37bf4c8e8e1383011657536f1a8928a7328 [2022-06-01T19:26:47.788Z] $ 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 [2022-06-01T19:26:48.201Z] provisioning config files... [2022-06-01T19:26:48.214Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config1726329495423275722tmp [Pipeline] { [Pipeline] sh [2022-06-01T19:26:48.513Z] + set +x [2022-06-01T19:26:48.513Z] + curl -s https://codecov.io/bash [2022-06-01T19:26:48.513Z] + bash -s -- [2022-06-01T19:26:48.513Z] [2022-06-01T19:26:48.513Z] _____ _ [2022-06-01T19:26:48.513Z] / ____| | | [2022-06-01T19:26:48.513Z] | | ___ __| | ___ ___ _____ __ [2022-06-01T19:26:48.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-01T19:26:48.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-01T19:26:48.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-01T19:26:48.513Z] Bash-1.0.6 [2022-06-01T19:26:48.513Z] [2022-06-01T19:26:48.513Z] [2022-06-01T19:26:48.513Z] ==> git version 2.25.1 found [2022-06-01T19:26:48.513Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-06-01T19:26:48.513Z] Release-Date: 2020-01-08 [2022-06-01T19:26:48.513Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-01T19:26:48.513Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-01T19:26:48.513Z] ==> Jenkins CI detected. [2022-06-01T19:26:48.513Z] current dir:  /w/workspace/foundry_go-mod-bootstrap_jakarta [2022-06-01T19:26:48.513Z] project root: . [2022-06-01T19:26:48.513Z] --> token set from env [2022-06-01T19:26:48.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-01T19:26:48.513Z] ==> Running gcov in . (disable via -X gcov) [2022-06-01T19:26:48.513Z] ==> Python coveragepy not found [2022-06-01T19:26:48.513Z] ==> Searching for coverage reports in: [2022-06-01T19:26:48.513Z] + . [2022-06-01T19:26:48.513Z] -> Found 1 reports [2022-06-01T19:26:48.513Z] ==> Detecting git/mercurial file structure [2022-06-01T19:26:48.513Z] ==> Reading reports [2022-06-01T19:26:48.513Z] + ./coverage.out bytes=42399 [2022-06-01T19:26:48.513Z] ==> Appending adjustments [2022-06-01T19:26:48.513Z] https://docs.codecov.io/docs/fixing-reports [2022-06-01T19:26:48.776Z] + Found adjustments [2022-06-01T19:26:48.776Z] ==> Gzipping contents [2022-06-01T19:26:48.776Z] 16K /tmp/codecov.lpmb1C.gz [2022-06-01T19:26:48.776Z] ==> Uploading reports [2022-06-01T19:26:48.776Z] url: https://codecov.io [2022-06-01T19:26:48.776Z] 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= [2022-06-01T19:26:48.776Z] -> Pinging Codecov [2022-06-01T19:26:48.776Z] 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= [2022-06-01T19:26:49.037Z] -> Uploading to [2022-06-01T19:26:49.037Z] 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 [2022-06-01T19:26:49.037Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-01T19:26:49.037Z] Dload Upload Total Spent Left Speed [2022-06-01T19:26:49.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12329 0 0 100 12329 0 50322 --:--:-- --:--:-- --:--:-- 50322 [2022-06-01T19:26:49.297Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] } [2022-06-01T19:26:49.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-01T19:26:49.475Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-01T19:26:49.486Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:26:49.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-01T19:26:49.779Z] [2022-06-01T19:26:49.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:26:50.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-01T19:26:50.079Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-01T19:26:50.079Z] df9b9388f04a: Pulling fs layer [2022-06-01T19:26:50.079Z] 52dc419b0ee2: Pulling fs layer [2022-06-01T19:26:50.079Z] 25bc292e5bac: Pulling fs layer [2022-06-01T19:26:50.079Z] 114826534d7a: Pulling fs layer [2022-06-01T19:26:50.079Z] 4657fd5d0bcf: Pulling fs layer [2022-06-01T19:26:50.079Z] 6ad1cebc031e: Pulling fs layer [2022-06-01T19:26:50.079Z] 8a3aa393b2d8: Pulling fs layer [2022-06-01T19:26:50.079Z] 114826534d7a: Waiting [2022-06-01T19:26:50.079Z] 4657fd5d0bcf: Waiting [2022-06-01T19:26:50.079Z] 6ad1cebc031e: Waiting [2022-06-01T19:26:50.079Z] 8a3aa393b2d8: Waiting [2022-06-01T19:26:50.079Z] 25bc292e5bac: Download complete [2022-06-01T19:26:50.079Z] 52dc419b0ee2: Verifying Checksum [2022-06-01T19:26:50.079Z] 52dc419b0ee2: Download complete [2022-06-01T19:26:50.079Z] 4657fd5d0bcf: Download complete [2022-06-01T19:26:50.079Z] df9b9388f04a: Verifying Checksum [2022-06-01T19:26:50.079Z] df9b9388f04a: Download complete [2022-06-01T19:26:50.359Z] df9b9388f04a: Pull complete [2022-06-01T19:26:50.359Z] 6ad1cebc031e: Verifying Checksum [2022-06-01T19:26:50.359Z] 6ad1cebc031e: Download complete [2022-06-01T19:26:50.359Z] 52dc419b0ee2: Pull complete [2022-06-01T19:26:50.623Z] 25bc292e5bac: Pull complete [2022-06-01T19:26:50.883Z] 114826534d7a: Verifying Checksum [2022-06-01T19:26:50.883Z] 114826534d7a: Download complete [2022-06-01T19:26:51.144Z] 8a3aa393b2d8: Verifying Checksum [2022-06-01T19:26:51.144Z] 8a3aa393b2d8: Download complete [2022-06-01T19:26:54.435Z] 114826534d7a: Pull complete [2022-06-01T19:26:54.435Z] 4657fd5d0bcf: Pull complete [2022-06-01T19:26:55.002Z] 6ad1cebc031e: Pull complete [2022-06-01T19:26:57.540Z] 8a3aa393b2d8: Pull complete [2022-06-01T19:26:57.540Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-01T19:26:57.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-01T19:26:57.540Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:26:57.629Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:26:57.610Z] $ 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 [2022-06-01T19:26:59.892Z] $ docker top 3bdf50a67c3ca9dbcd22b6bb13790dbd284a20b2d2db437d75434b76b3b62ce1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-01T19:27:00.030Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-06-01T19:27:00.311Z] + set -o pipefail [2022-06-01T19:27:00.311Z] + snyk monitor '--org=edgex-jenkins' [2022-06-01T19:27:02.853Z] [2022-06-01T19:27:02.853Z] Monitoring /w/workspace/foundry_go-mod-bootstrap_jakarta (github.com/edgexfoundry/go-mod-bootstrap/v2)... [2022-06-01T19:27:02.853Z] [2022-06-01T19:27:02.853Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/e52352ad-0e9a-424a-b25c-471ee5da2a0a/history/2aecdea3-7b2b-460b-809a-f55a0e2b09f9 [2022-06-01T19:27:02.853Z] [2022-06-01T19:27:02.853Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-01T19:27:02.853Z] [2022-06-01T19:27:02.853Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-01T19:27:02.853Z] [2022-06-01T19:27:02.853Z] [Pipeline] } [2022-06-01T19:27:02.805Z] $ docker stop --time=1 3bdf50a67c3ca9dbcd22b6bb13790dbd284a20b2d2db437d75434b76b3b62ce1 [2022-06-01T19:27:04.173Z] $ 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 [2022-06-01T19:27:04.798Z] + git log --format=format:%s -1 04d4e8d8ddd1042e9d59580e8e780ff530b02f31 [Pipeline] sh [2022-06-01T19:27:05.122Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-01T19:27:05.122Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:05.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:27:05.426Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:27:05.510Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:27:05.480Z] $ 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 [2022-06-01T19:27:05.879Z] $ docker top 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-01T19:27:06.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-01T19:27:06.041Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-01T19:27:06.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-01T19:27:06.104Z] $ docker exec 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f ssh-agent [2022-06-01T19:27:06.292Z] SSH_AUTH_SOCK=/tmp/ssh-K3vuEwU7uGHA/agent.32 [2022-06-01T19:27:06.292Z] SSH_AGENT_PID=39 [2022-06-01T19:27:06.297Z] Running ssh-add (command line suppressed) [2022-06-01T19:27:06.365Z] 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) [2022-06-01T19:27:06.443Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-01T19:27:06.731Z] + git semver tag [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,844 [run_tag] DEBUG tag force:False [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,844 [check_head_tag] DEBUG check head tag [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,846 [execute] INFO git cat-file --batch-check [2022-06-01T19:27:06.990Z] 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=) [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,852 [execute] INFO git cat-file --batch [2022-06-01T19:27:06.990Z] 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=) [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,881 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,882 [execute] INFO git tag -a v2.1.1-dev.2 -m v2.1.1-dev.2 [2022-06-01T19:27:06.990Z] 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) [2022-06-01T19:27:06.990Z] 2022-06-01 19:27:06,886 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:06.990Z] 2.1.1-dev.2 [Pipeline] } [2022-06-01T19:27:06.936Z] $ docker exec --env ******** --env ******** 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f ssh-agent -k [2022-06-01T19:27:07.045Z] unset SSH_AUTH_SOCK; [2022-06-01T19:27:07.045Z] unset SSH_AGENT_PID; [2022-06-01T19:27:07.045Z] echo Agent pid 39 killed; [2022-06-01T19:27:07.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-01T19:27:07.423Z] + git semver [Pipeline] } [2022-06-01T19:27:07.636Z] $ docker stop --time=1 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f [2022-06-01T19:27:08.943Z] $ docker rm -f 8f7325066c864de5682d519c998fa68643d839097a0f115429eab9aed8335c6f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:09.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-01T19:27:09.413Z] [2022-06-01T19:27:09.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:09.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-01T19:27:09.719Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-01T19:27:09.719Z] ab5ef0e58194: Pulling fs layer [2022-06-01T19:27:09.719Z] 9712f1f96733: Pulling fs layer [2022-06-01T19:27:09.719Z] 63f879dbbcfc: Pulling fs layer [2022-06-01T19:27:09.719Z] 0d9ebad4ef96: Pulling fs layer [2022-06-01T19:27:09.720Z] e9a5061849ea: Pulling fs layer [2022-06-01T19:27:09.720Z] d747dcd14b5f: Pulling fs layer [2022-06-01T19:27:09.720Z] 2de7ff778b66: Pulling fs layer [2022-06-01T19:27:09.720Z] e9a5061849ea: Waiting [2022-06-01T19:27:09.720Z] d747dcd14b5f: Waiting [2022-06-01T19:27:09.720Z] 2de7ff778b66: Waiting [2022-06-01T19:27:09.720Z] 0d9ebad4ef96: Waiting [2022-06-01T19:27:09.720Z] 9712f1f96733: Verifying Checksum [2022-06-01T19:27:09.720Z] 9712f1f96733: Download complete [2022-06-01T19:27:09.987Z] 63f879dbbcfc: Verifying Checksum [2022-06-01T19:27:09.987Z] 63f879dbbcfc: Download complete [2022-06-01T19:27:10.249Z] ab5ef0e58194: Verifying Checksum [2022-06-01T19:27:10.249Z] ab5ef0e58194: Download complete [2022-06-01T19:27:10.249Z] d747dcd14b5f: Verifying Checksum [2022-06-01T19:27:10.249Z] d747dcd14b5f: Download complete [2022-06-01T19:27:10.249Z] 0d9ebad4ef96: Verifying Checksum [2022-06-01T19:27:10.249Z] 0d9ebad4ef96: Download complete [2022-06-01T19:27:10.249Z] e9a5061849ea: Verifying Checksum [2022-06-01T19:27:10.249Z] e9a5061849ea: Download complete [2022-06-01T19:27:10.507Z] 2de7ff778b66: Verifying Checksum [2022-06-01T19:27:10.507Z] 2de7ff778b66: Download complete [2022-06-01T19:27:13.045Z] ab5ef0e58194: Pull complete [2022-06-01T19:27:13.045Z] 9712f1f96733: Pull complete [2022-06-01T19:27:13.612Z] 63f879dbbcfc: Pull complete [2022-06-01T19:27:17.813Z] 0d9ebad4ef96: Pull complete [2022-06-01T19:27:17.813Z] e9a5061849ea: Pull complete [2022-06-01T19:27:17.813Z] d747dcd14b5f: Pull complete [2022-06-01T19:27:19.197Z] 2de7ff778b66: Pull complete [2022-06-01T19:27:19.197Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-01T19:27:19.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-01T19:27:19.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:27:19.295Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:27:19.274Z] $ 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 [2022-06-01T19:27:22.022Z] $ docker top cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-01T19:27:22.162Z] provisioning config files... [2022-06-01T19:27:22.171Z] copy managed file [sigul-config] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config4180154065222015943tmp [2022-06-01T19:27:22.181Z] copy managed file [sigul-password] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config8667386046579740662tmp [2022-06-01T19:27:22.191Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config1254801951871044503tmp [Pipeline] { [Pipeline] echo [2022-06-01T19:27:22.207Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:22.495Z] ---> sigul-configuration.sh [2022-06-01T19:27:22.495Z] gpg: directory `/root/.gnupg' created [2022-06-01T19:27:22.495Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-01T19:27:22.495Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-01T19:27:22.495Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-01T19:27:22.495Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-01T19:27:22.495Z] gpg: CAST5 encrypted data [2022-06-01T19:27:22.495Z] gpg: encrypted with 1 passphrase [2022-06-01T19:27:22.495Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-01T19:27:22.781Z] + mkdir /home/jenkins [2022-06-01T19:27:22.781Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-01T19:27:23.069Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-06-01T19:27:23.079Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:23.362Z] ---> sigul-install.sh [2022-06-01T19:27:23.362Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-01T19:27:23.649Z] + git tag --list [2022-06-01T19:27:23.649Z] v0.0.1 [2022-06-01T19:27:23.649Z] v0.0.10 [2022-06-01T19:27:23.649Z] v0.0.11 [2022-06-01T19:27:23.649Z] v0.0.12 [2022-06-01T19:27:23.649Z] v0.0.13 [2022-06-01T19:27:23.649Z] v0.0.14 [2022-06-01T19:27:23.649Z] v0.0.15 [2022-06-01T19:27:23.649Z] v0.0.16 [2022-06-01T19:27:23.649Z] v0.0.17 [2022-06-01T19:27:23.649Z] v0.0.18 [2022-06-01T19:27:23.649Z] v0.0.19 [2022-06-01T19:27:23.649Z] v0.0.2 [2022-06-01T19:27:23.649Z] v0.0.20 [2022-06-01T19:27:23.649Z] v0.0.21 [2022-06-01T19:27:23.649Z] v0.0.22 [2022-06-01T19:27:23.649Z] v0.0.23 [2022-06-01T19:27:23.649Z] v0.0.24 [2022-06-01T19:27:23.649Z] v0.0.25 [2022-06-01T19:27:23.649Z] v0.0.26 [2022-06-01T19:27:23.649Z] v0.0.27 [2022-06-01T19:27:23.649Z] v0.0.28 [2022-06-01T19:27:23.649Z] v0.0.29 [2022-06-01T19:27:23.649Z] v0.0.3 [2022-06-01T19:27:23.649Z] v0.0.30 [2022-06-01T19:27:23.649Z] v0.0.31 [2022-06-01T19:27:23.649Z] v0.0.32 [2022-06-01T19:27:23.649Z] v0.0.33 [2022-06-01T19:27:23.649Z] v0.0.34 [2022-06-01T19:27:23.649Z] v0.0.35 [2022-06-01T19:27:23.649Z] v0.0.36 [2022-06-01T19:27:23.649Z] v0.0.37 [2022-06-01T19:27:23.649Z] v0.0.38 [2022-06-01T19:27:23.649Z] v0.0.39 [2022-06-01T19:27:23.649Z] v0.0.4 [2022-06-01T19:27:23.649Z] v0.0.40 [2022-06-01T19:27:23.649Z] v0.0.41 [2022-06-01T19:27:23.649Z] v0.0.42 [2022-06-01T19:27:23.649Z] v0.0.43 [2022-06-01T19:27:23.649Z] v0.0.44 [2022-06-01T19:27:23.649Z] v0.0.45 [2022-06-01T19:27:23.649Z] v0.0.46 [2022-06-01T19:27:23.649Z] v0.0.47 [2022-06-01T19:27:23.649Z] v0.0.48 [2022-06-01T19:27:23.649Z] v0.0.49 [2022-06-01T19:27:23.649Z] v0.0.5 [2022-06-01T19:27:23.649Z] v0.0.50 [2022-06-01T19:27:23.649Z] v0.0.51 [2022-06-01T19:27:23.649Z] v0.0.52 [2022-06-01T19:27:23.649Z] v0.0.53 [2022-06-01T19:27:23.649Z] v0.0.54 [2022-06-01T19:27:23.649Z] v0.0.55 [2022-06-01T19:27:23.649Z] v0.0.56 [2022-06-01T19:27:23.649Z] v0.0.57 [2022-06-01T19:27:23.649Z] v0.0.58 [2022-06-01T19:27:23.649Z] v0.0.59 [2022-06-01T19:27:23.649Z] v0.0.6 [2022-06-01T19:27:23.649Z] v0.0.60 [2022-06-01T19:27:23.649Z] v0.0.61 [2022-06-01T19:27:23.649Z] v0.0.62 [2022-06-01T19:27:23.649Z] v0.0.63 [2022-06-01T19:27:23.649Z] v0.0.64 [2022-06-01T19:27:23.649Z] v0.0.65 [2022-06-01T19:27:23.649Z] v0.0.66 [2022-06-01T19:27:23.649Z] v0.0.67 [2022-06-01T19:27:23.649Z] v0.0.68 [2022-06-01T19:27:23.649Z] v0.0.69 [2022-06-01T19:27:23.649Z] v0.0.7 [2022-06-01T19:27:23.649Z] v0.0.70 [2022-06-01T19:27:23.649Z] v0.0.71 [2022-06-01T19:27:23.649Z] v0.0.72 [2022-06-01T19:27:23.649Z] v0.0.8 [2022-06-01T19:27:23.649Z] v0.0.9 [2022-06-01T19:27:23.649Z] v2.0.0 [2022-06-01T19:27:23.649Z] v2.1.0 [2022-06-01T19:27:23.649Z] v2.1.1-dev.1 [2022-06-01T19:27:23.649Z] v2.1.1-dev.2 [2022-06-01T19:27:23.649Z] v2.2.0 [2022-06-01T19:27:23.649Z] v2.2.1-dev.1 [2022-06-01T19:27:23.649Z] v2.2.1-dev.2 [Pipeline] sh [2022-06-01T19:27:23.933Z] + lftools sign git-tag v2.1.1-dev.2 [2022-06-01T19:27:24.503Z] Signing Git tag with Sigul... [2022-06-01T19:27:24.503Z] Signing v2.1.1-dev.2 [Pipeline] echo [2022-06-01T19:27:24.772Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:25.059Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-01T19:27:25.070Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-01T19:27:25.030Z] $ docker stop --time=1 cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 [2022-06-01T19:27:26.352Z] $ docker rm -f cdd6b57c58dc4bbce942305c36599b123a46f923f9f409712e9764ff251665f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-01T19:27:26.845Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-01T19:27:26.845Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:27.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:27:27.149Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:27:27.234Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:27:27.204Z] $ 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 [2022-06-01T19:27:27.570Z] $ docker top 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-01T19:27:27.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-01T19:27:27.727Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-01T19:27:27.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-01T19:27:27.791Z] $ docker exec 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 ssh-agent [2022-06-01T19:27:27.975Z] SSH_AUTH_SOCK=/tmp/ssh-YmmzAv5gCC0D/agent.32 [2022-06-01T19:27:27.975Z] SSH_AGENT_PID=38 [2022-06-01T19:27:27.980Z] Running ssh-add (command line suppressed) [2022-06-01T19:27:28.029Z] 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) [2022-06-01T19:27:28.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-01T19:27:28.398Z] + git semver bump pre [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,499 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,500 [bump_version] DEBUG bumping version:2.1.1-dev.2 on axis:pre with prefix:dev [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,500 [bump_version] DEBUG bumped version:2.1.1-dev.3 [2022-06-01T19:27:28.659Z] 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 [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,500 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,500 [write_file] DEBUG write to file:/w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,502 [execute] INFO git cat-file --batch-check [2022-06-01T19:27:28.659Z] 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=) [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,506 [execute] INFO git cat-file --batch [2022-06-01T19:27:28.659Z] 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=) [2022-06-01T19:27:28.659Z] 2022-06-01 19:27:28,512 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:28.659Z] 2.1.1-dev.3 [Pipeline] } [2022-06-01T19:27:28.603Z] $ docker exec --env ******** --env ******** 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 ssh-agent -k [2022-06-01T19:27:28.718Z] unset SSH_AUTH_SOCK; [2022-06-01T19:27:28.718Z] unset SSH_AGENT_PID; [2022-06-01T19:27:28.718Z] echo Agent pid 38 killed; [2022-06-01T19:27:28.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-01T19:27:29.103Z] + git semver [Pipeline] } [2022-06-01T19:27:29.312Z] $ docker stop --time=1 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 [2022-06-01T19:27:30.620Z] $ docker rm -f 78803a3a971ce876c0de5bdf0489222bcb43383e733401748c9642eb9d962290 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-01T19:27:31.127Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-01T19:27:31.127Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:31.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-06-01T19:27:31.435Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:27:31.524Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:27:31.493Z] $ 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 [2022-06-01T19:27:31.869Z] $ docker top a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-01T19:27:32.026Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-01T19:27:32.026Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-01T19:27:32.151Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-01T19:27:32.088Z] $ docker exec a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 ssh-agent [2022-06-01T19:27:32.280Z] SSH_AUTH_SOCK=/tmp/ssh-TN5KbVKhKr7c/agent.32 [2022-06-01T19:27:32.280Z] SSH_AGENT_PID=40 [2022-06-01T19:27:32.286Z] Running ssh-add (command line suppressed) [2022-06-01T19:27:32.325Z] 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) [2022-06-01T19:27:32.407Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-01T19:27:32.697Z] + git semver push [2022-06-01T19:27:32.958Z] 2022-06-01 19:27:32,851 [run_push] DEBUG push [2022-06-01T19:27:32.958Z] 2022-06-01 19:27:32,851 [execute] INFO git push origin semver [2022-06-01T19:27:32.958Z] 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) [2022-06-01T19:27:33.899Z] 2022-06-01 19:27:33,576 [run_push] DEBUG push all version tags [2022-06-01T19:27:33.899Z] 2022-06-01 19:27:33,576 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-01T19:27:33.899Z] 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) [2022-06-01T19:27:34.471Z] 2022-06-01 19:27:34,305 [read_version] DEBUG read version from /w/workspace/foundry_go-mod-bootstrap_jakarta/.semver/jakarta [2022-06-01T19:27:34.471Z] 2.1.1-dev.3 [Pipeline] } [2022-06-01T19:27:34.416Z] $ docker exec --env ******** --env ******** a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 ssh-agent -k [2022-06-01T19:27:34.515Z] unset SSH_AUTH_SOCK; [2022-06-01T19:27:34.515Z] unset SSH_AGENT_PID; [2022-06-01T19:27:34.515Z] echo Agent pid 40 killed; [2022-06-01T19:27:34.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-01T19:27:34.894Z] + git semver [Pipeline] } [2022-06-01T19:27:35.103Z] $ docker stop --time=1 a7df5532d22cd41961ebeb91fe3cc76d4940d42c2850bacf00b3698f8749b772 [2022-06-01T19:27:36.396Z] $ 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 [2022-06-01T19:27:37.061Z] + [ -d /w/workspace/foundry_go-mod-bootstrap_jakarta/archives ] [2022-06-01T19:27:37.061Z] + ls -al /w/workspace/foundry_go-mod-bootstrap_jakarta/archives [2022-06-01T19:27:37.061Z] total 16 [2022-06-01T19:27:37.061Z] drwxr-xr-x 3 root root 4096 Jun 1 19:22 . [2022-06-01T19:27:37.061Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 1 19:27 .. [2022-06-01T19:27:37.061Z] drwxr-xr-x 2 root root 4096 Jun 1 19:22 cost [2022-06-01T19:27:37.061Z] -rw-r--r-- 1 root root 88 Jun 1 19:22 cost.csv [2022-06-01T19:27:37.061Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_go-mod-bootstrap_jakarta/archives [2022-06-01T19:27:37.061Z] + ls -al /w/workspace/foundry_go-mod-bootstrap_jakarta/archives [2022-06-01T19:27:37.061Z] total 16 [2022-06-01T19:27:37.061Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 1 19:22 . [2022-06-01T19:27:37.061Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 1 19:27 .. [2022-06-01T19:27:37.061Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 1 19:22 cost [2022-06-01T19:27:37.061Z] -rw-r--r-- 1 jenkins jenkins 88 Jun 1 19:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:37.355Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:38.226Z] ---> package-listing.sh [2022-06-01T19:27:38.226Z] ++ facter osfamily [2022-06-01T19:27:38.226Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-01T19:27:38.487Z] + OS_FAMILY=debian [2022-06-01T19:27:38.487Z] + workspace=/w/workspace/foundry_go-mod-bootstrap_jakarta [2022-06-01T19:27:38.487Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-01T19:27:38.487Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-01T19:27:38.487Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-01T19:27:38.487Z] + PACKAGES=/tmp/packages_start.txt [2022-06-01T19:27:38.487Z] + '[' /w/workspace/foundry_go-mod-bootstrap_jakarta ']' [2022-06-01T19:27:38.487Z] + PACKAGES=/tmp/packages_end.txt [2022-06-01T19:27:38.487Z] + case "${OS_FAMILY}" in [2022-06-01T19:27:38.487Z] + dpkg -l [2022-06-01T19:27:38.487Z] + grep '^ii' [2022-06-01T19:27:38.487Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-01T19:27:38.487Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-01T19:27:38.487Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-01T19:27:38.487Z] + '[' /w/workspace/foundry_go-mod-bootstrap_jakarta ']' [2022-06-01T19:27:38.487Z] + mkdir -p /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/ [2022-06-01T19:27:38.487Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_go-mod-bootstrap_jakarta/archives/ [Pipeline] echo [2022-06-01T19:27:38.499Z] 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 [2022-06-01T19:27:38.782Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-01T19:27:39.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-01T19:27:39.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-01T19:27:39.426Z] prd-ubuntu20.04-docker-8c-8g-565 does not seem to be running inside a container [2022-06-01T19:27:39.397Z] $ 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 [2022-06-01T19:27:39.663Z] $ docker top c43c33b376314404d2d127f5cec360a8fe9f364b50a53d5558cc8af121e38029 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-01T19:27:40.093Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-01T19:27:40.382Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-01T19:27:40.668Z] + ls /var/log/sa-host [2022-06-01T19:27:40.668Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-01T19:27:40.735Z] provisioning config files... [2022-06-01T19:27:40.744Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_go-mod-bootstrap_jakarta@tmp/config6011346963474323202tmp [Pipeline] { [Pipeline] echo [2022-06-01T19:27:40.756Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:41.038Z] ---> create-netrc.sh [Pipeline] } [2022-06-01T19:27:41.045Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:41.361Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-01T19:27:41.369Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:41.653Z] ---> sudo-logs.sh [2022-06-01T19:27:41.653Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-01T19:27:41.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:41.960Z] ---> job-cost.sh [2022-06-01T19:27:41.960Z] lf-activate-venv: SKIPPING [2022-06-01T19:27:41.960Z] DEBUG: total: 0.2199999988079071 [2022-06-01T19:27:41.960Z] INFO: Retrieving Stack Cost... [2022-06-01T19:27:42.529Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-01T19:27:42.789Z] INFO: Archiving Costs [Pipeline] echo [2022-06-01T19:27:42.800Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-01T19:27:43.087Z] ---> logs-deploy.sh [2022-06-01T19:27:43.087Z] lf-activate-venv: SKIPPING [2022-06-01T19:27:43.087Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/jakarta/4 [2022-06-01T19:27:43.087Z] INFO: archiving workspace using pattern(s): [2022-06-01T19:27:44.031Z] Archives upload complete. [2022-06-01T19:27:44.031Z] INFO: archiving logs to Nexus