Pull request #77 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e7e9561ff54297ec213caf73935785a5cb5fb924+c2b0693c68c8c26444085d0a300b7fb77f2977c4 (1833959a105e2bb2b2057e807fa8f5b21d74ce54) 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-ssh14570259678949045428.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh15245552234526201666.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-77/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-77/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9737735049382607867.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-77/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3181690007461751870.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3551372341125666603.key Verifying host key using known hosts file > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/PR-77/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-77/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8942766432044901046.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-1145 in /w/workspace/undry_go-mod-configuration_PR-77 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-77 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c2b0693c68c8c26444085d0a300b7fb77f2977c4 into PR head commit e7e9561ff54297ec213caf73935785a5cb5fb924 Merge succeeded, producing e7e9561ff54297ec213caf73935785a5cb5fb924 Checking out Revision e7e9561ff54297ec213caf73935785a5cb5fb924 (PR-77) Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.13.1 to 1.15.2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-09-26T12:04:04.613Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f e7e9561ff54297ec213caf73935785a5cb5fb924 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge c2b0693c68c8c26444085d0a300b7fb77f2977c4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7e9561ff54297ec213caf73935785a5cb5fb924 # timeout=10 [Pipeline] withCredentials [2022-09-26T12:04:04.790Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-09-26T12:04:04.895Z] ========================================================= [2022-09-26T12:04:04.895Z] EdgeX Global Pipelines Version Info [2022-09-26T12:04:04.895Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:04:05.630Z] ------------------- [2022-09-26T12:04:05.630Z] stable info: [2022-09-26T12:04:05.630Z] ------------------- [2022-09-26T12:04:05.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-09-26T12:04:05.630Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-26T12:04:05.630Z] Message: update stable to v1.0.239 [2022-09-26T12:04:06.203Z] ------------------- [2022-09-26T12:04:06.204Z] experimental info: [2022-09-26T12:04:06.204Z] ------------------- [2022-09-26T12:04:06.204Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-09-26T12:04:06.204Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-26T12:04:06.204Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-09-26T12:04:06.482Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2022-09-26T12:04:06.528Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2022-09-26T12:04:06.570Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-09-26T12:04:06.606Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-09-26T12:04:06.646Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-09-26T12:04:06.686Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-09-26T12:04:06.726Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-09-26T12:04:06.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-09-26T12:04:06.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-09-26T12:04:06.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-09-26T12:04:06.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-09-26T12:04:06.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo [2022-09-26T12:04:06.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-09-26T12:04:06.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-09-26T12:04:07.002Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2022-09-26T12:04:07.039Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-09-26T12:04:07.076Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-09-26T12:04:07.116Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-09-26T12:04:07.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-09-26T12:04:07.194Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-09-26T12:04:07.231Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-09-26T12:04:07.267Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-09-26T12:04:07.310Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-09-26T12:04:07.347Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-09-26T12:04:07.385Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2022-09-26T12:04:07.425Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-09-26T12:04:07.464Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-09-26T12:04:07.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-77 [Pipeline] echo [2022-09-26T12:04:07.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-77 [Pipeline] echo [2022-09-26T12:04:07.591Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-77 [Pipeline] echo [2022-09-26T12:04:07.630Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7e9561ff54297ec213caf73935785a5cb5fb924 [Pipeline] echo [2022-09-26T12:04:07.668Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7e9561 [Pipeline] echo [2022-09-26T12:04:07.706Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-09-26T12:04:08.219Z] + git rev-list -1 --merges e7e9561ff54297ec213caf73935785a5cb5fb924~1..e7e9561ff54297ec213caf73935785a5cb5fb924 [Pipeline] echo [2022-09-26T12:04:08.266Z] -----------> git rev-list -1 --merges e7e9561ff54297ec213caf73935785a5cb5fb924~1..e7e9561ff54297ec213caf73935785a5cb5fb924 e7e9561ff54297ec213caf73935785a5cb5fb924 [false] [Pipeline] sh [2022-09-26T12:04:08.575Z] + git log --format=format:%s -1 e7e9561ff54297ec213caf73935785a5cb5fb924 [Pipeline] echo [2022-09-26T12:04:08.606Z] ========================================================= [2022-09-26T12:04:08.606Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-09-26T12:04:08.606Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-26T12:04:09.041Z] + git log --format=format:%s -1 e7e9561ff54297ec213caf73935785a5cb5fb924 [Pipeline] echo [2022-09-26T12:04:09.074Z] [semverPrep] GIT_COMMIT: e7e9561ff54297ec213caf73935785a5cb5fb924, Commit Message: build(deps): Bump github.com/hashicorp/consul/api from 1.13.1 to 1.15.2 [Pipeline] echo [2022-09-26T12:04:09.101Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-09-26T12:04:09.481Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-09-26T12:04:09.481Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-09-26T12:04:09.481Z] + [ -e /tmp/ssh_known_hosts ] [2022-09-26T12:04:09.481Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-09-26T12:04:09.481Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-09-26T12:04:09.481Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-09-26T12:04:09.481Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:04:09.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-26T12:04:09.952Z] [2022-09-26T12:04:09.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:04:10.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-26T12:04:10.578Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-09-26T12:04:10.578Z] b85a868b505f: Pulling fs layer [2022-09-26T12:04:10.578Z] e2be974225ed: Pulling fs layer [2022-09-26T12:04:10.578Z] 339a4e72a1f5: Pulling fs layer [2022-09-26T12:04:10.578Z] 988bab9f4d93: Pulling fs layer [2022-09-26T12:04:10.578Z] 1469e6f7b9e6: Pulling fs layer [2022-09-26T12:04:10.578Z] eaf3925da568: Pulling fs layer [2022-09-26T12:04:10.578Z] bab4dde63d76: Pulling fs layer [2022-09-26T12:04:10.578Z] bde34c3a00c8: Pulling fs layer [2022-09-26T12:04:10.578Z] b352a97aabf1: Pulling fs layer [2022-09-26T12:04:10.578Z] 4872d77fe225: Pulling fs layer [2022-09-26T12:04:10.578Z] 5851b861e8e6: Pulling fs layer [2022-09-26T12:04:10.578Z] 988bab9f4d93: Waiting [2022-09-26T12:04:10.578Z] 4872d77fe225: Waiting [2022-09-26T12:04:10.578Z] bde34c3a00c8: Waiting [2022-09-26T12:04:10.578Z] 5851b861e8e6: Waiting [2022-09-26T12:04:10.578Z] 1469e6f7b9e6: Waiting [2022-09-26T12:04:10.578Z] bab4dde63d76: Waiting [2022-09-26T12:04:10.578Z] eaf3925da568: Waiting [2022-09-26T12:04:10.578Z] b352a97aabf1: Waiting [2022-09-26T12:04:10.578Z] e2be974225ed: Verifying Checksum [2022-09-26T12:04:10.578Z] e2be974225ed: Download complete [2022-09-26T12:04:10.578Z] 988bab9f4d93: Verifying Checksum [2022-09-26T12:04:10.578Z] 988bab9f4d93: Download complete [2022-09-26T12:04:10.578Z] 1469e6f7b9e6: Verifying Checksum [2022-09-26T12:04:10.578Z] 1469e6f7b9e6: Download complete [2022-09-26T12:04:10.578Z] eaf3925da568: Verifying Checksum [2022-09-26T12:04:10.578Z] eaf3925da568: Download complete [2022-09-26T12:04:10.578Z] 339a4e72a1f5: Verifying Checksum [2022-09-26T12:04:10.578Z] 339a4e72a1f5: Download complete [2022-09-26T12:04:10.578Z] bde34c3a00c8: Verifying Checksum [2022-09-26T12:04:10.578Z] bde34c3a00c8: Download complete [2022-09-26T12:04:10.840Z] b352a97aabf1: Verifying Checksum [2022-09-26T12:04:10.840Z] b352a97aabf1: Download complete [2022-09-26T12:04:10.840Z] 4872d77fe225: Verifying Checksum [2022-09-26T12:04:10.840Z] 4872d77fe225: Download complete [2022-09-26T12:04:10.840Z] 5851b861e8e6: Verifying Checksum [2022-09-26T12:04:10.840Z] 5851b861e8e6: Download complete [2022-09-26T12:04:10.840Z] b85a868b505f: Verifying Checksum [2022-09-26T12:04:10.840Z] b85a868b505f: Download complete [2022-09-26T12:04:11.099Z] bab4dde63d76: Verifying Checksum [2022-09-26T12:04:11.099Z] bab4dde63d76: Download complete [2022-09-26T12:04:12.055Z] b85a868b505f: Pull complete [2022-09-26T12:04:12.317Z] e2be974225ed: Pull complete [2022-09-26T12:04:12.887Z] 339a4e72a1f5: Pull complete [2022-09-26T12:04:12.887Z] 988bab9f4d93: Pull complete [2022-09-26T12:04:13.146Z] 1469e6f7b9e6: Pull complete [2022-09-26T12:04:13.146Z] eaf3925da568: Pull complete [2022-09-26T12:04:15.052Z] bab4dde63d76: Pull complete [2022-09-26T12:04:15.052Z] bde34c3a00c8: Pull complete [2022-09-26T12:04:15.312Z] b352a97aabf1: Pull complete [2022-09-26T12:04:15.312Z] 4872d77fe225: Pull complete [2022-09-26T12:04:15.312Z] 5851b861e8e6: Pull complete [2022-09-26T12:04:15.312Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-09-26T12:04:15.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-09-26T12:04:15.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:04:15.534Z] prd-ubuntu20.04-docker-8c-8g-1145 does not seem to be running inside a container [2022-09-26T12:04:15.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-77 -v /w/workspace/undry_go-mod-configuration_PR-77:/w/workspace/undry_go-mod-configuration_PR-77:rw,z -v /w/workspace/undry_go-mod-configuration_PR-77@tmp:/w/workspace/undry_go-mod-configuration_PR-77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-09-26T12:04:17.949Z] $ docker top 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac -eo pid,comm [2022-09-26T12:04:18.002Z] 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). [2022-09-26T12:04:18.002Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-09-26T12:04:18.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-26T12:04:18.127Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-26T12:04:18.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-26T12:04:18.256Z] $ docker exec 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac ssh-agent [2022-09-26T12:04:18.392Z] SSH_AUTH_SOCK=/tmp/ssh-6FtVSpoogeDn/agent.31 [2022-09-26T12:04:18.392Z] SSH_AGENT_PID=37 [2022-09-26T12:04:18.400Z] Running ssh-add (command line suppressed) [2022-09-26T12:04:18.507Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-77@tmp/private_key_5388188864652142395.key (/w/workspace/undry_go-mod-configuration_PR-77@tmp/private_key_5388188864652142395.key) [2022-09-26T12:04:18.525Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-26T12:04:18.854Z] + git tag --points-at HEAD [Pipeline] } [2022-09-26T12:04:18.881Z] $ docker exec --env ******** --env ******** 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac ssh-agent -k [2022-09-26T12:04:18.978Z] unset SSH_AUTH_SOCK; [2022-09-26T12:04:18.978Z] unset SSH_AGENT_PID; [2022-09-26T12:04:18.978Z] echo Agent pid 37 killed; [2022-09-26T12:04:18.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-09-26T12:04:19.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-09-26T12:04:19.071Z] [ssh-agent] Looking for ssh-agent implementation... [2022-09-26T12:04:19.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-09-26T12:04:19.195Z] $ docker exec 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac ssh-agent [2022-09-26T12:04:19.313Z] SSH_AUTH_SOCK=/tmp/ssh-JNB4GHjDFqfg/agent.69 [2022-09-26T12:04:19.313Z] SSH_AGENT_PID=75 [2022-09-26T12:04:19.317Z] Running ssh-add (command line suppressed) [2022-09-26T12:04:19.420Z] Identity added: /w/workspace/undry_go-mod-configuration_PR-77@tmp/private_key_7736963423167613588.key (/w/workspace/undry_go-mod-configuration_PR-77@tmp/private_key_7736963423167613588.key) [2022-09-26T12:04:19.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-09-26T12:04:19.762Z] + git semver init [2022-09-26T12:04:20.023Z] 2022-09-26 12:04:19,959 [run_init] DEBUG init version:0.0.0 force:False [2022-09-26T12:04:20.023Z] 2022-09-26 12:04:19,959 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-configuration_PR-77/.semver [2022-09-26T12:04:20.023Z] 2022-09-26 12:04:19,960 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/undry_go-mod-configuration_PR-77/.semver [2022-09-26T12:04:20.023Z] 2022-09-26 12:04:19,960 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/undry_go-mod-configuration_PR-77/.semver'], cwd=/w/workspace/undry_go-mod-configuration_PR-77, universal_newlines=False, shell=None, istream=None) [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,775 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-configuration_PR-77/.git/info/exclude [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,776 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-configuration_PR-77/.semver/PR-77 with force:False [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,776 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-configuration_PR-77/.semver/PR-77 [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,780 [execute] INFO git cat-file --batch-check [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,781 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-configuration_PR-77/.semver, universal_newlines=False, shell=None, istream=) [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,786 [execute] INFO git cat-file --batch [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,787 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-configuration_PR-77/.semver, universal_newlines=False, shell=None, istream=) [2022-09-26T12:04:20.974Z] 2022-09-26 12:04:20,792 [read_version] DEBUG read version from /w/workspace/undry_go-mod-configuration_PR-77/.semver/PR-77 [2022-09-26T12:04:20.974Z] 0.0.0 [Pipeline] } [2022-09-26T12:04:21.002Z] $ docker exec --env ******** --env ******** 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac ssh-agent -k [2022-09-26T12:04:21.108Z] unset SSH_AUTH_SOCK; [2022-09-26T12:04:21.109Z] unset SSH_AGENT_PID; [2022-09-26T12:04:21.109Z] echo Agent pid 75 killed; [2022-09-26T12:04:21.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-09-26T12:04:21.537Z] + git semver [Pipeline] } [2022-09-26T12:04:21.825Z] $ docker stop --time=1 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac [2022-09-26T12:04:23.237Z] $ docker rm -f 817c010fe9acff0623f6dbaf705f348123fbcf1977ab13eea1addf71f10fe6ac [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-26T12:04:23.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-09-26T12:04:23.888Z] Stashed 1 file(s) [Pipeline] echo [2022-09-26T12:04:23.904Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2022-09-26T12:04:24.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-26T12:04:24.508Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-26T12:04:24.538Z] ========================================================= [2022-09-26T12:04:24.538Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-09-26T12:04:24.538Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-09-26T12:04:24.924Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-26T12:04:25.186Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-09-26T12:04:25.186Z] 2408cc74d12b: Pulling fs layer [2022-09-26T12:04:25.187Z] ea60b727a1ce: Pulling fs layer [2022-09-26T12:04:25.187Z] 30c4a7721957: Pulling fs layer [2022-09-26T12:04:25.187Z] 370296b7ddb6: Pulling fs layer [2022-09-26T12:04:25.187Z] 7c6cee850709: Pulling fs layer [2022-09-26T12:04:25.187Z] 39a5fcdaea64: Pulling fs layer [2022-09-26T12:04:25.187Z] d94ebbe4e438: Pulling fs layer [2022-09-26T12:04:25.187Z] bcfd1f05c69d: Pulling fs layer [2022-09-26T12:04:25.187Z] 59ccb84bbe0f: Pulling fs layer [2022-09-26T12:04:25.187Z] 39a5fcdaea64: Waiting [2022-09-26T12:04:25.187Z] bcfd1f05c69d: Waiting [2022-09-26T12:04:25.187Z] d94ebbe4e438: Waiting [2022-09-26T12:04:25.187Z] 59ccb84bbe0f: Waiting [2022-09-26T12:04:25.187Z] 7c6cee850709: Waiting [2022-09-26T12:04:25.187Z] 370296b7ddb6: Waiting [2022-09-26T12:04:25.187Z] 30c4a7721957: Verifying Checksum [2022-09-26T12:04:25.187Z] 30c4a7721957: Download complete [2022-09-26T12:04:25.187Z] ea60b727a1ce: Verifying Checksum [2022-09-26T12:04:25.187Z] ea60b727a1ce: Download complete [2022-09-26T12:04:25.187Z] 7c6cee850709: Verifying Checksum [2022-09-26T12:04:25.187Z] 7c6cee850709: Download complete [2022-09-26T12:04:25.187Z] 39a5fcdaea64: Verifying Checksum [2022-09-26T12:04:25.187Z] 39a5fcdaea64: Download complete [2022-09-26T12:04:25.187Z] 2408cc74d12b: Verifying Checksum [2022-09-26T12:04:25.187Z] 2408cc74d12b: Download complete [2022-09-26T12:04:25.187Z] d94ebbe4e438: Download complete [2022-09-26T12:04:25.460Z] 2408cc74d12b: Pull complete [2022-09-26T12:04:25.722Z] ea60b727a1ce: Pull complete [2022-09-26T12:04:25.722Z] 59ccb84bbe0f: Verifying Checksum [2022-09-26T12:04:25.722Z] 59ccb84bbe0f: Download complete [2022-09-26T12:04:25.982Z] 30c4a7721957: Pull complete [2022-09-26T12:04:25.982Z] bcfd1f05c69d: Verifying Checksum [2022-09-26T12:04:25.982Z] bcfd1f05c69d: Download complete [2022-09-26T12:04:25.982Z] 370296b7ddb6: Verifying Checksum [2022-09-26T12:04:25.982Z] 370296b7ddb6: Download complete [2022-09-26T12:04:30.173Z] 370296b7ddb6: Pull complete [2022-09-26T12:04:30.173Z] 7c6cee850709: Pull complete [2022-09-26T12:04:30.173Z] 39a5fcdaea64: Pull complete [2022-09-26T12:04:30.173Z] d94ebbe4e438: Pull complete [2022-09-26T12:04:32.709Z] bcfd1f05c69d: Pull complete [2022-09-26T12:04:32.969Z] 59ccb84bbe0f: Pull complete [2022-09-26T12:04:33.229Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-09-26T12:04:33.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-09-26T12:04:33.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh [2022-09-26T12:04:33.550Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:04:33.919Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-26T12:04:33.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:04:34.056Z] prd-ubuntu20.04-docker-8c-8g-1145 does not seem to be running inside a container [2022-09-26T12:04:34.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-configuration_PR-77 -v /w/workspace/undry_go-mod-configuration_PR-77:/w/workspace/undry_go-mod-configuration_PR-77:rw,z -v /w/workspace/undry_go-mod-configuration_PR-77@tmp:/w/workspace/undry_go-mod-configuration_PR-77@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 ******** -e ******** ci-base-image-x86_64 cat [2022-09-26T12:04:38.178Z] $ docker top 51a9413ca3ca88ead71c9610d1d25372cecfe9ad6038d5ac55d13f17dda6bfcc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-26T12:04:38.563Z] + go version [2022-09-26T12:04:38.563Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-09-26T12:04:38.596Z] $ docker stop --time=1 51a9413ca3ca88ead71c9610d1d25372cecfe9ad6038d5ac55d13f17dda6bfcc [2022-09-26T12:04:39.296Z] Still waiting to schedule task [2022-09-26T12:04:39.297Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-09-26T12:04:39.862Z] $ docker rm -f 51a9413ca3ca88ead71c9610d1d25372cecfe9ad6038d5ac55d13f17dda6bfcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:04:40.548Z] + docker inspect -f . ci-base-image-x86_64 [2022-09-26T12:04:40.548Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:04:40.685Z] prd-ubuntu20.04-docker-8c-8g-1145 does not seem to be running inside a container [2022-09-26T12:04:40.716Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_go-mod-configuration_PR-77 -v /w/workspace/undry_go-mod-configuration_PR-77:/w/workspace/undry_go-mod-configuration_PR-77:rw,z -v /w/workspace/undry_go-mod-configuration_PR-77@tmp:/w/workspace/undry_go-mod-configuration_PR-77@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 ******** -e ******** ci-base-image-x86_64 cat [2022-09-26T12:04:41.103Z] $ docker top 71ae020d039bcfe3598a4ad0f69eb2d0a7deef0987cfef5afd2d6132c331176e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-26T12:04:41.489Z] + git config --global --add safe.directory /w/workspace/undry_go-mod-configuration_PR-77 [Pipeline] fileExists [Pipeline] sh [2022-09-26T12:04:41.840Z] + make test [2022-09-26T12:04:41.840Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-09-26T12:04:41.840Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-09-26T12:04:41.840Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-09-26T12:04:41.840Z] go: downloading github.com/hashicorp/consul/api v1.15.2 [2022-09-26T12:04:41.840Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2022-09-26T12:04:41.840Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-09-26T12:04:41.840Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-09-26T12:04:41.840Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-09-26T12:04:42.103Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2022-09-26T12:04:42.103Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-09-26T12:04:42.103Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-09-26T12:04:42.103Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/serf v0.9.7 [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2022-09-26T12:04:42.103Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-09-26T12:04:42.103Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-09-26T12:04:42.103Z] go: downloading github.com/fatih/color v1.9.0 [2022-09-26T12:04:42.103Z] go: downloading golang.org/x/sys v0.0.0-20220412211240-33da011f77ad [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2022-09-26T12:04:42.103Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-09-26T12:04:42.103Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-09-26T12:04:48.671Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.007s coverage: 85.7% of statements [2022-09-26T12:04:55.251Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 6.611s coverage: 88.3% of statements [2022-09-26T12:04:55.251Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.003s coverage: 100.0% of statements [2022-09-26T12:05:01.837Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-09-26T12:05:01.837Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-09-26T12:05:03.740Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-26T12:05:03.740Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-09-26T12:05:03.776Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-26T12:05:03.807Z] $ docker stop --time=1 71ae020d039bcfe3598a4ad0f69eb2d0a7deef0987cfef5afd2d6132c331176e [2022-09-26T12:05:05.587Z] $ docker rm -f 71ae020d039bcfe3598a4ad0f69eb2d0a7deef0987cfef5afd2d6132c331176e [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-26T12:05:06.056Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-26T12:05:06.120Z] 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 [2022-09-26T12:05:07.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-26T12:05:07.069Z] [2022-09-26T12:05:07.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:05:07.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-26T12:05:07.441Z] latest: Pulling from edgex-lftools-log-publisher [2022-09-26T12:05:07.441Z] 5eb5b503b376: Pulling fs layer [2022-09-26T12:05:07.441Z] 5c69ac0246d0: Pulling fs layer [2022-09-26T12:05:07.441Z] ec43610c2a17: Pulling fs layer [2022-09-26T12:05:07.441Z] 3a2ae6a8a46f: Pulling fs layer [2022-09-26T12:05:07.441Z] 33b1e0a273af: Pulling fs layer [2022-09-26T12:05:07.441Z] 5d3b04190fa2: Pulling fs layer [2022-09-26T12:05:07.441Z] 2f39f015ded8: Pulling fs layer [2022-09-26T12:05:07.441Z] 3a2ae6a8a46f: Waiting [2022-09-26T12:05:07.441Z] 33b1e0a273af: Waiting [2022-09-26T12:05:07.441Z] 5d3b04190fa2: Waiting [2022-09-26T12:05:07.441Z] 2f39f015ded8: Waiting [2022-09-26T12:05:07.441Z] 5c69ac0246d0: Verifying Checksum [2022-09-26T12:05:07.441Z] 5c69ac0246d0: Download complete [2022-09-26T12:05:07.441Z] 3a2ae6a8a46f: Download complete [2022-09-26T12:05:07.441Z] 33b1e0a273af: Verifying Checksum [2022-09-26T12:05:07.441Z] 33b1e0a273af: Download complete [2022-09-26T12:05:07.441Z] 5d3b04190fa2: Download complete [2022-09-26T12:05:07.441Z] ec43610c2a17: Verifying Checksum [2022-09-26T12:05:07.441Z] ec43610c2a17: Download complete [2022-09-26T12:05:07.704Z] 5eb5b503b376: Verifying Checksum [2022-09-26T12:05:07.704Z] 5eb5b503b376: Download complete [2022-09-26T12:05:08.272Z] 2f39f015ded8: Download complete [2022-09-26T12:05:08.839Z] 5eb5b503b376: Pull complete [2022-09-26T12:05:08.839Z] 5c69ac0246d0: Pull complete [2022-09-26T12:05:09.406Z] ec43610c2a17: Pull complete [2022-09-26T12:05:09.407Z] 3a2ae6a8a46f: Pull complete [2022-09-26T12:05:09.665Z] 33b1e0a273af: Pull complete [2022-09-26T12:05:09.665Z] 5d3b04190fa2: Pull complete [2022-09-26T12:05:13.849Z] 2f39f015ded8: Pull complete [2022-09-26T12:05:13.849Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-09-26T12:05:13.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-26T12:05:13.849Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:05:14.062Z] prd-ubuntu20.04-docker-8c-8g-1145 does not seem to be running inside a container [2022-09-26T12:05:14.089Z] $ 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/undry_go-mod-configuration_PR-77 -v /w/workspace/undry_go-mod-configuration_PR-77:/w/workspace/undry_go-mod-configuration_PR-77:rw,z -v /w/workspace/undry_go-mod-configuration_PR-77@tmp:/w/workspace/undry_go-mod-configuration_PR-77@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-09-26T12:05:16.687Z] $ docker top 1f6bc4c1993bb7f1a11daa643dd9d51898d8d539d715a90e17456a8762fed542 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:05:17.243Z] ---> job-cost.sh [2022-09-26T12:05:17.243Z] lf-activate-venv: SKIPPING [2022-09-26T12:05:17.243Z] INFO: No Stack... [2022-09-26T12:05:17.517Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-26T12:05:18.084Z] INFO: Archiving Costs [Pipeline] sh [2022-09-26T12:05:18.397Z] + cat /w/workspace/undry_go-mod-configuration_PR-77/archives/cost.csv [2022-09-26T12:05:18.397Z] + cut -d, -f6 [Pipeline] lock [2022-09-26T12:05:18.438Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [2022-09-26T12:05:18.442Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] did not exist. Created. [2022-09-26T12:05:18.442Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-26T12:05:18.822Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-09-26T12:05:18.866Z] Stashed 1 file(s) [Pipeline] } [2022-09-26T12:05:18.897Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-26T12:05:18.972Z] $ docker stop --time=1 1f6bc4c1993bb7f1a11daa643dd9d51898d8d539d715a90e17456a8762fed542 [2022-09-26T12:05:20.126Z] $ docker rm -f 1f6bc4c1993bb7f1a11daa643dd9d51898d8d539d715a90e17456a8762fed542 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-09-26T12:06:06.323Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1146 in /w/workspace/undry_go-mod-configuration_PR-77 [Pipeline] { [Pipeline] ws [2022-09-26T12:06:06.364Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2022-09-26T12:06:06.431Z] Selected Git installation does not exist. Using Default [2022-09-26T12:06:06.431Z] The recommended git tool is: NONE [2022-09-26T12:06:11.149Z] using credential edgex-jenkins-ssh [2022-09-26T12:06:11.167Z] Cloning the remote Git repository [2022-09-26T12:06:11.219Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2022-09-26T12:06:11.295Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2022-09-26T12:06:11.456Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2022-09-26T12:06:11.457Z] > git --version # timeout=10 [2022-09-26T12:06:11.477Z] > git --version # 'git version 2.25.1' [2022-09-26T12:06:11.479Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-26T12:06:11.532Z] Verifying host key using known hosts file [2022-09-26T12:06:11.721Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-26T12:06:11.735Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-26T12:06:12.684Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2022-09-26T12:06:12.706Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-09-26T12:06:13.507Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2022-09-26T12:06:13.549Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2022-09-26T12:06:13.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-26T12:06:13.556Z] Verifying host key using known hosts file [2022-09-26T12:06:13.562Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-26T12:06:13.573Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-09-26T12:06:14.090Z] Merging remotes/origin/main commit c2b0693c68c8c26444085d0a300b7fb77f2977c4 into PR head commit e7e9561ff54297ec213caf73935785a5cb5fb924 [2022-09-26T12:06:14.318Z] Merge succeeded, producing e7e9561ff54297ec213caf73935785a5cb5fb924 [2022-09-26T12:06:14.318Z] Checking out Revision e7e9561ff54297ec213caf73935785a5cb5fb924 (PR-77) [2022-09-26T12:06:14.777Z] Commit message: "build(deps): Bump github.com/hashicorp/consul/api from 1.13.1 to 1.15.2" [2022-09-26T12:06:14.822Z] > git --version # timeout=10 [2022-09-26T12:06:14.832Z] > git --version # 'git version 2.25.1' [2022-09-26T12:06:14.862Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-09-26T12:06:14.110Z] > git config core.sparsecheckout # timeout=10 [2022-09-26T12:06:14.139Z] > git checkout -f e7e9561ff54297ec213caf73935785a5cb5fb924 # timeout=10 [2022-09-26T12:06:14.211Z] > git remote # timeout=10 [2022-09-26T12:06:14.231Z] > git config --get remote.origin.url # timeout=10 [2022-09-26T12:06:14.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-09-26T12:06:14.259Z] Verifying host key using known hosts file [2022-09-26T12:06:14.262Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-09-26T12:06:14.272Z] > git merge c2b0693c68c8c26444085d0a300b7fb77f2977c4 # timeout=10 [2022-09-26T12:06:14.298Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-09-26T12:06:14.325Z] > git config core.sparsecheckout # timeout=10 [2022-09-26T12:06:14.340Z] > git checkout -f e7e9561ff54297ec213caf73935785a5cb5fb924 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-09-26T12:06:15.934Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-09-26T12:06:15.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-26T12:06:15.934Z] Dload Upload Total Spent Left Speed [2022-09-26T12:06:15.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 88746 0 --:--:-- --:--:-- --:--:-- 88746 [Pipeline] sh [2022-09-26T12:06:16.508Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-09-26T12:06:16.855Z] + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json [2022-09-26T12:06:16.855Z] [2022-09-26T12:06:16.855Z] { [2022-09-26T12:06:16.855Z] "registry-mirrors": [ [2022-09-26T12:06:16.855Z] "https://nexus3.edgexfoundry.org:10001" [2022-09-26T12:06:16.855Z] ], [2022-09-26T12:06:16.855Z] "bip": "10.250.0.254/24", [2022-09-26T12:06:16.855Z] "hosts": [ [2022-09-26T12:06:16.855Z] "tcp://0.0.0.0:5555", [2022-09-26T12:06:16.855Z] "unix:///var/run/docker.sock" [2022-09-26T12:06:16.855Z] ], [2022-09-26T12:06:16.855Z] "mtu": 1458, [2022-09-26T12:06:16.855Z] "selinux-enabled": true, [2022-09-26T12:06:16.855Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-09-26T12:06:16.855Z] } [Pipeline] sh [2022-09-26T12:06:17.195Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-09-26T12:06:17.538Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2022-09-26T12:06:35.957Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-26T12:06:35.993Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-09-26T12:06:36.024Z] ========================================================= [2022-09-26T12:06:36.024Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-09-26T12:06:36.024Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh [2022-09-26T12:06:36.436Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-26T12:06:37.028Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-09-26T12:06:37.028Z] b3c136eddcbf: Pulling fs layer [2022-09-26T12:06:37.028Z] c0a3192eca97: Pulling fs layer [2022-09-26T12:06:37.028Z] a050256f5b6f: Pulling fs layer [2022-09-26T12:06:37.028Z] 656be50a0ddc: Pulling fs layer [2022-09-26T12:06:37.028Z] 2bbca73fdf42: Pulling fs layer [2022-09-26T12:06:37.028Z] 46d945488cbd: Pulling fs layer [2022-09-26T12:06:37.028Z] 8a5474983e97: Pulling fs layer [2022-09-26T12:06:37.028Z] 329c88fbcd65: Pulling fs layer [2022-09-26T12:06:37.028Z] 46d945488cbd: Waiting [2022-09-26T12:06:37.028Z] 656be50a0ddc: Waiting [2022-09-26T12:06:37.028Z] 8a5474983e97: Waiting [2022-09-26T12:06:37.028Z] 2bbca73fdf42: Waiting [2022-09-26T12:06:37.028Z] 329c88fbcd65: Waiting [2022-09-26T12:06:37.028Z] a050256f5b6f: Verifying Checksum [2022-09-26T12:06:37.028Z] a050256f5b6f: Download complete [2022-09-26T12:06:37.028Z] c0a3192eca97: Verifying Checksum [2022-09-26T12:06:37.028Z] c0a3192eca97: Download complete [2022-09-26T12:06:37.028Z] 2bbca73fdf42: Verifying Checksum [2022-09-26T12:06:37.028Z] 2bbca73fdf42: Download complete [2022-09-26T12:06:37.028Z] 46d945488cbd: Verifying Checksum [2022-09-26T12:06:37.028Z] 46d945488cbd: Download complete [2022-09-26T12:06:37.028Z] b3c136eddcbf: Verifying Checksum [2022-09-26T12:06:37.994Z] b3c136eddcbf: Pull complete [2022-09-26T12:06:38.266Z] 329c88fbcd65: Verifying Checksum [2022-09-26T12:06:38.266Z] 329c88fbcd65: Download complete [2022-09-26T12:06:38.266Z] c0a3192eca97: Pull complete [2022-09-26T12:06:38.857Z] a050256f5b6f: Pull complete [2022-09-26T12:06:39.131Z] 8a5474983e97: Verifying Checksum [2022-09-26T12:06:39.131Z] 8a5474983e97: Download complete [2022-09-26T12:06:40.112Z] 656be50a0ddc: Verifying Checksum [2022-09-26T12:06:40.112Z] 656be50a0ddc: Download complete [2022-09-26T12:06:52.455Z] 656be50a0ddc: Pull complete [2022-09-26T12:06:52.455Z] 2bbca73fdf42: Pull complete [2022-09-26T12:06:52.455Z] 46d945488cbd: Pull complete [2022-09-26T12:06:57.831Z] 8a5474983e97: Pull complete [2022-09-26T12:06:59.788Z] 329c88fbcd65: Pull complete [2022-09-26T12:06:59.788Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-09-26T12:06:59.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-09-26T12:06:59.788Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh [2022-09-26T12:07:00.131Z] + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:07:00.595Z] + docker inspect -f . ci-base-image-arm64 [2022-09-26T12:07:00.595Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:07:00.872Z] prd-ubuntu20.04-docker-arm64-4c-16g-1146 does not seem to be running inside a container [2022-09-26T12:07:00.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-26T12:07:03.856Z] $ docker top c0fdf3c42c3d4f77eb58bd5df61e528b74410aaac8b0c874d638a6cdc5457ab7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-26T12:07:04.688Z] + go version [2022-09-26T12:07:04.688Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-09-26T12:07:04.723Z] $ docker stop --time=1 c0fdf3c42c3d4f77eb58bd5df61e528b74410aaac8b0c874d638a6cdc5457ab7 [2022-09-26T12:07:06.270Z] $ docker rm -f c0fdf3c42c3d4f77eb58bd5df61e528b74410aaac8b0c874d638a6cdc5457ab7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:07:07.079Z] + docker inspect -f . ci-base-image-arm64 [2022-09-26T12:07:07.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:07:07.301Z] prd-ubuntu20.04-docker-arm64-4c-16g-1146 does not seem to be running inside a container [2022-09-26T12:07:07.359Z] $ 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/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-09-26T12:07:09.372Z] $ docker top 2ee32eea0626c29947e8c7b7b5af25b7366ce9460611e9123848040db00d5995 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-26T12:07:09.888Z] + git config --global --add safe.directory /w/workspace/go-mod-configuration/1 [Pipeline] fileExists [Pipeline] sh [2022-09-26T12:07:10.264Z] + make test [2022-09-26T12:07:10.265Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-09-26T12:07:10.265Z] go: downloading github.com/stretchr/testify v1.8.0 [2022-09-26T12:07:10.265Z] go: downloading github.com/pelletier/go-toml v1.9.5 [2022-09-26T12:07:10.532Z] go: downloading github.com/hashicorp/consul/api v1.15.2 [2022-09-26T12:07:10.532Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-09-26T12:07:10.532Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-09-26T12:07:10.532Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-09-26T12:07:10.532Z] go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-09-26T12:07:10.800Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-09-26T12:07:10.800Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-09-26T12:07:10.800Z] go: downloading github.com/mitchellh/mapstructure v1.4.1 [2022-09-26T12:07:10.800Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-09-26T12:07:10.800Z] go: downloading github.com/hashicorp/go-hclog v0.14.1 [2022-09-26T12:07:10.800Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-09-26T12:07:10.800Z] go: downloading github.com/hashicorp/serf v0.9.7 [2022-09-26T12:07:10.800Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-09-26T12:07:10.800Z] go: downloading github.com/fatih/color v1.9.0 [2022-09-26T12:07:10.800Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-09-26T12:07:10.800Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-09-26T12:07:10.800Z] go: downloading golang.org/x/sys v0.0.0-20220412211240-33da011f77ad [2022-09-26T12:07:11.068Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-09-26T12:07:11.068Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 [2022-09-26T12:07:11.068Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-09-26T12:07:43.300Z] ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.019s coverage: 85.7% of statements [2022-09-26T12:07:49.939Z] ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 6.708s coverage: 88.3% of statements [2022-09-26T12:07:49.939Z] ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.012s coverage: 100.0% of statements [2022-09-26T12:07:49.939Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-09-26T12:07:49.939Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-09-26T12:08:02.259Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-09-26T12:08:02.259Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-09-26T12:08:02.303Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-09-26T12:08:02.339Z] $ docker stop --time=1 2ee32eea0626c29947e8c7b7b5af25b7366ce9460611e9123848040db00d5995 [2022-09-26T12:08:04.061Z] $ docker rm -f 2ee32eea0626c29947e8c7b7b5af25b7366ce9460611e9123848040db00d5995 [Pipeline] // withDockerContainer [Pipeline] sh [2022-09-26T12:08:04.975Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-09-26T12:08:05.014Z] Warning: overwriting stash ‘coverage-report’ [2022-09-26T12:08:05.377Z] 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 [2022-09-26T12:08:06.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-26T12:08:06.215Z] [2022-09-26T12:08:06.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:08:06.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-26T12:08:06.618Z] arm64: Pulling from edgex-lftools-log-publisher [2022-09-26T12:08:06.618Z] 8998bd30e6a1: Pulling fs layer [2022-09-26T12:08:06.618Z] 04944245beec: Pulling fs layer [2022-09-26T12:08:06.618Z] 699f458cf7ca: Pulling fs layer [2022-09-26T12:08:06.618Z] 765212b225bb: Pulling fs layer [2022-09-26T12:08:06.618Z] f23df028b6ca: Pulling fs layer [2022-09-26T12:08:06.618Z] d65c8cfc05b1: Pulling fs layer [2022-09-26T12:08:06.618Z] 2437ff75d9bd: Pulling fs layer [2022-09-26T12:08:06.618Z] f23df028b6ca: Waiting [2022-09-26T12:08:06.618Z] 765212b225bb: Waiting [2022-09-26T12:08:06.618Z] d65c8cfc05b1: Waiting [2022-09-26T12:08:06.618Z] 2437ff75d9bd: Waiting [2022-09-26T12:08:06.889Z] 04944245beec: Verifying Checksum [2022-09-26T12:08:06.889Z] 04944245beec: Download complete [2022-09-26T12:08:06.889Z] 765212b225bb: Verifying Checksum [2022-09-26T12:08:06.889Z] 765212b225bb: Download complete [2022-09-26T12:08:06.889Z] f23df028b6ca: Verifying Checksum [2022-09-26T12:08:06.889Z] f23df028b6ca: Download complete [2022-09-26T12:08:06.889Z] d65c8cfc05b1: Verifying Checksum [2022-09-26T12:08:06.889Z] d65c8cfc05b1: Download complete [2022-09-26T12:08:06.889Z] 699f458cf7ca: Verifying Checksum [2022-09-26T12:08:06.889Z] 699f458cf7ca: Download complete [2022-09-26T12:08:07.488Z] 8998bd30e6a1: Verifying Checksum [2022-09-26T12:08:07.488Z] 8998bd30e6a1: Download complete [2022-09-26T12:08:09.449Z] 2437ff75d9bd: Verifying Checksum [2022-09-26T12:08:09.449Z] 2437ff75d9bd: Download complete [2022-09-26T12:08:11.392Z] 8998bd30e6a1: Pull complete [2022-09-26T12:08:11.974Z] 04944245beec: Pull complete [2022-09-26T12:08:13.389Z] 699f458cf7ca: Pull complete [2022-09-26T12:08:13.389Z] 765212b225bb: Pull complete [2022-09-26T12:08:13.973Z] f23df028b6ca: Pull complete [2022-09-26T12:08:14.240Z] d65c8cfc05b1: Pull complete [2022-09-26T12:08:29.234Z] 2437ff75d9bd: Pull complete [2022-09-26T12:08:29.234Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-09-26T12:08:29.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-09-26T12:08:29.234Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:08:29.552Z] prd-ubuntu20.04-docker-arm64-4c-16g-1146 does not seem to be running inside a container [2022-09-26T12:08:29.614Z] $ 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/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-09-26T12:08:32.047Z] $ docker top 338ecb0f3e0db0bb122fc97ddbed66ff52270a229ef1d4fdee40e6dc98653c01 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:32.923Z] ---> job-cost.sh [2022-09-26T12:08:32.923Z] lf-activate-venv: SKIPPING [2022-09-26T12:08:32.923Z] INFO: No Stack... [2022-09-26T12:08:33.504Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-09-26T12:08:34.464Z] INFO: Archiving Costs [Pipeline] sh [2022-09-26T12:08:34.808Z] + + cutcat -d, /w/workspace/go-mod-configuration/1/archives/cost.csv -f6 [2022-09-26T12:08:34.808Z] [Pipeline] lock [2022-09-26T12:08:34.886Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [2022-09-26T12:08:34.891Z] Resource [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] did not exist. Created. [2022-09-26T12:08:34.891Z] Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-09-26T12:08:35.294Z] /w/workspace/go-mod-configuration/1@tmp/durable-b5fa986d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-09-26T12:08:35.646Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-09-26T12:08:35.940Z] Warning: overwriting stash ‘stack-cost’ [2022-09-26T12:08:35.972Z] Stashed 1 file(s) [Pipeline] } [2022-09-26T12:08:35.988Z] Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-PR-77-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-09-26T12:08:36.056Z] $ docker stop --time=1 338ecb0f3e0db0bb122fc97ddbed66ff52270a229ef1d4fdee40e6dc98653c01 [2022-09-26T12:08:37.538Z] $ docker rm -f 338ecb0f3e0db0bb122fc97ddbed66ff52270a229ef1d4fdee40e6dc98653c01 [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 [2022-09-26T12:08:38.496Z] provisioning config files... [2022-09-26T12:08:38.507Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-77@tmp/config12965485321316591639tmp [Pipeline] { [Pipeline] sh [2022-09-26T12:08:38.856Z] + set +x [2022-09-26T12:08:38.856Z] + curl -s https://codecov.io/bash [2022-09-26T12:08:38.856Z] + bash -s -- [2022-09-26T12:08:38.856Z] [2022-09-26T12:08:38.856Z] _____ _ [2022-09-26T12:08:38.856Z] / ____| | | [2022-09-26T12:08:38.856Z] | | ___ __| | ___ ___ _____ __ [2022-09-26T12:08:38.856Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-09-26T12:08:38.856Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-09-26T12:08:38.856Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-09-26T12:08:38.856Z] Bash-1.0.6 [2022-09-26T12:08:38.856Z] [2022-09-26T12:08:38.856Z] [2022-09-26T12:08:38.856Z] ==> git version 2.25.1 found [2022-09-26T12:08:38.856Z] ==> 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 [2022-09-26T12:08:38.856Z] Release-Date: 2020-01-08 [2022-09-26T12:08:38.856Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-09-26T12:08:38.856Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-09-26T12:08:38.856Z] ==> Jenkins CI detected. [2022-09-26T12:08:38.856Z] current dir:  /w/workspace/undry_go-mod-configuration_PR-77 [2022-09-26T12:08:38.856Z] project root: . [2022-09-26T12:08:38.856Z] --> token set from env [2022-09-26T12:08:38.856Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-09-26T12:08:38.856Z] ==> Running gcov in . (disable via -X gcov) [2022-09-26T12:08:38.856Z] ==> Python coveragepy not found [2022-09-26T12:08:38.856Z] ==> Searching for coverage reports in: [2022-09-26T12:08:38.856Z] + . [2022-09-26T12:08:38.856Z] -> Found 1 reports [2022-09-26T12:08:38.856Z] ==> Detecting git/mercurial file structure [2022-09-26T12:08:38.856Z] ==> Reading reports [2022-09-26T12:08:38.856Z] + ./coverage.out bytes=17231 [2022-09-26T12:08:39.116Z] ==> Appending adjustments [2022-09-26T12:08:39.116Z] https://docs.codecov.io/docs/fixing-reports [2022-09-26T12:08:39.116Z] + Found adjustments [2022-09-26T12:08:39.116Z] ==> Gzipping contents [2022-09-26T12:08:39.117Z] 4.0K /tmp/codecov.qa8hHH.gz [2022-09-26T12:08:39.117Z] ==> Uploading reports [2022-09-26T12:08:39.117Z] url: https://codecov.io [2022-09-26T12:08:39.117Z] query: branch=PR-77&commit=e7e9561ff54297ec213caf73935785a5cb5fb924&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-77%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=77&job=&cmd_args= [2022-09-26T12:08:39.117Z] -> Pinging Codecov [2022-09-26T12:08:39.117Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=b03387cf-fbed-45a6-9f6b-56101d2ea1b2&branch=PR-77&commit=e7e9561ff54297ec213caf73935785a5cb5fb924&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2FPR-77%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=77&job=&cmd_args= [2022-09-26T12:08:39.379Z] -> Uploading to [2022-09-26T12:08:39.379Z] https://storage.googleapis.com/codecov/v4/raw/2022-09-26/9F92B070CA9CA35F4914AC8684776953/e7e9561ff54297ec213caf73935785a5cb5fb924/5b9437f4-dac3-4443-9595-af918bf8f758.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220926%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220926T120839Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7efc617456cc6629bb7b21a7c11ba2ee5444778a1c4549e3de9fe54c2b001523 [2022-09-26T12:08:39.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-09-26T12:08:39.379Z] Dload Upload Total Spent Left Speed [2022-09-26T12:08:39.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2943 0 0 100 2943 0 13500 --:--:-- --:--:-- --:--:-- 13500 [2022-09-26T12:08:39.639Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/e7e9561ff54297ec213caf73935785a5cb5fb924 [Pipeline] } [2022-09-26T12:08:39.667Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2022-09-26T12:08:41.416Z] + [ -d /w/workspace/undry_go-mod-configuration_PR-77/archives ] [2022-09-26T12:08:41.416Z] + ls -al /w/workspace/undry_go-mod-configuration_PR-77/archives [2022-09-26T12:08:41.416Z] total 16 [2022-09-26T12:08:41.416Z] drwxr-xr-x 3 root root 4096 Sep 26 12:05 . [2022-09-26T12:08:41.416Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 26 12:05 .. [2022-09-26T12:08:41.416Z] drwxr-xr-x 2 root root 4096 Sep 26 12:05 cost [2022-09-26T12:08:41.416Z] -rw-r--r-- 1 root root 91 Sep 26 12:05 cost.csv [2022-09-26T12:08:41.416Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-configuration_PR-77/archives [2022-09-26T12:08:41.416Z] + ls -al /w/workspace/undry_go-mod-configuration_PR-77/archives [2022-09-26T12:08:41.416Z] total 16 [2022-09-26T12:08:41.416Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 26 12:05 . [2022-09-26T12:08:41.416Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 26 12:05 .. [2022-09-26T12:08:41.416Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 26 12:05 cost [2022-09-26T12:08:41.417Z] -rw-r--r-- 1 jenkins jenkins 91 Sep 26 12:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:41.741Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:42.641Z] ---> package-listing.sh [2022-09-26T12:08:42.641Z] ++ facter osfamily [2022-09-26T12:08:42.641Z] ++ tr '[:upper:]' '[:lower:]' [2022-09-26T12:08:42.901Z] + OS_FAMILY=debian [2022-09-26T12:08:42.901Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-77 [2022-09-26T12:08:42.901Z] + START_PACKAGES=/tmp/packages_start.txt [2022-09-26T12:08:42.901Z] + END_PACKAGES=/tmp/packages_end.txt [2022-09-26T12:08:42.901Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-09-26T12:08:42.901Z] + PACKAGES=/tmp/packages_start.txt [2022-09-26T12:08:42.901Z] + '[' /w/workspace/undry_go-mod-configuration_PR-77 ']' [2022-09-26T12:08:42.901Z] + PACKAGES=/tmp/packages_end.txt [2022-09-26T12:08:42.901Z] + case "${OS_FAMILY}" in [2022-09-26T12:08:42.901Z] + dpkg -l [2022-09-26T12:08:42.901Z] + grep '^ii' [2022-09-26T12:08:42.901Z] + '[' -f /tmp/packages_start.txt ']' [2022-09-26T12:08:42.901Z] + '[' -f /tmp/packages_end.txt ']' [2022-09-26T12:08:42.901Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-09-26T12:08:42.901Z] + '[' /w/workspace/undry_go-mod-configuration_PR-77 ']' [2022-09-26T12:08:42.901Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-77/archives/ [2022-09-26T12:08:42.901Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-77/archives/ [Pipeline] echo [2022-09-26T12:08:42.935Z] 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/undry_go-mod-configuration_PR-77/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-09-26T12:08:43.229Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-09-26T12:08:43.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-09-26T12:08:43.871Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-09-26T12:08:44.017Z] prd-ubuntu20.04-docker-8c-8g-1145 does not seem to be running inside a container [2022-09-26T12:08:44.047Z] $ 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/undry_go-mod-configuration_PR-77/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-configuration_PR-77 -v /w/workspace/undry_go-mod-configuration_PR-77:/w/workspace/undry_go-mod-configuration_PR-77:rw,z -v /w/workspace/undry_go-mod-configuration_PR-77@tmp:/w/workspace/undry_go-mod-configuration_PR-77@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 [2022-09-26T12:08:44.729Z] $ docker top 696db2f0739f0819dd5c5d5705683cc67f81bea576e089969e6da7a4d9356808 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-09-26T12:08:45.124Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-09-26T12:08:45.430Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-09-26T12:08:45.738Z] + ls /var/log/sa-host [2022-09-26T12:08:45.738Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-09-26T12:08:45.960Z] provisioning config files... [2022-09-26T12:08:45.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-77@tmp/config4898157874931213901tmp [Pipeline] { [Pipeline] echo [2022-09-26T12:08:46.016Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:46.324Z] ---> create-netrc.sh [Pipeline] } [2022-09-26T12:08:46.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:46.749Z] ---> python-tools-install.sh [Pipeline] echo [2022-09-26T12:08:46.779Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:47.094Z] ---> sudo-logs.sh [2022-09-26T12:08:47.094Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-09-26T12:08:47.177Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:47.488Z] ---> job-cost.sh [2022-09-26T12:08:47.488Z] lf-activate-venv: SKIPPING [2022-09-26T12:08:47.488Z] DEBUG: total: 0.2199999988079071 [2022-09-26T12:08:47.488Z] INFO: Retrieving Stack Cost... [2022-09-26T12:08:47.747Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-09-26T12:08:48.316Z] INFO: Archiving Costs [Pipeline] echo [2022-09-26T12:08:48.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-09-26T12:08:48.658Z] ---> logs-deploy.sh [2022-09-26T12:08:48.658Z] lf-activate-venv: SKIPPING [2022-09-26T12:08:48.658Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-77/1 [2022-09-26T12:08:48.658Z] INFO: archiving workspace using pattern(s): [2022-09-26T12:08:49.594Z] Archives upload complete. [2022-09-26T12:08:49.594Z] INFO: archiving logs to Nexus