Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d 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-ssh13912590625410882669.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-ssh17178364095980273569.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-configuration/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-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8978269790597077484.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-ssh2105636871459847773.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-configuration/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-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17113714796364968210.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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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-7622 in /w/workspace/oundry_go-mod-configuration_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-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d (main) Commit message: "Merge pull request #89 from ejlee3/api-abs-path" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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 bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d # timeout=10 > git rev-list --no-walk 92bd9057d72efd0d930319fccd550499b33531c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-27T17:20:39.411Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-27T17:20:39.481Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-27T17:20:39.500Z] ========================================================= [2023-02-27T17:20:39.500Z] EdgeX Global Pipelines Version Info [2023-02-27T17:20:39.500Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:20:40.229Z] ------------------- [2023-02-27T17:20:40.229Z] stable info: [2023-02-27T17:20:40.229Z] ------------------- [2023-02-27T17:20:40.229Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-27T17:20:40.229Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T17:20:40.229Z] Message: update stable to v1.0.244 [2023-02-27T17:20:40.800Z] ------------------- [2023-02-27T17:20:40.800Z] experimental info: [2023-02-27T17:20:40.800Z] ------------------- [2023-02-27T17:20:40.800Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-27T17:20:40.800Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T17:20:40.800Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-27T17:20:40.967Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2023-02-27T17:20:40.978Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2023-02-27T17:20:40.988Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-27T17:20:40.999Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-27T17:20:41.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-27T17:20:41.020Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-27T17:20:41.032Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-27T17:20:41.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-27T17:20:41.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-27T17:20:41.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-27T17:20:41.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-27T17:20:41.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2023-02-27T17:20:41.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-27T17:20:41.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-27T17:20:41.124Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T17:20:41.136Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T17:20:41.148Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T17:20:41.159Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T17:20:41.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-27T17:20:41.181Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-27T17:20:41.193Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-27T17:20:41.212Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-27T17:20:41.226Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-27T17:20:41.242Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-27T17:20:41.258Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-27T17:20:41.267Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-27T17:20:41.281Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-27T17:20:41.293Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-27T17:20:41.304Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-27T17:20:41.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-27T17:20:41.329Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] echo [2023-02-27T17:20:41.340Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf9e73a [Pipeline] echo [2023-02-27T17:20:41.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-27T17:20:41.714Z] + git rev-list -1 --merges bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d~1..bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] echo [2023-02-27T17:20:41.762Z] -----------> git rev-list -1 --merges bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d~1..bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [2023-02-27T17:20:41.762Z] bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [false] [Pipeline] sh [2023-02-27T17:20:42.052Z] + git log --format=format:%s -1 bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] echo [2023-02-27T17:20:42.068Z] ========================================================= [2023-02-27T17:20:42.068Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-27T17:20:42.068Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T17:20:42.402Z] + git log --format=format:%s -1 bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] echo [2023-02-27T17:20:42.415Z] [semverPrep] GIT_COMMIT: bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d, Commit Message: Merge pull request #89 from ejlee3/api-abs-path [Pipeline] echo [2023-02-27T17:20:42.424Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-27T17:20:42.772Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T17:20:42.772Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-27T17:20:42.772Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-27T17:20:42.772Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-27T17:20:42.772Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-27T17:20:42.772Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-27T17:20:42.772Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:20:43.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:20:43.375Z] [2023-02-27T17:20:43.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:20:43.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:20:43.687Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-27T17:20:43.687Z] b85a868b505f: Pulling fs layer [2023-02-27T17:20:43.687Z] e2be974225ed: Pulling fs layer [2023-02-27T17:20:43.687Z] 339a4e72a1f5: Pulling fs layer [2023-02-27T17:20:43.687Z] 988bab9f4d93: Pulling fs layer [2023-02-27T17:20:43.687Z] 1469e6f7b9e6: Pulling fs layer [2023-02-27T17:20:43.687Z] eaf3925da568: Pulling fs layer [2023-02-27T17:20:43.687Z] bab4dde63d76: Pulling fs layer [2023-02-27T17:20:43.687Z] bde34c3a00c8: Pulling fs layer [2023-02-27T17:20:43.687Z] b352a97aabf1: Pulling fs layer [2023-02-27T17:20:43.687Z] 4872d77fe225: Pulling fs layer [2023-02-27T17:20:43.687Z] 5851b861e8e6: Pulling fs layer [2023-02-27T17:20:43.687Z] 988bab9f4d93: Waiting [2023-02-27T17:20:43.687Z] 1469e6f7b9e6: Waiting [2023-02-27T17:20:43.687Z] eaf3925da568: Waiting [2023-02-27T17:20:43.687Z] bab4dde63d76: Waiting [2023-02-27T17:20:43.687Z] 5851b861e8e6: Waiting [2023-02-27T17:20:43.687Z] bde34c3a00c8: Waiting [2023-02-27T17:20:43.687Z] b352a97aabf1: Waiting [2023-02-27T17:20:43.687Z] 4872d77fe225: Waiting [2023-02-27T17:20:43.687Z] e2be974225ed: Verifying Checksum [2023-02-27T17:20:43.687Z] e2be974225ed: Download complete [2023-02-27T17:20:43.687Z] 988bab9f4d93: Verifying Checksum [2023-02-27T17:20:43.687Z] 988bab9f4d93: Download complete [2023-02-27T17:20:43.947Z] 1469e6f7b9e6: Verifying Checksum [2023-02-27T17:20:43.947Z] 1469e6f7b9e6: Download complete [2023-02-27T17:20:43.947Z] eaf3925da568: Verifying Checksum [2023-02-27T17:20:43.947Z] eaf3925da568: Download complete [2023-02-27T17:20:43.947Z] 339a4e72a1f5: Verifying Checksum [2023-02-27T17:20:43.947Z] 339a4e72a1f5: Download complete [2023-02-27T17:20:43.947Z] bde34c3a00c8: Verifying Checksum [2023-02-27T17:20:43.947Z] bde34c3a00c8: Download complete [2023-02-27T17:20:43.947Z] b85a868b505f: Verifying Checksum [2023-02-27T17:20:43.947Z] b85a868b505f: Download complete [2023-02-27T17:20:43.947Z] 4872d77fe225: Verifying Checksum [2023-02-27T17:20:43.947Z] 4872d77fe225: Download complete [2023-02-27T17:20:43.947Z] 5851b861e8e6: Download complete [2023-02-27T17:20:44.516Z] b352a97aabf1: Download complete [2023-02-27T17:20:44.776Z] bab4dde63d76: Verifying Checksum [2023-02-27T17:20:44.776Z] bab4dde63d76: Download complete [2023-02-27T17:20:45.035Z] b85a868b505f: Pull complete [2023-02-27T17:20:45.294Z] e2be974225ed: Pull complete [2023-02-27T17:20:45.862Z] 339a4e72a1f5: Pull complete [2023-02-27T17:20:45.862Z] 988bab9f4d93: Pull complete [2023-02-27T17:20:46.120Z] 1469e6f7b9e6: Pull complete [2023-02-27T17:20:46.120Z] eaf3925da568: Pull complete [2023-02-27T17:20:48.025Z] bab4dde63d76: Pull complete [2023-02-27T17:20:48.025Z] bde34c3a00c8: Pull complete [2023-02-27T17:20:48.025Z] b352a97aabf1: Pull complete [2023-02-27T17:20:48.025Z] 4872d77fe225: Pull complete [2023-02-27T17:20:48.025Z] 5851b861e8e6: Pull complete [2023-02-27T17:20:48.025Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-27T17:20:48.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:20:48.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:20:48.111Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:20:48.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T17:20:50.604Z] $ docker top e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 -eo pid,comm [2023-02-27T17:20:50.653Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-27T17:20:50.653Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T17:20:50.690Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T17:20:50.690Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T17:20:50.800Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T17:20:50.806Z] $ docker exec e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 ssh-agent [2023-02-27T17:20:50.912Z] SSH_AUTH_SOCK=/tmp/ssh-V0HNHJZsdsqS/agent.31 [2023-02-27T17:20:50.912Z] SSH_AGENT_PID=37 [2023-02-27T17:20:50.918Z] Running ssh-add (command line suppressed) [2023-02-27T17:20:51.025Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13213956290446591490.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13213956290446591490.key) [2023-02-27T17:20:51.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T17:20:51.320Z] + git tag --points-at HEAD [Pipeline] } [2023-02-27T17:20:51.344Z] $ docker exec --env ******** --env ******** e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 ssh-agent -k [2023-02-27T17:20:51.428Z] unset SSH_AUTH_SOCK; [2023-02-27T17:20:51.429Z] unset SSH_AGENT_PID; [2023-02-27T17:20:51.429Z] echo Agent pid 37 killed; [2023-02-27T17:20:51.436Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-27T17:20:51.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T17:20:51.469Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T17:20:51.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T17:20:51.573Z] $ docker exec e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 ssh-agent [2023-02-27T17:20:51.683Z] SSH_AUTH_SOCK=/tmp/ssh-D80XJPziKNyG/agent.69 [2023-02-27T17:20:51.683Z] SSH_AGENT_PID=76 [2023-02-27T17:20:51.689Z] Running ssh-add (command line suppressed) [2023-02-27T17:20:51.791Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7641924852106544269.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7641924852106544269.key) [2023-02-27T17:20:51.801Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T17:20:52.092Z] + git semver init [2023-02-27T17:20:52.352Z] 2023-02-27 17:20:52,277 [run_init] DEBUG init version:0.0.0 force:False [2023-02-27T17:20:52.352Z] 2023-02-27 17:20:52,277 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver [2023-02-27T17:20:52.352Z] 2023-02-27 17:20:52,278 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver [2023-02-27T17:20:52.352Z] 2023-02-27 17:20:52,278 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T17:20:53.293Z] 2023-02-27 17:20:53,137 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude [2023-02-27T17:20:53.293Z] 2023-02-27 17:20:53,137 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False [2023-02-27T17:20:53.293Z] 2023-02-27 17:20:53,137 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:20:53.293Z] 2023-02-27 17:20:53,138 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:20:53.293Z] 3.0.0-dev.6 [Pipeline] } [2023-02-27T17:20:53.308Z] $ docker exec --env ******** --env ******** e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 ssh-agent -k [2023-02-27T17:20:53.411Z] unset SSH_AUTH_SOCK; [2023-02-27T17:20:53.411Z] unset SSH_AGENT_PID; [2023-02-27T17:20:53.411Z] echo Agent pid 76 killed; [2023-02-27T17:20:53.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T17:20:53.720Z] + git semver [Pipeline] } [2023-02-27T17:20:53.996Z] $ docker stop --time=1 e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 [2023-02-27T17:20:55.479Z] $ docker rm -f --volumes e817213fa44c06f280c435d707091578e6b0931b90a570ba3a4a58721cb13c56 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T17:20:55.816Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-27T17:20:56.033Z] Stashed 1 file(s) [Pipeline] echo [2023-02-27T17:20:56.037Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2023-02-27T17:20:56.183Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T17:20:56.193Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T17:20:56.199Z] ========================================================= [2023-02-27T17:20:56.199Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-27T17:20:56.199Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-27T17:20:56.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-27T17:20:56.488Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-27T17:20:56.488Z] 213ec9aee27d: Pulling fs layer [2023-02-27T17:20:56.488Z] 4583459ba037: Pulling fs layer [2023-02-27T17:20:56.488Z] 93c1e223e6f2: Pulling fs layer [2023-02-27T17:20:56.488Z] 53926ce57604: Pulling fs layer [2023-02-27T17:20:56.488Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-27T17:20:56.488Z] 22ff95d597cd: Pulling fs layer [2023-02-27T17:20:56.488Z] 12d6caf4c0d1: Pulling fs layer [2023-02-27T17:20:56.488Z] 53926ce57604: Waiting [2023-02-27T17:20:56.488Z] 96b7cbca73a9: Pulling fs layer [2023-02-27T17:20:56.488Z] a7acece74701: Pulling fs layer [2023-02-27T17:20:56.488Z] 12d6caf4c0d1: Waiting [2023-02-27T17:20:56.488Z] 96b7cbca73a9: Waiting [2023-02-27T17:20:56.488Z] a7acece74701: Waiting [2023-02-27T17:20:56.488Z] 93c1e223e6f2: Verifying Checksum [2023-02-27T17:20:56.488Z] 93c1e223e6f2: Download complete [2023-02-27T17:20:56.488Z] 4583459ba037: Download complete [2023-02-27T17:20:56.488Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-27T17:20:56.488Z] 21b2b0c7a3f4: Download complete [2023-02-27T17:20:56.488Z] 22ff95d597cd: Download complete [2023-02-27T17:20:56.488Z] 213ec9aee27d: Download complete [2023-02-27T17:20:56.488Z] 12d6caf4c0d1: Download complete [2023-02-27T17:20:56.751Z] 213ec9aee27d: Pull complete [2023-02-27T17:20:56.751Z] 4583459ba037: Pull complete [2023-02-27T17:20:57.012Z] a7acece74701: Verifying Checksum [2023-02-27T17:20:57.012Z] a7acece74701: Download complete [2023-02-27T17:20:57.012Z] 93c1e223e6f2: Pull complete [2023-02-27T17:20:57.272Z] 96b7cbca73a9: Verifying Checksum [2023-02-27T17:20:57.272Z] 96b7cbca73a9: Download complete [2023-02-27T17:20:57.272Z] 53926ce57604: Verifying Checksum [2023-02-27T17:20:57.272Z] 53926ce57604: Download complete [2023-02-27T17:21:01.476Z] 53926ce57604: Pull complete [2023-02-27T17:21:01.476Z] 21b2b0c7a3f4: Pull complete [2023-02-27T17:21:01.476Z] 22ff95d597cd: Pull complete [2023-02-27T17:21:01.476Z] 12d6caf4c0d1: Pull complete [2023-02-27T17:21:03.377Z] 96b7cbca73a9: Pull complete [2023-02-27T17:21:03.943Z] a7acece74701: Pull complete [2023-02-27T17:21:03.943Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-27T17:21:03.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-27T17:21:03.943Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-27T17:21:04.236Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:21:04.539Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T17:21:04.539Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:21:04.608Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:21:04.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T17:21:09.400Z] $ docker top 2b6eb69cac156ed5c0e3ba0e43459f46dc81de34452fc148069ed4f4985eb31b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T17:21:09.735Z] + go version [2023-02-27T17:21:09.735Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-27T17:21:09.748Z] $ docker stop --time=1 2b6eb69cac156ed5c0e3ba0e43459f46dc81de34452fc148069ed4f4985eb31b [2023-02-27T17:21:11.017Z] $ docker rm -f --volumes 2b6eb69cac156ed5c0e3ba0e43459f46dc81de34452fc148069ed4f4985eb31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2023-02-27T17:21:11.128Z] Still waiting to schedule task [2023-02-27T17:21:11.128Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [Pipeline] sh [2023-02-27T17:21:11.405Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T17:21:11.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:21:11.474Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:21:11.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T17:21:11.850Z] $ docker top 49087b9eaac03c0caccadad25d8f431ac7263659141c0fc4c38fb8b4efdb230f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T17:21:12.188Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh [2023-02-27T17:21:12.486Z] + make test [2023-02-27T17:21:12.486Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-27T17:21:12.486Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-02-27T17:21:12.486Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-02-27T17:21:12.486Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-27T17:21:12.486Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-27T17:21:12.486Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-02-27T17:21:12.486Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-27T17:21:12.486Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-27T17:21:12.486Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-27T17:21:12.486Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-27T17:21:12.487Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-27T17:21:12.487Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-27T17:21:12.487Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-27T17:21:12.487Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-27T17:21:12.487Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-27T17:21:12.487Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-27T17:21:12.487Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-27T17:21:12.745Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-27T17:21:12.745Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-27T17:21:12.745Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-02-27T17:21:12.745Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-27T17:21:12.745Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-02-27T17:21:13.003Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-27T17:21:13.003Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-02-27T17:21:19.559Z] ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.005s coverage: 85.7% of statements [2023-02-27T17:21:19.559Z] ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] [2023-02-27T17:21:26.122Z] ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 6.560s coverage: 85.5% of statements [2023-02-27T17:21:26.122Z] ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.003s coverage: 100.0% of statements [2023-02-27T17:21:31.392Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-27T17:21:31.392Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-27T17:21:33.299Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T17:21:33.299Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-27T17:21:33.312Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T17:21:33.326Z] $ docker stop --time=1 49087b9eaac03c0caccadad25d8f431ac7263659141c0fc4c38fb8b4efdb230f [2023-02-27T17:21:35.598Z] $ docker rm -f --volumes 49087b9eaac03c0caccadad25d8f431ac7263659141c0fc4c38fb8b4efdb230f [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T17:21:35.993Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T17:21:36.044Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:21:36.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T17:21:36.506Z] [2023-02-27T17:21:36.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:21:36.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T17:21:36.807Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-27T17:21:36.807Z] 5eb5b503b376: Pulling fs layer [2023-02-27T17:21:36.807Z] 5c69ac0246d0: Pulling fs layer [2023-02-27T17:21:36.807Z] ec43610c2a17: Pulling fs layer [2023-02-27T17:21:36.807Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-27T17:21:36.807Z] 33b1e0a273af: Pulling fs layer [2023-02-27T17:21:36.807Z] 5d3b04190fa2: Pulling fs layer [2023-02-27T17:21:36.807Z] 2f39f015ded8: Pulling fs layer [2023-02-27T17:21:36.807Z] 3a2ae6a8a46f: Waiting [2023-02-27T17:21:36.807Z] 33b1e0a273af: Waiting [2023-02-27T17:21:36.807Z] 5d3b04190fa2: Waiting [2023-02-27T17:21:36.807Z] 2f39f015ded8: Waiting [2023-02-27T17:21:36.807Z] 5c69ac0246d0: Download complete [2023-02-27T17:21:36.807Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-27T17:21:36.807Z] 3a2ae6a8a46f: Download complete [2023-02-27T17:21:37.066Z] 33b1e0a273af: Verifying Checksum [2023-02-27T17:21:37.066Z] 33b1e0a273af: Download complete [2023-02-27T17:21:37.066Z] ec43610c2a17: Verifying Checksum [2023-02-27T17:21:37.066Z] ec43610c2a17: Download complete [2023-02-27T17:21:37.066Z] 5d3b04190fa2: Verifying Checksum [2023-02-27T17:21:37.066Z] 5d3b04190fa2: Download complete [2023-02-27T17:21:37.066Z] 5eb5b503b376: Verifying Checksum [2023-02-27T17:21:37.066Z] 5eb5b503b376: Download complete [2023-02-27T17:21:37.631Z] 2f39f015ded8: Download complete [2023-02-27T17:21:38.197Z] 5eb5b503b376: Pull complete [2023-02-27T17:21:38.197Z] 5c69ac0246d0: Pull complete [2023-02-27T17:21:38.764Z] ec43610c2a17: Pull complete [2023-02-27T17:21:38.764Z] 3a2ae6a8a46f: Pull complete [2023-02-27T17:21:39.022Z] 33b1e0a273af: Pull complete [2023-02-27T17:21:39.022Z] 5d3b04190fa2: Pull complete [2023-02-27T17:21:43.207Z] 2f39f015ded8: Pull complete [2023-02-27T17:21:43.207Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-27T17:21:43.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T17:21:43.207Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:21:43.279Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:21:43.308Z] $ 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/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-27T17:21:49.075Z] $ docker top e4bdc4c3d0bc3ad53943f5f11aae5bf2224e1ceb6529292a2714d591e14877b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:21:49.446Z] ---> job-cost.sh [2023-02-27T17:21:49.446Z] lf-activate-venv: SKIPPING [2023-02-27T17:21:49.446Z] INFO: No Stack... [2023-02-27T17:21:49.705Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T17:21:49.964Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T17:21:50.253Z] + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv [2023-02-27T17:21:50.253Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T17:21:50.271Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [2023-02-27T17:21:50.281Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] did not exist. Created. [2023-02-27T17:21:50.281Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T17:21:50.591Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-27T17:21:50.618Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T17:21:50.625Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T17:21:50.648Z] $ docker stop --time=1 e4bdc4c3d0bc3ad53943f5f11aae5bf2224e1ceb6529292a2714d591e14877b5 [2023-02-27T17:21:51.827Z] $ docker rm -f --volumes e4bdc4c3d0bc3ad53943f5f11aae5bf2224e1ceb6529292a2714d591e14877b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-27T17:22:58.246Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7624 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] ws [2023-02-27T17:22:58.258Z] Running in /w/workspace/go-mod-configuration/38 [Pipeline] { [Pipeline] checkout [2023-02-27T17:22:58.290Z] Selected Git installation does not exist. Using Default [2023-02-27T17:22:58.290Z] The recommended git tool is: NONE [2023-02-27T17:23:04.081Z] using credential edgex-jenkins-ssh [2023-02-27T17:23:04.105Z] Cloning the remote Git repository [2023-02-27T17:23:04.168Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2023-02-27T17:23:04.258Z] > git init /w/workspace/go-mod-configuration/38 # timeout=10 [2023-02-27T17:23:04.451Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2023-02-27T17:23:04.452Z] > git --version # timeout=10 [2023-02-27T17:23:04.474Z] > git --version # 'git version 2.25.1' [2023-02-27T17:23:04.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-27T17:23:04.545Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T17:23:05.504Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2023-02-27T17:23:05.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T17:23:06.441Z] Avoid second fetch [2023-02-27T17:23:06.441Z] Checking out Revision bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d (main) [2023-02-27T17:23:07.042Z] Commit message: "Merge pull request #89 from ejlee3/api-abs-path" [2023-02-27T17:23:06.456Z] > git config core.sparsecheckout # timeout=10 [2023-02-27T17:23:06.477Z] > git checkout -f bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T17:23:08.228Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-27T17:23:08.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T17:23:08.228Z] Dload Upload Total Spent Left Speed [2023-02-27T17:23:08.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh [2023-02-27T17:23:08.863Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-27T17:23:09.195Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-27T17:23:09.195Z] + sudo tee /etc/docker/daemon.new [2023-02-27T17:23:09.195Z] { [2023-02-27T17:23:09.195Z] "registry-mirrors": [ [2023-02-27T17:23:09.195Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-27T17:23:09.195Z] ], [2023-02-27T17:23:09.195Z] "bip": "10.250.0.254/24", [2023-02-27T17:23:09.195Z] "hosts": [ [2023-02-27T17:23:09.195Z] "tcp://0.0.0.0:5555", [2023-02-27T17:23:09.195Z] "unix:///var/run/docker.sock" [2023-02-27T17:23:09.195Z] ], [2023-02-27T17:23:09.195Z] "mtu": 1458, [2023-02-27T17:23:09.195Z] "selinux-enabled": true, [2023-02-27T17:23:09.195Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-27T17:23:09.195Z] } [Pipeline] sh [2023-02-27T17:23:09.539Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-27T17:23:09.894Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-02-27T17:23:28.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T17:23:28.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T17:23:28.475Z] ========================================================= [2023-02-27T17:23:28.475Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-27T17:23:28.475Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-27T17:23:28.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-27T17:23:29.402Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-27T17:23:29.402Z] 9b18e9b68314: Pulling fs layer [2023-02-27T17:23:29.402Z] 35d82f9e3411: Pulling fs layer [2023-02-27T17:23:29.402Z] e16973657156: Pulling fs layer [2023-02-27T17:23:29.402Z] fc693d55d65f: Pulling fs layer [2023-02-27T17:23:29.402Z] 7e9fc2657dce: Pulling fs layer [2023-02-27T17:23:29.402Z] dda99020689f: Pulling fs layer [2023-02-27T17:23:29.402Z] db1c61fa0a46: Pulling fs layer [2023-02-27T17:23:29.402Z] 891c053d2c06: Pulling fs layer [2023-02-27T17:23:29.402Z] 7e9fc2657dce: Waiting [2023-02-27T17:23:29.402Z] dda99020689f: Waiting [2023-02-27T17:23:29.402Z] db1c61fa0a46: Waiting [2023-02-27T17:23:29.402Z] 891c053d2c06: Waiting [2023-02-27T17:23:29.402Z] fc693d55d65f: Waiting [2023-02-27T17:23:29.402Z] e16973657156: Verifying Checksum [2023-02-27T17:23:29.402Z] e16973657156: Download complete [2023-02-27T17:23:29.402Z] 35d82f9e3411: Download complete [2023-02-27T17:23:29.402Z] 7e9fc2657dce: Verifying Checksum [2023-02-27T17:23:29.402Z] 7e9fc2657dce: Download complete [2023-02-27T17:23:29.402Z] dda99020689f: Verifying Checksum [2023-02-27T17:23:29.402Z] dda99020689f: Download complete [2023-02-27T17:23:29.402Z] 9b18e9b68314: Verifying Checksum [2023-02-27T17:23:29.402Z] 9b18e9b68314: Download complete [2023-02-27T17:23:30.379Z] 9b18e9b68314: Pull complete [2023-02-27T17:23:30.652Z] 891c053d2c06: Verifying Checksum [2023-02-27T17:23:30.652Z] 891c053d2c06: Download complete [2023-02-27T17:23:30.927Z] 35d82f9e3411: Pull complete [2023-02-27T17:23:31.200Z] e16973657156: Pull complete [2023-02-27T17:23:31.795Z] db1c61fa0a46: Verifying Checksum [2023-02-27T17:23:31.795Z] db1c61fa0a46: Download complete [2023-02-27T17:23:32.392Z] fc693d55d65f: Verifying Checksum [2023-02-27T17:23:32.392Z] fc693d55d65f: Download complete [2023-02-27T17:23:44.771Z] fc693d55d65f: Pull complete [2023-02-27T17:23:45.041Z] 7e9fc2657dce: Pull complete [2023-02-27T17:23:45.311Z] dda99020689f: Pull complete [2023-02-27T17:23:51.997Z] db1c61fa0a46: Pull complete [2023-02-27T17:23:53.977Z] 891c053d2c06: Pull complete [2023-02-27T17:23:53.977Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-27T17:23:53.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-27T17:23:53.977Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-27T17:23:54.319Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:23:54.677Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T17:23:54.677Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:23:54.880Z] prd-ubuntu20.04-docker-arm64-4c-16g-7624 does not seem to be running inside a container [2023-02-27T17:23:54.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/38 -v /w/workspace/go-mod-configuration/38:/w/workspace/go-mod-configuration/38:rw,z -v /w/workspace/go-mod-configuration/38@tmp:/w/workspace/go-mod-configuration/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-27T17:23:58.247Z] $ docker top 9f2bc945730a3abae3126210a4e3716e8b99cbf8b05991476b6a47bae5fbdb41 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T17:23:59.156Z] + go version [2023-02-27T17:23:59.157Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-27T17:23:59.189Z] $ docker stop --time=1 9f2bc945730a3abae3126210a4e3716e8b99cbf8b05991476b6a47bae5fbdb41 [2023-02-27T17:24:00.846Z] $ docker rm -f --volumes 9f2bc945730a3abae3126210a4e3716e8b99cbf8b05991476b6a47bae5fbdb41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:24:01.389Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T17:24:01.389Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:24:01.582Z] prd-ubuntu20.04-docker-arm64-4c-16g-7624 does not seem to be running inside a container [2023-02-27T17:24:01.652Z] $ 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-configuration/38 -v /w/workspace/go-mod-configuration/38:/w/workspace/go-mod-configuration/38:rw,z -v /w/workspace/go-mod-configuration/38@tmp:/w/workspace/go-mod-configuration/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-27T17:24:02.861Z] $ docker top de8e495162ddedc7a679fed6c514aa75f8b3affe68b4198fad4999e4802ffaa5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T17:24:03.691Z] + git config --global --add safe.directory /w/workspace/go-mod-configuration/38 [Pipeline] fileExists [Pipeline] sh [2023-02-27T17:24:04.344Z] + make test [2023-02-27T17:24:04.344Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-27T17:24:04.344Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2023-02-27T17:24:04.344Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-02-27T17:24:04.344Z] go: downloading github.com/hashicorp/consul/api v1.19.1 [2023-02-27T17:24:04.614Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-02-27T17:24:04.614Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-27T17:24:04.614Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-27T17:24:04.614Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-27T17:24:04.614Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-27T17:24:04.883Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-02-27T17:24:04.883Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-02-27T17:24:04.883Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-02-27T17:24:04.883Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-27T17:24:04.883Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-27T17:24:04.883Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-27T17:24:04.883Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-27T17:24:04.883Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-02-27T17:24:04.883Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-27T17:24:04.883Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-02-27T17:24:04.883Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-02-27T17:24:04.883Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-02-27T17:24:05.152Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-27T17:24:05.152Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-27T17:24:05.152Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-27T17:24:44.054Z] ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.019s coverage: 85.7% of statements [2023-02-27T17:24:44.054Z] ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] [2023-02-27T17:24:48.315Z] ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 6.705s coverage: 85.5% of statements [2023-02-27T17:24:48.315Z] ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.013s coverage: 100.0% of statements [2023-02-27T17:24:48.315Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-27T17:24:48.315Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-27T17:25:00.644Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T17:25:00.644Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-27T17:25:00.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T17:25:00.676Z] $ docker stop --time=1 de8e495162ddedc7a679fed6c514aa75f8b3affe68b4198fad4999e4802ffaa5 [2023-02-27T17:25:04.586Z] $ docker rm -f --volumes de8e495162ddedc7a679fed6c514aa75f8b3affe68b4198fad4999e4802ffaa5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T17:25:05.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T17:25:05.572Z] Warning: overwriting stash ‘coverage-report’ [2023-02-27T17:25:06.079Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:25:06.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T17:25:06.532Z] [2023-02-27T17:25:06.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:25:06.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T17:25:07.141Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-27T17:25:07.141Z] 8998bd30e6a1: Pulling fs layer [2023-02-27T17:25:07.141Z] 04944245beec: Pulling fs layer [2023-02-27T17:25:07.141Z] 699f458cf7ca: Pulling fs layer [2023-02-27T17:25:07.141Z] 765212b225bb: Pulling fs layer [2023-02-27T17:25:07.141Z] f23df028b6ca: Pulling fs layer [2023-02-27T17:25:07.141Z] d65c8cfc05b1: Pulling fs layer [2023-02-27T17:25:07.141Z] 2437ff75d9bd: Pulling fs layer [2023-02-27T17:25:07.141Z] f23df028b6ca: Waiting [2023-02-27T17:25:07.141Z] d65c8cfc05b1: Waiting [2023-02-27T17:25:07.141Z] 2437ff75d9bd: Waiting [2023-02-27T17:25:07.141Z] 765212b225bb: Waiting [2023-02-27T17:25:07.141Z] 04944245beec: Verifying Checksum [2023-02-27T17:25:07.141Z] 04944245beec: Download complete [2023-02-27T17:25:07.141Z] 765212b225bb: Download complete [2023-02-27T17:25:07.409Z] f23df028b6ca: Download complete [2023-02-27T17:25:07.409Z] d65c8cfc05b1: Verifying Checksum [2023-02-27T17:25:07.409Z] d65c8cfc05b1: Download complete [2023-02-27T17:25:07.409Z] 699f458cf7ca: Verifying Checksum [2023-02-27T17:25:07.409Z] 699f458cf7ca: Download complete [2023-02-27T17:25:07.679Z] 8998bd30e6a1: Verifying Checksum [2023-02-27T17:25:07.679Z] 8998bd30e6a1: Download complete [2023-02-27T17:25:10.280Z] 2437ff75d9bd: Verifying Checksum [2023-02-27T17:25:10.280Z] 2437ff75d9bd: Download complete [2023-02-27T17:25:11.708Z] 8998bd30e6a1: Pull complete [2023-02-27T17:25:11.976Z] 04944245beec: Pull complete [2023-02-27T17:25:13.393Z] 699f458cf7ca: Pull complete [2023-02-27T17:25:13.661Z] 765212b225bb: Pull complete [2023-02-27T17:25:14.624Z] f23df028b6ca: Pull complete [2023-02-27T17:25:14.624Z] d65c8cfc05b1: Pull complete [2023-02-27T17:25:32.861Z] 2437ff75d9bd: Pull complete [2023-02-27T17:25:32.861Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-27T17:25:32.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T17:25:32.861Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:25:33.079Z] prd-ubuntu20.04-docker-arm64-4c-16g-7624 does not seem to be running inside a container [2023-02-27T17:25:33.142Z] $ 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-configuration/38 -v /w/workspace/go-mod-configuration/38:/w/workspace/go-mod-configuration/38:rw,z -v /w/workspace/go-mod-configuration/38@tmp:/w/workspace/go-mod-configuration/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-27T17:25:35.794Z] $ docker top e079102add14ebb07ac21b4b48c3051c1e5b1c8468e00d3921958b25004e0050 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:25:36.307Z] ---> job-cost.sh [2023-02-27T17:25:36.581Z] lf-activate-venv: SKIPPING [2023-02-27T17:25:36.581Z] INFO: No Stack... [2023-02-27T17:25:36.846Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-27T17:25:37.806Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T17:25:38.131Z] + cat /w/workspace/go-mod-configuration/38/archives/cost.csv [2023-02-27T17:25:38.398Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T17:25:38.465Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [2023-02-27T17:25:38.471Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] did not exist. Created. [2023-02-27T17:25:38.471Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T17:25:38.811Z] /w/workspace/go-mod-configuration/38@tmp/durable-d59a5d90/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-27T17:25:39.154Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-27T17:25:39.175Z] Warning: overwriting stash ‘stack-cost’ [2023-02-27T17:25:39.212Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T17:25:39.217Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-38-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T17:25:39.232Z] $ docker stop --time=1 e079102add14ebb07ac21b4b48c3051c1e5b1c8468e00d3921958b25004e0050 [2023-02-27T17:25:40.717Z] $ docker rm -f --volumes e079102add14ebb07ac21b4b48c3051c1e5b1c8468e00d3921958b25004e0050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-27T17:25:41.138Z] provisioning config files... [2023-02-27T17:25:41.154Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config9708604822945663080tmp [Pipeline] { [Pipeline] sh [2023-02-27T17:25:41.480Z] + set +x [2023-02-27T17:25:41.480Z] + + curl -sbash https://codecov.io/bash -s [2023-02-27T17:25:41.480Z] -- [2023-02-27T17:25:41.480Z] [2023-02-27T17:25:41.480Z] _____ _ [2023-02-27T17:25:41.480Z] / ____| | | [2023-02-27T17:25:41.480Z] | | ___ __| | ___ ___ _____ __ [2023-02-27T17:25:41.480Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-27T17:25:41.480Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-27T17:25:41.480Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-27T17:25:41.480Z] Bash-1.0.6 [2023-02-27T17:25:41.480Z] [2023-02-27T17:25:41.480Z] [2023-02-27T17:25:41.480Z] ==> git version 2.25.1 found [2023-02-27T17:25:41.480Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-27T17:25:41.480Z] Release-Date: 2020-01-08 [2023-02-27T17:25:41.480Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-27T17:25:41.480Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-27T17:25:41.480Z] ==> Jenkins CI detected. [2023-02-27T17:25:41.480Z] current dir:  /w/workspace/oundry_go-mod-configuration_main [2023-02-27T17:25:41.480Z] project root: . [2023-02-27T17:25:41.480Z] --> token set from env [2023-02-27T17:25:41.480Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-27T17:25:41.480Z] ==> Running gcov in . (disable via -X gcov) [2023-02-27T17:25:41.480Z] ==> Python coveragepy not found [2023-02-27T17:25:41.480Z] ==> Searching for coverage reports in: [2023-02-27T17:25:41.480Z] + . [2023-02-27T17:25:41.480Z] -> Found 1 reports [2023-02-27T17:25:41.480Z] ==> Detecting git/mercurial file structure [2023-02-27T17:25:41.480Z] ==> Reading reports [2023-02-27T17:25:41.480Z] + ./coverage.out bytes=17897 [2023-02-27T17:25:41.480Z] ==> Appending adjustments [2023-02-27T17:25:41.480Z] https://docs.codecov.io/docs/fixing-reports [2023-02-27T17:25:41.738Z] + Found adjustments [2023-02-27T17:25:41.738Z] ==> Gzipping contents [2023-02-27T17:25:41.738Z] 4.0K /tmp/codecov.bTnXmm.gz [2023-02-27T17:25:41.739Z] ==> Uploading reports [2023-02-27T17:25:41.739Z] url: https://codecov.io [2023-02-27T17:25:41.739Z] query: branch=main&commit=bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-27T17:25:41.739Z] -> Pinging Codecov [2023-02-27T17:25:41.739Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=b03387cf-fbed-45a6-9f6b-56101d2ea1b2&branch=main&commit=bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-27T17:25:41.739Z] -> Uploading to [2023-02-27T17:25:41.739Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-27/9F92B070CA9CA35F4914AC8684776953/bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d/f18fa063-f338-4967-98e6-ab2ddcbfa8e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230227T172541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c9fa64d56738b9d0089d126472551f5999775e54a315cd63f834bd2126da4cb [2023-02-27T17:25:41.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T17:25:41.739Z] Dload Upload Total Spent Left Speed [2023-02-27T17:25:41.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3165 0 0 100 3165 0 12559 --:--:-- --:--:-- --:--:-- 12559 [2023-02-27T17:25:41.998Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] } [2023-02-27T17:25:42.007Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-27T17:25:42.215Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-27T17:25:42.224Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:25:42.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T17:25:42.520Z] [2023-02-27T17:25:42.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:25:42.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T17:25:42.825Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-27T17:25:42.825Z] df9b9388f04a: Pulling fs layer [2023-02-27T17:25:42.825Z] 52dc419b0ee2: Pulling fs layer [2023-02-27T17:25:42.825Z] 25bc292e5bac: Pulling fs layer [2023-02-27T17:25:42.825Z] 114826534d7a: Pulling fs layer [2023-02-27T17:25:42.825Z] 4657fd5d0bcf: Pulling fs layer [2023-02-27T17:25:42.825Z] 6ad1cebc031e: Pulling fs layer [2023-02-27T17:25:42.825Z] 8a3aa393b2d8: Pulling fs layer [2023-02-27T17:25:42.825Z] 6ad1cebc031e: Waiting [2023-02-27T17:25:42.825Z] 8a3aa393b2d8: Waiting [2023-02-27T17:25:42.825Z] 114826534d7a: Waiting [2023-02-27T17:25:42.825Z] 4657fd5d0bcf: Waiting [2023-02-27T17:25:42.825Z] 25bc292e5bac: Verifying Checksum [2023-02-27T17:25:42.825Z] 25bc292e5bac: Download complete [2023-02-27T17:25:42.825Z] 52dc419b0ee2: Download complete [2023-02-27T17:25:42.825Z] 4657fd5d0bcf: Verifying Checksum [2023-02-27T17:25:42.825Z] 4657fd5d0bcf: Download complete [2023-02-27T17:25:42.825Z] df9b9388f04a: Download complete [2023-02-27T17:25:43.085Z] df9b9388f04a: Pull complete [2023-02-27T17:25:43.085Z] 6ad1cebc031e: Verifying Checksum [2023-02-27T17:25:43.085Z] 6ad1cebc031e: Download complete [2023-02-27T17:25:43.085Z] 52dc419b0ee2: Pull complete [2023-02-27T17:25:43.085Z] 25bc292e5bac: Pull complete [2023-02-27T17:25:43.656Z] 114826534d7a: Download complete [2023-02-27T17:25:43.656Z] 8a3aa393b2d8: Verifying Checksum [2023-02-27T17:25:46.950Z] 114826534d7a: Pull complete [2023-02-27T17:25:46.950Z] 4657fd5d0bcf: Pull complete [2023-02-27T17:25:47.515Z] 6ad1cebc031e: Pull complete [2023-02-27T17:25:50.056Z] 8a3aa393b2d8: Pull complete [2023-02-27T17:25:50.057Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-27T17:25:50.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T17:25:50.057Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:25:50.130Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:25:50.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-27T17:25:54.234Z] $ docker top 75e6a5595558b7007fa6f07d7ef30927b861f3c79a7cbadf699b63934a3bc8e9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-27T17:25:54.300Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh [2023-02-27T17:25:54.577Z] + set -o pipefail [2023-02-27T17:25:54.578Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' [2023-02-27T17:25:57.113Z] [2023-02-27T17:25:57.113Z] Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v3)... [2023-02-27T17:25:57.113Z] [2023-02-27T17:25:57.113Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/876be593-d0c5-460b-ab82-cce3a3e0e96e/history/307b2d3c-cc6d-4636-b42d-7d3e6d12236b [2023-02-27T17:25:57.113Z] [2023-02-27T17:25:57.113Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-27T17:25:57.113Z] [2023-02-27T17:25:57.113Z] [2023-02-27T17:25:57.113Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-27T17:25:57.113Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-27T17:25:57.113Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-27T17:25:57.127Z] $ docker stop --time=1 75e6a5595558b7007fa6f07d7ef30927b861f3c79a7cbadf699b63934a3bc8e9 [2023-02-27T17:25:58.607Z] $ docker rm -f --volumes 75e6a5595558b7007fa6f07d7ef30927b861f3c79a7cbadf699b63934a3bc8e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T17:25:59.121Z] + git log --format=format:%s -1 bf9e73a51b2980e7d617f4a0928f8ee0a88ebf6d [Pipeline] sh [2023-02-27T17:25:59.415Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T17:25:59.415Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:25:59.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:25:59.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:25:59.777Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:25:59.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T17:26:00.120Z] $ docker top 6b1f1d4cbbcc3efba07fec1b36f8ffa47be4b5eb79c93af67f62ea65dc2a510e -eo pid,comm [2023-02-27T17:26:00.162Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-27T17:26:00.162Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T17:26:00.202Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T17:26:00.202Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T17:26:00.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T17:26:00.299Z] $ docker exec 6b1f1d4cbbcc3efba07fec1b36f8ffa47be4b5eb79c93af67f62ea65dc2a510e ssh-agent [2023-02-27T17:26:00.403Z] SSH_AUTH_SOCK=/tmp/ssh-REuhQmsZavUz/agent.31 [2023-02-27T17:26:00.404Z] SSH_AGENT_PID=37 [2023-02-27T17:26:00.408Z] Running ssh-add (command line suppressed) [2023-02-27T17:26:00.509Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9061800943260084390.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9061800943260084390.key) [2023-02-27T17:26:00.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T17:26:00.812Z] + git semver tag [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,975 [run_tag] DEBUG tag force:False [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,976 [check_head_tag] DEBUG check head tag [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,976 [execute] INFO git cat-file --batch-check [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,980 [execute] INFO git cat-file --batch [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,994 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,994 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,995 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.6', '-m', 'v3.0.0-dev.6'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T17:26:01.070Z] 2023-02-27 17:26:00,999 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:01.070Z] 3.0.0-dev.6 [Pipeline] } [2023-02-27T17:26:01.079Z] $ docker exec --env ******** --env ******** 6b1f1d4cbbcc3efba07fec1b36f8ffa47be4b5eb79c93af67f62ea65dc2a510e ssh-agent -k [2023-02-27T17:26:01.185Z] unset SSH_AUTH_SOCK; [2023-02-27T17:26:01.186Z] unset SSH_AGENT_PID; [2023-02-27T17:26:01.186Z] echo Agent pid 37 killed; [2023-02-27T17:26:01.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T17:26:01.502Z] + git semver [Pipeline] } [2023-02-27T17:26:01.776Z] $ docker stop --time=1 6b1f1d4cbbcc3efba07fec1b36f8ffa47be4b5eb79c93af67f62ea65dc2a510e [2023-02-27T17:26:03.053Z] $ docker rm -f --volumes 6b1f1d4cbbcc3efba07fec1b36f8ffa47be4b5eb79c93af67f62ea65dc2a510e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:26:03.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T17:26:03.438Z] [2023-02-27T17:26:03.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:26:03.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T17:26:03.736Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-27T17:26:03.736Z] ab5ef0e58194: Pulling fs layer [2023-02-27T17:26:03.736Z] 9712f1f96733: Pulling fs layer [2023-02-27T17:26:03.736Z] 63f879dbbcfc: Pulling fs layer [2023-02-27T17:26:03.736Z] 0d9ebad4ef96: Pulling fs layer [2023-02-27T17:26:03.736Z] e9a5061849ea: Pulling fs layer [2023-02-27T17:26:03.736Z] d747dcd14b5f: Pulling fs layer [2023-02-27T17:26:03.736Z] 2de7ff778b66: Pulling fs layer [2023-02-27T17:26:03.736Z] e9a5061849ea: Waiting [2023-02-27T17:26:03.736Z] d747dcd14b5f: Waiting [2023-02-27T17:26:03.736Z] 2de7ff778b66: Waiting [2023-02-27T17:26:03.736Z] 0d9ebad4ef96: Waiting [2023-02-27T17:26:03.736Z] 9712f1f96733: Verifying Checksum [2023-02-27T17:26:03.736Z] 9712f1f96733: Download complete [2023-02-27T17:26:04.317Z] 63f879dbbcfc: Verifying Checksum [2023-02-27T17:26:04.317Z] 63f879dbbcfc: Download complete [2023-02-27T17:26:04.317Z] e9a5061849ea: Verifying Checksum [2023-02-27T17:26:04.317Z] e9a5061849ea: Download complete [2023-02-27T17:26:04.317Z] d747dcd14b5f: Verifying Checksum [2023-02-27T17:26:04.317Z] d747dcd14b5f: Download complete [2023-02-27T17:26:04.317Z] 0d9ebad4ef96: Verifying Checksum [2023-02-27T17:26:04.317Z] 0d9ebad4ef96: Download complete [2023-02-27T17:26:04.575Z] 2de7ff778b66: Verifying Checksum [2023-02-27T17:26:04.575Z] 2de7ff778b66: Download complete [2023-02-27T17:26:04.575Z] ab5ef0e58194: Verifying Checksum [2023-02-27T17:26:04.575Z] ab5ef0e58194: Download complete [2023-02-27T17:26:07.858Z] ab5ef0e58194: Pull complete [2023-02-27T17:26:07.858Z] 9712f1f96733: Pull complete [2023-02-27T17:26:08.117Z] 63f879dbbcfc: Pull complete [2023-02-27T17:26:12.306Z] 0d9ebad4ef96: Pull complete [2023-02-27T17:26:12.306Z] e9a5061849ea: Pull complete [2023-02-27T17:26:12.306Z] d747dcd14b5f: Pull complete [2023-02-27T17:26:13.242Z] 2de7ff778b66: Pull complete [2023-02-27T17:26:13.242Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-27T17:26:13.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T17:26:13.242Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:26:13.328Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:26:13.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-27T17:26:18.483Z] $ docker top 9159b15333e58421cf6e39cfb503e2dd2a6f73b8ab513fed8576631f49f3ab9a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-27T17:26:18.555Z] provisioning config files... [2023-02-27T17:26:18.561Z] copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config16344534670273412681tmp [2023-02-27T17:26:18.571Z] copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4166997104271520724tmp [2023-02-27T17:26:18.580Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config7562462561779073855tmp [Pipeline] { [Pipeline] echo [2023-02-27T17:26:18.592Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:18.876Z] ---> sigul-configuration.sh [2023-02-27T17:26:18.877Z] gpg: directory `/root/.gnupg' created [2023-02-27T17:26:18.877Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-27T17:26:18.877Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-27T17:26:18.877Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-27T17:26:18.877Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-27T17:26:18.877Z] gpg: CAST5 encrypted data [2023-02-27T17:26:18.877Z] gpg: encrypted with 1 passphrase [2023-02-27T17:26:18.877Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-27T17:26:19.160Z] + mkdir /home/jenkins [2023-02-27T17:26:19.160Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-27T17:26:19.445Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-27T17:26:19.456Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:19.743Z] ---> sigul-install.sh [2023-02-27T17:26:19.743Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-27T17:26:20.033Z] + git tag --list [2023-02-27T17:26:20.033Z] v0.0.0 [2023-02-27T17:26:20.033Z] v0.0.1 [2023-02-27T17:26:20.033Z] v0.0.2 [2023-02-27T17:26:20.033Z] v0.0.3 [2023-02-27T17:26:20.033Z] v0.0.4 [2023-02-27T17:26:20.033Z] v0.0.5 [2023-02-27T17:26:20.033Z] v0.0.6 [2023-02-27T17:26:20.033Z] v0.0.7 [2023-02-27T17:26:20.033Z] v0.0.8 [2023-02-27T17:26:20.033Z] v2.0.0 [2023-02-27T17:26:20.033Z] v2.1.0 [2023-02-27T17:26:20.033Z] v2.2.0 [2023-02-27T17:26:20.033Z] v2.2.1-dev.1 [2023-02-27T17:26:20.033Z] v2.2.1-dev.10 [2023-02-27T17:26:20.033Z] v2.2.1-dev.11 [2023-02-27T17:26:20.033Z] v2.2.1-dev.12 [2023-02-27T17:26:20.033Z] v2.2.1-dev.2 [2023-02-27T17:26:20.033Z] v2.2.1-dev.3 [2023-02-27T17:26:20.033Z] v2.2.1-dev.4 [2023-02-27T17:26:20.033Z] v2.2.1-dev.5 [2023-02-27T17:26:20.033Z] v2.2.1-dev.6 [2023-02-27T17:26:20.033Z] v2.2.1-dev.7 [2023-02-27T17:26:20.033Z] v2.2.1-dev.8 [2023-02-27T17:26:20.033Z] v2.2.1-dev.9 [2023-02-27T17:26:20.033Z] v2.3.0 [2023-02-27T17:26:20.033Z] v2.3.0-dev.12 [2023-02-27T17:26:20.033Z] v2.3.0-dev.13 [2023-02-27T17:26:20.033Z] v2.3.0-dev.14 [2023-02-27T17:26:20.033Z] v2.3.0-dev.15 [2023-02-27T17:26:20.033Z] v2.3.0-dev.16 [2023-02-27T17:26:20.033Z] v2.3.1-dev.1 [2023-02-27T17:26:20.033Z] v2.3.1-dev.2 [2023-02-27T17:26:20.033Z] v3.0.0-dev.1 [2023-02-27T17:26:20.033Z] v3.0.0-dev.2 [2023-02-27T17:26:20.033Z] v3.0.0-dev.3 [2023-02-27T17:26:20.033Z] v3.0.0-dev.4 [2023-02-27T17:26:20.033Z] v3.0.0-dev.5 [2023-02-27T17:26:20.033Z] v3.0.0-dev.6 [Pipeline] sh [2023-02-27T17:26:20.323Z] + lftools sign git-tag v3.0.0-dev.6 [2023-02-27T17:26:20.890Z] Signing Git tag with Sigul... [2023-02-27T17:26:20.890Z] Signing v3.0.0-dev.6 [Pipeline] echo [2023-02-27T17:26:21.160Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:21.445Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-27T17:26:21.452Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-27T17:26:21.471Z] $ docker stop --time=1 9159b15333e58421cf6e39cfb503e2dd2a6f73b8ab513fed8576631f49f3ab9a [2023-02-27T17:26:22.783Z] $ docker rm -f --volumes 9159b15333e58421cf6e39cfb503e2dd2a6f73b8ab513fed8576631f49f3ab9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-27T17:26:23.191Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T17:26:23.191Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:26:23.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:26:23.501Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:26:23.579Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:26:23.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T17:26:23.945Z] $ docker top abe057cb938dfa0e54041cfca798d8add7fc8b5713fe16c1d53e20bdedf5f1cb -eo pid,comm [2023-02-27T17:26:23.990Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-27T17:26:23.990Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T17:26:24.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T17:26:24.034Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T17:26:24.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T17:26:24.148Z] $ docker exec abe057cb938dfa0e54041cfca798d8add7fc8b5713fe16c1d53e20bdedf5f1cb ssh-agent [2023-02-27T17:26:24.259Z] SSH_AUTH_SOCK=/tmp/ssh-czkvgiaSp3H8/agent.32 [2023-02-27T17:26:24.259Z] SSH_AGENT_PID=38 [2023-02-27T17:26:24.264Z] Running ssh-add (command line suppressed) [2023-02-27T17:26:24.360Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16311955138462580533.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16311955138462580533.key) [2023-02-27T17:26:24.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T17:26:24.662Z] + git semver bump pre [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [bump_version] DEBUG bumped version:3.0.0-dev.7 [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [write_version] DEBUG write version:3.0.0-dev.7 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,835 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,837 [execute] INFO git cat-file --batch-check [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,843 [execute] INFO git cat-file --batch [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T17:26:24.922Z] 2023-02-27 17:26:24,849 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:24.922Z] 3.0.0-dev.7 [Pipeline] } [2023-02-27T17:26:24.931Z] $ docker exec --env ******** --env ******** abe057cb938dfa0e54041cfca798d8add7fc8b5713fe16c1d53e20bdedf5f1cb ssh-agent -k [2023-02-27T17:26:25.021Z] unset SSH_AUTH_SOCK; [2023-02-27T17:26:25.021Z] unset SSH_AGENT_PID; [2023-02-27T17:26:25.021Z] echo Agent pid 38 killed; [2023-02-27T17:26:25.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T17:26:25.339Z] + git semver [Pipeline] } [2023-02-27T17:26:25.613Z] $ docker stop --time=1 abe057cb938dfa0e54041cfca798d8add7fc8b5713fe16c1d53e20bdedf5f1cb [2023-02-27T17:26:26.855Z] $ docker rm -f --volumes abe057cb938dfa0e54041cfca798d8add7fc8b5713fe16c1d53e20bdedf5f1cb [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T17:26:27.199Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T17:26:27.199Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:26:27.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T17:26:27.504Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:26:27.572Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:26:27.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T17:26:27.905Z] $ docker top 2ef3323b38cd62bd5c81c605c45490b350e3c1451aa052008dd28b674640e301 -eo pid,comm [2023-02-27T17:26:27.952Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-27T17:26:27.952Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T17:26:27.992Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T17:26:27.992Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T17:26:28.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T17:26:28.099Z] $ docker exec 2ef3323b38cd62bd5c81c605c45490b350e3c1451aa052008dd28b674640e301 ssh-agent [2023-02-27T17:26:28.206Z] SSH_AUTH_SOCK=/tmp/ssh-LlewMo7BXWJn/agent.34 [2023-02-27T17:26:28.206Z] SSH_AGENT_PID=40 [2023-02-27T17:26:28.210Z] Running ssh-add (command line suppressed) [2023-02-27T17:26:28.300Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16820186588611686314.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16820186588611686314.key) [2023-02-27T17:26:28.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T17:26:28.598Z] + git semver push [2023-02-27T17:26:28.856Z] 2023-02-27 17:26:28,786 [run_push] DEBUG push [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,786 [execute] INFO git cat-file --batch-check [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,787 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,791 [execute] INFO git rev-list c8e833be172ab08a1a580d16bfba4d8bb5fafecb -- [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,791 [execute] DEBUG Popen(['git', 'rev-list', 'c8e833be172ab08a1a580d16bfba4d8bb5fafecb', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,799 [execute] INFO git fetch -v origin [2023-02-27T17:26:28.857Z] 2023-02-27 17:26:28,799 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-27T17:26:29.423Z] 2023-02-27 17:26:29,384 [run_push] DEBUG no remote changes detected [2023-02-27T17:26:29.423Z] 2023-02-27 17:26:29,384 [execute] INFO git push origin semver [2023-02-27T17:26:29.423Z] 2023-02-27 17:26:29,385 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-27T17:26:30.357Z] 2023-02-27 17:26:30,194 [run_push] DEBUG push all version tags [2023-02-27T17:26:30.357Z] 2023-02-27 17:26:30,195 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-27T17:26:30.357Z] 2023-02-27 17:26:30,195 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T17:26:31.309Z] 2023-02-27 17:26:31,006 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-02-27T17:26:31.309Z] 3.0.0-dev.7 [Pipeline] } [2023-02-27T17:26:31.319Z] $ docker exec --env ******** --env ******** 2ef3323b38cd62bd5c81c605c45490b350e3c1451aa052008dd28b674640e301 ssh-agent -k [2023-02-27T17:26:31.408Z] unset SSH_AUTH_SOCK; [2023-02-27T17:26:31.408Z] unset SSH_AGENT_PID; [2023-02-27T17:26:31.409Z] echo Agent pid 40 killed; [2023-02-27T17:26:31.417Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T17:26:31.715Z] + git semver [Pipeline] } [2023-02-27T17:26:31.987Z] $ docker stop --time=1 2ef3323b38cd62bd5c81c605c45490b350e3c1451aa052008dd28b674640e301 [2023-02-27T17:26:33.235Z] $ docker rm -f --volumes 2ef3323b38cd62bd5c81c605c45490b350e3c1451aa052008dd28b674640e301 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-27T17:26:33.784Z] + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] [2023-02-27T17:26:33.784Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2023-02-27T17:26:33.784Z] total 16 [2023-02-27T17:26:33.784Z] drwxr-xr-x 3 root root 4096 Feb 27 17:21 . [2023-02-27T17:26:33.784Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 17:26 .. [2023-02-27T17:26:33.784Z] drwxr-xr-x 2 root root 4096 Feb 27 17:21 cost [2023-02-27T17:26:33.784Z] -rw-r--r-- 1 root root 91 Feb 27 17:21 cost.csv [2023-02-27T17:26:33.784Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives [2023-02-27T17:26:33.784Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2023-02-27T17:26:33.784Z] total 16 [2023-02-27T17:26:33.784Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 17:21 . [2023-02-27T17:26:33.784Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 17:26 .. [2023-02-27T17:26:33.784Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 27 17:21 cost [2023-02-27T17:26:33.784Z] -rw-r--r-- 1 jenkins jenkins 91 Feb 27 17:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:34.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:34.927Z] ---> package-listing.sh [2023-02-27T17:26:34.927Z] ++ facter osfamily [2023-02-27T17:26:34.927Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-27T17:26:35.186Z] + OS_FAMILY=debian [2023-02-27T17:26:35.186Z] + workspace=/w/workspace/oundry_go-mod-configuration_main [2023-02-27T17:26:35.186Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-27T17:26:35.186Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-27T17:26:35.186Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-27T17:26:35.186Z] + PACKAGES=/tmp/packages_start.txt [2023-02-27T17:26:35.186Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2023-02-27T17:26:35.186Z] + PACKAGES=/tmp/packages_end.txt [2023-02-27T17:26:35.186Z] + case "${OS_FAMILY}" in [2023-02-27T17:26:35.186Z] + dpkg -l [2023-02-27T17:26:35.186Z] + grep '^ii' [2023-02-27T17:26:35.186Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-27T17:26:35.186Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-27T17:26:35.186Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-27T17:26:35.186Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2023-02-27T17:26:35.186Z] + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ [2023-02-27T17:26:35.186Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo [2023-02-27T17:26:35.198Z] 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/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-27T17:26:35.472Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T17:26:36.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T17:26:36.033Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T17:26:36.103Z] prd-ubuntu20.04-docker-8c-8g-7622 does not seem to be running inside a container [2023-02-27T17:26:36.131Z] $ 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/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-27T17:26:36.308Z] $ docker top 86f4ecf78f37c32bb567e22576f09abea51beeb9f2ca33710dfb89692a9d204b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T17:26:36.645Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-27T17:26:36.929Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-27T17:26:37.214Z] + ls /var/log/sa-host [2023-02-27T17:26:37.214Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-27T17:26:37.356Z] provisioning config files... [2023-02-27T17:26:37.364Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config870023521715770212tmp [Pipeline] { [Pipeline] echo [2023-02-27T17:26:37.379Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:37.661Z] ---> create-netrc.sh [Pipeline] } [2023-02-27T17:26:37.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:37.993Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-27T17:26:38.002Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:38.285Z] ---> sudo-logs.sh [2023-02-27T17:26:38.285Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-27T17:26:38.320Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:38.602Z] ---> job-cost.sh [2023-02-27T17:26:38.603Z] lf-activate-venv: SKIPPING [2023-02-27T17:26:38.603Z] DEBUG: total: 0.2199999988079071 [2023-02-27T17:26:38.603Z] INFO: Retrieving Stack Cost... [2023-02-27T17:26:38.861Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T17:26:39.120Z] INFO: Archiving Costs [Pipeline] echo [2023-02-27T17:26:39.131Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T17:26:39.413Z] ---> logs-deploy.sh [2023-02-27T17:26:39.413Z] lf-activate-venv: SKIPPING [2023-02-27T17:26:39.413Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/38 [2023-02-27T17:26:39.413Z] INFO: archiving workspace using pattern(s): [2023-02-27T17:26:40.349Z] Archives upload complete. [2023-02-27T17:26:40.349Z] INFO: archiving logs to Nexus