Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0e597b80746d4c762b0e8781120b8a25e778bb00 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-ssh11868723552449278176.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-ssh5684673926997727057.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-ssh10862151674233378336.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-ssh2442417544975136342.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-ssh13095152476421926467.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-9555 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0e597b80746d4c762b0e8781120b8a25e778bb00 (main) Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.27" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e597b80746d4c762b0e8781120b8a25e778bb00 # timeout=10 > git rev-list --no-walk 29d4d5b3fdee960060c192ecb0577a4c39cccb23 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-10T01:06:00.366Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-10T01:06:00.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-10T01:06:00.449Z] ========================================================= [2023-03-10T01:06:00.449Z] EdgeX Global Pipelines Version Info [2023-03-10T01:06:00.449Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:06:01.165Z] ------------------- [2023-03-10T01:06:01.165Z] stable info: [2023-03-10T01:06:01.165Z] ------------------- [2023-03-10T01:06:01.165Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-10T01:06:01.165Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T01:06:01.165Z] Message: update stable to v1.0.244 [2023-03-10T01:06:01.735Z] ------------------- [2023-03-10T01:06:01.735Z] experimental info: [2023-03-10T01:06:01.735Z] ------------------- [2023-03-10T01:06:01.735Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-10T01:06:01.735Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-10T01:06:01.735Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-10T01:06:01.893Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo [2023-03-10T01:06:01.907Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo [2023-03-10T01:06:01.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-10T01:06:01.927Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-10T01:06:01.940Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-10T01:06:01.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-10T01:06:01.963Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-10T01:06:01.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-10T01:06:01.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-10T01:06:02.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-10T01:06:02.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-10T01:06:02.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo [2023-03-10T01:06:02.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-10T01:06:02.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-10T01:06:02.059Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T01:06:02.070Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T01:06:02.082Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T01:06:02.093Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-10T01:06:02.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-10T01:06:02.122Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-10T01:06:02.136Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-10T01:06:02.149Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-10T01:06:02.166Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-10T01:06:02.176Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-10T01:06:02.191Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-03-10T01:06:02.206Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-10T01:06:02.219Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-10T01:06:02.230Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-10T01:06:02.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-10T01:06:02.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-10T01:06:02.280Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] echo [2023-03-10T01:06:02.291Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e597b8 [Pipeline] echo [2023-03-10T01:06:02.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-10T01:06:02.648Z] + git rev-list -1 --merges 0e597b80746d4c762b0e8781120b8a25e778bb00~1..0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] echo [2023-03-10T01:06:02.693Z] -----------> git rev-list -1 --merges 0e597b80746d4c762b0e8781120b8a25e778bb00~1..0e597b80746d4c762b0e8781120b8a25e778bb00 0e597b80746d4c762b0e8781120b8a25e778bb00 [2023-03-10T01:06:02.693Z] 0e597b80746d4c762b0e8781120b8a25e778bb00 [false] [Pipeline] sh [2023-03-10T01:06:02.980Z] + git log --format=format:%s -1 0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] echo [2023-03-10T01:06:02.994Z] ========================================================= [2023-03-10T01:06:02.994Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-10T01:06:02.994Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T01:06:03.313Z] + git log --format=format:%s -1 0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] echo [2023-03-10T01:06:03.324Z] [semverPrep] GIT_COMMIT: 0e597b80746d4c762b0e8781120b8a25e778bb00, Commit Message: Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.27 [Pipeline] echo [2023-03-10T01:06:03.334Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-10T01:06:03.704Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:06:03.704Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-10T01:06:03.704Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-10T01:06:03.704Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-10T01:06:03.705Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-10T01:06:03.705Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-10T01:06:03.705Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:06:04.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:06:04.381Z] [2023-03-10T01:06:04.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:06:04.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:06:04.687Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-10T01:06:04.687Z] b85a868b505f: Pulling fs layer [2023-03-10T01:06:04.687Z] e2be974225ed: Pulling fs layer [2023-03-10T01:06:04.687Z] 339a4e72a1f5: Pulling fs layer [2023-03-10T01:06:04.687Z] 988bab9f4d93: Pulling fs layer [2023-03-10T01:06:04.687Z] 1469e6f7b9e6: Pulling fs layer [2023-03-10T01:06:04.687Z] eaf3925da568: Pulling fs layer [2023-03-10T01:06:04.687Z] bab4dde63d76: Pulling fs layer [2023-03-10T01:06:04.687Z] bde34c3a00c8: Pulling fs layer [2023-03-10T01:06:04.687Z] b352a97aabf1: Pulling fs layer [2023-03-10T01:06:04.687Z] 4872d77fe225: Pulling fs layer [2023-03-10T01:06:04.687Z] 5851b861e8e6: Pulling fs layer [2023-03-10T01:06:04.687Z] bab4dde63d76: Waiting [2023-03-10T01:06:04.687Z] bde34c3a00c8: Waiting [2023-03-10T01:06:04.687Z] 4872d77fe225: Waiting [2023-03-10T01:06:04.687Z] 5851b861e8e6: Waiting [2023-03-10T01:06:04.687Z] 988bab9f4d93: Waiting [2023-03-10T01:06:04.687Z] b352a97aabf1: Waiting [2023-03-10T01:06:04.687Z] 1469e6f7b9e6: Waiting [2023-03-10T01:06:04.687Z] eaf3925da568: Waiting [2023-03-10T01:06:04.948Z] e2be974225ed: Verifying Checksum [2023-03-10T01:06:04.948Z] e2be974225ed: Download complete [2023-03-10T01:06:04.948Z] 988bab9f4d93: Verifying Checksum [2023-03-10T01:06:04.948Z] 988bab9f4d93: Download complete [2023-03-10T01:06:04.948Z] 1469e6f7b9e6: Verifying Checksum [2023-03-10T01:06:04.948Z] 1469e6f7b9e6: Download complete [2023-03-10T01:06:04.948Z] 339a4e72a1f5: Verifying Checksum [2023-03-10T01:06:04.948Z] 339a4e72a1f5: Download complete [2023-03-10T01:06:04.948Z] eaf3925da568: Verifying Checksum [2023-03-10T01:06:04.948Z] eaf3925da568: Download complete [2023-03-10T01:06:04.948Z] bde34c3a00c8: Download complete [2023-03-10T01:06:05.207Z] b352a97aabf1: Verifying Checksum [2023-03-10T01:06:05.207Z] b352a97aabf1: Download complete [2023-03-10T01:06:05.207Z] 4872d77fe225: Download complete [2023-03-10T01:06:05.207Z] 5851b861e8e6: Verifying Checksum [2023-03-10T01:06:05.207Z] 5851b861e8e6: Download complete [2023-03-10T01:06:05.207Z] b85a868b505f: Verifying Checksum [2023-03-10T01:06:05.207Z] b85a868b505f: Download complete [2023-03-10T01:06:05.466Z] bab4dde63d76: Verifying Checksum [2023-03-10T01:06:05.466Z] bab4dde63d76: Download complete [2023-03-10T01:06:06.404Z] b85a868b505f: Pull complete [2023-03-10T01:06:06.663Z] e2be974225ed: Pull complete [2023-03-10T01:06:07.233Z] 339a4e72a1f5: Pull complete [2023-03-10T01:06:07.233Z] 988bab9f4d93: Pull complete [2023-03-10T01:06:07.492Z] 1469e6f7b9e6: Pull complete [2023-03-10T01:06:07.492Z] eaf3925da568: Pull complete [2023-03-10T01:06:09.407Z] bab4dde63d76: Pull complete [2023-03-10T01:06:09.668Z] bde34c3a00c8: Pull complete [2023-03-10T01:06:09.927Z] b352a97aabf1: Pull complete [2023-03-10T01:06:09.927Z] 4872d77fe225: Pull complete [2023-03-10T01:06:09.927Z] 5851b861e8e6: Pull complete [2023-03-10T01:06:09.927Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-10T01:06:09.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:06:09.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:06:10.021Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:06:10.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:06:13.108Z] $ docker top dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 -eo pid,comm [2023-03-10T01:06:13.163Z] 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-03-10T01:06:13.163Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:06:13.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:06:13.195Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:06:13.324Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:06:13.330Z] $ docker exec dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 ssh-agent [2023-03-10T01:06:13.440Z] SSH_AUTH_SOCK=/tmp/ssh-XWuxVIw2QLSX/agent.32 [2023-03-10T01:06:13.440Z] SSH_AGENT_PID=38 [2023-03-10T01:06:13.449Z] Running ssh-add (command line suppressed) [2023-03-10T01:06:13.557Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6828237208340278572.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6828237208340278572.key) [2023-03-10T01:06:13.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:06:13.858Z] + git tag --points-at HEAD [Pipeline] } [2023-03-10T01:06:13.881Z] $ docker exec --env ******** --env ******** dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 ssh-agent -k [2023-03-10T01:06:13.975Z] unset SSH_AUTH_SOCK; [2023-03-10T01:06:13.975Z] unset SSH_AGENT_PID; [2023-03-10T01:06:13.976Z] echo Agent pid 38 killed; [2023-03-10T01:06:13.982Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-10T01:06:14.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:06:14.010Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:06:14.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:06:14.128Z] $ docker exec dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 ssh-agent [2023-03-10T01:06:14.247Z] SSH_AUTH_SOCK=/tmp/ssh-GZLQOYoSvgFv/agent.70 [2023-03-10T01:06:14.247Z] SSH_AGENT_PID=76 [2023-03-10T01:06:14.253Z] Running ssh-add (command line suppressed) [2023-03-10T01:06:14.367Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4795900922929289217.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4795900922929289217.key) [2023-03-10T01:06:14.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:06:14.671Z] + git semver init [2023-03-10T01:06:14.931Z] 2023-03-10 01:06:14,878 [run_init] DEBUG init version:0.0.0 force:False [2023-03-10T01:06:14.931Z] 2023-03-10 01:06:14,878 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-03-10T01:06:14.931Z] 2023-03-10 01:06:14,879 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver [2023-03-10T01:06:14.931Z] 2023-03-10 01:06:14,879 [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-03-10T01:06:15.871Z] 2023-03-10 01:06:15,720 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude [2023-03-10T01:06:15.871Z] 2023-03-10 01:06:15,721 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False [2023-03-10T01:06:15.871Z] 2023-03-10 01:06:15,721 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:06:15.871Z] 2023-03-10 01:06:15,721 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:06:15.871Z] 3.0.0-dev.45 [Pipeline] } [2023-03-10T01:06:15.885Z] $ docker exec --env ******** --env ******** dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 ssh-agent -k [2023-03-10T01:06:15.992Z] unset SSH_AUTH_SOCK; [2023-03-10T01:06:15.992Z] unset SSH_AGENT_PID; [2023-03-10T01:06:15.993Z] echo Agent pid 76 killed; [2023-03-10T01:06:16.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:06:16.316Z] + git semver [Pipeline] } [2023-03-10T01:06:16.593Z] $ docker stop --time=1 dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 [2023-03-10T01:06:17.889Z] $ docker rm -f --volumes dd9bcb1da1a8b20134de00005b63f8bc2aecedf035961b378fb629a56163ff57 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:06:18.237Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-10T01:06:18.454Z] Stashed 1 file(s) [Pipeline] echo [2023-03-10T01:06:18.458Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.45 [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-03-10T01:06:18.640Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T01:06:18.652Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T01:06:18.666Z] ========================================================= [2023-03-10T01:06:18.666Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-10T01:06:18.666Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-10T01:06:18.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T01:06:18.974Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-10T01:06:18.974Z] 213ec9aee27d: Pulling fs layer [2023-03-10T01:06:18.974Z] 4583459ba037: Pulling fs layer [2023-03-10T01:06:18.974Z] 93c1e223e6f2: Pulling fs layer [2023-03-10T01:06:18.974Z] 53926ce57604: Pulling fs layer [2023-03-10T01:06:18.974Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-10T01:06:18.974Z] 22ff95d597cd: Pulling fs layer [2023-03-10T01:06:18.974Z] 12d6caf4c0d1: Pulling fs layer [2023-03-10T01:06:18.974Z] 96b7cbca73a9: Pulling fs layer [2023-03-10T01:06:18.974Z] a7acece74701: Pulling fs layer [2023-03-10T01:06:18.974Z] 21b2b0c7a3f4: Waiting [2023-03-10T01:06:18.974Z] 22ff95d597cd: Waiting [2023-03-10T01:06:18.974Z] 12d6caf4c0d1: Waiting [2023-03-10T01:06:18.974Z] 96b7cbca73a9: Waiting [2023-03-10T01:06:18.974Z] a7acece74701: Waiting [2023-03-10T01:06:18.974Z] 53926ce57604: Waiting [2023-03-10T01:06:18.975Z] 93c1e223e6f2: Verifying Checksum [2023-03-10T01:06:18.975Z] 93c1e223e6f2: Download complete [2023-03-10T01:06:18.975Z] 4583459ba037: Download complete [2023-03-10T01:06:18.975Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-10T01:06:18.975Z] 21b2b0c7a3f4: Download complete [2023-03-10T01:06:18.975Z] 22ff95d597cd: Download complete [2023-03-10T01:06:18.975Z] 213ec9aee27d: Verifying Checksum [2023-03-10T01:06:18.975Z] 12d6caf4c0d1: Download complete [2023-03-10T01:06:19.242Z] 213ec9aee27d: Pull complete [2023-03-10T01:06:19.514Z] 4583459ba037: Pull complete [2023-03-10T01:06:19.514Z] 93c1e223e6f2: Pull complete [2023-03-10T01:06:19.778Z] a7acece74701: Verifying Checksum [2023-03-10T01:06:19.778Z] a7acece74701: Download complete [2023-03-10T01:06:20.037Z] 96b7cbca73a9: Verifying Checksum [2023-03-10T01:06:20.037Z] 96b7cbca73a9: Download complete [2023-03-10T01:06:20.037Z] 53926ce57604: Verifying Checksum [2023-03-10T01:06:20.037Z] 53926ce57604: Download complete [2023-03-10T01:06:24.221Z] 53926ce57604: Pull complete [2023-03-10T01:06:24.221Z] 21b2b0c7a3f4: Pull complete [2023-03-10T01:06:24.221Z] 22ff95d597cd: Pull complete [2023-03-10T01:06:24.221Z] 12d6caf4c0d1: Pull complete [2023-03-10T01:06:26.127Z] 96b7cbca73a9: Pull complete [2023-03-10T01:06:26.697Z] a7acece74701: Pull complete [2023-03-10T01:06:26.955Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-10T01:06:26.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-10T01:06:26.955Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-03-10T01:06:27.245Z] + 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-03-10T01:06:27.552Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T01:06:27.552Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:06:27.621Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:06:27.651Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T01:06:32.872Z] $ docker top fa5d97ed9c0757c336a95481b38e949b42507a20f2b9d148b965d684aa96c728 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:06:33.218Z] + go version [2023-03-10T01:06:33.218Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-10T01:06:33.236Z] $ docker stop --time=1 fa5d97ed9c0757c336a95481b38e949b42507a20f2b9d148b965d684aa96c728 [2023-03-10T01:06:33.564Z] Still waiting to schedule task [2023-03-10T01:06:33.564Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-10T01:06:34.520Z] $ docker rm -f --volumes fa5d97ed9c0757c336a95481b38e949b42507a20f2b9d148b965d684aa96c728 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:06:34.915Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-10T01:06:34.915Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:06:34.984Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:06:35.017Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2023-03-10T01:06:35.430Z] $ docker top 472509931fbf9741fcb2d0cce4489632b417d51fab2022c9e4a9f91c4325be97 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:06:35.774Z] + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh [2023-03-10T01:06:36.075Z] + make test [2023-03-10T01:06:36.075Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-10T01:06:36.075Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-10T01:06:36.075Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-10T01:06:36.075Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 [2023-03-10T01:06:36.075Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-10T01:06:36.075Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-10T01:06:36.075Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-10T01:06:36.075Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.16 [2023-03-10T01:06:36.334Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-10T01:06:36.334Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 [2023-03-10T01:06:36.334Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-10T01:06:36.334Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-10T01:06:36.334Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-10T01:06:36.334Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-10T01:06:36.334Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-10T01:06:36.334Z] go: downloading golang.org/x/net v0.7.0 [2023-03-10T01:06:36.334Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-10T01:06:36.334Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-10T01:06:36.334Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-10T01:06:36.334Z] go: downloading golang.org/x/crypto v0.6.0 [2023-03-10T01:06:36.334Z] go: downloading golang.org/x/text v0.7.0 [2023-03-10T01:06:36.334Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-10T01:06:36.334Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-10T01:06:36.334Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-10T01:06:36.334Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-10T01:06:36.592Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-10T01:06:36.592Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-10T01:06:36.592Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-10T01:06:36.850Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-10T01:06:36.850Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-10T01:06:36.850Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-10T01:06:36.850Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-10T01:06:36.850Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-10T01:06:36.850Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-10T01:06:36.850Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-10T01:06:36.850Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-10T01:06:37.108Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-10T01:06:47.105Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.030s coverage: 36.5% of statements [2023-03-10T01:07:09.040Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.014s coverage: 92.5% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.016s coverage: 85.3% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.022s coverage: 42.3% of statements [2023-03-10T01:07:09.040Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-10T01:07:09.040Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.016s coverage: 100.0% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.322s coverage: 87.7% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.034s coverage: 25.0% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.046s coverage: 79.2% of statements [2023-03-10T01:07:09.040Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.024s coverage: 31.2% of statements [2023-03-10T01:07:09.040Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.005s coverage: 91.3% of statements [2023-03-10T01:07:15.598Z] 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-03-10T01:07:15.856Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-10T01:07:19.133Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T01:07:19.133Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-10T01:07:19.143Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-10T01:07:19.160Z] $ docker stop --time=1 472509931fbf9741fcb2d0cce4489632b417d51fab2022c9e4a9f91c4325be97 [2023-03-10T01:07:21.169Z] $ docker rm -f --volumes 472509931fbf9741fcb2d0cce4489632b417d51fab2022c9e4a9f91c4325be97 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:07:21.759Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-10T01:07:21.833Z] 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-03-10T01:07:22.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:07:22.274Z] [2023-03-10T01:07:22.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:07:22.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:07:22.573Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-10T01:07:22.573Z] 5eb5b503b376: Pulling fs layer [2023-03-10T01:07:22.573Z] 5c69ac0246d0: Pulling fs layer [2023-03-10T01:07:22.573Z] ec43610c2a17: Pulling fs layer [2023-03-10T01:07:22.573Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-10T01:07:22.573Z] 33b1e0a273af: Pulling fs layer [2023-03-10T01:07:22.573Z] 5d3b04190fa2: Pulling fs layer [2023-03-10T01:07:22.573Z] 2f39f015ded8: Pulling fs layer [2023-03-10T01:07:22.573Z] 33b1e0a273af: Waiting [2023-03-10T01:07:22.573Z] 5d3b04190fa2: Waiting [2023-03-10T01:07:22.573Z] 2f39f015ded8: Waiting [2023-03-10T01:07:22.573Z] 3a2ae6a8a46f: Waiting [2023-03-10T01:07:22.573Z] 5c69ac0246d0: Verifying Checksum [2023-03-10T01:07:22.573Z] 5c69ac0246d0: Download complete [2023-03-10T01:07:22.573Z] 3a2ae6a8a46f: Download complete [2023-03-10T01:07:22.835Z] 33b1e0a273af: Download complete [2023-03-10T01:07:22.835Z] 5d3b04190fa2: Verifying Checksum [2023-03-10T01:07:22.835Z] 5d3b04190fa2: Download complete [2023-03-10T01:07:22.835Z] ec43610c2a17: Verifying Checksum [2023-03-10T01:07:23.094Z] 5eb5b503b376: Verifying Checksum [2023-03-10T01:07:23.094Z] 5eb5b503b376: Download complete [2023-03-10T01:07:23.663Z] 2f39f015ded8: Download complete [2023-03-10T01:07:24.230Z] 5eb5b503b376: Pull complete [2023-03-10T01:07:24.487Z] 5c69ac0246d0: Pull complete [2023-03-10T01:07:24.745Z] ec43610c2a17: Pull complete [2023-03-10T01:07:25.003Z] 3a2ae6a8a46f: Pull complete [2023-03-10T01:07:25.262Z] 33b1e0a273af: Pull complete [2023-03-10T01:07:25.262Z] 5d3b04190fa2: Pull complete [2023-03-10T01:07:30.573Z] 2f39f015ded8: Pull complete [2023-03-10T01:07:30.573Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-10T01:07:30.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:07:30.573Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:07:30.660Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:07:30.749Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T01:07:34.757Z] $ docker top 62e57c3654626389a6b015c9f1b9c794d1c3f2351b70d37160c1b27c9f107811 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:07:35.198Z] ---> job-cost.sh [2023-03-10T01:07:35.198Z] lf-activate-venv: SKIPPING [2023-03-10T01:07:35.198Z] INFO: No Stack... [2023-03-10T01:07:35.456Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T01:07:35.715Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T01:07:36.005Z] + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv [2023-03-10T01:07:36.006Z] + cut -d, -f6 [Pipeline] lock [2023-03-10T01:07:36.021Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [2023-03-10T01:07:36.028Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] did not exist. Created. [2023-03-10T01:07:36.028Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T01:07:36.329Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-10T01:07:36.367Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T01:07:36.432Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T01:07:36.454Z] $ docker stop --time=1 62e57c3654626389a6b015c9f1b9c794d1c3f2351b70d37160c1b27c9f107811 [2023-03-10T01:07:37.620Z] $ docker rm -f --volumes 62e57c3654626389a6b015c9f1b9c794d1c3f2351b70d37160c1b27c9f107811 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-10T01:09:06.883Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9560 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws [2023-03-10T01:09:06.895Z] Running in /w/workspace/go-mod-bootstrap/133 [Pipeline] { [Pipeline] checkout [2023-03-10T01:09:06.928Z] Selected Git installation does not exist. Using Default [2023-03-10T01:09:06.928Z] The recommended git tool is: NONE [2023-03-10T01:09:13.237Z] using credential edgex-jenkins-ssh [2023-03-10T01:09:13.256Z] Cloning the remote Git repository [2023-03-10T01:09:13.311Z] Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-10T01:09:13.400Z] > git init /w/workspace/go-mod-bootstrap/133 # timeout=10 [2023-03-10T01:09:13.594Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git [2023-03-10T01:09:13.595Z] > git --version # timeout=10 [2023-03-10T01:09:13.622Z] > git --version # 'git version 2.25.1' [2023-03-10T01:09:13.625Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-10T01:09:13.706Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T01:09:15.005Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 [2023-03-10T01:09:15.031Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-10T01:09:16.151Z] Avoid second fetch [2023-03-10T01:09:16.152Z] Checking out Revision 0e597b80746d4c762b0e8781120b8a25e778bb00 (main) [2023-03-10T01:09:16.766Z] Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-10T01:09:16.178Z] > git config core.sparsecheckout # timeout=10 [2023-03-10T01:09:16.204Z] > git checkout -f 0e597b80746d4c762b0e8781120b8a25e778bb00 # timeout=10 [2023-03-10T01:09:17.704Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-10T01:09:17.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:09:17.704Z] Dload Upload Total Spent Left Speed [2023-03-10T01:09:17.704Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 71634 0 --:--:-- --:--:-- --:--:-- 71634 [Pipeline] sh [2023-03-10T01:09:18.405Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-10T01:09:18.747Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-10T01:09:18.747Z] + sudo tee /etc/docker/daemon.new [2023-03-10T01:09:18.747Z] { [2023-03-10T01:09:18.747Z] "registry-mirrors": [ [2023-03-10T01:09:18.747Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-10T01:09:18.747Z] ], [2023-03-10T01:09:18.747Z] "bip": "10.250.0.254/24", [2023-03-10T01:09:18.747Z] "hosts": [ [2023-03-10T01:09:18.747Z] "tcp://0.0.0.0:5555", [2023-03-10T01:09:18.747Z] "unix:///var/run/docker.sock" [2023-03-10T01:09:18.747Z] ], [2023-03-10T01:09:18.747Z] "mtu": 1458, [2023-03-10T01:09:18.747Z] "selinux-enabled": true, [2023-03-10T01:09:18.747Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-10T01:09:18.747Z] } [Pipeline] sh [2023-03-10T01:09:19.095Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-10T01:09:19.436Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-03-10T01:09:38.009Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T01:09:38.021Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-10T01:09:38.030Z] ========================================================= [2023-03-10T01:09:38.030Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-10T01:09:38.030Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-10T01:09:38.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T01:09:38.982Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-10T01:09:38.982Z] 9b18e9b68314: Pulling fs layer [2023-03-10T01:09:38.982Z] 35d82f9e3411: Pulling fs layer [2023-03-10T01:09:38.982Z] e16973657156: Pulling fs layer [2023-03-10T01:09:38.982Z] fc693d55d65f: Pulling fs layer [2023-03-10T01:09:38.982Z] 7e9fc2657dce: Pulling fs layer [2023-03-10T01:09:38.982Z] dda99020689f: Pulling fs layer [2023-03-10T01:09:38.982Z] db1c61fa0a46: Pulling fs layer [2023-03-10T01:09:38.982Z] 891c053d2c06: Pulling fs layer [2023-03-10T01:09:38.982Z] fc693d55d65f: Waiting [2023-03-10T01:09:38.982Z] 7e9fc2657dce: Waiting [2023-03-10T01:09:38.982Z] dda99020689f: Waiting [2023-03-10T01:09:38.982Z] db1c61fa0a46: Waiting [2023-03-10T01:09:38.982Z] e16973657156: Verifying Checksum [2023-03-10T01:09:38.982Z] e16973657156: Download complete [2023-03-10T01:09:38.982Z] 35d82f9e3411: Download complete [2023-03-10T01:09:38.982Z] 7e9fc2657dce: Download complete [2023-03-10T01:09:38.982Z] dda99020689f: Verifying Checksum [2023-03-10T01:09:38.982Z] dda99020689f: Download complete [2023-03-10T01:09:38.982Z] 9b18e9b68314: Download complete [2023-03-10T01:09:39.990Z] 9b18e9b68314: Pull complete [2023-03-10T01:09:40.265Z] 891c053d2c06: Verifying Checksum [2023-03-10T01:09:40.265Z] 891c053d2c06: Download complete [2023-03-10T01:09:40.543Z] 35d82f9e3411: Pull complete [2023-03-10T01:09:41.145Z] e16973657156: Pull complete [2023-03-10T01:09:41.740Z] db1c61fa0a46: Verifying Checksum [2023-03-10T01:09:41.740Z] db1c61fa0a46: Download complete [2023-03-10T01:09:42.338Z] fc693d55d65f: Verifying Checksum [2023-03-10T01:09:42.338Z] fc693d55d65f: Download complete [2023-03-10T01:09:54.732Z] fc693d55d65f: Pull complete [2023-03-10T01:09:54.732Z] 7e9fc2657dce: Pull complete [2023-03-10T01:09:54.732Z] dda99020689f: Pull complete [2023-03-10T01:10:01.418Z] db1c61fa0a46: Pull complete [2023-03-10T01:10:03.385Z] 891c053d2c06: Pull complete [2023-03-10T01:10:03.385Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-10T01:10:03.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-10T01:10:03.385Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-03-10T01:10:03.734Z] + 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-03-10T01:10:04.101Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T01:10:04.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:10:04.334Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-03-10T01:10:04.441Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/133 -v /w/workspace/go-mod-bootstrap/133:/w/workspace/go-mod-bootstrap/133:rw,z -v /w/workspace/go-mod-bootstrap/133@tmp:/w/workspace/go-mod-bootstrap/133@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-03-10T01:10:08.135Z] $ docker top 62400a4753c42e439d4c501b4d0598dffb5f36aaed0cfef82be74ba8e1c49ba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:10:08.991Z] + go version [2023-03-10T01:10:08.991Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-10T01:10:09.071Z] $ docker stop --time=1 62400a4753c42e439d4c501b4d0598dffb5f36aaed0cfef82be74ba8e1c49ba7 [2023-03-10T01:10:10.851Z] $ docker rm -f --volumes 62400a4753c42e439d4c501b4d0598dffb5f36aaed0cfef82be74ba8e1c49ba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:10:11.488Z] + docker inspect -f . ci-base-image-arm64 [2023-03-10T01:10:11.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:10:11.695Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-03-10T01:10:11.812Z] $ 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/133 -v /w/workspace/go-mod-bootstrap/133:/w/workspace/go-mod-bootstrap/133:rw,z -v /w/workspace/go-mod-bootstrap/133@tmp:/w/workspace/go-mod-bootstrap/133@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-03-10T01:10:15.689Z] $ docker top 172c80ca16a0aae3178e4d13c12db25e8f9eef592dc061d4f13a8d3e5987c8a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:10:16.532Z] + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/133 [Pipeline] fileExists [Pipeline] sh [2023-03-10T01:10:17.202Z] + make test [2023-03-10T01:10:17.202Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-10T01:10:17.202Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-03-10T01:10:17.202Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 [2023-03-10T01:10:17.202Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 [2023-03-10T01:10:17.472Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-10T01:10:17.473Z] go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 [2023-03-10T01:10:17.473Z] go: downloading github.com/mitchellh/copystructure v1.2.0 [2023-03-10T01:10:17.742Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2023-03-10T01:10:17.742Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 [2023-03-10T01:10:17.742Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.16 [2023-03-10T01:10:17.742Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.8 [2023-03-10T01:10:17.742Z] go: downloading github.com/google/uuid v1.3.0 [2023-03-10T01:10:17.742Z] go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-03-10T01:10:17.742Z] go: downloading github.com/gorilla/mux v1.8.0 [2023-03-10T01:10:17.742Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-10T01:10:17.742Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-10T01:10:18.011Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-10T01:10:18.011Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-10T01:10:18.011Z] go: downloading github.com/go-kit/log v0.2.1 [2023-03-10T01:10:18.011Z] go: downloading github.com/go-playground/validator/v10 v10.11.2 [2023-03-10T01:10:18.011Z] go: downloading github.com/mitchellh/reflectwalk v1.0.2 [2023-03-10T01:10:18.011Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 [2023-03-10T01:10:18.299Z] go: downloading github.com/fxamacker/cbor/v2 v2.4.0 [2023-03-10T01:10:18.299Z] go: downloading github.com/gorilla/websocket v1.4.2 [2023-03-10T01:10:18.299Z] go: downloading golang.org/x/net v0.7.0 [2023-03-10T01:10:18.299Z] go: downloading golang.org/x/sync v0.1.0 [2023-03-10T01:10:18.299Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-03-10T01:10:18.299Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-03-10T01:10:18.299Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-10T01:10:18.299Z] go: downloading github.com/go-logfmt/logfmt v0.5.1 [2023-03-10T01:10:18.299Z] go: downloading github.com/go-playground/universal-translator v0.18.1 [2023-03-10T01:10:18.299Z] go: downloading github.com/leodido/go-urn v1.2.1 [2023-03-10T01:10:18.577Z] go: downloading golang.org/x/crypto v0.6.0 [2023-03-10T01:10:18.577Z] go: downloading golang.org/x/text v0.7.0 [2023-03-10T01:10:18.848Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2023-03-10T01:10:19.116Z] go: downloading github.com/zeebo/errs v1.3.0 [2023-03-10T01:10:19.116Z] go: downloading google.golang.org/grpc v1.51.0 [2023-03-10T01:10:20.083Z] go: downloading github.com/x448/float16 v0.8.4 [2023-03-10T01:10:20.083Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-10T01:10:20.083Z] go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-03-10T01:10:20.352Z] go: downloading github.com/go-playground/locales v0.14.1 [2023-03-10T01:10:20.352Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-10T01:10:20.352Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-10T01:10:20.352Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-10T01:10:20.352Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-10T01:10:20.352Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2023-03-10T01:10:20.633Z] go: downloading google.golang.org/protobuf v1.28.1 [2023-03-10T01:10:21.634Z] go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 [2023-03-10T01:10:21.634Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-10T01:10:21.908Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2023-03-10T01:10:21.908Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-10T01:10:22.182Z] go: downloading github.com/golang/protobuf v1.5.2 [2023-03-10T01:10:22.182Z] go: downloading golang.org/x/sys v0.5.0 [2023-03-10T01:10:22.452Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2023-03-10T01:10:22.452Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-10T01:10:22.725Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-10T01:11:59.452Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.154s coverage: 36.5% of statements [2023-03-10T01:12:21.590Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.137s coverage: 92.5% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.027s coverage: 85.3% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.122s coverage: 42.3% of statements [2023-03-10T01:12:21.590Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] [2023-03-10T01:12:21.590Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.064s coverage: 100.0% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.383s coverage: 87.7% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.066s coverage: 25.0% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.156s coverage: 79.2% of statements [2023-03-10T01:12:21.590Z] ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.050s coverage: 31.2% of statements [2023-03-10T01:12:21.590Z] ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.037s coverage: 91.3% of statements [2023-03-10T01:12:21.590Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-10T01:12:21.590Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-03-10T01:12:48.337Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-10T01:12:48.337Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-10T01:12:48.357Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-10T01:12:48.378Z] $ docker stop --time=1 172c80ca16a0aae3178e4d13c12db25e8f9eef592dc061d4f13a8d3e5987c8a2 [2023-03-10T01:12:50.292Z] $ docker rm -f --volumes 172c80ca16a0aae3178e4d13c12db25e8f9eef592dc061d4f13a8d3e5987c8a2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:12:56.265Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-10T01:12:56.292Z] Warning: overwriting stash ‘coverage-report’ [2023-03-10T01:12:56.951Z] 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-03-10T01:12:57.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:12:57.404Z] [2023-03-10T01:12:57.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:12:57.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:12:58.023Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-10T01:12:58.023Z] 8998bd30e6a1: Pulling fs layer [2023-03-10T01:12:58.023Z] 04944245beec: Pulling fs layer [2023-03-10T01:12:58.023Z] 699f458cf7ca: Pulling fs layer [2023-03-10T01:12:58.023Z] 765212b225bb: Pulling fs layer [2023-03-10T01:12:58.023Z] f23df028b6ca: Pulling fs layer [2023-03-10T01:12:58.023Z] d65c8cfc05b1: Pulling fs layer [2023-03-10T01:12:58.023Z] 2437ff75d9bd: Pulling fs layer [2023-03-10T01:12:58.023Z] 765212b225bb: Waiting [2023-03-10T01:12:58.023Z] f23df028b6ca: Waiting [2023-03-10T01:12:58.023Z] d65c8cfc05b1: Waiting [2023-03-10T01:12:58.023Z] 2437ff75d9bd: Waiting [2023-03-10T01:12:58.023Z] 04944245beec: Verifying Checksum [2023-03-10T01:12:58.023Z] 04944245beec: Download complete [2023-03-10T01:12:58.023Z] 765212b225bb: Verifying Checksum [2023-03-10T01:12:58.023Z] 765212b225bb: Download complete [2023-03-10T01:12:58.295Z] f23df028b6ca: Verifying Checksum [2023-03-10T01:12:58.296Z] f23df028b6ca: Download complete [2023-03-10T01:12:58.296Z] d65c8cfc05b1: Verifying Checksum [2023-03-10T01:12:58.296Z] d65c8cfc05b1: Download complete [2023-03-10T01:12:58.296Z] 699f458cf7ca: Verifying Checksum [2023-03-10T01:12:58.296Z] 699f458cf7ca: Download complete [2023-03-10T01:12:58.889Z] 8998bd30e6a1: Verifying Checksum [2023-03-10T01:12:58.889Z] 8998bd30e6a1: Download complete [2023-03-10T01:13:01.494Z] 2437ff75d9bd: Verifying Checksum [2023-03-10T01:13:01.494Z] 2437ff75d9bd: Download complete [2023-03-10T01:13:02.911Z] 8998bd30e6a1: Pull complete [2023-03-10T01:13:03.500Z] 04944245beec: Pull complete [2023-03-10T01:13:04.913Z] 699f458cf7ca: Pull complete [2023-03-10T01:13:05.183Z] 765212b225bb: Pull complete [2023-03-10T01:13:06.151Z] f23df028b6ca: Pull complete [2023-03-10T01:13:06.151Z] d65c8cfc05b1: Pull complete [2023-03-10T01:13:21.198Z] 2437ff75d9bd: Pull complete [2023-03-10T01:13:21.198Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-10T01:13:21.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-10T01:13:21.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:13:21.413Z] prd-ubuntu20.04-docker-arm64-4c-16g-9560 does not seem to be running inside a container [2023-03-10T01:13:21.499Z] $ 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/133 -v /w/workspace/go-mod-bootstrap/133:/w/workspace/go-mod-bootstrap/133:rw,z -v /w/workspace/go-mod-bootstrap/133@tmp:/w/workspace/go-mod-bootstrap/133@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-03-10T01:13:24.526Z] $ docker top 30fb1f2dbff27248ef7331962e744949f1638d872bc05bcce4fd3bd448a14c65 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:13:25.426Z] ---> job-cost.sh [2023-03-10T01:13:25.426Z] lf-activate-venv: SKIPPING [2023-03-10T01:13:25.426Z] INFO: No Stack... [2023-03-10T01:13:25.696Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-10T01:13:26.661Z] INFO: Archiving Costs [Pipeline] sh [2023-03-10T01:13:27.323Z] + cut -d, -f6 [2023-03-10T01:13:27.323Z] + cat /w/workspace/go-mod-bootstrap/133/archives/cost.csv [Pipeline] lock [2023-03-10T01:13:27.405Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [2023-03-10T01:13:27.415Z] Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] did not exist. Created. [2023-03-10T01:13:27.415Z] Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-10T01:13:28.095Z] /w/workspace/go-mod-bootstrap/133@tmp/durable-f775261d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-10T01:13:28.790Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-10T01:13:28.816Z] Warning: overwriting stash ‘stack-cost’ [2023-03-10T01:13:28.881Z] Stashed 1 file(s) [Pipeline] } [2023-03-10T01:13:28.891Z] Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-133-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-10T01:13:28.915Z] $ docker stop --time=1 30fb1f2dbff27248ef7331962e744949f1638d872bc05bcce4fd3bd448a14c65 [2023-03-10T01:13:30.488Z] $ docker rm -f --volumes 30fb1f2dbff27248ef7331962e744949f1638d872bc05bcce4fd3bd448a14c65 [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-03-10T01:13:30.922Z] provisioning config files... [2023-03-10T01:13:30.933Z] copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14618415481615676185tmp [Pipeline] { [Pipeline] sh [2023-03-10T01:13:31.228Z] + set +x [2023-03-10T01:13:31.228Z] + curl -s https://codecov.io/bash [2023-03-10T01:13:31.228Z] + bash -s -- [2023-03-10T01:13:31.228Z] [2023-03-10T01:13:31.228Z] _____ _ [2023-03-10T01:13:31.228Z] / ____| | | [2023-03-10T01:13:31.228Z] | | ___ __| | ___ ___ _____ __ [2023-03-10T01:13:31.228Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-10T01:13:31.228Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-10T01:13:31.228Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-10T01:13:31.228Z] Bash-1.0.6 [2023-03-10T01:13:31.228Z] [2023-03-10T01:13:31.228Z] [2023-03-10T01:13:31.228Z] ==> git version 2.25.1 found [2023-03-10T01:13:31.229Z] ==> 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-03-10T01:13:31.229Z] Release-Date: 2020-01-08 [2023-03-10T01:13:31.229Z] 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-03-10T01:13:31.229Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-10T01:13:31.229Z] ==> Jenkins CI detected. [2023-03-10T01:13:31.229Z] current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main [2023-03-10T01:13:31.229Z] project root: . [2023-03-10T01:13:31.229Z] --> token set from env [2023-03-10T01:13:31.229Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-10T01:13:31.229Z] ==> Running gcov in . (disable via -X gcov) [2023-03-10T01:13:31.229Z] ==> Python coveragepy not found [2023-03-10T01:13:31.229Z] ==> Searching for coverage reports in: [2023-03-10T01:13:31.229Z] + . [2023-03-10T01:13:31.229Z] -> Found 1 reports [2023-03-10T01:13:31.229Z] ==> Detecting git/mercurial file structure [2023-03-10T01:13:31.229Z] ==> Reading reports [2023-03-10T01:13:31.229Z] + ./coverage.out bytes=84831 [2023-03-10T01:13:31.229Z] ==> Appending adjustments [2023-03-10T01:13:31.229Z] https://docs.codecov.io/docs/fixing-reports [2023-03-10T01:13:31.798Z] + Found adjustments [2023-03-10T01:13:31.798Z] ==> Gzipping contents [2023-03-10T01:13:31.798Z] 16K /tmp/codecov.UtlKyT.gz [2023-03-10T01:13:31.798Z] ==> Uploading reports [2023-03-10T01:13:31.798Z] url: https://codecov.io [2023-03-10T01:13:31.798Z] query: branch=main&commit=0e597b80746d4c762b0e8781120b8a25e778bb00&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T01:13:31.798Z] -> Pinging Codecov [2023-03-10T01:13:31.798Z] 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=0e597b80746d4c762b0e8781120b8a25e778bb00&build=133&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F133%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-10T01:13:31.798Z] -> Uploading to [2023-03-10T01:13:31.798Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-10/833815588EE85121546D348822E98E2E/0e597b80746d4c762b0e8781120b8a25e778bb00/fc0e2cab-c1a6-49ef-b1f3-05979bf73935.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230310T011331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25dadcb8ec76fb8b10af7586ab6fe7d8c41f67d69209f387f01f1dd0a06a2245 [2023-03-10T01:13:31.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-10T01:13:31.798Z] Dload Upload Total Spent Left Speed [2023-03-10T01:13:32.369Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13599 0 0 100 13599 0 46893 --:--:-- --:--:-- --:--:-- 46893 [2023-03-10T01:13:32.369Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] } [2023-03-10T01:13:32.375Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-10T01:13:32.570Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-10T01:13:32.581Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:13:32.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:13:32.877Z] [2023-03-10T01:13:32.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:13:33.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:13:33.183Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-10T01:13:33.183Z] df9b9388f04a: Pulling fs layer [2023-03-10T01:13:33.183Z] 52dc419b0ee2: Pulling fs layer [2023-03-10T01:13:33.183Z] 25bc292e5bac: Pulling fs layer [2023-03-10T01:13:33.183Z] 114826534d7a: Pulling fs layer [2023-03-10T01:13:33.183Z] 4657fd5d0bcf: Pulling fs layer [2023-03-10T01:13:33.183Z] 6ad1cebc031e: Pulling fs layer [2023-03-10T01:13:33.183Z] 8a3aa393b2d8: Pulling fs layer [2023-03-10T01:13:33.183Z] 8a3aa393b2d8: Waiting [2023-03-10T01:13:33.183Z] 6ad1cebc031e: Waiting [2023-03-10T01:13:33.183Z] 114826534d7a: Waiting [2023-03-10T01:13:33.183Z] 4657fd5d0bcf: Waiting [2023-03-10T01:13:33.183Z] 25bc292e5bac: Verifying Checksum [2023-03-10T01:13:33.183Z] 25bc292e5bac: Download complete [2023-03-10T01:13:33.183Z] 52dc419b0ee2: Verifying Checksum [2023-03-10T01:13:33.183Z] 52dc419b0ee2: Download complete [2023-03-10T01:13:33.183Z] 4657fd5d0bcf: Download complete [2023-03-10T01:13:33.183Z] df9b9388f04a: Verifying Checksum [2023-03-10T01:13:33.183Z] df9b9388f04a: Download complete [2023-03-10T01:13:33.445Z] df9b9388f04a: Pull complete [2023-03-10T01:13:33.445Z] 6ad1cebc031e: Verifying Checksum [2023-03-10T01:13:33.445Z] 6ad1cebc031e: Download complete [2023-03-10T01:13:33.445Z] 52dc419b0ee2: Pull complete [2023-03-10T01:13:33.705Z] 25bc292e5bac: Pull complete [2023-03-10T01:13:33.966Z] 114826534d7a: Verifying Checksum [2023-03-10T01:13:33.966Z] 114826534d7a: Download complete [2023-03-10T01:13:34.224Z] 8a3aa393b2d8: Verifying Checksum [2023-03-10T01:13:34.224Z] 8a3aa393b2d8: Download complete [2023-03-10T01:13:38.419Z] 114826534d7a: Pull complete [2023-03-10T01:13:38.419Z] 4657fd5d0bcf: Pull complete [2023-03-10T01:13:38.419Z] 6ad1cebc031e: Pull complete [2023-03-10T01:13:42.673Z] 8a3aa393b2d8: Pull complete [2023-03-10T01:13:42.673Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-10T01:13:42.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-10T01:13:42.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:13:42.769Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:13:42.805Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-10T01:13:46.975Z] $ docker top 2465439f36030a271320e773d808e7ca1cea64e271389c2c87ed442041362c84 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-10T01:13:47.051Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh [2023-03-10T01:13:47.332Z] + set -o pipefail [2023-03-10T01:13:47.332Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' [2023-03-10T01:13:52.667Z] [2023-03-10T01:13:52.667Z] Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... [2023-03-10T01:13:52.667Z] [2023-03-10T01:13:52.667Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/e7547faf-2e39-4872-aae8-59f6a1b31523 [2023-03-10T01:13:52.667Z] [2023-03-10T01:13:52.667Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-10T01:13:52.667Z] [2023-03-10T01:13:53.603Z] [2023-03-10T01:13:53.603Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-10T01:13:53.603Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-10T01:13:53.603Z] More details here: https://snyk.co/ue1NS [2023-03-10T01:13:53.603Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-10T01:13:53.603Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-10T01:13:53.617Z] $ docker stop --time=1 2465439f36030a271320e773d808e7ca1cea64e271389c2c87ed442041362c84 [2023-03-10T01:13:58.174Z] $ docker rm -f --volumes 2465439f36030a271320e773d808e7ca1cea64e271389c2c87ed442041362c84 [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-03-10T01:13:58.858Z] + git log --format=format:%s -1 0e597b80746d4c762b0e8781120b8a25e778bb00 [Pipeline] sh [2023-03-10T01:13:59.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:13:59.150Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:13:59.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:13:59.455Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:13:59.540Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:13:59.572Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:14:00.125Z] $ docker top 1d306ebd9d8047258a3d9035f70a255272f632e5de8508c348450bc65275e9dd -eo pid,comm [2023-03-10T01:14:00.171Z] 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-03-10T01:14:00.171Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:14:00.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:14:00.213Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:14:00.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:14:00.333Z] $ docker exec 1d306ebd9d8047258a3d9035f70a255272f632e5de8508c348450bc65275e9dd ssh-agent [2023-03-10T01:14:00.439Z] SSH_AUTH_SOCK=/tmp/ssh-om1F8Hzmzmlb/agent.33 [2023-03-10T01:14:00.439Z] SSH_AGENT_PID=39 [2023-03-10T01:14:00.445Z] Running ssh-add (command line suppressed) [2023-03-10T01:14:00.552Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_730497296034858383.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_730497296034858383.key) [2023-03-10T01:14:00.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:14:00.848Z] + git semver tag [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,038 [run_tag] DEBUG tag force:False [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,038 [check_head_tag] DEBUG check head tag [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,040 [execute] INFO git cat-file --batch-check [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,040 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,044 [execute] INFO git cat-file --batch [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,093 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,093 [execute] INFO git tag -a v3.0.0-dev.45 -m v3.0.0-dev.45 [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,093 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.45', '-m', 'v3.0.0-dev.45'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:14:01.106Z] 2023-03-10 01:14:01,098 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:01.106Z] 3.0.0-dev.45 [Pipeline] } [2023-03-10T01:14:01.376Z] $ docker exec --env ******** --env ******** 1d306ebd9d8047258a3d9035f70a255272f632e5de8508c348450bc65275e9dd ssh-agent -k [2023-03-10T01:14:01.495Z] unset SSH_AUTH_SOCK; [2023-03-10T01:14:01.495Z] unset SSH_AGENT_PID; [2023-03-10T01:14:01.495Z] echo Agent pid 39 killed; [2023-03-10T01:14:01.505Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:14:01.819Z] + git semver [Pipeline] } [2023-03-10T01:14:02.097Z] $ docker stop --time=1 1d306ebd9d8047258a3d9035f70a255272f632e5de8508c348450bc65275e9dd [2023-03-10T01:14:03.400Z] $ docker rm -f --volumes 1d306ebd9d8047258a3d9035f70a255272f632e5de8508c348450bc65275e9dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:03.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:14:03.800Z] [2023-03-10T01:14:03.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:04.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:14:04.107Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-10T01:14:04.107Z] ab5ef0e58194: Pulling fs layer [2023-03-10T01:14:04.107Z] 9712f1f96733: Pulling fs layer [2023-03-10T01:14:04.107Z] 63f879dbbcfc: Pulling fs layer [2023-03-10T01:14:04.107Z] 0d9ebad4ef96: Pulling fs layer [2023-03-10T01:14:04.107Z] e9a5061849ea: Pulling fs layer [2023-03-10T01:14:04.107Z] d747dcd14b5f: Pulling fs layer [2023-03-10T01:14:04.107Z] 2de7ff778b66: Pulling fs layer [2023-03-10T01:14:04.107Z] 0d9ebad4ef96: Waiting [2023-03-10T01:14:04.107Z] e9a5061849ea: Waiting [2023-03-10T01:14:04.107Z] 2de7ff778b66: Waiting [2023-03-10T01:14:04.107Z] d747dcd14b5f: Waiting [2023-03-10T01:14:04.107Z] 9712f1f96733: Verifying Checksum [2023-03-10T01:14:04.107Z] 9712f1f96733: Download complete [2023-03-10T01:14:04.710Z] 63f879dbbcfc: Verifying Checksum [2023-03-10T01:14:04.710Z] 63f879dbbcfc: Download complete [2023-03-10T01:14:04.975Z] e9a5061849ea: Verifying Checksum [2023-03-10T01:14:04.975Z] e9a5061849ea: Download complete [2023-03-10T01:14:04.975Z] 0d9ebad4ef96: Verifying Checksum [2023-03-10T01:14:04.975Z] 0d9ebad4ef96: Download complete [2023-03-10T01:14:04.975Z] d747dcd14b5f: Verifying Checksum [2023-03-10T01:14:04.975Z] d747dcd14b5f: Download complete [2023-03-10T01:14:04.975Z] ab5ef0e58194: Verifying Checksum [2023-03-10T01:14:04.975Z] ab5ef0e58194: Download complete [2023-03-10T01:14:04.975Z] 2de7ff778b66: Verifying Checksum [2023-03-10T01:14:04.975Z] 2de7ff778b66: Download complete [2023-03-10T01:14:08.273Z] ab5ef0e58194: Pull complete [2023-03-10T01:14:08.273Z] 9712f1f96733: Pull complete [2023-03-10T01:14:08.841Z] 63f879dbbcfc: Pull complete [2023-03-10T01:14:13.032Z] 0d9ebad4ef96: Pull complete [2023-03-10T01:14:13.290Z] e9a5061849ea: Pull complete [2023-03-10T01:14:13.290Z] d747dcd14b5f: Pull complete [2023-03-10T01:14:14.671Z] 2de7ff778b66: Pull complete [2023-03-10T01:14:14.671Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-10T01:14:14.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-10T01:14:14.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:14:14.756Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:14:14.787Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-10T01:14:21.870Z] $ docker top cc6bade75073481d00e4439c8e8ff25ed40688d8458dc0203df14ed0a8ef3dac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:14:21.940Z] provisioning config files... [2023-03-10T01:14:21.947Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12999357190762943158tmp [2023-03-10T01:14:21.956Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14739866442742083883tmp [2023-03-10T01:14:21.966Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config9562324433561611502tmp [Pipeline] { [Pipeline] echo [2023-03-10T01:14:21.983Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:22.267Z] ---> sigul-configuration.sh [2023-03-10T01:14:22.267Z] gpg: directory `/root/.gnupg' created [2023-03-10T01:14:22.267Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-10T01:14:22.267Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-10T01:14:22.267Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-10T01:14:22.267Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-10T01:14:22.267Z] gpg: CAST5 encrypted data [2023-03-10T01:14:22.267Z] gpg: encrypted with 1 passphrase [2023-03-10T01:14:22.267Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-10T01:14:22.550Z] + mkdir /home/jenkins [2023-03-10T01:14:22.550Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-10T01:14:22.831Z] + 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-03-10T01:14:22.840Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:23.121Z] ---> sigul-install.sh [2023-03-10T01:14:23.122Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-10T01:14:23.402Z] + git tag --list [2023-03-10T01:14:23.402Z] v0.0.1 [2023-03-10T01:14:23.402Z] v0.0.10 [2023-03-10T01:14:23.402Z] v0.0.11 [2023-03-10T01:14:23.402Z] v0.0.12 [2023-03-10T01:14:23.402Z] v0.0.13 [2023-03-10T01:14:23.402Z] v0.0.14 [2023-03-10T01:14:23.402Z] v0.0.15 [2023-03-10T01:14:23.402Z] v0.0.16 [2023-03-10T01:14:23.402Z] v0.0.17 [2023-03-10T01:14:23.402Z] v0.0.18 [2023-03-10T01:14:23.402Z] v0.0.19 [2023-03-10T01:14:23.402Z] v0.0.2 [2023-03-10T01:14:23.402Z] v0.0.20 [2023-03-10T01:14:23.402Z] v0.0.21 [2023-03-10T01:14:23.402Z] v0.0.22 [2023-03-10T01:14:23.402Z] v0.0.23 [2023-03-10T01:14:23.402Z] v0.0.24 [2023-03-10T01:14:23.402Z] v0.0.25 [2023-03-10T01:14:23.402Z] v0.0.26 [2023-03-10T01:14:23.402Z] v0.0.27 [2023-03-10T01:14:23.402Z] v0.0.28 [2023-03-10T01:14:23.402Z] v0.0.29 [2023-03-10T01:14:23.402Z] v0.0.3 [2023-03-10T01:14:23.402Z] v0.0.30 [2023-03-10T01:14:23.402Z] v0.0.31 [2023-03-10T01:14:23.402Z] v0.0.32 [2023-03-10T01:14:23.402Z] v0.0.33 [2023-03-10T01:14:23.402Z] v0.0.34 [2023-03-10T01:14:23.402Z] v0.0.35 [2023-03-10T01:14:23.402Z] v0.0.36 [2023-03-10T01:14:23.402Z] v0.0.37 [2023-03-10T01:14:23.402Z] v0.0.38 [2023-03-10T01:14:23.402Z] v0.0.39 [2023-03-10T01:14:23.403Z] v0.0.4 [2023-03-10T01:14:23.403Z] v0.0.40 [2023-03-10T01:14:23.403Z] v0.0.41 [2023-03-10T01:14:23.403Z] v0.0.42 [2023-03-10T01:14:23.403Z] v0.0.43 [2023-03-10T01:14:23.403Z] v0.0.44 [2023-03-10T01:14:23.403Z] v0.0.45 [2023-03-10T01:14:23.403Z] v0.0.46 [2023-03-10T01:14:23.403Z] v0.0.47 [2023-03-10T01:14:23.403Z] v0.0.48 [2023-03-10T01:14:23.403Z] v0.0.49 [2023-03-10T01:14:23.403Z] v0.0.5 [2023-03-10T01:14:23.403Z] v0.0.50 [2023-03-10T01:14:23.403Z] v0.0.51 [2023-03-10T01:14:23.403Z] v0.0.52 [2023-03-10T01:14:23.403Z] v0.0.53 [2023-03-10T01:14:23.403Z] v0.0.54 [2023-03-10T01:14:23.403Z] v0.0.55 [2023-03-10T01:14:23.403Z] v0.0.56 [2023-03-10T01:14:23.403Z] v0.0.57 [2023-03-10T01:14:23.403Z] v0.0.58 [2023-03-10T01:14:23.403Z] v0.0.59 [2023-03-10T01:14:23.403Z] v0.0.6 [2023-03-10T01:14:23.403Z] v0.0.60 [2023-03-10T01:14:23.403Z] v0.0.61 [2023-03-10T01:14:23.403Z] v0.0.62 [2023-03-10T01:14:23.403Z] v0.0.63 [2023-03-10T01:14:23.403Z] v0.0.64 [2023-03-10T01:14:23.403Z] v0.0.65 [2023-03-10T01:14:23.403Z] v0.0.66 [2023-03-10T01:14:23.403Z] v0.0.67 [2023-03-10T01:14:23.403Z] v0.0.68 [2023-03-10T01:14:23.403Z] v0.0.69 [2023-03-10T01:14:23.403Z] v0.0.7 [2023-03-10T01:14:23.403Z] v0.0.70 [2023-03-10T01:14:23.403Z] v0.0.71 [2023-03-10T01:14:23.403Z] v0.0.72 [2023-03-10T01:14:23.403Z] v0.0.8 [2023-03-10T01:14:23.403Z] v0.0.9 [2023-03-10T01:14:23.403Z] v2.0.0 [2023-03-10T01:14:23.403Z] v2.1.0 [2023-03-10T01:14:23.403Z] v2.1.1 [2023-03-10T01:14:23.403Z] v2.1.1-dev.1 [2023-03-10T01:14:23.403Z] v2.1.1-dev.2 [2023-03-10T01:14:23.403Z] v2.1.1-dev.3 [2023-03-10T01:14:23.403Z] v2.1.1-dev.4 [2023-03-10T01:14:23.403Z] v2.2.0 [2023-03-10T01:14:23.403Z] v2.2.1-dev.1 [2023-03-10T01:14:23.403Z] v2.2.1-dev.2 [2023-03-10T01:14:23.403Z] v2.2.1-dev.3 [2023-03-10T01:14:23.403Z] v2.2.1-dev.4 [2023-03-10T01:14:23.403Z] v2.2.1-dev.5 [2023-03-10T01:14:23.403Z] v2.2.1-dev.6 [2023-03-10T01:14:23.403Z] v2.2.1-dev.7 [2023-03-10T01:14:23.403Z] v2.2.1-dev.8 [2023-03-10T01:14:23.403Z] v2.2.1-dev.9 [2023-03-10T01:14:23.403Z] v2.3.0 [2023-03-10T01:14:23.403Z] v2.3.0-dev.10 [2023-03-10T01:14:23.403Z] v2.3.0-dev.11 [2023-03-10T01:14:23.403Z] v2.3.0-dev.12 [2023-03-10T01:14:23.403Z] v2.3.0-dev.13 [2023-03-10T01:14:23.403Z] v2.3.0-dev.14 [2023-03-10T01:14:23.403Z] v2.3.0-dev.15 [2023-03-10T01:14:23.403Z] v2.3.0-dev.16 [2023-03-10T01:14:23.403Z] v2.3.0-dev.17 [2023-03-10T01:14:23.403Z] v2.3.0-dev.18 [2023-03-10T01:14:23.403Z] v2.3.0-dev.19 [2023-03-10T01:14:23.403Z] v2.3.0-dev.20 [2023-03-10T01:14:23.403Z] v2.3.0-dev.21 [2023-03-10T01:14:23.403Z] v2.3.0-dev.22 [2023-03-10T01:14:23.403Z] v2.3.0-dev.23 [2023-03-10T01:14:23.403Z] v2.3.0-dev.24 [2023-03-10T01:14:23.403Z] v2.3.0-dev.25 [2023-03-10T01:14:23.403Z] v2.3.0-dev.26 [2023-03-10T01:14:23.403Z] v2.3.0-dev.27 [2023-03-10T01:14:23.403Z] v2.3.0-dev.28 [2023-03-10T01:14:23.403Z] v2.3.0-dev.29 [2023-03-10T01:14:23.403Z] v2.3.0-dev.30 [2023-03-10T01:14:23.403Z] v3.0.0-dev.1 [2023-03-10T01:14:23.403Z] v3.0.0-dev.10 [2023-03-10T01:14:23.403Z] v3.0.0-dev.11 [2023-03-10T01:14:23.403Z] v3.0.0-dev.12 [2023-03-10T01:14:23.403Z] v3.0.0-dev.13 [2023-03-10T01:14:23.403Z] v3.0.0-dev.14 [2023-03-10T01:14:23.403Z] v3.0.0-dev.15 [2023-03-10T01:14:23.403Z] v3.0.0-dev.16 [2023-03-10T01:14:23.403Z] v3.0.0-dev.17 [2023-03-10T01:14:23.403Z] v3.0.0-dev.18 [2023-03-10T01:14:23.403Z] v3.0.0-dev.19 [2023-03-10T01:14:23.403Z] v3.0.0-dev.2 [2023-03-10T01:14:23.403Z] v3.0.0-dev.20 [2023-03-10T01:14:23.403Z] v3.0.0-dev.21 [2023-03-10T01:14:23.403Z] v3.0.0-dev.22 [2023-03-10T01:14:23.403Z] v3.0.0-dev.23 [2023-03-10T01:14:23.403Z] v3.0.0-dev.24 [2023-03-10T01:14:23.403Z] v3.0.0-dev.25 [2023-03-10T01:14:23.403Z] v3.0.0-dev.26 [2023-03-10T01:14:23.403Z] v3.0.0-dev.27 [2023-03-10T01:14:23.403Z] v3.0.0-dev.28 [2023-03-10T01:14:23.403Z] v3.0.0-dev.29 [2023-03-10T01:14:23.403Z] v3.0.0-dev.3 [2023-03-10T01:14:23.403Z] v3.0.0-dev.30 [2023-03-10T01:14:23.403Z] v3.0.0-dev.31 [2023-03-10T01:14:23.403Z] v3.0.0-dev.32 [2023-03-10T01:14:23.403Z] v3.0.0-dev.33 [2023-03-10T01:14:23.403Z] v3.0.0-dev.34 [2023-03-10T01:14:23.403Z] v3.0.0-dev.35 [2023-03-10T01:14:23.403Z] v3.0.0-dev.36 [2023-03-10T01:14:23.403Z] v3.0.0-dev.37 [2023-03-10T01:14:23.403Z] v3.0.0-dev.38 [2023-03-10T01:14:23.403Z] v3.0.0-dev.39 [2023-03-10T01:14:23.403Z] v3.0.0-dev.4 [2023-03-10T01:14:23.403Z] v3.0.0-dev.40 [2023-03-10T01:14:23.403Z] v3.0.0-dev.41 [2023-03-10T01:14:23.403Z] v3.0.0-dev.42 [2023-03-10T01:14:23.403Z] v3.0.0-dev.43 [2023-03-10T01:14:23.403Z] v3.0.0-dev.44 [2023-03-10T01:14:23.403Z] v3.0.0-dev.45 [2023-03-10T01:14:23.403Z] v3.0.0-dev.5 [2023-03-10T01:14:23.403Z] v3.0.0-dev.6 [2023-03-10T01:14:23.403Z] v3.0.0-dev.7 [2023-03-10T01:14:23.403Z] v3.0.0-dev.8 [2023-03-10T01:14:23.403Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-10T01:14:23.687Z] + lftools sign git-tag v3.0.0-dev.45 [2023-03-10T01:14:24.253Z] Signing Git tag with Sigul... [2023-03-10T01:14:24.253Z] Signing v3.0.0-dev.45 [Pipeline] echo [2023-03-10T01:14:24.827Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:25.111Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-10T01:14:25.119Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-10T01:14:25.137Z] $ docker stop --time=1 cc6bade75073481d00e4439c8e8ff25ed40688d8458dc0203df14ed0a8ef3dac [2023-03-10T01:14:26.459Z] $ docker rm -f --volumes cc6bade75073481d00e4439c8e8ff25ed40688d8458dc0203df14ed0a8ef3dac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-10T01:14:26.883Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:14:26.883Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:27.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:14:27.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:14:27.254Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:14:27.288Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:14:27.640Z] $ docker top adc22e38a29e92381d38f0084bae384aac90abb62abb440634c23baeee93447c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:14:27.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:14:27.727Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:14:27.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:14:27.850Z] $ docker exec adc22e38a29e92381d38f0084bae384aac90abb62abb440634c23baeee93447c ssh-agent [2023-03-10T01:14:27.972Z] SSH_AUTH_SOCK=/tmp/ssh-TrICepq7rtko/agent.32 [2023-03-10T01:14:27.972Z] SSH_AGENT_PID=38 [2023-03-10T01:14:27.978Z] Running ssh-add (command line suppressed) [2023-03-10T01:14:28.084Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7796021438010332651.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7796021438010332651.key) [2023-03-10T01:14:28.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:14:28.389Z] + git semver bump pre [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [bump_version] DEBUG bumping version:3.0.0-dev.45 on axis:pre with prefix:dev [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [bump_version] DEBUG bumped version:3.0.0-dev.46 [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [write_version] DEBUG write version:3.0.0-dev.46 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,585 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,587 [execute] INFO git cat-file --batch-check [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,593 [execute] INFO git cat-file --batch [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:14:28.648Z] 2023-03-10 01:14:28,599 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:28.648Z] 3.0.0-dev.46 [Pipeline] } [2023-03-10T01:14:28.662Z] $ docker exec --env ******** --env ******** adc22e38a29e92381d38f0084bae384aac90abb62abb440634c23baeee93447c ssh-agent -k [2023-03-10T01:14:28.753Z] unset SSH_AUTH_SOCK; [2023-03-10T01:14:28.753Z] unset SSH_AGENT_PID; [2023-03-10T01:14:28.753Z] echo Agent pid 38 killed; [2023-03-10T01:14:28.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:14:29.066Z] + git semver [Pipeline] } [2023-03-10T01:14:29.338Z] $ docker stop --time=1 adc22e38a29e92381d38f0084bae384aac90abb62abb440634c23baeee93447c [2023-03-10T01:14:30.640Z] $ docker rm -f --volumes adc22e38a29e92381d38f0084bae384aac90abb62abb440634c23baeee93447c [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-10T01:14:30.983Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-10T01:14:30.983Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:31.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-10T01:14:31.277Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:14:31.341Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:14:31.375Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-10T01:14:31.735Z] $ docker top cd9fe768eeb6763a09b5ace2de7795c4e71645d131cb31642069a3a69d2278d7 -eo pid,comm [2023-03-10T01:14:31.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-03-10T01:14:31.786Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-10T01:14:31.825Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-10T01:14:31.825Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-10T01:14:31.943Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-10T01:14:31.948Z] $ docker exec cd9fe768eeb6763a09b5ace2de7795c4e71645d131cb31642069a3a69d2278d7 ssh-agent [2023-03-10T01:14:32.051Z] SSH_AUTH_SOCK=/tmp/ssh-kFUF2capDA7j/agent.32 [2023-03-10T01:14:32.051Z] SSH_AGENT_PID=38 [2023-03-10T01:14:32.057Z] Running ssh-add (command line suppressed) [2023-03-10T01:14:32.171Z] Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9582405841304553868.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9582405841304553868.key) [2023-03-10T01:14:32.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-10T01:14:32.470Z] + git semver push [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,645 [run_push] DEBUG push [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,646 [execute] INFO git cat-file --batch-check [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,646 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,649 [execute] INFO git rev-list eecdf143c0d3ab7029cbdfbc3c7cf01753cca16d -- [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,649 [execute] DEBUG Popen(['git', 'rev-list', 'eecdf143c0d3ab7029cbdfbc3c7cf01753cca16d', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,657 [execute] INFO git fetch -v origin [2023-03-10T01:14:32.729Z] 2023-03-10 01:14:32,657 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-10T01:14:33.668Z] 2023-03-10 01:14:33,371 [run_push] DEBUG no remote changes detected [2023-03-10T01:14:33.668Z] 2023-03-10 01:14:33,372 [execute] INFO git push origin semver [2023-03-10T01:14:33.668Z] 2023-03-10 01:14:33,372 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-10T01:14:34.235Z] 2023-03-10 01:14:34,177 [run_push] DEBUG push all version tags [2023-03-10T01:14:34.235Z] 2023-03-10 01:14:34,178 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-10T01:14:34.235Z] 2023-03-10 01:14:34,178 [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-03-10T01:14:35.173Z] 2023-03-10 01:14:34,950 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main [2023-03-10T01:14:35.173Z] 3.0.0-dev.46 [Pipeline] } [2023-03-10T01:14:35.186Z] $ docker exec --env ******** --env ******** cd9fe768eeb6763a09b5ace2de7795c4e71645d131cb31642069a3a69d2278d7 ssh-agent -k [2023-03-10T01:14:35.301Z] unset SSH_AUTH_SOCK; [2023-03-10T01:14:35.301Z] unset SSH_AGENT_PID; [2023-03-10T01:14:35.301Z] echo Agent pid 38 killed; [2023-03-10T01:14:35.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-10T01:14:35.621Z] + git semver [Pipeline] } [2023-03-10T01:14:35.906Z] $ docker stop --time=1 cd9fe768eeb6763a09b5ace2de7795c4e71645d131cb31642069a3a69d2278d7 [2023-03-10T01:14:37.250Z] $ docker rm -f --volumes cd9fe768eeb6763a09b5ace2de7795c4e71645d131cb31642069a3a69d2278d7 [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-03-10T01:14:37.768Z] + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] [2023-03-10T01:14:37.768Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-03-10T01:14:37.768Z] total 16 [2023-03-10T01:14:37.768Z] drwxr-xr-x 3 root root 4096 Mar 10 01:07 . [2023-03-10T01:14:37.768Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 10 01:14 .. [2023-03-10T01:14:37.768Z] drwxr-xr-x 2 root root 4096 Mar 10 01:07 cost [2023-03-10T01:14:37.768Z] -rw-r--r-- 1 root root 88 Mar 10 01:07 cost.csv [2023-03-10T01:14:37.768Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-03-10T01:14:37.768Z] + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives [2023-03-10T01:14:37.768Z] total 16 [2023-03-10T01:14:37.768Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 10 01:07 . [2023-03-10T01:14:37.768Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 10 01:14 .. [2023-03-10T01:14:37.768Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 10 01:07 cost [2023-03-10T01:14:37.768Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 10 01:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:38.061Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:38.921Z] ---> package-listing.sh [2023-03-10T01:14:38.921Z] ++ facter osfamily [2023-03-10T01:14:38.921Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-10T01:14:39.180Z] + OS_FAMILY=debian [2023-03-10T01:14:39.180Z] + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main [2023-03-10T01:14:39.180Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-10T01:14:39.180Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-10T01:14:39.180Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-10T01:14:39.180Z] + PACKAGES=/tmp/packages_start.txt [2023-03-10T01:14:39.180Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-03-10T01:14:39.180Z] + PACKAGES=/tmp/packages_end.txt [2023-03-10T01:14:39.180Z] + case "${OS_FAMILY}" in [2023-03-10T01:14:39.180Z] + dpkg -l [2023-03-10T01:14:39.180Z] + grep '^ii' [2023-03-10T01:14:39.180Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-10T01:14:39.180Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-10T01:14:39.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-10T01:14:39.180Z] + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' [2023-03-10T01:14:39.180Z] + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [2023-03-10T01:14:39.180Z] + 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-03-10T01:14:39.192Z] 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-03-10T01:14:39.467Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-10T01:14:40.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-10T01:14:40.040Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-10T01:14:40.110Z] prd-ubuntu20.04-docker-8c-8g-9555 does not seem to be running inside a container [2023-03-10T01:14:40.138Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-10T01:14:40.371Z] $ docker top b738425db91030557ac7c60d48b6b2433f5cfc0a49d2fc1506f77f2d38543b3a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-10T01:14:40.713Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-10T01:14:40.997Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-10T01:14:41.281Z] + ls /var/log/sa-host [2023-03-10T01:14:41.281Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-10T01:14:41.344Z] provisioning config files... [2023-03-10T01:14:41.352Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4201965777879366784tmp [Pipeline] { [Pipeline] echo [2023-03-10T01:14:41.368Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:41.649Z] ---> create-netrc.sh [Pipeline] } [2023-03-10T01:14:41.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:41.976Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-10T01:14:41.986Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:42.270Z] ---> sudo-logs.sh [2023-03-10T01:14:42.270Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-10T01:14:42.304Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:42.594Z] ---> job-cost.sh [2023-03-10T01:14:42.594Z] lf-activate-venv: SKIPPING [2023-03-10T01:14:42.594Z] DEBUG: total: 0.2199999988079071 [2023-03-10T01:14:42.594Z] INFO: Retrieving Stack Cost... [2023-03-10T01:14:42.853Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-10T01:14:43.421Z] INFO: Archiving Costs [Pipeline] echo [2023-03-10T01:14:43.434Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-10T01:14:43.716Z] ---> logs-deploy.sh [2023-03-10T01:14:43.716Z] lf-activate-venv: SKIPPING [2023-03-10T01:14:43.716Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/133 [2023-03-10T01:14:43.716Z] INFO: archiving workspace using pattern(s): [2023-03-10T01:14:44.656Z] Archives upload complete. [2023-03-10T01:14:44.656Z] INFO: archiving logs to Nexus