Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b2864395ea9e7e92c64241927fda1d0cc4d0b41f 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-ssh16455215692917643194.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh11532378562387706154.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13301571253086096245.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh13145218190341066508.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11939394429390033000.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-5132 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Avoid second fetch Checking out Revision b2864395ea9e7e92c64241927fda1d0cc4d0b41f (main) Commit message: "Merge pull request #428 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v3-3.0.0-dev.3" > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2864395ea9e7e92c64241927fda1d0cc4d0b41f # timeout=10 > git rev-list --no-walk 52016a0ec59e024ae0d4a78e0cb26d95d9bcf968 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-08T15:09:44.771Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-08T15:09:44.813Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-08T15:09:44.826Z] ========================================================= [2023-02-08T15:09:44.826Z] EdgeX Global Pipelines Version Info [2023-02-08T15:09:44.826Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:09:45.585Z] ------------------- [2023-02-08T15:09:45.585Z] stable info: [2023-02-08T15:09:45.585Z] ------------------- [2023-02-08T15:09:45.585Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-08T15:09:45.585Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T15:09:45.585Z] Message: update stable to v1.0.244 [2023-02-08T15:09:46.156Z] ------------------- [2023-02-08T15:09:46.156Z] experimental info: [2023-02-08T15:09:46.156Z] ------------------- [2023-02-08T15:09:46.156Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-08T15:09:46.156Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-08T15:09:46.156Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-08T15:09:46.329Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-02-08T15:09:46.341Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-02-08T15:09:46.349Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-08T15:09:46.358Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-08T15:09:46.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-08T15:09:46.375Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-08T15:09:46.391Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-08T15:09:46.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-08T15:09:46.417Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-08T15:09:46.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-08T15:09:46.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-08T15:09:46.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-02-08T15:09:46.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-08T15:09:46.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-08T15:09:46.491Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T15:09:46.501Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T15:09:46.515Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T15:09:46.529Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-08T15:09:46.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-08T15:09:46.553Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-08T15:09:46.565Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-08T15:09:46.576Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-08T15:09:46.590Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-08T15:09:46.604Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-08T15:09:46.620Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-08T15:09:46.633Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-08T15:09:46.647Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-08T15:09:46.657Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-08T15:09:46.672Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-08T15:09:46.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-08T15:09:46.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] echo [2023-02-08T15:09:46.714Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b286439 [Pipeline] echo [2023-02-08T15:09:46.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-08T15:09:47.140Z] + git rev-list -1 --merges b2864395ea9e7e92c64241927fda1d0cc4d0b41f~1..b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] echo [2023-02-08T15:09:47.196Z] -----------> git rev-list -1 --merges b2864395ea9e7e92c64241927fda1d0cc4d0b41f~1..b2864395ea9e7e92c64241927fda1d0cc4d0b41f b2864395ea9e7e92c64241927fda1d0cc4d0b41f [2023-02-08T15:09:47.196Z] b2864395ea9e7e92c64241927fda1d0cc4d0b41f [false] [Pipeline] sh [2023-02-08T15:09:47.483Z] + git log --format=format:%s -1 b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] echo [2023-02-08T15:09:47.496Z] ========================================================= [2023-02-08T15:09:47.496Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-08T15:09:47.496Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T15:09:47.835Z] + git log --format=format:%s -1 b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] echo [2023-02-08T15:09:47.847Z] [semverPrep] GIT_COMMIT: b2864395ea9e7e92c64241927fda1d0cc4d0b41f, Commit Message: Merge pull request #428 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v3-3.0.0-dev.3 [Pipeline] echo [2023-02-08T15:09:47.855Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-08T15:09:48.234Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T15:09:48.234Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-08T15:09:48.234Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-08T15:09:48.234Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-08T15:09:48.234Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-08T15:09:48.234Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-08T15:09:48.234Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:09:48.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:09:49.170Z] [2023-02-08T15:09:49.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:09:49.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:09:49.476Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-08T15:09:49.476Z] b85a868b505f: Pulling fs layer [2023-02-08T15:09:49.476Z] e2be974225ed: Pulling fs layer [2023-02-08T15:09:49.476Z] 339a4e72a1f5: Pulling fs layer [2023-02-08T15:09:49.476Z] 988bab9f4d93: Pulling fs layer [2023-02-08T15:09:49.476Z] 1469e6f7b9e6: Pulling fs layer [2023-02-08T15:09:49.476Z] eaf3925da568: Pulling fs layer [2023-02-08T15:09:49.476Z] bab4dde63d76: Pulling fs layer [2023-02-08T15:09:49.476Z] bde34c3a00c8: Pulling fs layer [2023-02-08T15:09:49.476Z] b352a97aabf1: Pulling fs layer [2023-02-08T15:09:49.476Z] 4872d77fe225: Pulling fs layer [2023-02-08T15:09:49.476Z] 5851b861e8e6: Pulling fs layer [2023-02-08T15:09:49.477Z] 988bab9f4d93: Waiting [2023-02-08T15:09:49.477Z] 1469e6f7b9e6: Waiting [2023-02-08T15:09:49.477Z] bde34c3a00c8: Waiting [2023-02-08T15:09:49.477Z] eaf3925da568: Waiting [2023-02-08T15:09:49.477Z] bab4dde63d76: Waiting [2023-02-08T15:09:49.477Z] b352a97aabf1: Waiting [2023-02-08T15:09:49.477Z] 4872d77fe225: Waiting [2023-02-08T15:09:49.477Z] 5851b861e8e6: Waiting [2023-02-08T15:09:49.755Z] e2be974225ed: Verifying Checksum [2023-02-08T15:09:49.755Z] e2be974225ed: Download complete [2023-02-08T15:09:49.755Z] 988bab9f4d93: Verifying Checksum [2023-02-08T15:09:49.755Z] 988bab9f4d93: Download complete [2023-02-08T15:09:49.755Z] 1469e6f7b9e6: Verifying Checksum [2023-02-08T15:09:49.755Z] 1469e6f7b9e6: Download complete [2023-02-08T15:09:49.755Z] eaf3925da568: Verifying Checksum [2023-02-08T15:09:50.016Z] 339a4e72a1f5: Verifying Checksum [2023-02-08T15:09:50.016Z] 339a4e72a1f5: Download complete [2023-02-08T15:09:50.016Z] bde34c3a00c8: Download complete [2023-02-08T15:09:50.016Z] b352a97aabf1: Download complete [2023-02-08T15:09:50.016Z] 4872d77fe225: Download complete [2023-02-08T15:09:50.016Z] b85a868b505f: Verifying Checksum [2023-02-08T15:09:50.016Z] b85a868b505f: Download complete [2023-02-08T15:09:50.016Z] 5851b861e8e6: Verifying Checksum [2023-02-08T15:09:50.016Z] 5851b861e8e6: Download complete [2023-02-08T15:09:50.584Z] bab4dde63d76: Verifying Checksum [2023-02-08T15:09:50.584Z] bab4dde63d76: Download complete [2023-02-08T15:09:51.964Z] b85a868b505f: Pull complete [2023-02-08T15:09:52.223Z] e2be974225ed: Pull complete [2023-02-08T15:09:52.792Z] 339a4e72a1f5: Pull complete [2023-02-08T15:09:52.792Z] 988bab9f4d93: Pull complete [2023-02-08T15:09:53.051Z] 1469e6f7b9e6: Pull complete [2023-02-08T15:09:53.316Z] eaf3925da568: Pull complete [2023-02-08T15:09:55.239Z] bab4dde63d76: Pull complete [2023-02-08T15:09:55.239Z] bde34c3a00c8: Pull complete [2023-02-08T15:09:55.239Z] b352a97aabf1: Pull complete [2023-02-08T15:09:55.239Z] 4872d77fe225: Pull complete [2023-02-08T15:09:55.498Z] 5851b861e8e6: Pull complete [2023-02-08T15:09:55.763Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-08T15:09:55.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:09:55.763Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:09:55.847Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:09:55.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T15:10:02.467Z] $ docker top dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f -eo pid,comm [2023-02-08T15:10:02.521Z] 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). [2023-02-08T15:10:02.521Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T15:10:02.557Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T15:10:02.557Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T15:10:02.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T15:10:02.688Z] $ docker exec dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f ssh-agent [2023-02-08T15:10:02.804Z] SSH_AUTH_SOCK=/tmp/ssh-fduEnvJSmc2k/agent.14 [2023-02-08T15:10:02.804Z] SSH_AGENT_PID=20 [2023-02-08T15:10:02.813Z] Running ssh-add (command line suppressed) [2023-02-08T15:10:02.962Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_943785923638044799.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_943785923638044799.key) [2023-02-08T15:10:02.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T15:10:03.277Z] + git tag --points-at HEAD [Pipeline] } [2023-02-08T15:10:03.298Z] $ docker exec --env ******** --env ******** dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f ssh-agent -k [2023-02-08T15:10:03.391Z] unset SSH_AUTH_SOCK; [2023-02-08T15:10:03.391Z] unset SSH_AGENT_PID; [2023-02-08T15:10:03.391Z] echo Agent pid 20 killed; [2023-02-08T15:10:03.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-08T15:10:03.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T15:10:03.427Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T15:10:03.570Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T15:10:03.575Z] $ docker exec dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f ssh-agent [2023-02-08T15:10:03.687Z] SSH_AUTH_SOCK=/tmp/ssh-Hqlmcfqv4xix/agent.71 [2023-02-08T15:10:03.687Z] SSH_AGENT_PID=77 [2023-02-08T15:10:03.692Z] Running ssh-add (command line suppressed) [2023-02-08T15:10:03.810Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3522545932548873459.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3522545932548873459.key) [2023-02-08T15:10:03.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T15:10:04.119Z] + git semver init [2023-02-08T15:10:04.690Z] 2023-02-08 15:10:04,537 [run_init] DEBUG init version:0.0.0 force:False [2023-02-08T15:10:04.690Z] 2023-02-08 15:10:04,539 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-02-08T15:10:04.690Z] 2023-02-08 15:10:04,540 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-02-08T15:10:04.690Z] 2023-02-08 15:10:04,540 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-08T15:10:06.091Z] 2023-02-08 15:10:05,795 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2023-02-08T15:10:06.091Z] 2023-02-08 15:10:05,795 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2023-02-08T15:10:06.091Z] 2023-02-08 15:10:05,796 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:10:06.091Z] 2023-02-08 15:10:05,796 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:10:06.091Z] 3.0.0-dev.18 [Pipeline] } [2023-02-08T15:10:06.113Z] $ docker exec --env ******** --env ******** dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f ssh-agent -k [2023-02-08T15:10:06.209Z] unset SSH_AUTH_SOCK; [2023-02-08T15:10:06.210Z] unset SSH_AGENT_PID; [2023-02-08T15:10:06.210Z] echo Agent pid 77 killed; [2023-02-08T15:10:06.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T15:10:06.539Z] + git semver [Pipeline] } [2023-02-08T15:10:07.125Z] $ docker stop --time=1 dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f [2023-02-08T15:10:08.437Z] $ docker rm -f --volumes dad945743cbc43f56d8927b502489c7f1adaefd168c9c2379f76cb2b8f06872f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T15:10:08.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-08T15:10:09.028Z] Stashed 1 file(s) [Pipeline] echo [2023-02-08T15:10:09.031Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.18 [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 [2023-02-08T15:10:09.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T15:10:09.206Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T15:10:09.216Z] ========================================================= [2023-02-08T15:10:09.216Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-08T15:10:09.216Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-08T15:10:09.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T15:10:09.511Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-08T15:10:09.511Z] 213ec9aee27d: Pulling fs layer [2023-02-08T15:10:09.511Z] 4583459ba037: Pulling fs layer [2023-02-08T15:10:09.511Z] 93c1e223e6f2: Pulling fs layer [2023-02-08T15:10:09.511Z] 53926ce57604: Pulling fs layer [2023-02-08T15:10:09.511Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-08T15:10:09.511Z] 22ff95d597cd: Pulling fs layer [2023-02-08T15:10:09.511Z] 12d6caf4c0d1: Pulling fs layer [2023-02-08T15:10:09.511Z] 96b7cbca73a9: Pulling fs layer [2023-02-08T15:10:09.511Z] a7acece74701: Pulling fs layer [2023-02-08T15:10:09.511Z] 22ff95d597cd: Waiting [2023-02-08T15:10:09.511Z] 12d6caf4c0d1: Waiting [2023-02-08T15:10:09.511Z] 96b7cbca73a9: Waiting [2023-02-08T15:10:09.511Z] a7acece74701: Waiting [2023-02-08T15:10:09.511Z] 53926ce57604: Waiting [2023-02-08T15:10:09.511Z] 21b2b0c7a3f4: Waiting [2023-02-08T15:10:09.511Z] 93c1e223e6f2: Verifying Checksum [2023-02-08T15:10:09.511Z] 93c1e223e6f2: Download complete [2023-02-08T15:10:09.511Z] 4583459ba037: Download complete [2023-02-08T15:10:09.511Z] 21b2b0c7a3f4: Download complete [2023-02-08T15:10:09.511Z] 22ff95d597cd: Verifying Checksum [2023-02-08T15:10:09.511Z] 22ff95d597cd: Download complete [2023-02-08T15:10:09.774Z] 213ec9aee27d: Download complete [2023-02-08T15:10:09.774Z] 12d6caf4c0d1: Download complete [2023-02-08T15:10:10.053Z] 213ec9aee27d: Pull complete [2023-02-08T15:10:10.053Z] 4583459ba037: Pull complete [2023-02-08T15:10:10.337Z] 93c1e223e6f2: Pull complete [2023-02-08T15:10:10.950Z] a7acece74701: Verifying Checksum [2023-02-08T15:10:10.950Z] a7acece74701: Download complete [2023-02-08T15:10:10.950Z] 53926ce57604: Verifying Checksum [2023-02-08T15:10:10.950Z] 53926ce57604: Download complete [2023-02-08T15:10:11.209Z] 96b7cbca73a9: Verifying Checksum [2023-02-08T15:10:11.209Z] 96b7cbca73a9: Download complete [2023-02-08T15:10:15.393Z] 53926ce57604: Pull complete [2023-02-08T15:10:15.393Z] 21b2b0c7a3f4: Pull complete [2023-02-08T15:10:15.393Z] 22ff95d597cd: Pull complete [2023-02-08T15:10:15.652Z] 12d6caf4c0d1: Pull complete [2023-02-08T15:10:18.184Z] 96b7cbca73a9: Pull complete [2023-02-08T15:10:18.751Z] a7acece74701: Pull complete [2023-02-08T15:10:18.751Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-08T15:10:18.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-08T15:10:18.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-08T15:10:19.046Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:10:19.349Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T15:10:19.349Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:10:19.431Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:10:19.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T15:10:24.128Z] Still waiting to schedule task [2023-02-08T15:10:24.129Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-08T15:10:27.626Z] $ docker top 82db9a776edf54d64c035087f325aa5ab48db859426a49808ff8953fd48b2006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T15:10:27.965Z] + go version [2023-02-08T15:10:27.965Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-08T15:10:27.981Z] $ docker stop --time=1 82db9a776edf54d64c035087f325aa5ab48db859426a49808ff8953fd48b2006 [2023-02-08T15:10:29.249Z] $ docker rm -f --volumes 82db9a776edf54d64c035087f325aa5ab48db859426a49808ff8953fd48b2006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:10:29.636Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-08T15:10:29.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:10:29.702Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:10:29.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-08T15:10:30.218Z] $ docker top eb3ff6855f06b1689e98b4026fd9e71bf7980c3c90ee3255c4c7ee67fd61186c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T15:10:30.559Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh [2023-02-08T15:10:30.851Z] + make test [2023-02-08T15:10:30.851Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-08T15:10:30.851Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-08T15:10:30.851Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.10 [2023-02-08T15:10:30.851Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-08T15:10:30.851Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-08T15:10:30.851Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-08T15:10:31.113Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.6 [2023-02-08T15:10:31.113Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-08T15:10:31.113Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-08T15:10:31.113Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-08T15:10:31.113Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.5 [2023-02-08T15:10:31.113Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-08T15:10:31.375Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-08T15:10:31.375Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-08T15:10:31.375Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-08T15:10:31.375Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-08T15:10:31.375Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-08T15:10:31.375Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-08T15:10:31.375Z] go: downloading golang.org/x/net v0.5.0 [2023-02-08T15:10:31.375Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-08T15:10:31.375Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-08T15:10:31.375Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-08T15:10:31.375Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-08T15:10:31.375Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-08T15:10:31.375Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-08T15:10:31.636Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-08T15:10:31.636Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-08T15:10:31.636Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-08T15:10:31.636Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-08T15:10:31.636Z] go: downloading golang.org/x/text v0.6.0 [2023-02-08T15:10:31.636Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-08T15:10:31.636Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-08T15:10:31.636Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-08T15:10:31.636Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-08T15:10:31.636Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-08T15:10:31.636Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-08T15:10:31.636Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-08T15:10:31.636Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-08T15:10:31.894Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-08T15:10:31.894Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-08T15:10:31.894Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-08T15:10:31.894Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-08T15:10:31.894Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-08T15:10:32.151Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-08T15:10:32.151Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-08T15:10:32.151Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-08T15:10:32.151Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-08T15:10:32.151Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-08T15:10:32.151Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-08T15:10:32.151Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-08T15:10:44.382Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-02-08T15:10:44.382Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.018s coverage: 9.7% of statements [2023-02-08T15:10:44.382Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-08T15:10:44.382Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.023s coverage: 92.5% of statements [2023-02-08T15:10:44.382Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.025s coverage: 85.3% of statements [2023-02-08T15:10:46.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.026s coverage: 46.8% of statements [2023-02-08T15:10:46.289Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-08T15:10:46.289Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-08T15:10:46.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.014s coverage: 100.0% of statements [2023-02-08T15:10:46.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.338s coverage: 88.4% of statements [2023-02-08T15:10:46.289Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.037s coverage: 25.0% of statements [2023-02-08T15:10:46.886Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.043s coverage: 81.2% of statements [2023-02-08T15:10:46.886Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-08T15:10:46.886Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.020s coverage: 38.5% of statements [2023-02-08T15:10:46.886Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.006s coverage: 91.3% of statements [2023-02-08T15:10:54.998Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-08T15:10:54.998Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-08T15:10:58.285Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T15:10:58.285Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-08T15:10:58.297Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-08T15:10:58.313Z] $ docker stop --time=1 eb3ff6855f06b1689e98b4026fd9e71bf7980c3c90ee3255c4c7ee67fd61186c [2023-02-08T15:11:05.904Z] $ docker rm -f --volumes eb3ff6855f06b1689e98b4026fd9e71bf7980c3c90ee3255c4c7ee67fd61186c [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T15:11:06.495Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-08T15:11:06.562Z] 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 [2023-02-08T15:11:07.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T15:11:07.030Z] [2023-02-08T15:11:07.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:11:07.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T15:11:07.622Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-08T15:11:07.622Z] 5eb5b503b376: Pulling fs layer [2023-02-08T15:11:07.622Z] 5c69ac0246d0: Pulling fs layer [2023-02-08T15:11:07.622Z] ec43610c2a17: Pulling fs layer [2023-02-08T15:11:07.622Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-08T15:11:07.622Z] 33b1e0a273af: Pulling fs layer [2023-02-08T15:11:07.622Z] 5d3b04190fa2: Pulling fs layer [2023-02-08T15:11:07.622Z] 2f39f015ded8: Pulling fs layer [2023-02-08T15:11:07.622Z] 3a2ae6a8a46f: Waiting [2023-02-08T15:11:07.622Z] 33b1e0a273af: Waiting [2023-02-08T15:11:07.622Z] 2f39f015ded8: Waiting [2023-02-08T15:11:07.622Z] 5d3b04190fa2: Waiting [2023-02-08T15:11:07.622Z] 5c69ac0246d0: Verifying Checksum [2023-02-08T15:11:07.622Z] 5c69ac0246d0: Download complete [2023-02-08T15:11:07.882Z] 33b1e0a273af: Verifying Checksum [2023-02-08T15:11:07.882Z] 33b1e0a273af: Download complete [2023-02-08T15:11:07.882Z] 5d3b04190fa2: Download complete [2023-02-08T15:11:07.882Z] ec43610c2a17: Verifying Checksum [2023-02-08T15:11:07.882Z] ec43610c2a17: Download complete [2023-02-08T15:11:07.882Z] 5eb5b503b376: Verifying Checksum [2023-02-08T15:11:07.882Z] 5eb5b503b376: Download complete [2023-02-08T15:11:08.817Z] 2f39f015ded8: Verifying Checksum [2023-02-08T15:11:08.817Z] 2f39f015ded8: Download complete [2023-02-08T15:11:09.075Z] 5eb5b503b376: Pull complete [2023-02-08T15:11:09.333Z] 5c69ac0246d0: Pull complete [2023-02-08T15:11:09.899Z] ec43610c2a17: Pull complete [2023-02-08T15:11:09.899Z] 3a2ae6a8a46f: Pull complete [2023-02-08T15:11:10.156Z] 33b1e0a273af: Pull complete [2023-02-08T15:11:10.156Z] 5d3b04190fa2: Pull complete [2023-02-08T15:11:14.333Z] 2f39f015ded8: Pull complete [2023-02-08T15:11:14.333Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-08T15:11:14.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T15:11:14.333Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:11:14.420Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:11:14.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T15:11:22.192Z] $ docker top 285c1d02c1d84aa2c156d63a4627d21c4632f63e98b51ad439d3f587b4abaaf7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:11:22.552Z] ---> job-cost.sh [2023-02-08T15:11:22.552Z] lf-activate-venv: SKIPPING [2023-02-08T15:11:22.552Z] INFO: No Stack... [2023-02-08T15:11:23.489Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T15:11:23.750Z] INFO: Archiving Costs [Pipeline] sh [2023-02-08T15:11:24.040Z] + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [2023-02-08T15:11:24.040Z] + cut -d, -f6 [Pipeline] lock [2023-02-08T15:11:24.053Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [2023-02-08T15:11:24.063Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] did not exist. Created. [2023-02-08T15:11:24.063Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-08T15:11:24.357Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-08T15:11:24.387Z] Stashed 1 file(s) [Pipeline] } [2023-02-08T15:11:24.396Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-08T15:11:24.418Z] $ docker stop --time=1 285c1d02c1d84aa2c156d63a4627d21c4632f63e98b51ad439d3f587b4abaaf7 [2023-02-08T15:11:25.635Z] $ docker rm -f --volumes 285c1d02c1d84aa2c156d63a4627d21c4632f63e98b51ad439d3f587b4abaaf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-08T15:13:26.640Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5134 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws [2023-02-08T15:13:26.651Z] Running in /w/workspace/go-mod-bootstrap/106 [Pipeline] { [Pipeline] checkout [2023-02-08T15:13:26.683Z] Selected Git installation does not exist. Using Default [2023-02-08T15:13:26.683Z] The recommended git tool is: NONE [2023-02-08T15:13:37.529Z] using credential edgex-jenkins-ssh [2023-02-08T15:13:37.556Z] Cloning the remote Git repository [2023-02-08T15:13:37.661Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-08T15:13:37.778Z] > git init /w/workspace/go-mod-bootstrap/106 # timeout=10 [2023-02-08T15:13:38.025Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-02-08T15:13:38.027Z] > git --version # timeout=10 [2023-02-08T15:13:38.100Z] > git --version # 'git version 2.25.1' [2023-02-08T15:13:38.102Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-08T15:13:38.222Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T15:13:39.774Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-02-08T15:13:39.818Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-08T15:13:41.331Z] Avoid second fetch [2023-02-08T15:13:41.332Z] Checking out Revision b2864395ea9e7e92c64241927fda1d0cc4d0b41f (main) [2023-02-08T15:13:42.027Z] Commit message: "Merge pull request #428 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v3-3.0.0-dev.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-08T15:13:41.356Z] > git config core.sparsecheckout # timeout=10 [2023-02-08T15:13:41.385Z] > git checkout -f b2864395ea9e7e92c64241927fda1d0cc4d0b41f # timeout=10 [2023-02-08T15:13:42.973Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-08T15:13:42.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T15:13:42.974Z] Dload Upload Total Spent Left Speed [2023-02-08T15:13:42.974Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh [2023-02-08T15:13:43.640Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-08T15:13:43.991Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-08T15:13:43.991Z] + sudo tee /etc/docker/daemon.new [2023-02-08T15:13:43.991Z] { [2023-02-08T15:13:43.991Z] "registry-mirrors": [ [2023-02-08T15:13:43.991Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-08T15:13:43.991Z] ], [2023-02-08T15:13:43.991Z] "bip": "10.250.0.254/24", [2023-02-08T15:13:43.991Z] "hosts": [ [2023-02-08T15:13:43.991Z] "tcp://0.0.0.0:5555", [2023-02-08T15:13:43.991Z] "unix:///var/run/docker.sock" [2023-02-08T15:13:43.991Z] ], [2023-02-08T15:13:43.991Z] "mtu": 1458, [2023-02-08T15:13:43.991Z] "selinux-enabled": true, [2023-02-08T15:13:43.991Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-08T15:13:43.991Z] } [Pipeline] sh [2023-02-08T15:13:44.339Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-08T15:13:44.705Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-02-08T15:14:03.329Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T15:14:03.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-08T15:14:03.354Z] ========================================================= [2023-02-08T15:14:03.354Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-08T15:14:03.354Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-08T15:14:03.705Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T15:14:04.301Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-08T15:14:04.301Z] 9b18e9b68314: Pulling fs layer [2023-02-08T15:14:04.301Z] 35d82f9e3411: Pulling fs layer [2023-02-08T15:14:04.301Z] e16973657156: Pulling fs layer [2023-02-08T15:14:04.301Z] fc693d55d65f: Pulling fs layer [2023-02-08T15:14:04.301Z] 7e9fc2657dce: Pulling fs layer [2023-02-08T15:14:04.301Z] dda99020689f: Pulling fs layer [2023-02-08T15:14:04.301Z] db1c61fa0a46: Pulling fs layer [2023-02-08T15:14:04.301Z] 891c053d2c06: Pulling fs layer [2023-02-08T15:14:04.301Z] fc693d55d65f: Waiting [2023-02-08T15:14:04.301Z] 7e9fc2657dce: Waiting [2023-02-08T15:14:04.301Z] dda99020689f: Waiting [2023-02-08T15:14:04.301Z] db1c61fa0a46: Waiting [2023-02-08T15:14:04.301Z] e16973657156: Verifying Checksum [2023-02-08T15:14:04.301Z] e16973657156: Download complete [2023-02-08T15:14:04.301Z] 35d82f9e3411: Download complete [2023-02-08T15:14:04.301Z] 7e9fc2657dce: Verifying Checksum [2023-02-08T15:14:04.301Z] 7e9fc2657dce: Download complete [2023-02-08T15:14:04.301Z] dda99020689f: Verifying Checksum [2023-02-08T15:14:04.301Z] dda99020689f: Download complete [2023-02-08T15:14:04.301Z] 9b18e9b68314: Verifying Checksum [2023-02-08T15:14:04.301Z] 9b18e9b68314: Download complete [2023-02-08T15:14:05.748Z] 9b18e9b68314: Pull complete [2023-02-08T15:14:05.748Z] 891c053d2c06: Verifying Checksum [2023-02-08T15:14:05.748Z] 891c053d2c06: Download complete [2023-02-08T15:14:06.350Z] 35d82f9e3411: Pull complete [2023-02-08T15:14:06.626Z] e16973657156: Pull complete [2023-02-08T15:14:07.244Z] db1c61fa0a46: Verifying Checksum [2023-02-08T15:14:07.244Z] db1c61fa0a46: Download complete [2023-02-08T15:14:07.847Z] fc693d55d65f: Download complete [2023-02-08T15:14:22.906Z] fc693d55d65f: Pull complete [2023-02-08T15:14:22.906Z] 7e9fc2657dce: Pull complete [2023-02-08T15:14:22.906Z] dda99020689f: Pull complete [2023-02-08T15:14:28.302Z] db1c61fa0a46: Pull complete [2023-02-08T15:14:30.916Z] 891c053d2c06: Pull complete [2023-02-08T15:14:30.916Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-08T15:14:30.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-08T15:14:30.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-08T15:14:31.257Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:14:31.611Z] + docker inspect -f . ci-base-image-arm64 [2023-02-08T15:14:31.611Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:14:31.816Z] prd-ubuntu20.04-docker-arm64-4c-16g-5134 does not seem to be running inside a container [2023-02-08T15:14:31.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/106 -v /w/workspace/go-mod-bootstrap/106:/w/workspace/go-mod-bootstrap/106:rw,z -v /w/workspace/go-mod-bootstrap/106@tmp:/w/workspace/go-mod-bootstrap/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-08T15:14:35.406Z] $ docker top 458ee87ccdaf9afb1e8ed4375bae21e94f88086c230f180960b1533e15d13b4f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T15:14:36.249Z] + go version [2023-02-08T15:14:36.249Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-08T15:14:36.274Z] $ docker stop --time=1 458ee87ccdaf9afb1e8ed4375bae21e94f88086c230f180960b1533e15d13b4f [2023-02-08T15:14:37.959Z] $ docker rm -f --volumes 458ee87ccdaf9afb1e8ed4375bae21e94f88086c230f180960b1533e15d13b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:14:38.558Z] + docker inspect -f . ci-base-image-arm64 [2023-02-08T15:14:38.558Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:14:38.751Z] prd-ubuntu20.04-docker-arm64-4c-16g-5134 does not seem to be running inside a container [2023-02-08T15:14:38.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/106 -v /w/workspace/go-mod-bootstrap/106:/w/workspace/go-mod-bootstrap/106:rw,z -v /w/workspace/go-mod-bootstrap/106@tmp:/w/workspace/go-mod-bootstrap/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-08T15:14:40.041Z] $ docker top 5ddf515c47355dfb55408abd9a24fec1506d734626c71721829b8944cdffed2b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T15:14:40.554Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/106 [Pipeline] fileExists [Pipeline] sh [2023-02-08T15:14:41.155Z] + make test [2023-02-08T15:14:41.424Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-08T15:14:41.424Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 [2023-02-08T15:14:41.425Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.10 [2023-02-08T15:14:41.425Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-08T15:14:41.693Z] go: downloading github.com/stretchr/testify v1.8.1 [2023-02-08T15:14:41.693Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 [2023-02-08T15:14:41.965Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-02-08T15:14:41.965Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-02-08T15:14:41.965Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.6 [2023-02-08T15:14:41.965Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.5 [2023-02-08T15:14:41.965Z] go: downloading github.com/google/uuid v1.3.0 [2023-02-08T15:14:41.965Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-02-08T15:14:41.965Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-02-08T15:14:42.245Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-08T15:14:42.245Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-08T15:14:42.245Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-08T15:14:42.245Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-08T15:14:42.523Z] go: downloading github.com/go-kit/log v0.2.1 [2023-02-08T15:14:42.523Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-02-08T15:14:42.523Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-02-08T15:14:42.801Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-02-08T15:14:42.801Z] go: downloading golang.org/x/net v0.5.0 [2023-02-08T15:14:42.801Z] go: downloading golang.org/x/sync v0.1.0 [2023-02-08T15:14:42.801Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-02-08T15:14:43.074Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-02-08T15:14:43.074Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-08T15:14:43.074Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-08T15:14:43.074Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-02-08T15:14:43.074Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-02-08T15:14:43.074Z] go: downloading google.golang.org/grpc v1.51.0 [2023-02-08T15:14:44.493Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-02-08T15:14:44.493Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-02-08T15:14:44.493Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-02-08T15:14:44.493Z] go: downloading golang.org/x/crypto v0.5.0 [2023-02-08T15:14:44.493Z] go: downloading golang.org/x/text v0.6.0 [2023-02-08T15:14:44.493Z] go: downloading github.com/x448/float16 v0.8.4 [2023-02-08T15:14:44.760Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-08T15:14:44.760Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-02-08T15:14:44.760Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-08T15:14:44.760Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-02-08T15:14:44.760Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-02-08T15:14:45.729Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-08T15:14:45.729Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-08T15:14:45.729Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-08T15:14:45.729Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-08T15:14:45.729Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-02-08T15:14:45.729Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-02-08T15:14:46.314Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-08T15:14:46.314Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-02-08T15:14:46.314Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-08T15:14:46.314Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-02-08T15:14:46.580Z] go: downloading golang.org/x/sys v0.4.0 [2023-02-08T15:14:47.547Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-08T15:14:47.547Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-02-08T15:14:47.813Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-08T15:14:48.089Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-08T15:16:09.747Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-02-08T15:16:19.834Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.082s coverage: 9.7% of statements [2023-02-08T15:16:19.834Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-02-08T15:16:19.834Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.076s coverage: 92.5% of statements [2023-02-08T15:16:19.834Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.026s coverage: 85.3% of statements [2023-02-08T15:16:25.190Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.159s coverage: 46.8% of statements [2023-02-08T15:16:25.190Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-02-08T15:16:25.190Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-02-08T15:16:25.190Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.082s coverage: 100.0% of statements [2023-02-08T15:16:25.190Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.446s coverage: 88.4% of statements [2023-02-08T15:16:25.190Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.060s coverage: 25.0% of statements [2023-02-08T15:16:30.543Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.150s coverage: 81.2% of statements [2023-02-08T15:16:30.543Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-02-08T15:16:30.543Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.043s coverage: 38.5% of statements [2023-02-08T15:16:30.543Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements [2023-02-08T15:16:30.543Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-08T15:16:30.543Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-02-08T15:16:57.262Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-08T15:16:57.262Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-08T15:16:57.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-08T15:16:57.299Z] $ docker stop --time=1 5ddf515c47355dfb55408abd9a24fec1506d734626c71721829b8944cdffed2b [2023-02-08T15:16:59.993Z] $ docker rm -f --volumes 5ddf515c47355dfb55408abd9a24fec1506d734626c71721829b8944cdffed2b [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T15:17:02.833Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-08T15:17:02.857Z] Warning: overwriting stash ‘coverage-report’ [2023-02-08T15:17:03.463Z] 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 [2023-02-08T15:17:03.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T15:17:03.904Z] [2023-02-08T15:17:03.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:17:04.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T15:17:04.519Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-08T15:17:04.519Z] 8998bd30e6a1: Pulling fs layer [2023-02-08T15:17:04.519Z] 04944245beec: Pulling fs layer [2023-02-08T15:17:04.519Z] 699f458cf7ca: Pulling fs layer [2023-02-08T15:17:04.519Z] 765212b225bb: Pulling fs layer [2023-02-08T15:17:04.519Z] f23df028b6ca: Pulling fs layer [2023-02-08T15:17:04.519Z] d65c8cfc05b1: Pulling fs layer [2023-02-08T15:17:04.519Z] 2437ff75d9bd: Pulling fs layer [2023-02-08T15:17:04.519Z] 765212b225bb: Waiting [2023-02-08T15:17:04.519Z] f23df028b6ca: Waiting [2023-02-08T15:17:04.519Z] d65c8cfc05b1: Waiting [2023-02-08T15:17:04.519Z] 2437ff75d9bd: Waiting [2023-02-08T15:17:04.519Z] 04944245beec: Verifying Checksum [2023-02-08T15:17:04.519Z] 04944245beec: Download complete [2023-02-08T15:17:04.519Z] 765212b225bb: Verifying Checksum [2023-02-08T15:17:04.519Z] 765212b225bb: Download complete [2023-02-08T15:17:04.519Z] f23df028b6ca: Verifying Checksum [2023-02-08T15:17:04.519Z] f23df028b6ca: Download complete [2023-02-08T15:17:04.792Z] d65c8cfc05b1: Verifying Checksum [2023-02-08T15:17:04.792Z] d65c8cfc05b1: Download complete [2023-02-08T15:17:04.792Z] 699f458cf7ca: Verifying Checksum [2023-02-08T15:17:04.792Z] 699f458cf7ca: Download complete [2023-02-08T15:17:05.060Z] 8998bd30e6a1: Download complete [2023-02-08T15:17:07.646Z] 2437ff75d9bd: Verifying Checksum [2023-02-08T15:17:07.646Z] 2437ff75d9bd: Download complete [2023-02-08T15:17:11.912Z] 8998bd30e6a1: Pull complete [2023-02-08T15:17:12.500Z] 04944245beec: Pull complete [2023-02-08T15:17:13.913Z] 699f458cf7ca: Pull complete [2023-02-08T15:17:13.913Z] 765212b225bb: Pull complete [2023-02-08T15:17:14.878Z] f23df028b6ca: Pull complete [2023-02-08T15:17:15.147Z] d65c8cfc05b1: Pull complete [2023-02-08T15:17:30.170Z] 2437ff75d9bd: Pull complete [2023-02-08T15:17:30.170Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-08T15:17:30.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-08T15:17:30.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:17:30.378Z] prd-ubuntu20.04-docker-arm64-4c-16g-5134 does not seem to be running inside a container [2023-02-08T15:17:30.451Z] $ 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/106 -v /w/workspace/go-mod-bootstrap/106:/w/workspace/go-mod-bootstrap/106:rw,z -v /w/workspace/go-mod-bootstrap/106@tmp:/w/workspace/go-mod-bootstrap/106@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-08T15:17:33.195Z] $ docker top f902e9c0fd1c297b236286ddeaabe2d7cdb9c15c8d0b1cfbfa34b062b709e19f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:17:34.077Z] ---> job-cost.sh [2023-02-08T15:17:34.077Z] lf-activate-venv: SKIPPING [2023-02-08T15:17:34.077Z] INFO: No Stack... [2023-02-08T15:17:34.346Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-08T15:17:35.311Z] INFO: Archiving Costs [Pipeline] sh [2023-02-08T15:17:35.968Z] + + catcut /w/workspace/go-mod-bootstrap/106/archives/cost.csv -d, [2023-02-08T15:17:35.968Z] -f6 [Pipeline] lock [2023-02-08T15:17:36.056Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [2023-02-08T15:17:36.063Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] did not exist. Created. [2023-02-08T15:17:36.063Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-08T15:17:36.731Z] /w/workspace/go-mod-bootstrap/106@tmp/durable-d98b025f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-08T15:17:37.394Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-08T15:17:37.416Z] Warning: overwriting stash ‘stack-cost’ [2023-02-08T15:17:37.476Z] Stashed 1 file(s) [Pipeline] } [2023-02-08T15:17:37.482Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-106-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-08T15:17:37.505Z] $ docker stop --time=1 f902e9c0fd1c297b236286ddeaabe2d7cdb9c15c8d0b1cfbfa34b062b709e19f [2023-02-08T15:17:39.052Z] $ docker rm -f --volumes f902e9c0fd1c297b236286ddeaabe2d7cdb9c15c8d0b1cfbfa34b062b709e19f [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 [2023-02-08T15:17:39.469Z] provisioning config files... [2023-02-08T15:17:39.481Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7158780576841014118tmp [Pipeline] { [Pipeline] sh [2023-02-08T15:17:39.793Z] + set +x [2023-02-08T15:17:39.793Z] + bash -s -- [2023-02-08T15:17:39.793Z] + curl -s https://codecov.io/bash [2023-02-08T15:17:39.793Z] [2023-02-08T15:17:39.793Z] _____ _ [2023-02-08T15:17:39.793Z] / ____| | | [2023-02-08T15:17:39.793Z] | | ___ __| | ___ ___ _____ __ [2023-02-08T15:17:39.793Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-08T15:17:39.793Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-08T15:17:39.793Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-08T15:17:39.793Z] Bash-1.0.6 [2023-02-08T15:17:39.793Z] [2023-02-08T15:17:39.793Z] [2023-02-08T15:17:39.793Z] ==> git version 2.25.1 found [2023-02-08T15:17:39.793Z] ==> 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 [2023-02-08T15:17:39.793Z] Release-Date: 2020-01-08 [2023-02-08T15:17:39.793Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-08T15:17:39.793Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-08T15:17:39.793Z] ==> Jenkins CI detected. [2023-02-08T15:17:39.793Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2023-02-08T15:17:39.793Z] project root: . [2023-02-08T15:17:39.793Z] --> token set from env [2023-02-08T15:17:39.793Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-08T15:17:39.793Z] ==> Running gcov in . (disable via -X gcov) [2023-02-08T15:17:39.793Z] ==> Python coveragepy not found [2023-02-08T15:17:39.793Z] ==> Searching for coverage reports in: [2023-02-08T15:17:39.793Z] + . [2023-02-08T15:17:39.793Z] -> Found 1 reports [2023-02-08T15:17:39.793Z] ==> Detecting git/mercurial file structure [2023-02-08T15:17:39.793Z] ==> Reading reports [2023-02-08T15:17:40.061Z] + ./coverage.out bytes=69585 [2023-02-08T15:17:40.061Z] ==> Appending adjustments [2023-02-08T15:17:40.061Z] https://docs.codecov.io/docs/fixing-reports [2023-02-08T15:17:40.061Z] + Found adjustments [2023-02-08T15:17:40.061Z] ==> Gzipping contents [2023-02-08T15:17:40.061Z] 12K /tmp/codecov.5nYE0H.gz [2023-02-08T15:17:40.061Z] ==> Uploading reports [2023-02-08T15:17:40.061Z] url: https://codecov.io [2023-02-08T15:17:40.061Z] query: branch=main&commit=b2864395ea9e7e92c64241927fda1d0cc4d0b41f&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-08T15:17:40.061Z] -> Pinging Codecov [2023-02-08T15:17:40.061Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=b2864395ea9e7e92c64241927fda1d0cc4d0b41f&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-08T15:17:40.631Z] -> Uploading to [2023-02-08T15:17:40.631Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-08/833815588EE85121546D348822E98E2E/b2864395ea9e7e92c64241927fda1d0cc4d0b41f/47aa8adf-1132-4207-bfbe-e550050d43bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230208T151740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66f58e37322eaa9df6f6286995070241fdc67065bcf1bedd4f6e4f5533f00096 [2023-02-08T15:17:40.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-08T15:17:40.631Z] Dload Upload Total Spent Left Speed [2023-02-08T15:17:40.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11339 0 0 100 11339 0 55857 --:--:-- --:--:-- --:--:-- 55583 100 11339 0 0 100 11339 0 45538 --:--:-- --:--:-- --:--:-- 45356 [2023-02-08T15:17:40.891Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] } [2023-02-08T15:17:40.899Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-08T15:17:41.093Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-08T15:17:41.103Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:17:41.397Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T15:17:41.397Z] [2023-02-08T15:17:41.397Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:17:41.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T15:17:41.703Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-08T15:17:41.703Z] df9b9388f04a: Pulling fs layer [2023-02-08T15:17:41.703Z] 52dc419b0ee2: Pulling fs layer [2023-02-08T15:17:41.703Z] 25bc292e5bac: Pulling fs layer [2023-02-08T15:17:41.703Z] 114826534d7a: Pulling fs layer [2023-02-08T15:17:41.703Z] 4657fd5d0bcf: Pulling fs layer [2023-02-08T15:17:41.703Z] 6ad1cebc031e: Pulling fs layer [2023-02-08T15:17:41.703Z] 8a3aa393b2d8: Pulling fs layer [2023-02-08T15:17:41.703Z] 114826534d7a: Waiting [2023-02-08T15:17:41.703Z] 8a3aa393b2d8: Waiting [2023-02-08T15:17:41.703Z] 4657fd5d0bcf: Waiting [2023-02-08T15:17:41.703Z] 6ad1cebc031e: Waiting [2023-02-08T15:17:41.703Z] 25bc292e5bac: Download complete [2023-02-08T15:17:41.703Z] 52dc419b0ee2: Download complete [2023-02-08T15:17:41.703Z] 4657fd5d0bcf: Verifying Checksum [2023-02-08T15:17:41.703Z] 4657fd5d0bcf: Download complete [2023-02-08T15:17:41.968Z] df9b9388f04a: Verifying Checksum [2023-02-08T15:17:41.968Z] df9b9388f04a: Download complete [2023-02-08T15:17:41.968Z] df9b9388f04a: Pull complete [2023-02-08T15:17:42.236Z] 6ad1cebc031e: Verifying Checksum [2023-02-08T15:17:42.236Z] 6ad1cebc031e: Download complete [2023-02-08T15:17:42.236Z] 52dc419b0ee2: Pull complete [2023-02-08T15:17:42.236Z] 25bc292e5bac: Pull complete [2023-02-08T15:17:43.211Z] 114826534d7a: Verifying Checksum [2023-02-08T15:17:43.211Z] 114826534d7a: Download complete [2023-02-08T15:17:43.469Z] 8a3aa393b2d8: Verifying Checksum [2023-02-08T15:17:43.469Z] 8a3aa393b2d8: Download complete [2023-02-08T15:17:46.755Z] 114826534d7a: Pull complete [2023-02-08T15:17:46.755Z] 4657fd5d0bcf: Pull complete [2023-02-08T15:17:46.755Z] 6ad1cebc031e: Pull complete [2023-02-08T15:17:50.104Z] 8a3aa393b2d8: Pull complete [2023-02-08T15:17:50.105Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-08T15:17:50.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-08T15:17:50.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:17:50.191Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:17:50.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-08T15:17:57.539Z] $ docker top df21b5626c6ec6a82512517c501f3e39e309688b84b0a5e4f3ed93cd6be1ede3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-08T15:17:57.600Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh [2023-02-08T15:17:57.878Z] + set -o pipefail [2023-02-08T15:17:57.878Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' [2023-02-08T15:18:02.089Z] [2023-02-08T15:18:02.089Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... [2023-02-08T15:18:02.089Z] [2023-02-08T15:18:02.089Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/a0aa86a5-db91-4c28-bf0c-961194e11726 [2023-02-08T15:18:02.089Z] [2023-02-08T15:18:02.089Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-08T15:18:02.089Z] [2023-02-08T15:18:02.657Z] [2023-02-08T15:18:02.657Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-08T15:18:02.657Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-08T15:18:02.657Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-08T15:18:02.736Z] $ docker stop --time=1 df21b5626c6ec6a82512517c501f3e39e309688b84b0a5e4f3ed93cd6be1ede3 [2023-02-08T15:18:08.001Z] $ docker rm -f --volumes df21b5626c6ec6a82512517c501f3e39e309688b84b0a5e4f3ed93cd6be1ede3 [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 [2023-02-08T15:18:08.707Z] + git log --format=format:%s -1 b2864395ea9e7e92c64241927fda1d0cc4d0b41f [Pipeline] sh [2023-02-08T15:18:09.003Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T15:18:09.003Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:09.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:18:09.311Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:18:09.381Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:18:09.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T15:18:09.912Z] $ docker top 37d711b500b3cf6202b9972481604050607b84fe7ed201a0b6342f42960f13f9 -eo pid,comm [2023-02-08T15:18:09.950Z] 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). [2023-02-08T15:18:09.950Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T15:18:09.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T15:18:09.987Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T15:18:10.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T15:18:10.104Z] $ docker exec 37d711b500b3cf6202b9972481604050607b84fe7ed201a0b6342f42960f13f9 ssh-agent [2023-02-08T15:18:10.212Z] SSH_AUTH_SOCK=/tmp/ssh-dHnekStaWRjQ/agent.31 [2023-02-08T15:18:10.212Z] SSH_AGENT_PID=38 [2023-02-08T15:18:10.217Z] Running ssh-add (command line suppressed) [2023-02-08T15:18:10.321Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12308859694266513560.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_12308859694266513560.key) [2023-02-08T15:18:10.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T15:18:10.613Z] + git semver tag [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,793 [run_tag] DEBUG tag force:False [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,793 [check_head_tag] DEBUG check head tag [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,795 [execute] INFO git cat-file --batch-check [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,797 [execute] INFO git cat-file --batch [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,797 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,827 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,827 [execute] INFO git tag -a v3.0.0-dev.18 -m v3.0.0-dev.18 [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,827 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.18', '-m', 'v3.0.0-dev.18'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-08T15:18:10.873Z] 2023-02-08 15:18:10,832 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:10.873Z] 3.0.0-dev.18 [Pipeline] } [2023-02-08T15:18:10.886Z] $ docker exec --env ******** --env ******** 37d711b500b3cf6202b9972481604050607b84fe7ed201a0b6342f42960f13f9 ssh-agent -k [2023-02-08T15:18:10.980Z] unset SSH_AUTH_SOCK; [2023-02-08T15:18:10.981Z] unset SSH_AGENT_PID; [2023-02-08T15:18:10.981Z] echo Agent pid 38 killed; [2023-02-08T15:18:10.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T15:18:11.297Z] + git semver [Pipeline] } [2023-02-08T15:18:11.576Z] $ docker stop --time=1 37d711b500b3cf6202b9972481604050607b84fe7ed201a0b6342f42960f13f9 [2023-02-08T15:18:12.917Z] $ docker rm -f --volumes 37d711b500b3cf6202b9972481604050607b84fe7ed201a0b6342f42960f13f9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:13.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T15:18:13.324Z] [2023-02-08T15:18:13.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:13.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T15:18:13.632Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-08T15:18:13.632Z] ab5ef0e58194: Pulling fs layer [2023-02-08T15:18:13.632Z] 9712f1f96733: Pulling fs layer [2023-02-08T15:18:13.632Z] 63f879dbbcfc: Pulling fs layer [2023-02-08T15:18:13.632Z] 0d9ebad4ef96: Pulling fs layer [2023-02-08T15:18:13.632Z] e9a5061849ea: Pulling fs layer [2023-02-08T15:18:13.632Z] d747dcd14b5f: Pulling fs layer [2023-02-08T15:18:13.632Z] 2de7ff778b66: Pulling fs layer [2023-02-08T15:18:13.632Z] 0d9ebad4ef96: Waiting [2023-02-08T15:18:13.632Z] e9a5061849ea: Waiting [2023-02-08T15:18:13.632Z] d747dcd14b5f: Waiting [2023-02-08T15:18:13.632Z] 2de7ff778b66: Waiting [2023-02-08T15:18:13.632Z] 9712f1f96733: Verifying Checksum [2023-02-08T15:18:13.632Z] 9712f1f96733: Download complete [2023-02-08T15:18:14.641Z] 63f879dbbcfc: Verifying Checksum [2023-02-08T15:18:14.641Z] 63f879dbbcfc: Download complete [2023-02-08T15:18:14.641Z] e9a5061849ea: Verifying Checksum [2023-02-08T15:18:14.641Z] e9a5061849ea: Download complete [2023-02-08T15:18:14.641Z] d747dcd14b5f: Verifying Checksum [2023-02-08T15:18:14.641Z] d747dcd14b5f: Download complete [2023-02-08T15:18:14.909Z] 0d9ebad4ef96: Verifying Checksum [2023-02-08T15:18:14.909Z] 0d9ebad4ef96: Download complete [2023-02-08T15:18:14.909Z] ab5ef0e58194: Verifying Checksum [2023-02-08T15:18:14.909Z] ab5ef0e58194: Download complete [2023-02-08T15:18:14.909Z] 2de7ff778b66: Verifying Checksum [2023-02-08T15:18:14.909Z] 2de7ff778b66: Download complete [2023-02-08T15:18:17.439Z] ab5ef0e58194: Pull complete [2023-02-08T15:18:17.439Z] 9712f1f96733: Pull complete [2023-02-08T15:18:18.371Z] 63f879dbbcfc: Pull complete [2023-02-08T15:18:22.562Z] 0d9ebad4ef96: Pull complete [2023-02-08T15:18:22.562Z] e9a5061849ea: Pull complete [2023-02-08T15:18:22.562Z] d747dcd14b5f: Pull complete [2023-02-08T15:18:23.946Z] 2de7ff778b66: Pull complete [2023-02-08T15:18:23.946Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-08T15:18:23.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-08T15:18:23.946Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:18:24.016Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:18:24.052Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-08T15:18:32.943Z] $ docker top af89acb1e9f032a329ab7177d4f27124d09b68cfc30171c3f98fbc7ca6baa20a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-08T15:18:33.007Z] provisioning config files... [2023-02-08T15:18:33.014Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config1340270865462469819tmp [2023-02-08T15:18:33.023Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config1685321695966523711tmp [2023-02-08T15:18:33.033Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config148622314200413418tmp [Pipeline] { [Pipeline] echo [2023-02-08T15:18:33.047Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:33.332Z] ---> sigul-configuration.sh [2023-02-08T15:18:33.332Z] gpg: directory `/root/.gnupg' created [2023-02-08T15:18:33.332Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-08T15:18:33.332Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-08T15:18:33.332Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-08T15:18:33.332Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-08T15:18:33.332Z] gpg: CAST5 encrypted data [2023-02-08T15:18:33.332Z] gpg: encrypted with 1 passphrase [2023-02-08T15:18:33.332Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-08T15:18:33.614Z] + mkdir /home/jenkins [2023-02-08T15:18:33.614Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-08T15:18:33.899Z] + 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 [2023-02-08T15:18:33.907Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:34.193Z] ---> sigul-install.sh [2023-02-08T15:18:34.193Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-08T15:18:34.479Z] + git tag --list [2023-02-08T15:18:34.479Z] v0.0.1 [2023-02-08T15:18:34.479Z] v0.0.10 [2023-02-08T15:18:34.479Z] v0.0.11 [2023-02-08T15:18:34.479Z] v0.0.12 [2023-02-08T15:18:34.479Z] v0.0.13 [2023-02-08T15:18:34.479Z] v0.0.14 [2023-02-08T15:18:34.479Z] v0.0.15 [2023-02-08T15:18:34.479Z] v0.0.16 [2023-02-08T15:18:34.479Z] v0.0.17 [2023-02-08T15:18:34.479Z] v0.0.18 [2023-02-08T15:18:34.479Z] v0.0.19 [2023-02-08T15:18:34.479Z] v0.0.2 [2023-02-08T15:18:34.479Z] v0.0.20 [2023-02-08T15:18:34.479Z] v0.0.21 [2023-02-08T15:18:34.479Z] v0.0.22 [2023-02-08T15:18:34.479Z] v0.0.23 [2023-02-08T15:18:34.479Z] v0.0.24 [2023-02-08T15:18:34.479Z] v0.0.25 [2023-02-08T15:18:34.479Z] v0.0.26 [2023-02-08T15:18:34.479Z] v0.0.27 [2023-02-08T15:18:34.479Z] v0.0.28 [2023-02-08T15:18:34.479Z] v0.0.29 [2023-02-08T15:18:34.479Z] v0.0.3 [2023-02-08T15:18:34.479Z] v0.0.30 [2023-02-08T15:18:34.479Z] v0.0.31 [2023-02-08T15:18:34.479Z] v0.0.32 [2023-02-08T15:18:34.479Z] v0.0.33 [2023-02-08T15:18:34.479Z] v0.0.34 [2023-02-08T15:18:34.479Z] v0.0.35 [2023-02-08T15:18:34.479Z] v0.0.36 [2023-02-08T15:18:34.479Z] v0.0.37 [2023-02-08T15:18:34.479Z] v0.0.38 [2023-02-08T15:18:34.479Z] v0.0.39 [2023-02-08T15:18:34.479Z] v0.0.4 [2023-02-08T15:18:34.479Z] v0.0.40 [2023-02-08T15:18:34.479Z] v0.0.41 [2023-02-08T15:18:34.479Z] v0.0.42 [2023-02-08T15:18:34.479Z] v0.0.43 [2023-02-08T15:18:34.479Z] v0.0.44 [2023-02-08T15:18:34.479Z] v0.0.45 [2023-02-08T15:18:34.479Z] v0.0.46 [2023-02-08T15:18:34.479Z] v0.0.47 [2023-02-08T15:18:34.479Z] v0.0.48 [2023-02-08T15:18:34.479Z] v0.0.49 [2023-02-08T15:18:34.479Z] v0.0.5 [2023-02-08T15:18:34.479Z] v0.0.50 [2023-02-08T15:18:34.479Z] v0.0.51 [2023-02-08T15:18:34.479Z] v0.0.52 [2023-02-08T15:18:34.479Z] v0.0.53 [2023-02-08T15:18:34.479Z] v0.0.54 [2023-02-08T15:18:34.479Z] v0.0.55 [2023-02-08T15:18:34.479Z] v0.0.56 [2023-02-08T15:18:34.479Z] v0.0.57 [2023-02-08T15:18:34.479Z] v0.0.58 [2023-02-08T15:18:34.479Z] v0.0.59 [2023-02-08T15:18:34.479Z] v0.0.6 [2023-02-08T15:18:34.479Z] v0.0.60 [2023-02-08T15:18:34.479Z] v0.0.61 [2023-02-08T15:18:34.479Z] v0.0.62 [2023-02-08T15:18:34.479Z] v0.0.63 [2023-02-08T15:18:34.479Z] v0.0.64 [2023-02-08T15:18:34.479Z] v0.0.65 [2023-02-08T15:18:34.479Z] v0.0.66 [2023-02-08T15:18:34.479Z] v0.0.67 [2023-02-08T15:18:34.479Z] v0.0.68 [2023-02-08T15:18:34.479Z] v0.0.69 [2023-02-08T15:18:34.479Z] v0.0.7 [2023-02-08T15:18:34.479Z] v0.0.70 [2023-02-08T15:18:34.479Z] v0.0.71 [2023-02-08T15:18:34.479Z] v0.0.72 [2023-02-08T15:18:34.479Z] v0.0.8 [2023-02-08T15:18:34.479Z] v0.0.9 [2023-02-08T15:18:34.479Z] v2.0.0 [2023-02-08T15:18:34.479Z] v2.1.0 [2023-02-08T15:18:34.479Z] v2.1.1 [2023-02-08T15:18:34.479Z] v2.1.1-dev.1 [2023-02-08T15:18:34.479Z] v2.1.1-dev.2 [2023-02-08T15:18:34.479Z] v2.1.1-dev.3 [2023-02-08T15:18:34.479Z] v2.1.1-dev.4 [2023-02-08T15:18:34.479Z] v2.2.0 [2023-02-08T15:18:34.479Z] v2.2.1-dev.1 [2023-02-08T15:18:34.479Z] v2.2.1-dev.2 [2023-02-08T15:18:34.479Z] v2.2.1-dev.3 [2023-02-08T15:18:34.479Z] v2.2.1-dev.4 [2023-02-08T15:18:34.479Z] v2.2.1-dev.5 [2023-02-08T15:18:34.479Z] v2.2.1-dev.6 [2023-02-08T15:18:34.479Z] v2.2.1-dev.7 [2023-02-08T15:18:34.479Z] v2.2.1-dev.8 [2023-02-08T15:18:34.479Z] v2.2.1-dev.9 [2023-02-08T15:18:34.479Z] v2.3.0 [2023-02-08T15:18:34.479Z] v2.3.0-dev.10 [2023-02-08T15:18:34.479Z] v2.3.0-dev.11 [2023-02-08T15:18:34.479Z] v2.3.0-dev.12 [2023-02-08T15:18:34.479Z] v2.3.0-dev.13 [2023-02-08T15:18:34.479Z] v2.3.0-dev.14 [2023-02-08T15:18:34.479Z] v2.3.0-dev.15 [2023-02-08T15:18:34.479Z] v2.3.0-dev.16 [2023-02-08T15:18:34.479Z] v2.3.0-dev.17 [2023-02-08T15:18:34.479Z] v2.3.0-dev.18 [2023-02-08T15:18:34.479Z] v2.3.0-dev.19 [2023-02-08T15:18:34.479Z] v2.3.0-dev.20 [2023-02-08T15:18:34.479Z] v2.3.0-dev.21 [2023-02-08T15:18:34.479Z] v2.3.0-dev.22 [2023-02-08T15:18:34.479Z] v2.3.0-dev.23 [2023-02-08T15:18:34.479Z] v2.3.0-dev.24 [2023-02-08T15:18:34.479Z] v2.3.0-dev.25 [2023-02-08T15:18:34.479Z] v2.3.0-dev.26 [2023-02-08T15:18:34.479Z] v2.3.0-dev.27 [2023-02-08T15:18:34.479Z] v2.3.0-dev.28 [2023-02-08T15:18:34.479Z] v2.3.0-dev.29 [2023-02-08T15:18:34.479Z] v2.3.0-dev.30 [2023-02-08T15:18:34.479Z] v3.0.0-dev.1 [2023-02-08T15:18:34.479Z] v3.0.0-dev.10 [2023-02-08T15:18:34.479Z] v3.0.0-dev.11 [2023-02-08T15:18:34.479Z] v3.0.0-dev.12 [2023-02-08T15:18:34.479Z] v3.0.0-dev.13 [2023-02-08T15:18:34.479Z] v3.0.0-dev.14 [2023-02-08T15:18:34.479Z] v3.0.0-dev.15 [2023-02-08T15:18:34.479Z] v3.0.0-dev.16 [2023-02-08T15:18:34.479Z] v3.0.0-dev.17 [2023-02-08T15:18:34.479Z] v3.0.0-dev.18 [2023-02-08T15:18:34.479Z] v3.0.0-dev.2 [2023-02-08T15:18:34.479Z] v3.0.0-dev.3 [2023-02-08T15:18:34.479Z] v3.0.0-dev.4 [2023-02-08T15:18:34.479Z] v3.0.0-dev.5 [2023-02-08T15:18:34.479Z] v3.0.0-dev.6 [2023-02-08T15:18:34.479Z] v3.0.0-dev.7 [2023-02-08T15:18:34.479Z] v3.0.0-dev.8 [2023-02-08T15:18:34.479Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-08T15:18:34.769Z] + lftools sign git-tag v3.0.0-dev.18 [2023-02-08T15:18:35.343Z] Signing Git tag with Sigul... [2023-02-08T15:18:35.343Z] Signing v3.0.0-dev.18 [Pipeline] echo [2023-02-08T15:18:35.921Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:36.205Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-08T15:18:36.212Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-08T15:18:36.237Z] $ docker stop --time=1 af89acb1e9f032a329ab7177d4f27124d09b68cfc30171c3f98fbc7ca6baa20a [2023-02-08T15:18:37.553Z] $ docker rm -f --volumes af89acb1e9f032a329ab7177d4f27124d09b68cfc30171c3f98fbc7ca6baa20a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-08T15:18:37.967Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T15:18:37.967Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:38.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:18:38.269Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:18:38.343Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:18:38.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T15:18:38.743Z] $ docker top 603ad9cc06628a09238cd904cb664d20a926e0f9fbd3c34ad31340fe7c0cfbd9 -eo pid,comm [2023-02-08T15:18:38.786Z] 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). [2023-02-08T15:18:38.786Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T15:18:38.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T15:18:38.830Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T15:18:38.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T15:18:38.947Z] $ docker exec 603ad9cc06628a09238cd904cb664d20a926e0f9fbd3c34ad31340fe7c0cfbd9 ssh-agent [2023-02-08T15:18:39.040Z] SSH_AUTH_SOCK=/tmp/ssh-haSlowV741ys/agent.32 [2023-02-08T15:18:39.040Z] SSH_AGENT_PID=38 [2023-02-08T15:18:39.045Z] Running ssh-add (command line suppressed) [2023-02-08T15:18:39.138Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18061313662152164753.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18061313662152164753.key) [2023-02-08T15:18:39.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T15:18:39.435Z] + git semver bump pre [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,661 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,662 [bump_version] DEBUG bumping version:3.0.0-dev.18 on axis:pre with prefix:dev [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,662 [bump_version] DEBUG bumped version:3.0.0-dev.19 [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,662 [write_version] DEBUG write version:3.0.0-dev.19 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,662 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,662 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,664 [execute] INFO git cat-file --batch-check [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,669 [execute] INFO git cat-file --batch [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,670 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T15:18:39.694Z] 2023-02-08 15:18:39,674 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:39.694Z] 3.0.0-dev.19 [Pipeline] } [2023-02-08T15:18:39.715Z] $ docker exec --env ******** --env ******** 603ad9cc06628a09238cd904cb664d20a926e0f9fbd3c34ad31340fe7c0cfbd9 ssh-agent -k [2023-02-08T15:18:39.820Z] unset SSH_AUTH_SOCK; [2023-02-08T15:18:39.820Z] unset SSH_AGENT_PID; [2023-02-08T15:18:39.821Z] echo Agent pid 38 killed; [2023-02-08T15:18:39.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T15:18:40.130Z] + git semver [Pipeline] } [2023-02-08T15:18:40.407Z] $ docker stop --time=1 603ad9cc06628a09238cd904cb664d20a926e0f9fbd3c34ad31340fe7c0cfbd9 [2023-02-08T15:18:41.678Z] $ docker rm -f --volumes 603ad9cc06628a09238cd904cb664d20a926e0f9fbd3c34ad31340fe7c0cfbd9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-08T15:18:42.006Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-08T15:18:42.006Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:42.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-08T15:18:42.304Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:18:42.374Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:18:42.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-08T15:18:42.729Z] $ docker top 6acd6a4c8dd173c34ead2f57c915ab59e46e62abf3b72f3d0528b82ccdf84f84 -eo pid,comm [2023-02-08T15:18:42.774Z] 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). [2023-02-08T15:18:42.774Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-08T15:18:42.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-08T15:18:42.807Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-08T15:18:42.917Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-08T15:18:42.925Z] $ docker exec 6acd6a4c8dd173c34ead2f57c915ab59e46e62abf3b72f3d0528b82ccdf84f84 ssh-agent [2023-02-08T15:18:43.029Z] SSH_AUTH_SOCK=/tmp/ssh-5RLNVpcrMdKl/agent.32 [2023-02-08T15:18:43.029Z] SSH_AGENT_PID=38 [2023-02-08T15:18:43.034Z] Running ssh-add (command line suppressed) [2023-02-08T15:18:43.154Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2988127111809224918.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2988127111809224918.key) [2023-02-08T15:18:43.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-08T15:18:43.457Z] + git semver push [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,660 [run_push] DEBUG push [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,661 [execute] INFO git cat-file --batch-check [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,661 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,665 [execute] INFO git rev-list 1bc907ae09bdb7a8bd9b8f4d0df2ddd9d5a82847 -- [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,665 [execute] DEBUG Popen(['git', 'rev-list', '1bc907ae09bdb7a8bd9b8f4d0df2ddd9d5a82847', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,675 [execute] INFO git fetch -v origin [2023-02-08T15:18:43.716Z] 2023-02-08 15:18:43,676 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-08T15:18:44.651Z] 2023-02-08 15:18:44,343 [run_push] DEBUG no remote changes detected [2023-02-08T15:18:44.651Z] 2023-02-08 15:18:44,343 [execute] INFO git push origin semver [2023-02-08T15:18:44.651Z] 2023-02-08 15:18:44,344 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-08T15:18:45.586Z] 2023-02-08 15:18:45,283 [run_push] DEBUG push all version tags [2023-02-08T15:18:45.586Z] 2023-02-08 15:18:45,284 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-08T15:18:45.586Z] 2023-02-08 15:18:45,284 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-02-08T15:18:46.523Z] 2023-02-08 15:18:46,173 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-02-08T15:18:46.523Z] 3.0.0-dev.19 [Pipeline] } [2023-02-08T15:18:46.538Z] $ docker exec --env ******** --env ******** 6acd6a4c8dd173c34ead2f57c915ab59e46e62abf3b72f3d0528b82ccdf84f84 ssh-agent -k [2023-02-08T15:18:46.631Z] unset SSH_AUTH_SOCK; [2023-02-08T15:18:46.631Z] unset SSH_AGENT_PID; [2023-02-08T15:18:46.632Z] echo Agent pid 38 killed; [2023-02-08T15:18:46.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-08T15:18:46.938Z] + git semver [Pipeline] } [2023-02-08T15:18:47.214Z] $ docker stop --time=1 6acd6a4c8dd173c34ead2f57c915ab59e46e62abf3b72f3d0528b82ccdf84f84 [2023-02-08T15:18:48.508Z] $ docker rm -f --volumes 6acd6a4c8dd173c34ead2f57c915ab59e46e62abf3b72f3d0528b82ccdf84f84 [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 [2023-02-08T15:18:49.023Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2023-02-08T15:18:49.023Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-08T15:18:49.023Z] total 16 [2023-02-08T15:18:49.023Z] drwxr-xr-x 3 root root 4096 Feb 8 15:11 . [2023-02-08T15:18:49.023Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 8 15:18 .. [2023-02-08T15:18:49.023Z] drwxr-xr-x 2 root root 4096 Feb 8 15:11 cost [2023-02-08T15:18:49.023Z] -rw-r--r-- 1 root root 88 Feb 8 15:11 cost.csv [2023-02-08T15:18:49.023Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-08T15:18:49.023Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-02-08T15:18:49.023Z] total 16 [2023-02-08T15:18:49.023Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 8 15:11 . [2023-02-08T15:18:49.023Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 8 15:18 .. [2023-02-08T15:18:49.023Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 8 15:11 cost [2023-02-08T15:18:49.023Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 8 15:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:49.314Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:50.176Z] ---> package-listing.sh [2023-02-08T15:18:50.176Z] ++ facter osfamily [2023-02-08T15:18:50.176Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-08T15:18:50.434Z] + OS_FAMILY=debian [2023-02-08T15:18:50.434Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2023-02-08T15:18:50.434Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-08T15:18:50.434Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-08T15:18:50.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-08T15:18:50.435Z] + PACKAGES=/tmp/packages_start.txt [2023-02-08T15:18:50.435Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-02-08T15:18:50.435Z] + PACKAGES=/tmp/packages_end.txt [2023-02-08T15:18:50.435Z] + case "${OS_FAMILY}" in [2023-02-08T15:18:50.435Z] + dpkg -l [2023-02-08T15:18:50.435Z] + grep '^ii' [2023-02-08T15:18:50.435Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-08T15:18:50.435Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-08T15:18:50.435Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-08T15:18:50.435Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-02-08T15:18:50.435Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2023-02-08T15:18:50.435Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo [2023-02-08T15:18:50.446Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-08T15:18:50.723Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-08T15:18:51.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-08T15:18:51.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-08T15:18:51.347Z] prd-ubuntu20.04-docker-8c-8g-5132 does not seem to be running inside a container [2023-02-08T15:18:51.383Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-08T15:18:51.645Z] $ docker top 8aae9f84021ffcff42b89f48ec63539c2dec3d8e252a52dc498354c0dffc5806 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-08T15:18:52.031Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-08T15:18:52.316Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-08T15:18:52.599Z] + ls /var/log/sa-host [2023-02-08T15:18:52.599Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-08T15:18:52.670Z] provisioning config files... [2023-02-08T15:18:52.676Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17508969929333668704tmp [Pipeline] { [Pipeline] echo [2023-02-08T15:18:52.687Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:52.970Z] ---> create-netrc.sh [Pipeline] } [2023-02-08T15:18:52.977Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:53.300Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-08T15:18:53.309Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:53.595Z] ---> sudo-logs.sh [2023-02-08T15:18:53.595Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-08T15:18:53.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:53.917Z] ---> job-cost.sh [2023-02-08T15:18:53.917Z] lf-activate-venv: SKIPPING [2023-02-08T15:18:53.917Z] DEBUG: total: 0.2199999988079071 [2023-02-08T15:18:53.917Z] INFO: Retrieving Stack Cost... [2023-02-08T15:18:54.484Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-08T15:18:55.051Z] INFO: Archiving Costs [Pipeline] echo [2023-02-08T15:18:55.061Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-08T15:18:55.339Z] ---> logs-deploy.sh [2023-02-08T15:18:55.340Z] lf-activate-venv: SKIPPING [2023-02-08T15:18:55.340Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/106 [2023-02-08T15:18:55.340Z] INFO: archiving workspace using pattern(s): [2023-02-08T15:18:56.277Z] Archives upload complete. [2023-02-08T15:18:56.277Z] INFO: archiving logs to Nexus