Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d7e0f3b8a4a238cf6dafda98046190b0280235fe 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-ssh14906003614060709017.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh16496886302825838669.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8876962358487267894.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh10717198086608038579.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5445541990796982572.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-5207’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5208 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git Avoid second fetch Checking out Revision d7e0f3b8a4a238cf6dafda98046190b0280235fe (main) > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7e0f3b8a4a238cf6dafda98046190b0280235fe # timeout=10 Commit message: "Merge pull request #95 from lenny-intel/remove-toml" > git rev-list --no-walk 7b762e484bfe44e96c342c26563ac5aea61095f1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-22T15:50:52.214Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-22T15:50:52.333Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-22T15:50:52.351Z] ========================================================= [2023-03-22T15:50:52.351Z] EdgeX Global Pipelines Version Info [2023-03-22T15:50:52.351Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:50:53.086Z] ------------------- [2023-03-22T15:50:53.087Z] stable info: [2023-03-22T15:50:53.087Z] ------------------- [2023-03-22T15:50:53.087Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-22T15:50:53.087Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-22T15:50:53.087Z] Message: update stable to v1.0.245 [2023-03-22T15:50:53.667Z] ------------------- [2023-03-22T15:50:53.667Z] experimental info: [2023-03-22T15:50:53.667Z] ------------------- [2023-03-22T15:50:53.667Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-22T15:50:53.667Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-22T15:50:53.667Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-22T15:50:53.840Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2023-03-22T15:50:53.851Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2023-03-22T15:50:53.863Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-22T15:50:53.874Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-22T15:50:53.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-22T15:50:53.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-22T15:50:53.911Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-22T15:50:53.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-22T15:50:53.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-22T15:50:53.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-22T15:50:53.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-22T15:50:53.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2023-03-22T15:50:53.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-22T15:50:53.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-22T15:50:54.007Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T15:50:54.022Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T15:50:54.038Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T15:50:54.072Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-22T15:50:54.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-22T15:50:54.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-22T15:50:54.114Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-22T15:50:54.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-22T15:50:54.137Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-22T15:50:54.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-22T15:50:54.161Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2023-03-22T15:50:54.172Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-22T15:50:54.186Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-22T15:50:54.197Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-22T15:50:54.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-22T15:50:54.223Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-22T15:50:54.234Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo [2023-03-22T15:50:54.247Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7e0f3b [Pipeline] echo [2023-03-22T15:50:54.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-22T15:50:54.613Z] + git rev-list -1 --merges d7e0f3b8a4a238cf6dafda98046190b0280235fe~1..d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo [2023-03-22T15:50:54.677Z] -----------> git rev-list -1 --merges d7e0f3b8a4a238cf6dafda98046190b0280235fe~1..d7e0f3b8a4a238cf6dafda98046190b0280235fe d7e0f3b8a4a238cf6dafda98046190b0280235fe [2023-03-22T15:50:54.677Z] d7e0f3b8a4a238cf6dafda98046190b0280235fe [false] [Pipeline] sh [2023-03-22T15:50:54.968Z] + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo [2023-03-22T15:50:54.982Z] ========================================================= [2023-03-22T15:50:54.982Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-22T15:50:54.982Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-22T15:50:55.326Z] + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo [2023-03-22T15:50:55.339Z] [semverPrep] GIT_COMMIT: d7e0f3b8a4a238cf6dafda98046190b0280235fe, Commit Message: Merge pull request #95 from lenny-intel/remove-toml [Pipeline] echo [2023-03-22T15:50:55.350Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-22T15:50:55.700Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T15:50:55.700Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-22T15:50:55.700Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-22T15:50:55.700Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-22T15:50:55.700Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-22T15:50:55.701Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-22T15:50:55.701Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:50:56.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:50:56.323Z] [2023-03-22T15:50:56.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:50:56.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:50:56.627Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-22T15:50:56.627Z] b85a868b505f: Pulling fs layer [2023-03-22T15:50:56.627Z] e2be974225ed: Pulling fs layer [2023-03-22T15:50:56.627Z] 339a4e72a1f5: Pulling fs layer [2023-03-22T15:50:56.627Z] 988bab9f4d93: Pulling fs layer [2023-03-22T15:50:56.627Z] 1469e6f7b9e6: Pulling fs layer [2023-03-22T15:50:56.627Z] eaf3925da568: Pulling fs layer [2023-03-22T15:50:56.628Z] bab4dde63d76: Pulling fs layer [2023-03-22T15:50:56.628Z] bde34c3a00c8: Pulling fs layer [2023-03-22T15:50:56.628Z] b352a97aabf1: Pulling fs layer [2023-03-22T15:50:56.628Z] 4872d77fe225: Pulling fs layer [2023-03-22T15:50:56.628Z] 5851b861e8e6: Pulling fs layer [2023-03-22T15:50:56.628Z] 1469e6f7b9e6: Waiting [2023-03-22T15:50:56.628Z] bab4dde63d76: Waiting [2023-03-22T15:50:56.628Z] bde34c3a00c8: Waiting [2023-03-22T15:50:56.628Z] 4872d77fe225: Waiting [2023-03-22T15:50:56.628Z] 5851b861e8e6: Waiting [2023-03-22T15:50:56.628Z] 988bab9f4d93: Waiting [2023-03-22T15:50:56.628Z] b352a97aabf1: Waiting [2023-03-22T15:50:56.628Z] eaf3925da568: Waiting [2023-03-22T15:50:56.628Z] e2be974225ed: Verifying Checksum [2023-03-22T15:50:56.628Z] e2be974225ed: Download complete [2023-03-22T15:50:56.628Z] 988bab9f4d93: Verifying Checksum [2023-03-22T15:50:56.628Z] 988bab9f4d93: Download complete [2023-03-22T15:50:56.893Z] 1469e6f7b9e6: Verifying Checksum [2023-03-22T15:50:56.893Z] 1469e6f7b9e6: Download complete [2023-03-22T15:50:56.893Z] eaf3925da568: Verifying Checksum [2023-03-22T15:50:56.893Z] eaf3925da568: Download complete [2023-03-22T15:50:56.893Z] 339a4e72a1f5: Verifying Checksum [2023-03-22T15:50:56.893Z] 339a4e72a1f5: Download complete [2023-03-22T15:50:56.893Z] bde34c3a00c8: Verifying Checksum [2023-03-22T15:50:56.893Z] bde34c3a00c8: Download complete [2023-03-22T15:50:56.893Z] b352a97aabf1: Verifying Checksum [2023-03-22T15:50:56.893Z] b352a97aabf1: Download complete [2023-03-22T15:50:56.893Z] 4872d77fe225: Download complete [2023-03-22T15:50:56.893Z] 5851b861e8e6: Verifying Checksum [2023-03-22T15:50:56.893Z] 5851b861e8e6: Download complete [2023-03-22T15:50:57.154Z] b85a868b505f: Verifying Checksum [2023-03-22T15:50:57.154Z] b85a868b505f: Download complete [2023-03-22T15:50:57.414Z] bab4dde63d76: Verifying Checksum [2023-03-22T15:50:57.414Z] bab4dde63d76: Download complete [2023-03-22T15:50:58.357Z] b85a868b505f: Pull complete [2023-03-22T15:50:58.618Z] e2be974225ed: Pull complete [2023-03-22T15:50:59.194Z] 339a4e72a1f5: Pull complete [2023-03-22T15:50:59.194Z] 988bab9f4d93: Pull complete [2023-03-22T15:50:59.454Z] 1469e6f7b9e6: Pull complete [2023-03-22T15:50:59.454Z] eaf3925da568: Pull complete [2023-03-22T15:51:01.362Z] bab4dde63d76: Pull complete [2023-03-22T15:51:01.622Z] bde34c3a00c8: Pull complete [2023-03-22T15:51:01.622Z] b352a97aabf1: Pull complete [2023-03-22T15:51:01.882Z] 4872d77fe225: Pull complete [2023-03-22T15:51:01.882Z] 5851b861e8e6: Pull complete [2023-03-22T15:51:01.882Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-22T15:51:01.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:51:01.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:51:01.988Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:51:02.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-22T15:51:03.230Z] $ docker top f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 -eo pid,comm [2023-03-22T15:51:03.295Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-22T15:51:03.295Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T15:51:03.336Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T15:51:03.336Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T15:51:03.449Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T15:51:03.454Z] $ docker exec f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent [2023-03-22T15:51:03.570Z] SSH_AUTH_SOCK=/tmp/ssh-qK7R8fMEf5eu/agent.33 [2023-03-22T15:51:03.570Z] SSH_AGENT_PID=39 [2023-03-22T15:51:03.577Z] Running ssh-add (command line suppressed) [2023-03-22T15:51:03.698Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11421725126755341742.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11421725126755341742.key) [2023-03-22T15:51:03.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T15:51:04.010Z] + git tag --points-at HEAD [Pipeline] } [2023-03-22T15:51:04.031Z] $ docker exec --env ******** --env ******** f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent -k [2023-03-22T15:51:04.139Z] unset SSH_AUTH_SOCK; [2023-03-22T15:51:04.140Z] unset SSH_AGENT_PID; [2023-03-22T15:51:04.140Z] echo Agent pid 39 killed; [2023-03-22T15:51:04.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-22T15:51:04.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T15:51:04.172Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T15:51:04.290Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T15:51:04.295Z] $ docker exec f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent [2023-03-22T15:51:04.405Z] SSH_AUTH_SOCK=/tmp/ssh-svZxvT02ozMi/agent.71 [2023-03-22T15:51:04.405Z] SSH_AGENT_PID=77 [2023-03-22T15:51:04.411Z] Running ssh-add (command line suppressed) [2023-03-22T15:51:04.532Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9150073177691439915.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9150073177691439915.key) [2023-03-22T15:51:04.543Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T15:51:04.829Z] + git semver init [2023-03-22T15:51:05.090Z] 2023-03-22 15:51:05,029 [run_init] DEBUG init version:0.0.0 force:False [2023-03-22T15:51:05.090Z] 2023-03-22 15:51:05,029 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver [2023-03-22T15:51:05.090Z] 2023-03-22 15:51:05,030 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver [2023-03-22T15:51:05.090Z] 2023-03-22 15:51:05,030 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-03-22T15:51:06.030Z] 2023-03-22 15:51:05,780 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude [2023-03-22T15:51:06.030Z] 2023-03-22 15:51:05,781 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False [2023-03-22T15:51:06.030Z] 2023-03-22 15:51:05,781 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:51:06.030Z] 2023-03-22 15:51:05,781 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:51:06.030Z] 3.0.0-dev.10 [Pipeline] } [2023-03-22T15:51:06.043Z] $ docker exec --env ******** --env ******** f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent -k [2023-03-22T15:51:06.142Z] unset SSH_AUTH_SOCK; [2023-03-22T15:51:06.142Z] unset SSH_AGENT_PID; [2023-03-22T15:51:06.143Z] echo Agent pid 77 killed; [2023-03-22T15:51:06.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T15:51:06.451Z] + git semver [Pipeline] } [2023-03-22T15:51:06.739Z] $ docker stop --time=1 f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 [2023-03-22T15:51:08.033Z] $ docker rm -f --volumes f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T15:51:08.398Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-22T15:51:08.650Z] Stashed 1 file(s) [Pipeline] echo [2023-03-22T15:51:08.653Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2023-03-22T15:51:08.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T15:51:08.805Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T15:51:08.813Z] ========================================================= [2023-03-22T15:51:08.813Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-22T15:51:08.813Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-22T15:51:09.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-22T15:51:09.118Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-22T15:51:09.118Z] 63b65145d645: Pulling fs layer [2023-03-22T15:51:09.118Z] a2d21d5440eb: Pulling fs layer [2023-03-22T15:51:09.118Z] 935e6c44a52c: Pulling fs layer [2023-03-22T15:51:09.118Z] 94cc34f8dd06: Pulling fs layer [2023-03-22T15:51:09.118Z] 30dea6a524f1: Pulling fs layer [2023-03-22T15:51:09.118Z] a2aff8979fd8: Pulling fs layer [2023-03-22T15:51:09.118Z] 6808be2612f2: Pulling fs layer [2023-03-22T15:51:09.118Z] f25807f1079a: Pulling fs layer [2023-03-22T15:51:09.118Z] 6808be2612f2: Waiting [2023-03-22T15:51:09.118Z] 94cc34f8dd06: Waiting [2023-03-22T15:51:09.118Z] 30dea6a524f1: Waiting [2023-03-22T15:51:09.118Z] a2aff8979fd8: Waiting [2023-03-22T15:51:09.118Z] a2d21d5440eb: Download complete [2023-03-22T15:51:09.118Z] 94cc34f8dd06: Verifying Checksum [2023-03-22T15:51:09.118Z] 94cc34f8dd06: Download complete [2023-03-22T15:51:09.118Z] 30dea6a524f1: Download complete [2023-03-22T15:51:09.118Z] 63b65145d645: Verifying Checksum [2023-03-22T15:51:09.118Z] 63b65145d645: Download complete [2023-03-22T15:51:09.384Z] a2aff8979fd8: Verifying Checksum [2023-03-22T15:51:09.384Z] a2aff8979fd8: Download complete [2023-03-22T15:51:09.384Z] 63b65145d645: Pull complete [2023-03-22T15:51:09.384Z] a2d21d5440eb: Pull complete [2023-03-22T15:51:10.354Z] 6808be2612f2: Download complete [2023-03-22T15:51:10.354Z] 935e6c44a52c: Verifying Checksum [2023-03-22T15:51:10.354Z] 935e6c44a52c: Download complete [2023-03-22T15:51:10.624Z] f25807f1079a: Verifying Checksum [2023-03-22T15:51:10.624Z] f25807f1079a: Download complete [2023-03-22T15:51:13.966Z] 935e6c44a52c: Pull complete [2023-03-22T15:51:13.966Z] 94cc34f8dd06: Pull complete [2023-03-22T15:51:13.966Z] 30dea6a524f1: Pull complete [2023-03-22T15:51:13.966Z] a2aff8979fd8: Pull complete [2023-03-22T15:51:20.622Z] 6808be2612f2: Pull complete [2023-03-22T15:51:21.189Z] f25807f1079a: Pull complete [2023-03-22T15:51:21.189Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-22T15:51:21.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-22T15:51:21.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh [2023-03-22T15:51:21.480Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:51:21.831Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T15:51:21.831Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:51:21.909Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:51:21.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-22T15:51:23.585Z] $ docker top 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T15:51:23.733Z] Still waiting to schedule task [2023-03-22T15:51:23.734Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-5209’ is offline [2023-03-22T15:51:23.931Z] + go version [2023-03-22T15:51:23.931Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-22T15:51:23.943Z] $ docker stop --time=1 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 [2023-03-22T15:51:25.274Z] $ docker rm -f --volumes 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:51:25.683Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-22T15:51:25.683Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:51:25.748Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:51:25.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-22T15:51:26.139Z] $ docker top a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T15:51:26.480Z] + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh [2023-03-22T15:51:26.773Z] + make test [2023-03-22T15:51:26.773Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-22T15:51:26.773Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-22T15:51:26.773Z] go: downloading github.com/hashicorp/consul/api v1.20.0 [2023-03-22T15:51:26.773Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-22T15:51:26.773Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-22T15:51:26.773Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-03-22T15:51:26.773Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-03-22T15:51:27.032Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-22T15:51:27.032Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-22T15:51:27.032Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-03-22T15:51:27.032Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-22T15:51:27.032Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-03-22T15:51:27.032Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-03-22T15:51:27.032Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-22T15:51:27.032Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-22T15:51:39.243Z] ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] [2023-03-22T15:51:39.243Z] ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.006s coverage: 85.7% of statements [2023-03-22T15:51:45.805Z] ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.597s coverage: 87.1% of statements [2023-03-22T15:51:45.805Z] ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.004s coverage: 100.0% of statements [2023-03-22T15:51:55.783Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-03-22T15:51:58.319Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-22T15:51:58.319Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-22T15:51:58.332Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-22T15:51:58.352Z] $ docker stop --time=1 a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a [2023-03-22T15:52:00.113Z] $ docker rm -f --volumes a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T15:52:00.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-22T15:52:00.606Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:52:01.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T15:52:01.099Z] [2023-03-22T15:52:01.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:52:01.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T15:52:01.403Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-22T15:52:01.403Z] 5eb5b503b376: Pulling fs layer [2023-03-22T15:52:01.403Z] 5c69ac0246d0: Pulling fs layer [2023-03-22T15:52:01.403Z] ec43610c2a17: Pulling fs layer [2023-03-22T15:52:01.403Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-22T15:52:01.403Z] 33b1e0a273af: Pulling fs layer [2023-03-22T15:52:01.403Z] 5d3b04190fa2: Pulling fs layer [2023-03-22T15:52:01.403Z] 2f39f015ded8: Pulling fs layer [2023-03-22T15:52:01.403Z] 33b1e0a273af: Waiting [2023-03-22T15:52:01.403Z] 3a2ae6a8a46f: Waiting [2023-03-22T15:52:01.403Z] 5d3b04190fa2: Waiting [2023-03-22T15:52:01.403Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-22T15:52:01.403Z] 3a2ae6a8a46f: Download complete [2023-03-22T15:52:01.663Z] 33b1e0a273af: Verifying Checksum [2023-03-22T15:52:01.663Z] 33b1e0a273af: Download complete [2023-03-22T15:52:01.663Z] 5d3b04190fa2: Verifying Checksum [2023-03-22T15:52:01.663Z] 5d3b04190fa2: Download complete [2023-03-22T15:52:01.663Z] ec43610c2a17: Verifying Checksum [2023-03-22T15:52:01.663Z] ec43610c2a17: Download complete [2023-03-22T15:52:01.663Z] 5eb5b503b376: Verifying Checksum [2023-03-22T15:52:01.663Z] 5eb5b503b376: Download complete [2023-03-22T15:52:02.601Z] 2f39f015ded8: Download complete [2023-03-22T15:52:02.859Z] 5eb5b503b376: Pull complete [2023-03-22T15:52:02.859Z] 5c69ac0246d0: Pull complete [2023-03-22T15:52:03.426Z] ec43610c2a17: Pull complete [2023-03-22T15:52:03.426Z] 3a2ae6a8a46f: Pull complete [2023-03-22T15:52:03.426Z] 33b1e0a273af: Pull complete [2023-03-22T15:52:03.687Z] 5d3b04190fa2: Pull complete [2023-03-22T15:52:07.869Z] 2f39f015ded8: Pull complete [2023-03-22T15:52:07.869Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-22T15:52:07.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T15:52:07.869Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:52:07.947Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:52:07.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-22T15:52:09.490Z] $ docker top 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:52:09.999Z] ---> job-cost.sh [2023-03-22T15:52:10.000Z] lf-activate-venv: SKIPPING [2023-03-22T15:52:10.000Z] INFO: No Stack... [2023-03-22T15:52:10.268Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T15:52:10.840Z] INFO: Archiving Costs [Pipeline] sh [2023-03-22T15:52:11.130Z] + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv [2023-03-22T15:52:11.130Z] + cut -d, -f6 [Pipeline] lock [2023-03-22T15:52:11.147Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [2023-03-22T15:52:11.154Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] did not exist. Created. [2023-03-22T15:52:11.154Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-22T15:52:11.458Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-22T15:52:11.489Z] Stashed 1 file(s) [Pipeline] } [2023-03-22T15:52:11.500Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-22T15:52:11.519Z] $ docker stop --time=1 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 [2023-03-22T15:52:12.670Z] $ docker rm -f --volumes 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-22T15:53:43.754Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5210 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] ws [2023-03-22T15:53:43.765Z] Running in /w/workspace/go-mod-configuration/42 [Pipeline] { [Pipeline] checkout [2023-03-22T15:53:43.802Z] Selected Git installation does not exist. Using Default [2023-03-22T15:53:43.802Z] The recommended git tool is: NONE [2023-03-22T15:53:49.733Z] using credential edgex-jenkins-ssh [2023-03-22T15:53:49.749Z] Cloning the remote Git repository [2023-03-22T15:53:49.792Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2023-03-22T15:53:49.894Z] > git init /w/workspace/go-mod-configuration/42 # timeout=10 [2023-03-22T15:53:50.051Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2023-03-22T15:53:50.053Z] > git --version # timeout=10 [2023-03-22T15:53:50.080Z] > git --version # 'git version 2.25.1' [2023-03-22T15:53:50.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-22T15:53:50.246Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T15:53:51.131Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2023-03-22T15:53:51.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-22T15:53:52.377Z] Avoid second fetch [2023-03-22T15:53:52.378Z] Checking out Revision d7e0f3b8a4a238cf6dafda98046190b0280235fe (main) [2023-03-22T15:53:52.396Z] > git config core.sparsecheckout # timeout=10 [2023-03-22T15:53:52.485Z] > git checkout -f d7e0f3b8a4a238cf6dafda98046190b0280235fe # timeout=10 [2023-03-22T15:53:52.981Z] Commit message: "Merge pull request #95 from lenny-intel/remove-toml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-22T15:53:54.076Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-22T15:53:54.076Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-22T15:53:54.076Z] Dload Upload Total Spent Left Speed [2023-03-22T15:53:54.076Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh [2023-03-22T15:53:54.751Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-22T15:53:55.082Z] + sudo tee /etc/docker/daemon.new [2023-03-22T15:53:55.082Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-22T15:53:55.082Z] { [2023-03-22T15:53:55.082Z] "registry-mirrors": [ [2023-03-22T15:53:55.082Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-22T15:53:55.082Z] ], [2023-03-22T15:53:55.082Z] "bip": "10.250.0.254/24", [2023-03-22T15:53:55.082Z] "hosts": [ [2023-03-22T15:53:55.082Z] "tcp://0.0.0.0:5555", [2023-03-22T15:53:55.082Z] "unix:///var/run/docker.sock" [2023-03-22T15:53:55.082Z] ], [2023-03-22T15:53:55.082Z] "mtu": 1458, [2023-03-22T15:53:55.082Z] "selinux-enabled": true, [2023-03-22T15:53:55.082Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-22T15:53:55.082Z] } [Pipeline] sh [2023-03-22T15:53:55.419Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-22T15:53:55.766Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2023-03-22T15:54:14.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T15:54:14.310Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-22T15:54:14.320Z] ========================================================= [2023-03-22T15:54:14.320Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-22T15:54:14.320Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2023-03-22T15:54:14.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-22T15:54:15.243Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-22T15:54:15.243Z] af6eaf76a39c: Pulling fs layer [2023-03-22T15:54:15.243Z] 55522c791124: Pulling fs layer [2023-03-22T15:54:15.243Z] ce5c4a1c91eb: Pulling fs layer [2023-03-22T15:54:15.243Z] 169dfbe0d373: Pulling fs layer [2023-03-22T15:54:15.243Z] e1ff8fa3b103: Pulling fs layer [2023-03-22T15:54:15.243Z] 52ebb69f0ebf: Pulling fs layer [2023-03-22T15:54:15.243Z] 5abe8eddf0d5: Pulling fs layer [2023-03-22T15:54:15.243Z] 169dfbe0d373: Waiting [2023-03-22T15:54:15.243Z] e1ff8fa3b103: Waiting [2023-03-22T15:54:15.243Z] 52ebb69f0ebf: Waiting [2023-03-22T15:54:15.243Z] 5abe8eddf0d5: Waiting [2023-03-22T15:54:15.243Z] 55522c791124: Verifying Checksum [2023-03-22T15:54:15.243Z] 55522c791124: Download complete [2023-03-22T15:54:15.243Z] 169dfbe0d373: Verifying Checksum [2023-03-22T15:54:15.243Z] 169dfbe0d373: Download complete [2023-03-22T15:54:15.243Z] e1ff8fa3b103: Verifying Checksum [2023-03-22T15:54:15.243Z] e1ff8fa3b103: Download complete [2023-03-22T15:54:15.243Z] af6eaf76a39c: Verifying Checksum [2023-03-22T15:54:16.221Z] af6eaf76a39c: Pull complete [2023-03-22T15:54:16.221Z] 5abe8eddf0d5: Verifying Checksum [2023-03-22T15:54:16.221Z] 5abe8eddf0d5: Download complete [2023-03-22T15:54:16.810Z] 55522c791124: Pull complete [2023-03-22T15:54:17.401Z] ce5c4a1c91eb: Download complete [2023-03-22T15:54:17.671Z] 52ebb69f0ebf: Verifying Checksum [2023-03-22T15:54:17.671Z] 52ebb69f0ebf: Download complete [2023-03-22T15:54:27.778Z] ce5c4a1c91eb: Pull complete [2023-03-22T15:54:28.055Z] 169dfbe0d373: Pull complete [2023-03-22T15:54:28.329Z] e1ff8fa3b103: Pull complete [2023-03-22T15:54:35.005Z] 52ebb69f0ebf: Pull complete [2023-03-22T15:54:38.370Z] 5abe8eddf0d5: Pull complete [2023-03-22T15:54:38.370Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-22T15:54:38.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-22T15:54:38.370Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh [2023-03-22T15:54:38.699Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:54:39.043Z] + docker inspect -f . ci-base-image-arm64 [2023-03-22T15:54:39.043Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:54:39.265Z] prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container [2023-03-22T15:54:39.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-22T15:54:42.701Z] $ docker top 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T15:54:43.621Z] + go version [2023-03-22T15:54:43.621Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-22T15:54:43.640Z] $ docker stop --time=1 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 [2023-03-22T15:54:45.312Z] $ docker rm -f --volumes 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:54:45.889Z] + docker inspect -f . ci-base-image-arm64 [2023-03-22T15:54:45.889Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:54:46.089Z] prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container [2023-03-22T15:54:46.163Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-22T15:54:47.460Z] $ docker top 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T15:54:48.313Z] + git config --global --add safe.directory /w/workspace/go-mod-configuration/42 [Pipeline] fileExists [Pipeline] sh [2023-03-22T15:54:48.649Z] + make test [2023-03-22T15:54:48.921Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-03-22T15:54:48.921Z] go: downloading github.com/stretchr/testify v1.8.2 [2023-03-22T15:54:48.921Z] go: downloading github.com/hashicorp/consul/api v1.20.0 [2023-03-22T15:54:49.189Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2023-03-22T15:54:49.463Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2023-03-22T15:54:49.463Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-03-22T15:54:49.463Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-03-22T15:54:49.463Z] go: downloading github.com/stretchr/objx v0.5.0 [2023-03-22T15:54:49.463Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2023-03-22T15:54:49.463Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2023-03-22T15:54:49.463Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2023-03-22T15:54:49.735Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2023-03-22T15:54:49.735Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2023-03-22T15:54:49.735Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2023-03-22T15:54:49.735Z] go: downloading github.com/hashicorp/serf v0.10.1 [2023-03-22T15:54:49.735Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2023-03-22T15:54:50.005Z] go: downloading github.com/fatih/color v1.9.0 [2023-03-22T15:54:50.005Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2023-03-22T15:54:50.005Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2023-03-22T15:54:50.005Z] go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 [2023-03-22T15:54:50.272Z] go: downloading github.com/armon/go-metrics v0.3.10 [2023-03-22T15:54:50.272Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2023-03-22T15:54:50.272Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2023-03-22T15:56:11.958Z] ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] [2023-03-22T15:56:11.958Z] ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.024s coverage: 85.7% of statements [2023-03-22T15:56:16.218Z] ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.815s coverage: 87.1% of statements [2023-03-22T15:56:16.218Z] ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.019s coverage: 100.0% of statements [2023-03-22T15:56:16.485Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-22T15:56:16.485Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2023-03-22T15:56:31.504Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-22T15:56:31.504Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2023-03-22T15:56:31.521Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-22T15:56:31.532Z] $ docker stop --time=1 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 [2023-03-22T15:56:33.293Z] $ docker rm -f --volumes 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T15:56:34.285Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-22T15:56:34.308Z] Warning: overwriting stash ‘coverage-report’ [2023-03-22T15:56:34.737Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:56:35.178Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T15:56:35.178Z] [2023-03-22T15:56:35.178Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:56:35.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T15:56:35.778Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-22T15:56:35.778Z] 8998bd30e6a1: Pulling fs layer [2023-03-22T15:56:35.778Z] 04944245beec: Pulling fs layer [2023-03-22T15:56:35.778Z] 699f458cf7ca: Pulling fs layer [2023-03-22T15:56:35.778Z] 765212b225bb: Pulling fs layer [2023-03-22T15:56:35.778Z] f23df028b6ca: Pulling fs layer [2023-03-22T15:56:35.778Z] d65c8cfc05b1: Pulling fs layer [2023-03-22T15:56:35.778Z] 2437ff75d9bd: Pulling fs layer [2023-03-22T15:56:35.778Z] 765212b225bb: Waiting [2023-03-22T15:56:35.778Z] f23df028b6ca: Waiting [2023-03-22T15:56:35.778Z] d65c8cfc05b1: Waiting [2023-03-22T15:56:35.778Z] 2437ff75d9bd: Waiting [2023-03-22T15:56:35.778Z] 04944245beec: Verifying Checksum [2023-03-22T15:56:35.778Z] 04944245beec: Download complete [2023-03-22T15:56:35.778Z] 765212b225bb: Download complete [2023-03-22T15:56:35.778Z] f23df028b6ca: Verifying Checksum [2023-03-22T15:56:35.778Z] f23df028b6ca: Download complete [2023-03-22T15:56:35.778Z] d65c8cfc05b1: Verifying Checksum [2023-03-22T15:56:35.778Z] d65c8cfc05b1: Download complete [2023-03-22T15:56:36.048Z] 699f458cf7ca: Verifying Checksum [2023-03-22T15:56:36.048Z] 699f458cf7ca: Download complete [2023-03-22T15:56:36.317Z] 8998bd30e6a1: Verifying Checksum [2023-03-22T15:56:36.317Z] 8998bd30e6a1: Download complete [2023-03-22T15:56:38.934Z] 2437ff75d9bd: Verifying Checksum [2023-03-22T15:56:38.934Z] 2437ff75d9bd: Download complete [2023-03-22T15:56:40.346Z] 8998bd30e6a1: Pull complete [2023-03-22T15:56:40.934Z] 04944245beec: Pull complete [2023-03-22T15:56:42.348Z] 699f458cf7ca: Pull complete [2023-03-22T15:56:42.348Z] 765212b225bb: Pull complete [2023-03-22T15:56:43.320Z] f23df028b6ca: Pull complete [2023-03-22T15:56:43.589Z] d65c8cfc05b1: Pull complete [2023-03-22T15:56:58.591Z] 2437ff75d9bd: Pull complete [2023-03-22T15:56:58.591Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-22T15:56:58.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-22T15:56:58.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:56:58.789Z] prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container [2023-03-22T15:56:58.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-22T15:57:01.334Z] $ docker top 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:02.191Z] ---> job-cost.sh [2023-03-22T15:57:02.191Z] lf-activate-venv: SKIPPING [2023-03-22T15:57:02.191Z] INFO: No Stack... [2023-03-22T15:57:02.459Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-22T15:57:03.418Z] INFO: Archiving Costs [Pipeline] sh [2023-03-22T15:57:03.733Z] + cat /w/workspace/go-mod-configuration/42/archives/cost.csv [2023-03-22T15:57:03.733Z] + cut -d, -f6 [Pipeline] lock [2023-03-22T15:57:04.059Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [2023-03-22T15:57:04.069Z] Resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] did not exist. Created. [2023-03-22T15:57:04.069Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-22T15:57:04.720Z] /w/workspace/go-mod-configuration/42@tmp/durable-9abf97fc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-22T15:57:05.380Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-22T15:57:05.404Z] Warning: overwriting stash ‘stack-cost’ [2023-03-22T15:57:05.447Z] Stashed 1 file(s) [Pipeline] } [2023-03-22T15:57:05.453Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-22T15:57:05.475Z] $ docker stop --time=1 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 [2023-03-22T15:57:07.016Z] $ docker rm -f --volumes 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-22T15:57:07.421Z] provisioning config files... [2023-03-22T15:57:07.433Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6788611674735379708tmp [Pipeline] { [Pipeline] sh [2023-03-22T15:57:07.735Z] + set +x [2023-03-22T15:57:07.735Z] + curl -s https://codecov.io/bash [2023-03-22T15:57:07.735Z] + bash -s -- [2023-03-22T15:57:07.735Z] [2023-03-22T15:57:07.735Z] _____ _ [2023-03-22T15:57:07.735Z] / ____| | | [2023-03-22T15:57:07.735Z] | | ___ __| | ___ ___ _____ __ [2023-03-22T15:57:07.735Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-22T15:57:07.735Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-22T15:57:07.735Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-22T15:57:07.735Z] Bash-1.0.6 [2023-03-22T15:57:07.735Z] [2023-03-22T15:57:07.735Z] [2023-03-22T15:57:07.735Z] ==> git version 2.25.1 found [2023-03-22T15:57:07.735Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-22T15:57:07.735Z] Release-Date: 2020-01-08 [2023-03-22T15:57:07.735Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-22T15:57:07.735Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-22T15:57:07.735Z] ==> Jenkins CI detected. [2023-03-22T15:57:07.735Z] current dir:  /w/workspace/oundry_go-mod-configuration_main [2023-03-22T15:57:07.735Z] project root: . [2023-03-22T15:57:07.735Z] --> token set from env [2023-03-22T15:57:07.735Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-22T15:57:07.735Z] ==> Running gcov in . (disable via -X gcov) [2023-03-22T15:57:07.735Z] ==> Python coveragepy not found [2023-03-22T15:57:07.735Z] ==> Searching for coverage reports in: [2023-03-22T15:57:07.735Z] + . [2023-03-22T15:57:07.735Z] -> Found 1 reports [2023-03-22T15:57:07.735Z] ==> Detecting git/mercurial file structure [2023-03-22T15:57:07.735Z] ==> Reading reports [2023-03-22T15:57:07.735Z] + ./coverage.out bytes=18751 [2023-03-22T15:57:07.735Z] ==> Appending adjustments [2023-03-22T15:57:07.735Z] https://docs.codecov.io/docs/fixing-reports [2023-03-22T15:57:07.995Z] + Found adjustments [2023-03-22T15:57:07.995Z] ==> Gzipping contents [2023-03-22T15:57:07.995Z] 4.0K /tmp/codecov.iCzGnb.gz [2023-03-22T15:57:07.995Z] ==> Uploading reports [2023-03-22T15:57:07.995Z] url: https://codecov.io [2023-03-22T15:57:07.995Z] query: branch=main&commit=d7e0f3b8a4a238cf6dafda98046190b0280235fe&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-22T15:57:07.995Z] -> Pinging Codecov [2023-03-22T15:57:07.995Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=b03387cf-fbed-45a6-9f6b-56101d2ea1b2&branch=main&commit=d7e0f3b8a4a238cf6dafda98046190b0280235fe&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-22T15:57:07.995Z] -> Uploading to [2023-03-22T15:57:07.995Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-22/9F92B070CA9CA35F4914AC8684776953/d7e0f3b8a4a238cf6dafda98046190b0280235fe/d4f92d6a-2310-42fb-86c7-e81944c9cd75.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230322T155707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66a06b8f1f44d97accc2a3a6aeb39345852f58f8bd0f23a7bc5045f94465ce3c [2023-03-22T15:57:07.995Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-22T15:57:07.995Z] Dload Upload Total Spent Left Speed [2023-03-22T15:57:08.255Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3263 0 0 100 3263 0 16073 --:--:-- --:--:-- --:--:-- 15995 100 3263 0 0 100 3263 0 13710 --:--:-- --:--:-- --:--:-- 13652 [2023-03-22T15:57:08.255Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] } [2023-03-22T15:57:08.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-22T15:57:08.379Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-22T15:57:08.390Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:08.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-22T15:57:08.757Z] [2023-03-22T15:57:08.757Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:09.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-22T15:57:09.061Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-22T15:57:09.061Z] df9b9388f04a: Pulling fs layer [2023-03-22T15:57:09.061Z] 52dc419b0ee2: Pulling fs layer [2023-03-22T15:57:09.061Z] 25bc292e5bac: Pulling fs layer [2023-03-22T15:57:09.061Z] 114826534d7a: Pulling fs layer [2023-03-22T15:57:09.061Z] 4657fd5d0bcf: Pulling fs layer [2023-03-22T15:57:09.061Z] 6ad1cebc031e: Pulling fs layer [2023-03-22T15:57:09.061Z] 8a3aa393b2d8: Pulling fs layer [2023-03-22T15:57:09.061Z] 4657fd5d0bcf: Waiting [2023-03-22T15:57:09.061Z] 6ad1cebc031e: Waiting [2023-03-22T15:57:09.061Z] 25bc292e5bac: Verifying Checksum [2023-03-22T15:57:09.061Z] 25bc292e5bac: Download complete [2023-03-22T15:57:09.061Z] 52dc419b0ee2: Verifying Checksum [2023-03-22T15:57:09.061Z] 52dc419b0ee2: Download complete [2023-03-22T15:57:09.061Z] 4657fd5d0bcf: Verifying Checksum [2023-03-22T15:57:09.061Z] 4657fd5d0bcf: Download complete [2023-03-22T15:57:09.061Z] df9b9388f04a: Verifying Checksum [2023-03-22T15:57:09.061Z] df9b9388f04a: Download complete [2023-03-22T15:57:09.324Z] df9b9388f04a: Pull complete [2023-03-22T15:57:09.324Z] 52dc419b0ee2: Pull complete [2023-03-22T15:57:09.588Z] 6ad1cebc031e: Verifying Checksum [2023-03-22T15:57:09.588Z] 6ad1cebc031e: Download complete [2023-03-22T15:57:09.588Z] 25bc292e5bac: Pull complete [2023-03-22T15:57:09.848Z] 114826534d7a: Verifying Checksum [2023-03-22T15:57:09.848Z] 114826534d7a: Download complete [2023-03-22T15:57:10.106Z] 8a3aa393b2d8: Verifying Checksum [2023-03-22T15:57:13.391Z] 114826534d7a: Pull complete [2023-03-22T15:57:13.391Z] 4657fd5d0bcf: Pull complete [2023-03-22T15:57:13.391Z] 6ad1cebc031e: Pull complete [2023-03-22T15:57:16.672Z] 8a3aa393b2d8: Pull complete [2023-03-22T15:57:16.672Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-22T15:57:16.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-22T15:57:16.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:16.754Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:16.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-22T15:57:18.545Z] $ docker top ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-22T15:57:18.611Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh [2023-03-22T15:57:18.888Z] + set -o pipefail [2023-03-22T15:57:18.888Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' [2023-03-22T15:57:20.791Z] [2023-03-22T15:57:20.791Z] Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v3)... [2023-03-22T15:57:20.791Z] [2023-03-22T15:57:20.791Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/876be593-d0c5-460b-ab82-cce3a3e0e96e/history/aa01203e-8b51-40e9-b38b-5a0f7574348d [2023-03-22T15:57:20.791Z] [2023-03-22T15:57:20.791Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-22T15:57:20.791Z] [2023-03-22T15:57:20.791Z] [2023-03-22T15:57:20.791Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-22T15:57:20.791Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-22T15:57:20.791Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-22T15:57:20.802Z] $ docker stop --time=1 ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 [2023-03-22T15:57:22.149Z] $ docker rm -f --volumes ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-22T15:57:22.674Z] + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] sh [2023-03-22T15:57:22.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T15:57:22.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:23.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:57:23.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:23.330Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:23.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-22T15:57:23.685Z] $ docker top 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a -eo pid,comm [2023-03-22T15:57:23.738Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-22T15:57:23.738Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T15:57:23.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T15:57:23.778Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T15:57:23.889Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T15:57:23.893Z] $ docker exec 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a ssh-agent [2023-03-22T15:57:24.017Z] SSH_AUTH_SOCK=/tmp/ssh-zbiyKqzVJK2c/agent.32 [2023-03-22T15:57:24.017Z] SSH_AGENT_PID=38 [2023-03-22T15:57:24.022Z] Running ssh-add (command line suppressed) [2023-03-22T15:57:24.130Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13585127799590081100.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13585127799590081100.key) [2023-03-22T15:57:24.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T15:57:24.436Z] + git semver tag [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,613 [run_tag] DEBUG tag force:False [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,613 [check_head_tag] DEBUG check head tag [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,614 [execute] INFO git cat-file --batch-check [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,617 [execute] INFO git cat-file --batch [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,618 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,635 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,635 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,636 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-03-22T15:57:24.695Z] 2023-03-22 15:57:24,641 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:24.695Z] 3.0.0-dev.10 [Pipeline] } [2023-03-22T15:57:24.706Z] $ docker exec --env ******** --env ******** 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a ssh-agent -k [2023-03-22T15:57:24.810Z] unset SSH_AUTH_SOCK; [2023-03-22T15:57:24.810Z] unset SSH_AGENT_PID; [2023-03-22T15:57:24.810Z] echo Agent pid 38 killed; [2023-03-22T15:57:24.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T15:57:25.120Z] + git semver [Pipeline] } [2023-03-22T15:57:25.392Z] $ docker stop --time=1 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a [2023-03-22T15:57:26.813Z] $ docker rm -f --volumes 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:27.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-22T15:57:27.189Z] [2023-03-22T15:57:27.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:27.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-22T15:57:27.489Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-22T15:57:27.489Z] ab5ef0e58194: Pulling fs layer [2023-03-22T15:57:27.489Z] 9712f1f96733: Pulling fs layer [2023-03-22T15:57:27.489Z] 63f879dbbcfc: Pulling fs layer [2023-03-22T15:57:27.489Z] 0d9ebad4ef96: Pulling fs layer [2023-03-22T15:57:27.489Z] e9a5061849ea: Pulling fs layer [2023-03-22T15:57:27.489Z] d747dcd14b5f: Pulling fs layer [2023-03-22T15:57:27.489Z] 2de7ff778b66: Pulling fs layer [2023-03-22T15:57:27.489Z] 0d9ebad4ef96: Waiting [2023-03-22T15:57:27.489Z] 2de7ff778b66: Waiting [2023-03-22T15:57:27.489Z] e9a5061849ea: Waiting [2023-03-22T15:57:27.489Z] d747dcd14b5f: Waiting [2023-03-22T15:57:27.489Z] 9712f1f96733: Download complete [2023-03-22T15:57:28.082Z] 63f879dbbcfc: Verifying Checksum [2023-03-22T15:57:28.082Z] 63f879dbbcfc: Download complete [2023-03-22T15:57:28.082Z] e9a5061849ea: Verifying Checksum [2023-03-22T15:57:28.082Z] e9a5061849ea: Download complete [2023-03-22T15:57:28.082Z] d747dcd14b5f: Verifying Checksum [2023-03-22T15:57:28.082Z] d747dcd14b5f: Download complete [2023-03-22T15:57:28.082Z] ab5ef0e58194: Verifying Checksum [2023-03-22T15:57:28.082Z] ab5ef0e58194: Download complete [2023-03-22T15:57:28.345Z] 0d9ebad4ef96: Verifying Checksum [2023-03-22T15:57:28.345Z] 0d9ebad4ef96: Download complete [2023-03-22T15:57:28.345Z] 2de7ff778b66: Verifying Checksum [2023-03-22T15:57:28.345Z] 2de7ff778b66: Download complete [2023-03-22T15:57:30.869Z] ab5ef0e58194: Pull complete [2023-03-22T15:57:30.869Z] 9712f1f96733: Pull complete [2023-03-22T15:57:31.432Z] 63f879dbbcfc: Pull complete [2023-03-22T15:57:34.708Z] 0d9ebad4ef96: Pull complete [2023-03-22T15:57:34.967Z] e9a5061849ea: Pull complete [2023-03-22T15:57:34.967Z] d747dcd14b5f: Pull complete [2023-03-22T15:57:35.900Z] 2de7ff778b66: Pull complete [2023-03-22T15:57:35.900Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-22T15:57:35.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-22T15:57:35.900Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:35.975Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:36.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-22T15:57:37.669Z] $ docker top af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-22T15:57:37.736Z] provisioning config files... [2023-03-22T15:57:37.741Z] copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config9998543030786675805tmp [2023-03-22T15:57:37.749Z] copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config17135776293498502142tmp [2023-03-22T15:57:37.757Z] copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config3698878591891371939tmp [Pipeline] { [Pipeline] echo [2023-03-22T15:57:37.771Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:38.050Z] ---> sigul-configuration.sh [2023-03-22T15:57:38.050Z] gpg: directory `/root/.gnupg' created [2023-03-22T15:57:38.050Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-22T15:57:38.050Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-22T15:57:38.050Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-22T15:57:38.050Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-22T15:57:38.050Z] gpg: CAST5 encrypted data [2023-03-22T15:57:38.050Z] gpg: encrypted with 1 passphrase [2023-03-22T15:57:38.050Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-22T15:57:38.335Z] + mkdir /home/jenkins [2023-03-22T15:57:38.335Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-22T15:57:38.622Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-22T15:57:38.631Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:38.916Z] ---> sigul-install.sh [2023-03-22T15:57:38.916Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-22T15:57:39.198Z] + git tag --list [2023-03-22T15:57:39.198Z] v0.0.0 [2023-03-22T15:57:39.198Z] v0.0.1 [2023-03-22T15:57:39.198Z] v0.0.2 [2023-03-22T15:57:39.198Z] v0.0.3 [2023-03-22T15:57:39.198Z] v0.0.4 [2023-03-22T15:57:39.198Z] v0.0.5 [2023-03-22T15:57:39.198Z] v0.0.6 [2023-03-22T15:57:39.198Z] v0.0.7 [2023-03-22T15:57:39.198Z] v0.0.8 [2023-03-22T15:57:39.198Z] v2.0.0 [2023-03-22T15:57:39.198Z] v2.1.0 [2023-03-22T15:57:39.198Z] v2.2.0 [2023-03-22T15:57:39.198Z] v2.2.1-dev.1 [2023-03-22T15:57:39.198Z] v2.2.1-dev.10 [2023-03-22T15:57:39.198Z] v2.2.1-dev.11 [2023-03-22T15:57:39.198Z] v2.2.1-dev.12 [2023-03-22T15:57:39.198Z] v2.2.1-dev.2 [2023-03-22T15:57:39.198Z] v2.2.1-dev.3 [2023-03-22T15:57:39.198Z] v2.2.1-dev.4 [2023-03-22T15:57:39.198Z] v2.2.1-dev.5 [2023-03-22T15:57:39.198Z] v2.2.1-dev.6 [2023-03-22T15:57:39.198Z] v2.2.1-dev.7 [2023-03-22T15:57:39.198Z] v2.2.1-dev.8 [2023-03-22T15:57:39.198Z] v2.2.1-dev.9 [2023-03-22T15:57:39.198Z] v2.3.0 [2023-03-22T15:57:39.198Z] v2.3.0-dev.12 [2023-03-22T15:57:39.198Z] v2.3.0-dev.13 [2023-03-22T15:57:39.198Z] v2.3.0-dev.14 [2023-03-22T15:57:39.198Z] v2.3.0-dev.15 [2023-03-22T15:57:39.198Z] v2.3.0-dev.16 [2023-03-22T15:57:39.198Z] v2.3.1-dev.1 [2023-03-22T15:57:39.198Z] v2.3.1-dev.2 [2023-03-22T15:57:39.198Z] v3.0.0-dev.1 [2023-03-22T15:57:39.198Z] v3.0.0-dev.10 [2023-03-22T15:57:39.198Z] v3.0.0-dev.2 [2023-03-22T15:57:39.198Z] v3.0.0-dev.3 [2023-03-22T15:57:39.198Z] v3.0.0-dev.4 [2023-03-22T15:57:39.198Z] v3.0.0-dev.5 [2023-03-22T15:57:39.198Z] v3.0.0-dev.6 [2023-03-22T15:57:39.198Z] v3.0.0-dev.7 [2023-03-22T15:57:39.198Z] v3.0.0-dev.8 [2023-03-22T15:57:39.198Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-22T15:57:39.484Z] + lftools sign git-tag v3.0.0-dev.10 [2023-03-22T15:57:40.052Z] Signing Git tag with Sigul... [2023-03-22T15:57:40.052Z] Signing v3.0.0-dev.10 [Pipeline] echo [2023-03-22T15:57:40.319Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:40.604Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-22T15:57:40.611Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-22T15:57:40.630Z] $ docker stop --time=1 af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e [2023-03-22T15:57:41.934Z] $ docker rm -f --volumes af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-22T15:57:42.348Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T15:57:42.348Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:42.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:57:42.653Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:42.719Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:42.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-22T15:57:43.111Z] $ docker top 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 -eo pid,comm [2023-03-22T15:57:43.157Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-22T15:57:43.157Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T15:57:43.198Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T15:57:43.198Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T15:57:43.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T15:57:43.307Z] $ docker exec 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 ssh-agent [2023-03-22T15:57:43.422Z] SSH_AUTH_SOCK=/tmp/ssh-f6mKuYuNGMHy/agent.32 [2023-03-22T15:57:43.422Z] SSH_AGENT_PID=38 [2023-03-22T15:57:43.427Z] Running ssh-add (command line suppressed) [2023-03-22T15:57:43.519Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17701354288825195547.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17701354288825195547.key) [2023-03-22T15:57:43.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T15:57:43.818Z] + git semver bump pre [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [bump_version] DEBUG bumped version:3.0.0-dev.11 [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,010 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,013 [execute] INFO git cat-file --batch-check [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,013 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,017 [execute] INFO git cat-file --batch [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,017 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T15:57:44.077Z] 2023-03-22 15:57:44,021 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:44.077Z] 3.0.0-dev.11 [Pipeline] } [2023-03-22T15:57:44.087Z] $ docker exec --env ******** --env ******** 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 ssh-agent -k [2023-03-22T15:57:44.177Z] unset SSH_AUTH_SOCK; [2023-03-22T15:57:44.178Z] unset SSH_AGENT_PID; [2023-03-22T15:57:44.178Z] echo Agent pid 38 killed; [2023-03-22T15:57:44.184Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T15:57:44.483Z] + git semver [Pipeline] } [2023-03-22T15:57:44.756Z] $ docker stop --time=1 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 [2023-03-22T15:57:46.037Z] $ docker rm -f --volumes 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-22T15:57:46.369Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-22T15:57:46.370Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:46.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-22T15:57:46.658Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:46.733Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:46.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-22T15:57:47.144Z] $ docker top 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d -eo pid,comm [2023-03-22T15:57:47.188Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-22T15:57:47.188Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-22T15:57:47.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-22T15:57:47.232Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-22T15:57:47.330Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-22T15:57:47.333Z] $ docker exec 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d ssh-agent [2023-03-22T15:57:47.435Z] SSH_AUTH_SOCK=/tmp/ssh-v9j50gEu0lDh/agent.33 [2023-03-22T15:57:47.435Z] SSH_AGENT_PID=39 [2023-03-22T15:57:47.440Z] Running ssh-add (command line suppressed) [2023-03-22T15:57:47.542Z] Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4435992375328770487.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4435992375328770487.key) [2023-03-22T15:57:47.557Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-22T15:57:47.844Z] + git semver push [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,000 [run_push] DEBUG push [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,000 [execute] INFO git cat-file --batch-check [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,004 [execute] INFO git rev-list cf3a323505eb6b35d5ee050ce36133927580354a -- [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,004 [execute] DEBUG Popen(['git', 'rev-list', 'cf3a323505eb6b35d5ee050ce36133927580354a', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,010 [execute] INFO git fetch -v origin [2023-03-22T15:57:48.102Z] 2023-03-22 15:57:48,010 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-22T15:57:48.670Z] 2023-03-22 15:57:48,498 [run_push] DEBUG no remote changes detected [2023-03-22T15:57:48.670Z] 2023-03-22 15:57:48,498 [execute] INFO git push origin semver [2023-03-22T15:57:48.670Z] 2023-03-22 15:57:48,498 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-22T15:57:49.610Z] 2023-03-22 15:57:49,319 [run_push] DEBUG push all version tags [2023-03-22T15:57:49.610Z] 2023-03-22 15:57:49,320 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-22T15:57:49.610Z] 2023-03-22 15:57:49,320 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) [2023-03-22T15:57:50.178Z] 2023-03-22 15:57:50,114 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main [2023-03-22T15:57:50.178Z] 3.0.0-dev.11 [Pipeline] } [2023-03-22T15:57:50.188Z] $ docker exec --env ******** --env ******** 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d ssh-agent -k [2023-03-22T15:57:50.277Z] unset SSH_AUTH_SOCK; [2023-03-22T15:57:50.277Z] unset SSH_AGENT_PID; [2023-03-22T15:57:50.277Z] echo Agent pid 39 killed; [2023-03-22T15:57:50.286Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-22T15:57:50.591Z] + git semver [Pipeline] } [2023-03-22T15:57:50.863Z] $ docker stop --time=1 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d [2023-03-22T15:57:52.162Z] $ docker rm -f --volumes 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-22T15:57:52.710Z] + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] [2023-03-22T15:57:52.710Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2023-03-22T15:57:52.710Z] total 16 [2023-03-22T15:57:52.710Z] drwxr-xr-x 3 root root 4096 Mar 22 15:52 . [2023-03-22T15:57:52.710Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 15:57 .. [2023-03-22T15:57:52.710Z] drwxr-xr-x 2 root root 4096 Mar 22 15:52 cost [2023-03-22T15:57:52.710Z] -rw-r--r-- 1 root root 91 Mar 22 15:52 cost.csv [2023-03-22T15:57:52.710Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives [2023-03-22T15:57:52.710Z] + ls -al /w/workspace/oundry_go-mod-configuration_main/archives [2023-03-22T15:57:52.710Z] total 16 [2023-03-22T15:57:52.710Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 15:52 . [2023-03-22T15:57:52.710Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 15:57 .. [2023-03-22T15:57:52.710Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 22 15:52 cost [2023-03-22T15:57:52.710Z] -rw-r--r-- 1 jenkins jenkins 91 Mar 22 15:52 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:52.997Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:53.852Z] ---> package-listing.sh [2023-03-22T15:57:53.852Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-22T15:57:53.852Z] ++ facter osfamily [2023-03-22T15:57:54.111Z] + OS_FAMILY=debian [2023-03-22T15:57:54.111Z] + workspace=/w/workspace/oundry_go-mod-configuration_main [2023-03-22T15:57:54.111Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-22T15:57:54.111Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-22T15:57:54.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-22T15:57:54.111Z] + PACKAGES=/tmp/packages_start.txt [2023-03-22T15:57:54.111Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2023-03-22T15:57:54.111Z] + PACKAGES=/tmp/packages_end.txt [2023-03-22T15:57:54.111Z] + case "${OS_FAMILY}" in [2023-03-22T15:57:54.111Z] + dpkg -l [2023-03-22T15:57:54.111Z] + grep '^ii' [2023-03-22T15:57:54.111Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-22T15:57:54.111Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-22T15:57:54.111Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-22T15:57:54.111Z] + '[' /w/workspace/oundry_go-mod-configuration_main ']' [2023-03-22T15:57:54.111Z] + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ [2023-03-22T15:57:54.111Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo [2023-03-22T15:57:54.120Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-22T15:57:54.392Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-22T15:57:54.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-22T15:57:54.941Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-22T15:57:55.003Z] prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container [2023-03-22T15:57:55.027Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-22T15:57:55.227Z] $ docker top 76cbc89e8836a5724b3509e97ad2e7a70498746617b5af08a7de5502250351a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-22T15:57:55.560Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-22T15:57:55.838Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-22T15:57:56.118Z] + ls /var/log/sa-host [2023-03-22T15:57:56.119Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-22T15:57:56.265Z] provisioning config files... [2023-03-22T15:57:56.274Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config5292268147457347464tmp [Pipeline] { [Pipeline] echo [2023-03-22T15:57:56.286Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:56.567Z] ---> create-netrc.sh [Pipeline] } [2023-03-22T15:57:56.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:56.915Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-22T15:57:56.924Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:57.204Z] ---> sudo-logs.sh [2023-03-22T15:57:57.204Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-22T15:57:57.232Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:57.514Z] ---> job-cost.sh [2023-03-22T15:57:57.514Z] lf-activate-venv: SKIPPING [2023-03-22T15:57:57.514Z] DEBUG: total: 0.2199999988079071 [2023-03-22T15:57:57.514Z] INFO: Retrieving Stack Cost... [2023-03-22T15:57:57.773Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-22T15:57:58.339Z] INFO: Archiving Costs [Pipeline] echo [2023-03-22T15:57:58.350Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-22T15:57:58.635Z] ---> logs-deploy.sh [2023-03-22T15:57:58.635Z] lf-activate-venv: SKIPPING [2023-03-22T15:57:58.635Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/42 [2023-03-22T15:57:58.635Z] INFO: archiving workspace using pattern(s): [2023-03-22T15:57:59.572Z] Archives upload complete. [2023-03-22T15:57:59.572Z] INFO: archiving logs to Nexus