Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 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-ssh3951404718417597419.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-ssh2852868030750469951.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-registry/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-registry/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17359405667756853433.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-ssh2131598478313843217.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-registry/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-registry/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9342936940607448530.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-registry, 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-registry-settings PROJECT: go-mod-registry 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-registry 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7604 in /w/workspace/dgexfoundry_go-mod-registry_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-registry.git > git init /w/workspace/dgexfoundry_go-mod-registry_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.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-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 (main) Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.2" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.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 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 # timeout=10 > git rev-list --no-walk 10c414957b3b51843d61d958872e56edcc82d02b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-27T16:37:55.537Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-27T16:37:55.591Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-27T16:37:55.608Z] ========================================================= [2023-02-27T16:37:55.608Z] EdgeX Global Pipelines Version Info [2023-02-27T16:37:55.608Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:37:56.699Z] ------------------- [2023-02-27T16:37:56.699Z] stable info: [2023-02-27T16:37:56.699Z] ------------------- [2023-02-27T16:37:56.699Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-27T16:37:56.699Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T16:37:56.699Z] Message: update stable to v1.0.244 [2023-02-27T16:37:57.271Z] ------------------- [2023-02-27T16:37:57.271Z] experimental info: [2023-02-27T16:37:57.271Z] ------------------- [2023-02-27T16:37:57.271Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-27T16:37:57.271Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-27T16:37:57.271Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-27T16:37:57.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo [2023-02-27T16:37:57.460Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo [2023-02-27T16:37:57.472Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-27T16:37:57.484Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-27T16:37:57.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-27T16:37:57.507Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-27T16:37:57.518Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-27T16:37:57.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-27T16:37:57.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-27T16:37:57.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-27T16:37:57.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-27T16:37:57.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-registry [Pipeline] echo [2023-02-27T16:37:57.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-27T16:37:57.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-27T16:37:57.629Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T16:37:57.643Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T16:37:57.656Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T16:37:57.668Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-27T16:37:57.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-27T16:37:57.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-27T16:37:57.709Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-27T16:37:57.719Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-27T16:37:57.731Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-27T16:37:57.746Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-27T16:37:57.757Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-02-27T16:37:57.772Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-27T16:37:57.784Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-27T16:37:57.796Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-27T16:37:57.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-27T16:37:57.822Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-27T16:37:57.834Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] echo [2023-02-27T16:37:57.851Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 090b6c4 [Pipeline] echo [2023-02-27T16:37:57.865Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-27T16:37:58.217Z] + git rev-list -1 --merges 090b6c4722ba95ce5c12893e0405d82e2f8d7f98~1..090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] echo [2023-02-27T16:37:58.266Z] -----------> git rev-list -1 --merges 090b6c4722ba95ce5c12893e0405d82e2f8d7f98~1..090b6c4722ba95ce5c12893e0405d82e2f8d7f98 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [2023-02-27T16:37:58.266Z] 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [false] [Pipeline] sh [2023-02-27T16:37:58.553Z] + git log --format=format:%s -1 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] echo [2023-02-27T16:37:58.568Z] ========================================================= [2023-02-27T16:37:58.568Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-27T16:37:58.568Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T16:37:58.900Z] + git log --format=format:%s -1 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] echo [2023-02-27T16:37:58.911Z] [semverPrep] GIT_COMMIT: 090b6c4722ba95ce5c12893e0405d82e2f8d7f98, Commit Message: Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.2 [Pipeline] echo [2023-02-27T16:37:58.921Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-27T16:37:59.291Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T16:37:59.291Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-27T16:37:59.291Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-27T16:37:59.291Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-27T16:37:59.291Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-27T16:37:59.291Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-27T16:37:59.291Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:37:59.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:37:59.952Z] [2023-02-27T16:37:59.952Z] 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-27T16:38:00.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:38:00.519Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-27T16:38:00.519Z] b85a868b505f: Pulling fs layer [2023-02-27T16:38:00.519Z] e2be974225ed: Pulling fs layer [2023-02-27T16:38:00.519Z] 339a4e72a1f5: Pulling fs layer [2023-02-27T16:38:00.519Z] 988bab9f4d93: Pulling fs layer [2023-02-27T16:38:00.519Z] 1469e6f7b9e6: Pulling fs layer [2023-02-27T16:38:00.519Z] eaf3925da568: Pulling fs layer [2023-02-27T16:38:00.519Z] bab4dde63d76: Pulling fs layer [2023-02-27T16:38:00.519Z] bde34c3a00c8: Pulling fs layer [2023-02-27T16:38:00.519Z] b352a97aabf1: Pulling fs layer [2023-02-27T16:38:00.519Z] 4872d77fe225: Pulling fs layer [2023-02-27T16:38:00.519Z] 5851b861e8e6: Pulling fs layer [2023-02-27T16:38:00.519Z] 988bab9f4d93: Waiting [2023-02-27T16:38:00.519Z] eaf3925da568: Waiting [2023-02-27T16:38:00.519Z] bab4dde63d76: Waiting [2023-02-27T16:38:00.519Z] 1469e6f7b9e6: Waiting [2023-02-27T16:38:00.519Z] b352a97aabf1: Waiting [2023-02-27T16:38:00.519Z] 5851b861e8e6: Waiting [2023-02-27T16:38:00.519Z] 4872d77fe225: Waiting [2023-02-27T16:38:00.519Z] bde34c3a00c8: Waiting [2023-02-27T16:38:00.519Z] e2be974225ed: Verifying Checksum [2023-02-27T16:38:00.519Z] e2be974225ed: Download complete [2023-02-27T16:38:00.519Z] 988bab9f4d93: Verifying Checksum [2023-02-27T16:38:00.519Z] 988bab9f4d93: Download complete [2023-02-27T16:38:00.519Z] 1469e6f7b9e6: Verifying Checksum [2023-02-27T16:38:00.519Z] 1469e6f7b9e6: Download complete [2023-02-27T16:38:00.779Z] 339a4e72a1f5: Download complete [2023-02-27T16:38:00.779Z] eaf3925da568: Verifying Checksum [2023-02-27T16:38:00.779Z] eaf3925da568: Download complete [2023-02-27T16:38:00.779Z] bde34c3a00c8: Verifying Checksum [2023-02-27T16:38:00.779Z] bde34c3a00c8: Download complete [2023-02-27T16:38:00.779Z] b352a97aabf1: Download complete [2023-02-27T16:38:00.779Z] 4872d77fe225: Download complete [2023-02-27T16:38:00.779Z] 5851b861e8e6: Download complete [2023-02-27T16:38:00.779Z] b85a868b505f: Verifying Checksum [2023-02-27T16:38:00.779Z] b85a868b505f: Download complete [2023-02-27T16:38:01.038Z] bab4dde63d76: Verifying Checksum [2023-02-27T16:38:01.038Z] bab4dde63d76: Download complete [2023-02-27T16:38:01.977Z] b85a868b505f: Pull complete [2023-02-27T16:38:02.238Z] e2be974225ed: Pull complete [2023-02-27T16:38:02.806Z] 339a4e72a1f5: Pull complete [2023-02-27T16:38:02.806Z] 988bab9f4d93: Pull complete [2023-02-27T16:38:03.065Z] 1469e6f7b9e6: Pull complete [2023-02-27T16:38:03.324Z] eaf3925da568: Pull complete [2023-02-27T16:38:05.231Z] bab4dde63d76: Pull complete [2023-02-27T16:38:05.231Z] bde34c3a00c8: Pull complete [2023-02-27T16:38:05.231Z] b352a97aabf1: Pull complete [2023-02-27T16:38:05.231Z] 4872d77fe225: Pull complete [2023-02-27T16:38:05.491Z] 5851b861e8e6: Pull complete [2023-02-27T16:38:05.491Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-27T16:38:05.491Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:38:05.491Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:38:05.579Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:38:05.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T16:38:06.988Z] $ docker top 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 -eo pid,comm [2023-02-27T16:38:07.050Z] 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-27T16:38:07.050Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T16:38:07.087Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T16:38:07.087Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T16:38:07.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T16:38:07.214Z] $ docker exec 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 ssh-agent [2023-02-27T16:38:07.320Z] SSH_AUTH_SOCK=/tmp/ssh-n9fstlvkdCi5/agent.31 [2023-02-27T16:38:07.320Z] SSH_AGENT_PID=37 [2023-02-27T16:38:07.327Z] Running ssh-add (command line suppressed) [2023-02-27T16:38:07.437Z] Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_12120822970278052705.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_12120822970278052705.key) [2023-02-27T16:38:07.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T16:38:07.747Z] + git tag --points-at HEAD [Pipeline] } [2023-02-27T16:38:07.771Z] $ docker exec --env ******** --env ******** 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 ssh-agent -k [2023-02-27T16:38:07.872Z] unset SSH_AUTH_SOCK; [2023-02-27T16:38:07.872Z] unset SSH_AGENT_PID; [2023-02-27T16:38:07.872Z] echo Agent pid 37 killed; [2023-02-27T16:38:07.880Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-27T16:38:07.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T16:38:07.904Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T16:38:08.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T16:38:08.027Z] $ docker exec 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 ssh-agent [2023-02-27T16:38:08.131Z] SSH_AUTH_SOCK=/tmp/ssh-aAMUR8C3Hq71/agent.69 [2023-02-27T16:38:08.131Z] SSH_AGENT_PID=75 [2023-02-27T16:38:08.138Z] Running ssh-add (command line suppressed) [2023-02-27T16:38:08.254Z] Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_2568942312710376468.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_2568942312710376468.key) [2023-02-27T16:38:08.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T16:38:08.564Z] + git semver init [2023-02-27T16:38:08.824Z] 2023-02-27 16:38:08,769 [run_init] DEBUG init version:0.0.0 force:False [2023-02-27T16:38:08.824Z] 2023-02-27 16:38:08,770 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dgexfoundry_go-mod-registry_main/.semver [2023-02-27T16:38:08.824Z] 2023-02-27 16:38:08,770 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-registry.git /w/workspace/dgexfoundry_go-mod-registry_main/.semver [2023-02-27T16:38:08.824Z] 2023-02-27 16:38:08,770 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-registry.git', '/w/workspace/dgexfoundry_go-mod-registry_main/.semver'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T16:38:09.765Z] 2023-02-27 16:38:09,617 [append_file] DEBUG append to file:/w/workspace/dgexfoundry_go-mod-registry_main/.git/info/exclude [2023-02-27T16:38:09.765Z] 2023-02-27 16:38:09,617 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main with force:False [2023-02-27T16:38:09.765Z] 2023-02-27 16:38:09,618 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:38:09.765Z] 2023-02-27 16:38:09,618 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:38:09.765Z] 3.0.0-dev.4 [Pipeline] } [2023-02-27T16:38:09.779Z] $ docker exec --env ******** --env ******** 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 ssh-agent -k [2023-02-27T16:38:09.886Z] unset SSH_AUTH_SOCK; [2023-02-27T16:38:09.886Z] unset SSH_AGENT_PID; [2023-02-27T16:38:09.887Z] echo Agent pid 75 killed; [2023-02-27T16:38:09.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T16:38:10.203Z] + git semver [Pipeline] } [2023-02-27T16:38:10.480Z] $ docker stop --time=1 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 [2023-02-27T16:38:11.844Z] $ docker rm -f --volumes 12631e4d389d1a0be1e97966ceadd2727d363a5d3ccd7499e3064a13cd28bb51 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T16:38:12.188Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-27T16:38:12.416Z] Stashed 1 file(s) [Pipeline] echo [2023-02-27T16:38:12.420Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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-27T16:38:12.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T16:38:12.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T16:38:12.630Z] ========================================================= [2023-02-27T16:38:12.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-27T16:38:12.630Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-27T16:38:12.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-27T16:38:13.883Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-27T16:38:13.883Z] 213ec9aee27d: Pulling fs layer [2023-02-27T16:38:13.883Z] 4583459ba037: Pulling fs layer [2023-02-27T16:38:13.883Z] 93c1e223e6f2: Pulling fs layer [2023-02-27T16:38:13.883Z] 53926ce57604: Pulling fs layer [2023-02-27T16:38:13.883Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-27T16:38:13.883Z] 22ff95d597cd: Pulling fs layer [2023-02-27T16:38:13.883Z] 12d6caf4c0d1: Pulling fs layer [2023-02-27T16:38:13.883Z] 96b7cbca73a9: Pulling fs layer [2023-02-27T16:38:13.883Z] a7acece74701: Pulling fs layer [2023-02-27T16:38:13.883Z] 22ff95d597cd: Waiting [2023-02-27T16:38:13.883Z] 12d6caf4c0d1: Waiting [2023-02-27T16:38:13.883Z] 96b7cbca73a9: Waiting [2023-02-27T16:38:13.883Z] a7acece74701: Waiting [2023-02-27T16:38:13.883Z] 53926ce57604: Waiting [2023-02-27T16:38:13.883Z] 21b2b0c7a3f4: Waiting [2023-02-27T16:38:13.883Z] 93c1e223e6f2: Verifying Checksum [2023-02-27T16:38:13.883Z] 93c1e223e6f2: Download complete [2023-02-27T16:38:13.883Z] 4583459ba037: Verifying Checksum [2023-02-27T16:38:13.883Z] 4583459ba037: Download complete [2023-02-27T16:38:13.883Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-27T16:38:13.883Z] 21b2b0c7a3f4: Download complete [2023-02-27T16:38:13.883Z] 22ff95d597cd: Verifying Checksum [2023-02-27T16:38:13.883Z] 22ff95d597cd: Download complete [2023-02-27T16:38:13.883Z] 213ec9aee27d: Verifying Checksum [2023-02-27T16:38:13.883Z] 213ec9aee27d: Download complete [2023-02-27T16:38:14.152Z] 12d6caf4c0d1: Verifying Checksum [2023-02-27T16:38:14.152Z] 12d6caf4c0d1: Download complete [2023-02-27T16:38:14.152Z] 213ec9aee27d: Pull complete [2023-02-27T16:38:14.418Z] 4583459ba037: Pull complete [2023-02-27T16:38:14.418Z] 93c1e223e6f2: Pull complete [2023-02-27T16:38:15.007Z] 96b7cbca73a9: Verifying Checksum [2023-02-27T16:38:15.007Z] 96b7cbca73a9: Download complete [2023-02-27T16:38:15.007Z] 53926ce57604: Download complete [2023-02-27T16:38:15.007Z] a7acece74701: Verifying Checksum [2023-02-27T16:38:15.007Z] a7acece74701: Download complete [2023-02-27T16:38:19.205Z] 53926ce57604: Pull complete [2023-02-27T16:38:19.205Z] 21b2b0c7a3f4: Pull complete [2023-02-27T16:38:19.464Z] 22ff95d597cd: Pull complete [2023-02-27T16:38:19.464Z] 12d6caf4c0d1: Pull complete [2023-02-27T16:38:22.000Z] 96b7cbca73a9: Pull complete [2023-02-27T16:38:22.567Z] a7acece74701: Pull complete [2023-02-27T16:38:22.567Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-27T16:38:22.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-27T16:38:22.567Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2023-02-27T16:38:22.858Z] + 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-27T16:38:23.157Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T16:38:23.157Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:38:23.233Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:38:23.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T16:38:25.378Z] $ docker top 29f760a8443c85e2f9980dfcdade916a5907215f9aaeb92611030353ffb29acc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T16:38:25.727Z] + go version [2023-02-27T16:38:25.727Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-27T16:38:25.740Z] $ docker stop --time=1 29f760a8443c85e2f9980dfcdade916a5907215f9aaeb92611030353ffb29acc [2023-02-27T16:38:27.117Z] $ docker rm -f --volumes 29f760a8443c85e2f9980dfcdade916a5907215f9aaeb92611030353ffb29acc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:38:27.533Z] Still waiting to schedule task [2023-02-27T16:38:27.533Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-27T16:38:27.542Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-27T16:38:27.542Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:38:27.614Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:38:27.645Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-27T16:38:28.067Z] $ docker top 583a01d117f6dd339cf325e54b9b7ce34c622afb03e2af00d5230df903312267 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T16:38:28.412Z] + git config --global --add safe.directory /w/workspace/dgexfoundry_go-mod-registry_main [Pipeline] fileExists [Pipeline] sh [2023-02-27T16:38:28.713Z] + make test [2023-02-27T16:38:28.713Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-27T16:38:28.713Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-02-27T16:38:28.713Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-27T16:38:28.713Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-27T16:38:28.713Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-27T16:38:28.713Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-27T16:38:28.713Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-27T16:38:28.972Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-02-27T16:38:28.972Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-27T16:38:28.972Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-27T16:38:28.972Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-27T16:38:28.972Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-27T16:38:29.230Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-02-27T16:38:29.230Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-27T16:38:29.230Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-02-27T16:38:29.230Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-02-27T16:38:29.230Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-27T16:38:29.230Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-27T16:38:29.490Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-27T16:38:39.484Z] ok github.com/edgexfoundry/go-mod-registry/v3/internal/pkg/consul 2.043s coverage: 89.4% of statements [2023-02-27T16:38:39.484Z] ? github.com/edgexfoundry/go-mod-registry/v3/pkg/types [no test files] [2023-02-27T16:38:39.484Z] ok github.com/edgexfoundry/go-mod-registry/v3/registry 0.006s coverage: 85.7% of statements [2023-02-27T16:38:39.484Z] ? github.com/edgexfoundry/go-mod-registry/v3/registry/mocks [no test files] [2023-02-27T16:38:46.050Z] 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-27T16:38:46.051Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-27T16:38:47.431Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T16:38:47.431Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-27T16:38:47.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T16:38:47.457Z] $ docker stop --time=1 583a01d117f6dd339cf325e54b9b7ce34c622afb03e2af00d5230df903312267 [2023-02-27T16:38:49.052Z] $ docker rm -f --volumes 583a01d117f6dd339cf325e54b9b7ce34c622afb03e2af00d5230df903312267 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T16:38:49.457Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T16:38:49.501Z] 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-27T16:38:49.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T16:38:49.972Z] [2023-02-27T16:38:49.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:38:50.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T16:38:50.275Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-27T16:38:50.275Z] 5eb5b503b376: Pulling fs layer [2023-02-27T16:38:50.275Z] 5c69ac0246d0: Pulling fs layer [2023-02-27T16:38:50.275Z] ec43610c2a17: Pulling fs layer [2023-02-27T16:38:50.275Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-27T16:38:50.275Z] 33b1e0a273af: Pulling fs layer [2023-02-27T16:38:50.275Z] 5d3b04190fa2: Pulling fs layer [2023-02-27T16:38:50.275Z] 2f39f015ded8: Pulling fs layer [2023-02-27T16:38:50.275Z] 2f39f015ded8: Waiting [2023-02-27T16:38:50.275Z] 5d3b04190fa2: Waiting [2023-02-27T16:38:50.275Z] 3a2ae6a8a46f: Waiting [2023-02-27T16:38:50.275Z] 33b1e0a273af: Waiting [2023-02-27T16:38:50.275Z] 5c69ac0246d0: Download complete [2023-02-27T16:38:50.275Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-27T16:38:50.275Z] 3a2ae6a8a46f: Download complete [2023-02-27T16:38:50.535Z] 33b1e0a273af: Verifying Checksum [2023-02-27T16:38:50.535Z] 33b1e0a273af: Download complete [2023-02-27T16:38:50.535Z] 5d3b04190fa2: Verifying Checksum [2023-02-27T16:38:50.535Z] 5d3b04190fa2: Download complete [2023-02-27T16:38:50.535Z] ec43610c2a17: Verifying Checksum [2023-02-27T16:38:50.535Z] ec43610c2a17: Download complete [2023-02-27T16:38:50.535Z] 5eb5b503b376: Verifying Checksum [2023-02-27T16:38:50.535Z] 5eb5b503b376: Download complete [2023-02-27T16:38:51.102Z] 2f39f015ded8: Download complete [2023-02-27T16:38:51.671Z] 5eb5b503b376: Pull complete [2023-02-27T16:38:51.931Z] 5c69ac0246d0: Pull complete [2023-02-27T16:38:52.499Z] ec43610c2a17: Pull complete [2023-02-27T16:38:52.499Z] 3a2ae6a8a46f: Pull complete [2023-02-27T16:38:52.757Z] 33b1e0a273af: Pull complete [2023-02-27T16:38:52.757Z] 5d3b04190fa2: Pull complete [2023-02-27T16:38:56.945Z] 2f39f015ded8: Pull complete [2023-02-27T16:38:56.945Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-27T16:38:56.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T16:38:56.945Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:38:57.025Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:38:57.059Z] $ 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/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-27T16:38:58.836Z] $ docker top 49c1578b11ea0be2cb6fbe0e2d78439214152cdb1aed8da6477d2e0585bb8fb2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:38:59.225Z] ---> job-cost.sh [2023-02-27T16:38:59.225Z] lf-activate-venv: SKIPPING [2023-02-27T16:38:59.225Z] INFO: No Stack... [2023-02-27T16:38:59.794Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T16:39:00.054Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T16:39:00.354Z] + cat /w/workspace/dgexfoundry_go-mod-registry_main/archives/cost.csv [2023-02-27T16:39:00.354Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T16:39:00.370Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [2023-02-27T16:39:00.375Z] Resource [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] did not exist. Created. [2023-02-27T16:39:00.375Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T16:39:00.677Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-27T16:39:00.709Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T16:39:00.715Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T16:39:00.733Z] $ docker stop --time=1 49c1578b11ea0be2cb6fbe0e2d78439214152cdb1aed8da6477d2e0585bb8fb2 [2023-02-27T16:39:01.923Z] $ docker rm -f --volumes 49c1578b11ea0be2cb6fbe0e2d78439214152cdb1aed8da6477d2e0585bb8fb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-27T16:40:16.884Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7607 in /w/workspace/dgexfoundry_go-mod-registry_main [Pipeline] { [Pipeline] ws [2023-02-27T16:40:16.899Z] Running in /w/workspace/go-mod-registry/34 [Pipeline] { [Pipeline] checkout [2023-02-27T16:40:16.941Z] Selected Git installation does not exist. Using Default [2023-02-27T16:40:16.941Z] The recommended git tool is: NONE [2023-02-27T16:40:24.232Z] using credential edgex-jenkins-ssh [2023-02-27T16:40:24.248Z] Cloning the remote Git repository [2023-02-27T16:40:24.293Z] Cloning repository git@github.com:edgexfoundry/go-mod-registry.git [2023-02-27T16:40:24.365Z] > git init /w/workspace/go-mod-registry/34 # timeout=10 [2023-02-27T16:40:24.525Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git [2023-02-27T16:40:24.535Z] > git --version # timeout=10 [2023-02-27T16:40:24.555Z] > git --version # 'git version 2.25.1' [2023-02-27T16:40:24.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-27T16:40:24.637Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T16:40:25.662Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 [2023-02-27T16:40:25.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-27T16:40:26.934Z] Avoid second fetch [2023-02-27T16:40:26.935Z] Checking out Revision 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 (main) [2023-02-27T16:40:26.965Z] > git config core.sparsecheckout # timeout=10 [2023-02-27T16:40:27.008Z] > git checkout -f 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 # timeout=10 [2023-02-27T16:40:27.626Z] Commit message: "Merge pull request #118 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-27T16:40:28.448Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-27T16:40:28.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T16:40:28.448Z] Dload Upload Total Spent Left Speed [2023-02-27T16:40:28.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91078 0 --:--:-- --:--:-- --:--:-- 91733 [Pipeline] sh [2023-02-27T16:40:29.186Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-27T16:40:29.565Z] + sudo tee /etc/docker/daemon.new [2023-02-27T16:40:29.565Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-27T16:40:29.565Z] { [2023-02-27T16:40:29.565Z] "registry-mirrors": [ [2023-02-27T16:40:29.565Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-27T16:40:29.565Z] ], [2023-02-27T16:40:29.565Z] "bip": "10.250.0.254/24", [2023-02-27T16:40:29.565Z] "hosts": [ [2023-02-27T16:40:29.565Z] "tcp://0.0.0.0:5555", [2023-02-27T16:40:29.565Z] "unix:///var/run/docker.sock" [2023-02-27T16:40:29.565Z] ], [2023-02-27T16:40:29.565Z] "mtu": 1458, [2023-02-27T16:40:29.565Z] "selinux-enabled": true, [2023-02-27T16:40:29.565Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-27T16:40:29.565Z] } [Pipeline] sh [2023-02-27T16:40:29.927Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-27T16:40:30.319Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-02-27T16:40:48.854Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T16:40:48.864Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-27T16:40:48.871Z] ========================================================= [2023-02-27T16:40:48.871Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-27T16:40:48.871Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-02-27T16:40:49.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-27T16:40:49.807Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-27T16:40:49.807Z] 9b18e9b68314: Pulling fs layer [2023-02-27T16:40:49.807Z] 35d82f9e3411: Pulling fs layer [2023-02-27T16:40:49.807Z] e16973657156: Pulling fs layer [2023-02-27T16:40:49.807Z] fc693d55d65f: Pulling fs layer [2023-02-27T16:40:49.807Z] 7e9fc2657dce: Pulling fs layer [2023-02-27T16:40:49.807Z] dda99020689f: Pulling fs layer [2023-02-27T16:40:49.807Z] db1c61fa0a46: Pulling fs layer [2023-02-27T16:40:49.807Z] 891c053d2c06: Pulling fs layer [2023-02-27T16:40:49.807Z] dda99020689f: Waiting [2023-02-27T16:40:49.807Z] fc693d55d65f: Waiting [2023-02-27T16:40:49.807Z] db1c61fa0a46: Waiting [2023-02-27T16:40:49.807Z] 7e9fc2657dce: Waiting [2023-02-27T16:40:49.807Z] 891c053d2c06: Waiting [2023-02-27T16:40:49.807Z] e16973657156: Verifying Checksum [2023-02-27T16:40:49.807Z] e16973657156: Download complete [2023-02-27T16:40:49.807Z] 35d82f9e3411: Verifying Checksum [2023-02-27T16:40:49.807Z] 35d82f9e3411: Download complete [2023-02-27T16:40:49.807Z] 7e9fc2657dce: Verifying Checksum [2023-02-27T16:40:49.807Z] 7e9fc2657dce: Download complete [2023-02-27T16:40:49.807Z] dda99020689f: Verifying Checksum [2023-02-27T16:40:49.807Z] dda99020689f: Download complete [2023-02-27T16:40:49.807Z] 9b18e9b68314: Download complete [2023-02-27T16:40:50.785Z] 9b18e9b68314: Pull complete [2023-02-27T16:40:51.396Z] 35d82f9e3411: Pull complete [2023-02-27T16:40:51.668Z] 891c053d2c06: Verifying Checksum [2023-02-27T16:40:51.668Z] 891c053d2c06: Download complete [2023-02-27T16:40:51.668Z] e16973657156: Pull complete [2023-02-27T16:40:52.261Z] db1c61fa0a46: Verifying Checksum [2023-02-27T16:40:52.261Z] db1c61fa0a46: Download complete [2023-02-27T16:40:52.851Z] fc693d55d65f: Download complete [2023-02-27T16:41:05.189Z] fc693d55d65f: Pull complete [2023-02-27T16:41:05.189Z] 7e9fc2657dce: Pull complete [2023-02-27T16:41:05.189Z] dda99020689f: Pull complete [2023-02-27T16:41:11.878Z] db1c61fa0a46: Pull complete [2023-02-27T16:41:13.833Z] 891c053d2c06: Pull complete [2023-02-27T16:41:13.833Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-27T16:41:13.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-27T16:41:13.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2023-02-27T16:41:14.152Z] + 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-27T16:41:14.484Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T16:41:14.484Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:41:14.670Z] prd-ubuntu20.04-docker-arm64-4c-16g-7607 does not seem to be running inside a container [2023-02-27T16:41:14.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-registry/34 -v /w/workspace/go-mod-registry/34:/w/workspace/go-mod-registry/34:rw,z -v /w/workspace/go-mod-registry/34@tmp:/w/workspace/go-mod-registry/34@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-27T16:41:18.164Z] $ docker top e0e75e1f75035fff61fbff337d2eb8d16da1e5caa08eb17e0d3e3d78b204d381 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T16:41:19.002Z] + go version [2023-02-27T16:41:19.002Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-27T16:41:19.026Z] $ docker stop --time=1 e0e75e1f75035fff61fbff337d2eb8d16da1e5caa08eb17e0d3e3d78b204d381 [2023-02-27T16:41:20.631Z] $ docker rm -f --volumes e0e75e1f75035fff61fbff337d2eb8d16da1e5caa08eb17e0d3e3d78b204d381 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:41:21.158Z] + docker inspect -f . ci-base-image-arm64 [2023-02-27T16:41:21.158Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:41:21.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-7607 does not seem to be running inside a container [2023-02-27T16:41:21.392Z] $ 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-registry/34 -v /w/workspace/go-mod-registry/34:/w/workspace/go-mod-registry/34:rw,z -v /w/workspace/go-mod-registry/34@tmp:/w/workspace/go-mod-registry/34@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-27T16:41:24.205Z] $ docker top b33eddfd8f039d6320a03dc3bb9fd0a8a35f7bc16f338f1381ace8a28f58b587 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T16:41:24.685Z] + git config --global --add safe.directory /w/workspace/go-mod-registry/34 [Pipeline] fileExists [Pipeline] sh [2023-02-27T16:41:25.020Z] + make test [2023-02-27T16:41:25.020Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-02-27T16:41:25.285Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-02-27T16:41:25.285Z] go: downloading github.com/hashicorp/consul/api v1.18.0 [2023-02-27T16:41:25.550Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-02-27T16:41:25.550Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-02-27T16:41:25.550Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-02-27T16:41:25.550Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-02-27T16:41:25.550Z] go: downloading github.com/fatih/color v1.9.0 [2023-02-27T16:41:25.550Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-02-27T16:41:25.550Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-02-27T16:41:25.550Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-02-27T16:41:25.816Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-02-27T16:41:25.816Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-02-27T16:41:25.816Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-02-27T16:42:04.681Z] ok github.com/edgexfoundry/go-mod-registry/v3/internal/pkg/consul 2.095s coverage: 89.4% of statements [2023-02-27T16:42:04.681Z] ? github.com/edgexfoundry/go-mod-registry/v3/pkg/types [no test files] [2023-02-27T16:42:04.681Z] ok github.com/edgexfoundry/go-mod-registry/v3/registry 0.018s coverage: 85.7% of statements [2023-02-27T16:42:04.681Z] ? github.com/edgexfoundry/go-mod-registry/v3/registry/mocks [no test files] [2023-02-27T16:42:04.681Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-27T16:42:04.681Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-02-27T16:42:10.023Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-27T16:42:10.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-02-27T16:42:10.306Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-27T16:42:10.319Z] $ docker stop --time=1 b33eddfd8f039d6320a03dc3bb9fd0a8a35f7bc16f338f1381ace8a28f58b587 [2023-02-27T16:42:12.046Z] $ docker rm -f --volumes b33eddfd8f039d6320a03dc3bb9fd0a8a35f7bc16f338f1381ace8a28f58b587 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T16:42:12.853Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-27T16:42:12.877Z] Warning: overwriting stash ‘coverage-report’ [2023-02-27T16:42:13.301Z] 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-27T16:42:13.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T16:42:13.752Z] [2023-02-27T16:42:13.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:42:14.082Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T16:42:14.083Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-27T16:42:14.083Z] 8998bd30e6a1: Pulling fs layer [2023-02-27T16:42:14.083Z] 04944245beec: Pulling fs layer [2023-02-27T16:42:14.083Z] 699f458cf7ca: Pulling fs layer [2023-02-27T16:42:14.083Z] 765212b225bb: Pulling fs layer [2023-02-27T16:42:14.083Z] f23df028b6ca: Pulling fs layer [2023-02-27T16:42:14.083Z] d65c8cfc05b1: Pulling fs layer [2023-02-27T16:42:14.083Z] 2437ff75d9bd: Pulling fs layer [2023-02-27T16:42:14.083Z] f23df028b6ca: Waiting [2023-02-27T16:42:14.083Z] 765212b225bb: Waiting [2023-02-27T16:42:14.083Z] d65c8cfc05b1: Waiting [2023-02-27T16:42:14.353Z] 04944245beec: Verifying Checksum [2023-02-27T16:42:14.353Z] 04944245beec: Download complete [2023-02-27T16:42:14.353Z] 765212b225bb: Verifying Checksum [2023-02-27T16:42:14.353Z] 765212b225bb: Download complete [2023-02-27T16:42:14.353Z] f23df028b6ca: Verifying Checksum [2023-02-27T16:42:14.353Z] f23df028b6ca: Download complete [2023-02-27T16:42:14.353Z] d65c8cfc05b1: Verifying Checksum [2023-02-27T16:42:14.353Z] d65c8cfc05b1: Download complete [2023-02-27T16:42:14.353Z] 699f458cf7ca: Verifying Checksum [2023-02-27T16:42:14.353Z] 699f458cf7ca: Download complete [2023-02-27T16:42:14.937Z] 8998bd30e6a1: Verifying Checksum [2023-02-27T16:42:14.937Z] 8998bd30e6a1: Download complete [2023-02-27T16:42:16.885Z] 2437ff75d9bd: Verifying Checksum [2023-02-27T16:42:16.885Z] 2437ff75d9bd: Download complete [2023-02-27T16:42:18.824Z] 8998bd30e6a1: Pull complete [2023-02-27T16:42:19.095Z] 04944245beec: Pull complete [2023-02-27T16:42:20.504Z] 699f458cf7ca: Pull complete [2023-02-27T16:42:20.504Z] 765212b225bb: Pull complete [2023-02-27T16:42:21.472Z] f23df028b6ca: Pull complete [2023-02-27T16:42:21.472Z] d65c8cfc05b1: Pull complete [2023-02-27T16:42:36.470Z] 2437ff75d9bd: Pull complete [2023-02-27T16:42:36.470Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-27T16:42:36.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-27T16:42:36.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:42:36.659Z] prd-ubuntu20.04-docker-arm64-4c-16g-7607 does not seem to be running inside a container [2023-02-27T16:42:36.725Z] $ 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-registry/34 -v /w/workspace/go-mod-registry/34:/w/workspace/go-mod-registry/34:rw,z -v /w/workspace/go-mod-registry/34@tmp:/w/workspace/go-mod-registry/34@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-27T16:42:39.122Z] $ docker top 56bd8ff3c563f57545e041b0258815f6acb5221f791b499d2362aa5577eda6c7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:42:39.622Z] ---> job-cost.sh [2023-02-27T16:42:39.887Z] lf-activate-venv: SKIPPING [2023-02-27T16:42:39.887Z] INFO: No Stack... [2023-02-27T16:42:40.153Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-27T16:42:41.118Z] INFO: Archiving Costs [Pipeline] sh [2023-02-27T16:42:41.767Z] + cat /w/workspace/go-mod-registry/34/archives/cost.csv [2023-02-27T16:42:41.767Z] + cut -d, -f6 [Pipeline] lock [2023-02-27T16:42:41.851Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [2023-02-27T16:42:41.860Z] Resource [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] did not exist. Created. [2023-02-27T16:42:41.860Z] Lock acquired on [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-27T16:42:42.212Z] /w/workspace/go-mod-registry/34@tmp/durable-9bf734ac/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-27T16:42:42.548Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-27T16:42:42.565Z] Warning: overwriting stash ‘stack-cost’ [2023-02-27T16:42:42.598Z] Stashed 1 file(s) [Pipeline] } [2023-02-27T16:42:42.604Z] Lock released on resource [jenkins-edgexfoundry-go-mod-registry-main-34-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-27T16:42:42.626Z] $ docker stop --time=1 56bd8ff3c563f57545e041b0258815f6acb5221f791b499d2362aa5577eda6c7 [2023-02-27T16:42:44.112Z] $ docker rm -f --volumes 56bd8ff3c563f57545e041b0258815f6acb5221f791b499d2362aa5577eda6c7 [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-27T16:42:44.547Z] provisioning config files... [2023-02-27T16:42:44.586Z] copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config15381379220364922381tmp [Pipeline] { [Pipeline] sh [2023-02-27T16:42:44.893Z] + set +x [2023-02-27T16:42:44.893Z] + curl -s https://codecov.io/bash [2023-02-27T16:42:44.893Z] + bash -s -- [2023-02-27T16:42:44.893Z] [2023-02-27T16:42:44.893Z] _____ _ [2023-02-27T16:42:44.893Z] / ____| | | [2023-02-27T16:42:44.893Z] | | ___ __| | ___ ___ _____ __ [2023-02-27T16:42:44.893Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-27T16:42:44.893Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-27T16:42:44.893Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-27T16:42:44.893Z] Bash-1.0.6 [2023-02-27T16:42:44.893Z] [2023-02-27T16:42:44.893Z] [2023-02-27T16:42:44.893Z] ==> git version 2.25.1 found [2023-02-27T16:42:44.893Z] ==> 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-27T16:42:44.893Z] Release-Date: 2020-01-08 [2023-02-27T16:42:44.893Z] 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-27T16:42:44.893Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-27T16:42:44.893Z] ==> Jenkins CI detected. [2023-02-27T16:42:44.893Z] current dir:  /w/workspace/dgexfoundry_go-mod-registry_main [2023-02-27T16:42:44.893Z] project root: . [2023-02-27T16:42:44.893Z] --> token set from env [2023-02-27T16:42:44.893Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-27T16:42:44.893Z] ==> Running gcov in . (disable via -X gcov) [2023-02-27T16:42:44.893Z] ==> Python coveragepy not found [2023-02-27T16:42:44.893Z] ==> Searching for coverage reports in: [2023-02-27T16:42:44.893Z] + . [2023-02-27T16:42:44.893Z] -> Found 1 reports [2023-02-27T16:42:44.893Z] ==> Detecting git/mercurial file structure [2023-02-27T16:42:45.152Z] ==> Reading reports [2023-02-27T16:42:45.152Z] + ./coverage.out bytes=12273 [2023-02-27T16:42:45.152Z] ==> Appending adjustments [2023-02-27T16:42:45.152Z] https://docs.codecov.io/docs/fixing-reports [2023-02-27T16:42:45.152Z] + Found adjustments [2023-02-27T16:42:45.152Z] ==> Gzipping contents [2023-02-27T16:42:45.152Z] 4.0K /tmp/codecov.qzPfWf.gz [2023-02-27T16:42:45.152Z] ==> Uploading reports [2023-02-27T16:42:45.152Z] url: https://codecov.io [2023-02-27T16:42:45.152Z] query: branch=main&commit=090b6c4722ba95ce5c12893e0405d82e2f8d7f98&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmain%2F34%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-27T16:42:45.152Z] -> Pinging Codecov [2023-02-27T16:42:45.152Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=9ee36580-b4eb-4db0-b4c8-29f84f7b3278&branch=main&commit=090b6c4722ba95ce5c12893e0405d82e2f8d7f98&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmain%2F34%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-27T16:42:45.152Z] -> Uploading to [2023-02-27T16:42:45.152Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-27/05B643FFA8DEACB6C25F95B2D4D12284/090b6c4722ba95ce5c12893e0405d82e2f8d7f98/91f41fd7-dec6-482e-8c7d-d6065c3f4e3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230227%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230227T164245Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c9f1594a4b9bbcf826a27c8ae905f1d4fb4da484c8f5f172464ef16a2c4fc7e1 [2023-02-27T16:42:45.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-27T16:42:45.413Z] Dload Upload Total Spent Left Speed [2023-02-27T16:42:45.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2282 0 0 100 2282 0 9352 --:--:-- --:--:-- --:--:-- 9352 [2023-02-27T16:42:45.413Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-registry/commit/090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] } [2023-02-27T16:42:45.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-27T16:42:45.631Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-27T16:42:45.641Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:42:45.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T16:42:45.944Z] [2023-02-27T16:42:45.944Z] 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-27T16:42:46.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T16:42:46.247Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-27T16:42:46.247Z] df9b9388f04a: Pulling fs layer [2023-02-27T16:42:46.247Z] 52dc419b0ee2: Pulling fs layer [2023-02-27T16:42:46.247Z] 25bc292e5bac: Pulling fs layer [2023-02-27T16:42:46.247Z] 114826534d7a: Pulling fs layer [2023-02-27T16:42:46.247Z] 4657fd5d0bcf: Pulling fs layer [2023-02-27T16:42:46.247Z] 6ad1cebc031e: Pulling fs layer [2023-02-27T16:42:46.247Z] 8a3aa393b2d8: Pulling fs layer [2023-02-27T16:42:46.247Z] 4657fd5d0bcf: Waiting [2023-02-27T16:42:46.247Z] 6ad1cebc031e: Waiting [2023-02-27T16:42:46.247Z] 8a3aa393b2d8: Waiting [2023-02-27T16:42:46.247Z] 114826534d7a: Waiting [2023-02-27T16:42:46.247Z] 25bc292e5bac: Verifying Checksum [2023-02-27T16:42:46.247Z] 25bc292e5bac: Download complete [2023-02-27T16:42:46.247Z] 52dc419b0ee2: Verifying Checksum [2023-02-27T16:42:46.247Z] 52dc419b0ee2: Download complete [2023-02-27T16:42:46.247Z] 4657fd5d0bcf: Verifying Checksum [2023-02-27T16:42:46.247Z] 4657fd5d0bcf: Download complete [2023-02-27T16:42:46.247Z] df9b9388f04a: Verifying Checksum [2023-02-27T16:42:46.247Z] df9b9388f04a: Download complete [2023-02-27T16:42:46.510Z] df9b9388f04a: Pull complete [2023-02-27T16:42:46.510Z] 6ad1cebc031e: Verifying Checksum [2023-02-27T16:42:46.510Z] 6ad1cebc031e: Download complete [2023-02-27T16:42:47.090Z] 52dc419b0ee2: Pull complete [2023-02-27T16:42:47.090Z] 25bc292e5bac: Pull complete [2023-02-27T16:42:47.351Z] 114826534d7a: Verifying Checksum [2023-02-27T16:42:47.351Z] 114826534d7a: Download complete [2023-02-27T16:42:47.351Z] 8a3aa393b2d8: Verifying Checksum [2023-02-27T16:42:47.351Z] 8a3aa393b2d8: Download complete [2023-02-27T16:42:51.546Z] 114826534d7a: Pull complete [2023-02-27T16:42:51.546Z] 4657fd5d0bcf: Pull complete [2023-02-27T16:42:51.805Z] 6ad1cebc031e: Pull complete [2023-02-27T16:42:55.099Z] 8a3aa393b2d8: Pull complete [2023-02-27T16:42:55.099Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-27T16:42:55.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-27T16:42:55.099Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:42:55.190Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:42:55.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-27T16:42:57.297Z] $ docker top 3ec83c7d42c912401741edc5ccf61b1c2831134bfbb9315d7575c83d7a5e0081 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-27T16:42:57.366Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-registry:main' [Pipeline] sh [2023-02-27T16:42:57.649Z] + set -o pipefail [2023-02-27T16:42:57.649Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-registry:main' [2023-02-27T16:43:00.194Z] [2023-02-27T16:43:00.194Z] Monitoring /w/workspace/dgexfoundry_go-mod-registry_main (github.com/edgexfoundry/go-mod-registry/v3)... [2023-02-27T16:43:00.194Z] [2023-02-27T16:43:00.194Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/248b3a82-0f57-4d08-abdb-bcc7056f415b/history/bab6baae-c437-40b5-8045-762a30e0a78e [2023-02-27T16:43:00.194Z] [2023-02-27T16:43:00.194Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-27T16:43:00.194Z] [2023-02-27T16:43:00.194Z] [2023-02-27T16:43:00.194Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-27T16:43:00.194Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-27T16:43:00.194Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-27T16:43:00.208Z] $ docker stop --time=1 3ec83c7d42c912401741edc5ccf61b1c2831134bfbb9315d7575c83d7a5e0081 [2023-02-27T16:43:01.660Z] $ docker rm -f --volumes 3ec83c7d42c912401741edc5ccf61b1c2831134bfbb9315d7575c83d7a5e0081 [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-27T16:43:02.221Z] + git log --format=format:%s -1 090b6c4722ba95ce5c12893e0405d82e2f8d7f98 [Pipeline] sh [2023-02-27T16:43:02.513Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T16:43:02.513Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:02.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:43:02.811Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:43:02.880Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:43:02.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T16:43:03.306Z] $ docker top 089875dce4e1e1ea7b69ad27e9538196fb122c4e9318b3af0d8c77740a4eaf00 -eo pid,comm [2023-02-27T16:43:03.356Z] 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-27T16:43:03.356Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T16:43:03.394Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T16:43:03.394Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T16:43:03.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T16:43:03.509Z] $ docker exec 089875dce4e1e1ea7b69ad27e9538196fb122c4e9318b3af0d8c77740a4eaf00 ssh-agent [2023-02-27T16:43:03.621Z] SSH_AUTH_SOCK=/tmp/ssh-cd3ppIGegMl4/agent.32 [2023-02-27T16:43:03.621Z] SSH_AGENT_PID=38 [2023-02-27T16:43:03.625Z] Running ssh-add (command line suppressed) [2023-02-27T16:43:03.722Z] Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_12347582139082468760.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_12347582139082468760.key) [2023-02-27T16:43:03.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T16:43:04.034Z] + git semver tag [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,211 [run_tag] DEBUG tag force:False [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,211 [check_head_tag] DEBUG check head tag [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,212 [execute] INFO git cat-file --batch-check [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=) [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,216 [execute] INFO git cat-file --batch [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,216 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=) [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,238 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,238 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,238 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T16:43:04.293Z] 2023-02-27 16:43:04,245 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:04.293Z] 3.0.0-dev.4 [Pipeline] } [2023-02-27T16:43:04.303Z] $ docker exec --env ******** --env ******** 089875dce4e1e1ea7b69ad27e9538196fb122c4e9318b3af0d8c77740a4eaf00 ssh-agent -k [2023-02-27T16:43:04.419Z] unset SSH_AUTH_SOCK; [2023-02-27T16:43:04.419Z] unset SSH_AGENT_PID; [2023-02-27T16:43:04.420Z] echo Agent pid 38 killed; [2023-02-27T16:43:04.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T16:43:04.735Z] + git semver [Pipeline] } [2023-02-27T16:43:05.008Z] $ docker stop --time=1 089875dce4e1e1ea7b69ad27e9538196fb122c4e9318b3af0d8c77740a4eaf00 [2023-02-27T16:43:06.347Z] $ docker rm -f --volumes 089875dce4e1e1ea7b69ad27e9538196fb122c4e9318b3af0d8c77740a4eaf00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:06.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T16:43:06.718Z] [2023-02-27T16:43:06.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:07.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T16:43:07.017Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-27T16:43:07.017Z] ab5ef0e58194: Pulling fs layer [2023-02-27T16:43:07.017Z] 9712f1f96733: Pulling fs layer [2023-02-27T16:43:07.017Z] 63f879dbbcfc: Pulling fs layer [2023-02-27T16:43:07.017Z] 0d9ebad4ef96: Pulling fs layer [2023-02-27T16:43:07.017Z] e9a5061849ea: Pulling fs layer [2023-02-27T16:43:07.017Z] d747dcd14b5f: Pulling fs layer [2023-02-27T16:43:07.017Z] 2de7ff778b66: Pulling fs layer [2023-02-27T16:43:07.017Z] e9a5061849ea: Waiting [2023-02-27T16:43:07.017Z] 0d9ebad4ef96: Waiting [2023-02-27T16:43:07.017Z] d747dcd14b5f: Waiting [2023-02-27T16:43:07.017Z] 2de7ff778b66: Waiting [2023-02-27T16:43:07.017Z] 9712f1f96733: Download complete [2023-02-27T16:43:07.599Z] 63f879dbbcfc: Verifying Checksum [2023-02-27T16:43:07.599Z] 63f879dbbcfc: Download complete [2023-02-27T16:43:07.859Z] 0d9ebad4ef96: Verifying Checksum [2023-02-27T16:43:07.859Z] 0d9ebad4ef96: Download complete [2023-02-27T16:43:07.859Z] d747dcd14b5f: Download complete [2023-02-27T16:43:07.859Z] e9a5061849ea: Verifying Checksum [2023-02-27T16:43:07.859Z] e9a5061849ea: Download complete [2023-02-27T16:43:07.859Z] ab5ef0e58194: Verifying Checksum [2023-02-27T16:43:07.859Z] ab5ef0e58194: Download complete [2023-02-27T16:43:07.859Z] 2de7ff778b66: Verifying Checksum [2023-02-27T16:43:07.859Z] 2de7ff778b66: Download complete [2023-02-27T16:43:11.143Z] ab5ef0e58194: Pull complete [2023-02-27T16:43:11.143Z] 9712f1f96733: Pull complete [2023-02-27T16:43:11.404Z] 63f879dbbcfc: Pull complete [2023-02-27T16:43:14.685Z] 0d9ebad4ef96: Pull complete [2023-02-27T16:43:14.944Z] e9a5061849ea: Pull complete [2023-02-27T16:43:15.202Z] d747dcd14b5f: Pull complete [2023-02-27T16:43:16.136Z] 2de7ff778b66: Pull complete [2023-02-27T16:43:16.137Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-27T16:43:16.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-27T16:43:16.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:43:16.217Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:43:16.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-27T16:43:18.391Z] $ docker top f644676a20841f0943c00575a3da578e6bc5e690bf450401c052ffd844841c92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-27T16:43:18.459Z] provisioning config files... [2023-02-27T16:43:18.466Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config10721465284492158253tmp [2023-02-27T16:43:18.475Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config7143604641096392517tmp [2023-02-27T16:43:18.484Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config15263753922063555499tmp [Pipeline] { [Pipeline] echo [2023-02-27T16:43:18.499Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:18.780Z] ---> sigul-configuration.sh [2023-02-27T16:43:18.780Z] gpg: directory `/root/.gnupg' created [2023-02-27T16:43:18.780Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-27T16:43:18.780Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-27T16:43:18.780Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-27T16:43:18.780Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-27T16:43:18.780Z] gpg: CAST5 encrypted data [2023-02-27T16:43:18.780Z] gpg: encrypted with 1 passphrase [2023-02-27T16:43:18.780Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-27T16:43:19.073Z] + mkdir /home/jenkins [2023-02-27T16:43:19.073Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-27T16:43:19.361Z] + 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-27T16:43:19.371Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:19.657Z] ---> sigul-install.sh [2023-02-27T16:43:19.657Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-27T16:43:19.941Z] + git tag --list [2023-02-27T16:43:19.941Z] v0.0.0 [2023-02-27T16:43:19.941Z] v0.1.0 [2023-02-27T16:43:19.941Z] v0.1.1 [2023-02-27T16:43:19.941Z] v0.1.10 [2023-02-27T16:43:19.941Z] v0.1.11 [2023-02-27T16:43:19.941Z] v0.1.12 [2023-02-27T16:43:19.941Z] v0.1.13 [2023-02-27T16:43:19.941Z] v0.1.14 [2023-02-27T16:43:19.941Z] v0.1.15 [2023-02-27T16:43:19.941Z] v0.1.16 [2023-02-27T16:43:19.941Z] v0.1.17 [2023-02-27T16:43:19.941Z] v0.1.18 [2023-02-27T16:43:19.941Z] v0.1.19 [2023-02-27T16:43:19.941Z] v0.1.2 [2023-02-27T16:43:19.941Z] v0.1.20 [2023-02-27T16:43:19.941Z] v0.1.21 [2023-02-27T16:43:19.941Z] v0.1.22 [2023-02-27T16:43:19.941Z] v0.1.23 [2023-02-27T16:43:19.941Z] v0.1.24 [2023-02-27T16:43:19.941Z] v0.1.25 [2023-02-27T16:43:19.941Z] v0.1.26 [2023-02-27T16:43:19.941Z] v0.1.27 [2023-02-27T16:43:19.941Z] v0.1.3 [2023-02-27T16:43:19.941Z] v0.1.4 [2023-02-27T16:43:19.941Z] v0.1.5 [2023-02-27T16:43:19.941Z] v0.1.6 [2023-02-27T16:43:19.941Z] v0.1.7 [2023-02-27T16:43:19.941Z] v0.1.8 [2023-02-27T16:43:19.941Z] v0.1.9 [2023-02-27T16:43:19.941Z] v2.0.0 [2023-02-27T16:43:19.941Z] v2.1.0 [2023-02-27T16:43:19.941Z] v2.2.0 [2023-02-27T16:43:19.941Z] v2.2.1-dev.1 [2023-02-27T16:43:19.941Z] v2.2.1-dev.2 [2023-02-27T16:43:19.941Z] v2.2.1-dev.3 [2023-02-27T16:43:19.941Z] v2.2.1-dev.4 [2023-02-27T16:43:19.941Z] v2.2.1-dev.5 [2023-02-27T16:43:19.941Z] v2.2.1-dev.6 [2023-02-27T16:43:19.941Z] v2.2.1-dev.7 [2023-02-27T16:43:19.941Z] v2.2.1-dev.8 [2023-02-27T16:43:19.941Z] v2.2.1-dev.9 [2023-02-27T16:43:19.941Z] v2.3.0 [2023-02-27T16:43:19.941Z] v2.3.0-dev.10 [2023-02-27T16:43:19.941Z] v2.3.0-dev.11 [2023-02-27T16:43:19.941Z] v2.3.0-dev.12 [2023-02-27T16:43:19.941Z] v2.3.0-dev.9 [2023-02-27T16:43:19.941Z] v2.3.1-dev.1 [2023-02-27T16:43:19.941Z] v3.0.0-dev.1 [2023-02-27T16:43:19.941Z] v3.0.0-dev.2 [2023-02-27T16:43:19.941Z] v3.0.0-dev.3 [2023-02-27T16:43:19.941Z] v3.0.0-dev.4 [Pipeline] sh [2023-02-27T16:43:20.228Z] + lftools sign git-tag v3.0.0-dev.4 [2023-02-27T16:43:20.800Z] Signing Git tag with Sigul... [2023-02-27T16:43:20.800Z] Signing v3.0.0-dev.4 [Pipeline] echo [2023-02-27T16:43:21.379Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:21.666Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-27T16:43:21.673Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-27T16:43:21.690Z] $ docker stop --time=1 f644676a20841f0943c00575a3da578e6bc5e690bf450401c052ffd844841c92 [2023-02-27T16:43:23.017Z] $ docker rm -f --volumes f644676a20841f0943c00575a3da578e6bc5e690bf450401c052ffd844841c92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-27T16:43:23.430Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T16:43:23.430Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:23.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:43:23.727Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:43:23.797Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:43:23.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T16:43:24.185Z] $ docker top 937b873aecd836e78f3cb3233812f69caef58d5afb70905a2cc5ca53898785cc -eo pid,comm [2023-02-27T16:43:24.233Z] 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-27T16:43:24.233Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T16:43:24.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T16:43:24.262Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T16:43:24.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T16:43:24.378Z] $ docker exec 937b873aecd836e78f3cb3233812f69caef58d5afb70905a2cc5ca53898785cc ssh-agent [2023-02-27T16:43:24.486Z] SSH_AUTH_SOCK=/tmp/ssh-Q1uF4Vnx4Ug2/agent.31 [2023-02-27T16:43:24.486Z] SSH_AGENT_PID=37 [2023-02-27T16:43:24.491Z] Running ssh-add (command line suppressed) [2023-02-27T16:43:24.593Z] Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_4366330502514999995.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_4366330502514999995.key) [2023-02-27T16:43:24.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T16:43:24.889Z] + git semver bump pre [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,086 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,086 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,086 [bump_version] DEBUG bumped version:3.0.0-dev.5 [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,087 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main with force:True [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,087 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,087 [write_file] DEBUG write to file:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,089 [execute] INFO git cat-file --batch-check [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,096 [execute] INFO git cat-file --batch [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,097 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T16:43:25.148Z] 2023-02-27 16:43:25,102 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:25.148Z] 3.0.0-dev.5 [Pipeline] } [2023-02-27T16:43:25.157Z] $ docker exec --env ******** --env ******** 937b873aecd836e78f3cb3233812f69caef58d5afb70905a2cc5ca53898785cc ssh-agent -k [2023-02-27T16:43:25.246Z] unset SSH_AUTH_SOCK; [2023-02-27T16:43:25.246Z] unset SSH_AGENT_PID; [2023-02-27T16:43:25.246Z] echo Agent pid 37 killed; [2023-02-27T16:43:25.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T16:43:25.552Z] + git semver [Pipeline] } [2023-02-27T16:43:25.823Z] $ docker stop --time=1 937b873aecd836e78f3cb3233812f69caef58d5afb70905a2cc5ca53898785cc [2023-02-27T16:43:27.136Z] $ docker rm -f --volumes 937b873aecd836e78f3cb3233812f69caef58d5afb70905a2cc5ca53898785cc [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-27T16:43:27.472Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-27T16:43:27.472Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:27.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-27T16:43:27.773Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:43:27.845Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:43:27.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-27T16:43:28.247Z] $ docker top 5fbb170f407641835cc1064ee229f6601746f7d63f9c65402ed77003438a793c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-27T16:43:28.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-27T16:43:28.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-27T16:43:28.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-27T16:43:28.466Z] $ docker exec 5fbb170f407641835cc1064ee229f6601746f7d63f9c65402ed77003438a793c ssh-agent [2023-02-27T16:43:28.588Z] SSH_AUTH_SOCK=/tmp/ssh-n83PYavSIKGh/agent.32 [2023-02-27T16:43:28.588Z] SSH_AGENT_PID=38 [2023-02-27T16:43:28.594Z] Running ssh-add (command line suppressed) [2023-02-27T16:43:28.706Z] Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_18076665584305943469.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_18076665584305943469.key) [2023-02-27T16:43:28.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-27T16:43:29.007Z] + git semver push [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,206 [run_push] DEBUG push [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,207 [execute] INFO git cat-file --batch-check [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,207 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,212 [execute] INFO git rev-list 0e319da30c4512e7bc687f78f3d9df6bd2bfa03d -- [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,212 [execute] DEBUG Popen(['git', 'rev-list', '0e319da30c4512e7bc687f78f3d9df6bd2bfa03d', '--'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,220 [execute] INFO git fetch -v origin [2023-02-27T16:43:29.265Z] 2023-02-27 16:43:29,220 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-27T16:43:29.835Z] 2023-02-27 16:43:29,822 [run_push] DEBUG no remote changes detected [2023-02-27T16:43:29.835Z] 2023-02-27 16:43:29,822 [execute] INFO git push origin semver [2023-02-27T16:43:29.835Z] 2023-02-27 16:43:29,823 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-27T16:43:30.774Z] 2023-02-27 16:43:30,603 [run_push] DEBUG push all version tags [2023-02-27T16:43:30.774Z] 2023-02-27 16:43:30,604 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-27T16:43:30.774Z] 2023-02-27 16:43:30,604 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) [2023-02-27T16:43:31.712Z] 2023-02-27 16:43:31,508 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main [2023-02-27T16:43:31.712Z] 3.0.0-dev.5 [Pipeline] } [2023-02-27T16:43:31.723Z] $ docker exec --env ******** --env ******** 5fbb170f407641835cc1064ee229f6601746f7d63f9c65402ed77003438a793c ssh-agent -k [2023-02-27T16:43:31.832Z] unset SSH_AUTH_SOCK; [2023-02-27T16:43:31.833Z] unset SSH_AGENT_PID; [2023-02-27T16:43:31.833Z] echo Agent pid 38 killed; [2023-02-27T16:43:31.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-27T16:43:32.166Z] + git semver [Pipeline] } [2023-02-27T16:43:32.440Z] $ docker stop --time=1 5fbb170f407641835cc1064ee229f6601746f7d63f9c65402ed77003438a793c [2023-02-27T16:43:33.804Z] $ docker rm -f --volumes 5fbb170f407641835cc1064ee229f6601746f7d63f9c65402ed77003438a793c [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-27T16:43:34.347Z] + [ -d /w/workspace/dgexfoundry_go-mod-registry_main/archives ] [2023-02-27T16:43:34.347Z] + ls -al /w/workspace/dgexfoundry_go-mod-registry_main/archives [2023-02-27T16:43:34.347Z] total 16 [2023-02-27T16:43:34.347Z] drwxr-xr-x 3 root root 4096 Feb 27 16:38 . [2023-02-27T16:43:34.347Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 16:43 .. [2023-02-27T16:43:34.347Z] drwxr-xr-x 2 root root 4096 Feb 27 16:38 cost [2023-02-27T16:43:34.347Z] -rw-r--r-- 1 root root 86 Feb 27 16:38 cost.csv [2023-02-27T16:43:34.347Z] + sudo chown -R jenkins:jenkins /w/workspace/dgexfoundry_go-mod-registry_main/archives [2023-02-27T16:43:34.347Z] + ls -al /w/workspace/dgexfoundry_go-mod-registry_main/archives [2023-02-27T16:43:34.347Z] total 16 [2023-02-27T16:43:34.347Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 27 16:38 . [2023-02-27T16:43:34.347Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 27 16:43 .. [2023-02-27T16:43:34.347Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 27 16:38 cost [2023-02-27T16:43:34.347Z] -rw-r--r-- 1 jenkins jenkins 86 Feb 27 16:38 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:34.644Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:35.507Z] ---> package-listing.sh [2023-02-27T16:43:35.507Z] ++ facter osfamily [2023-02-27T16:43:35.507Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-27T16:43:35.766Z] + OS_FAMILY=debian [2023-02-27T16:43:35.766Z] + workspace=/w/workspace/dgexfoundry_go-mod-registry_main [2023-02-27T16:43:35.766Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-27T16:43:35.766Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-27T16:43:35.766Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-27T16:43:35.766Z] + PACKAGES=/tmp/packages_start.txt [2023-02-27T16:43:35.766Z] + '[' /w/workspace/dgexfoundry_go-mod-registry_main ']' [2023-02-27T16:43:35.766Z] + PACKAGES=/tmp/packages_end.txt [2023-02-27T16:43:35.766Z] + case "${OS_FAMILY}" in [2023-02-27T16:43:35.766Z] + dpkg -l [2023-02-27T16:43:35.766Z] + grep '^ii' [2023-02-27T16:43:35.766Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-27T16:43:35.766Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-27T16:43:35.766Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-27T16:43:35.766Z] + '[' /w/workspace/dgexfoundry_go-mod-registry_main ']' [2023-02-27T16:43:35.766Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-registry_main/archives/ [2023-02-27T16:43:35.766Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-registry_main/archives/ [Pipeline] echo [2023-02-27T16:43:35.778Z] 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/dgexfoundry_go-mod-registry_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-27T16:43:36.060Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-27T16:43:36.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-27T16:43:36.617Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-27T16:43:36.689Z] prd-ubuntu20.04-docker-8c-8g-7604 does not seem to be running inside a container [2023-02-27T16:43:36.717Z] $ 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/dgexfoundry_go-mod-registry_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_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-27T16:43:36.970Z] $ docker top 6608653d06b3f8d8c9ed892f9728ff3d972e254186edc3c90b4f35a95b9f055a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-27T16:43:37.317Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-27T16:43:37.607Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-27T16:43:37.897Z] + ls /var/log/sa-host [2023-02-27T16:43:37.897Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-27T16:43:37.969Z] provisioning config files... [2023-02-27T16:43:37.978Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config13950926744078440608tmp [Pipeline] { [Pipeline] echo [2023-02-27T16:43:37.992Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:38.274Z] ---> create-netrc.sh [Pipeline] } [2023-02-27T16:43:38.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:38.623Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-27T16:43:38.633Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:38.917Z] ---> sudo-logs.sh [2023-02-27T16:43:38.918Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-27T16:43:38.947Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:39.230Z] ---> job-cost.sh [2023-02-27T16:43:39.230Z] lf-activate-venv: SKIPPING [2023-02-27T16:43:39.230Z] DEBUG: total: 0.2199999988079071 [2023-02-27T16:43:39.230Z] INFO: Retrieving Stack Cost... [2023-02-27T16:43:39.489Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-27T16:43:40.059Z] INFO: Archiving Costs [Pipeline] echo [2023-02-27T16:43:40.071Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-27T16:43:40.354Z] ---> logs-deploy.sh [2023-02-27T16:43:40.354Z] lf-activate-venv: SKIPPING [2023-02-27T16:43:40.354Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/main/34 [2023-02-27T16:43:40.354Z] INFO: archiving workspace using pattern(s): [2023-02-27T16:43:41.293Z] Archives upload complete. [2023-02-27T16:43:41.293Z] INFO: archiving logs to Nexus