Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 37bef25f55607789012cca21173745bf7973703c 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-ssh11670369144929104203.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh9237138452823237569.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 f3350a1713306dce7682ed7e37d5774890d03277 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh496411233488650966.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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-ssh15852424169861622408.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12794057581418217928.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9454 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 37bef25f55607789012cca21173745bf7973703c (main) Commit message: "Merge pull request #742 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.40" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37bef25f55607789012cca21173745bf7973703c # timeout=10 > git rev-list --no-walk ae1bc9aecc537dd69690b552f386c6c96734bc76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:53:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:53:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:53:40 ========================================================= 11:53:40 EdgeX Global Pipelines Version Info 11:53:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:53:41 ------------------- 11:53:41 stable info: 11:53:41 ------------------- 11:53:41 Commited By: Cherry Wang cherry@iotechsys.com 11:53:41 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 11:53:41 Message: update stable to v1.0.263 11:53:41 ------------------- 11:53:41 experimental info: 11:53:41 ------------------- 11:53:41 Commited By: Cherry Wang cherry@iotechsys.com 11:53:41 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 11:53:41 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:53:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 11:53:41 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 11:53:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37bef25f55607789012cca21173745bf7973703c [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37bef25 [Pipeline] echo 11:53:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:53:43 + git rev-list -1 --merges 37bef25f55607789012cca21173745bf7973703c~1..37bef25f55607789012cca21173745bf7973703c [Pipeline] echo 11:53:43 -----------> git rev-list -1 --merges 37bef25f55607789012cca21173745bf7973703c~1..37bef25f55607789012cca21173745bf7973703c 37bef25f55607789012cca21173745bf7973703c 11:53:43 37bef25f55607789012cca21173745bf7973703c [false] [Pipeline] sh 11:53:43 + git log --format=format:%s -1 37bef25f55607789012cca21173745bf7973703c [Pipeline] echo 11:53:43 ========================================================= 11:53:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:53:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:53:43 + git log --format=format:%s -1 37bef25f55607789012cca21173745bf7973703c [Pipeline] echo 11:53:43 [semverPrep] GIT_COMMIT: 37bef25f55607789012cca21173745bf7973703c, Commit Message: Merge pull request #742 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.40 [Pipeline] echo 11:53:43 [semverPrep] This is not a build commit. [Pipeline] sh 11:53:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:53:44 + grep -v github /etc/ssh/ssh_known_hosts 11:53:44 + [ -e /tmp/ssh_known_hosts ] 11:53:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:53:44 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:53:44 sudo tee -a /etc/ssh/ssh_known_hosts 11:53:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:44 11:53:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:53:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:45 0.1.4: Pulling from edgex-devops/py-git-semver 11:53:45 b85a868b505f: Pulling fs layer 11:53:45 e2be974225ed: Pulling fs layer 11:53:45 339a4e72a1f5: Pulling fs layer 11:53:45 988bab9f4d93: Pulling fs layer 11:53:45 1469e6f7b9e6: Pulling fs layer 11:53:45 eaf3925da568: Pulling fs layer 11:53:45 bab4dde63d76: Pulling fs layer 11:53:45 bde34c3a00c8: Pulling fs layer 11:53:45 b352a97aabf1: Pulling fs layer 11:53:45 4872d77fe225: Pulling fs layer 11:53:45 5851b861e8e6: Pulling fs layer 11:53:45 988bab9f4d93: Waiting 11:53:45 1469e6f7b9e6: Waiting 11:53:45 eaf3925da568: Waiting 11:53:45 bab4dde63d76: Waiting 11:53:45 bde34c3a00c8: Waiting 11:53:45 4872d77fe225: Waiting 11:53:45 b352a97aabf1: Waiting 11:53:45 5851b861e8e6: Waiting 11:53:45 e2be974225ed: Download complete 11:53:45 988bab9f4d93: Verifying Checksum 11:53:45 988bab9f4d93: Download complete 11:53:45 1469e6f7b9e6: Verifying Checksum 11:53:45 1469e6f7b9e6: Download complete 11:53:45 339a4e72a1f5: Verifying Checksum 11:53:45 339a4e72a1f5: Download complete 11:53:45 eaf3925da568: Verifying Checksum 11:53:45 eaf3925da568: Download complete 11:53:45 bde34c3a00c8: Verifying Checksum 11:53:45 bde34c3a00c8: Download complete 11:53:45 b352a97aabf1: Verifying Checksum 11:53:45 b352a97aabf1: Download complete 11:53:45 4872d77fe225: Verifying Checksum 11:53:45 4872d77fe225: Download complete 11:53:45 5851b861e8e6: Verifying Checksum 11:53:45 5851b861e8e6: Download complete 11:53:45 b85a868b505f: Verifying Checksum 11:53:45 b85a868b505f: Download complete 11:53:45 bab4dde63d76: Verifying Checksum 11:53:45 bab4dde63d76: Download complete 11:53:47 b85a868b505f: Pull complete 11:53:47 e2be974225ed: Pull complete 11:53:47 339a4e72a1f5: Pull complete 11:53:47 988bab9f4d93: Pull complete 11:53:47 1469e6f7b9e6: Pull complete 11:53:47 eaf3925da568: Pull complete 11:53:49 bab4dde63d76: Pull complete 11:53:49 bde34c3a00c8: Pull complete 11:53:49 b352a97aabf1: Pull complete 11:53:49 4872d77fe225: Pull complete 11:53:49 5851b861e8e6: Pull complete 11:53:49 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:53:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:53:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:50 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 11:53:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:53:53 $ docker top 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 -eo pid,comm 11:53:53 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). 11:53:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:53:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:53 [ssh-agent] Looking for ssh-agent implementation... 11:53:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:53 $ docker exec 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 ssh-agent 11:53:53 SSH_AUTH_SOCK=/tmp/ssh-crL5Jnz9yX9k/agent.32 11:53:53 SSH_AGENT_PID=38 11:53:53 Running ssh-add (command line suppressed) 11:53:53 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9696526948273043191.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_9696526948273043191.key) 11:53:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:54 + git tag --points-at HEAD [Pipeline] } 11:53:54 $ docker exec --env ******** --env ******** 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 ssh-agent -k 11:53:54 unset SSH_AUTH_SOCK; 11:53:54 unset SSH_AGENT_PID; 11:53:54 echo Agent pid 38 killed; 11:53:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:53:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:53:54 [ssh-agent] Looking for ssh-agent implementation... 11:53:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:53:54 $ docker exec 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 ssh-agent 11:53:54 SSH_AUTH_SOCK=/tmp/ssh-3eyesxPeEh7b/agent.71 11:53:54 SSH_AGENT_PID=77 11:53:54 Running ssh-add (command line suppressed) 11:53:54 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17560711405311835805.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17560711405311835805.key) 11:53:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:53:55 + git semver init 11:53:55 2024-09-04 11:53:55,267 [run_init] DEBUG init version:0.0.0 force:False 11:53:55 2024-09-04 11:53:55,268 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 11:53:55 2024-09-04 11:53:55,268 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 11:53:55 2024-09-04 11:53:55,268 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 11:53:56 2024-09-04 11:53:56,253 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 11:53:56 2024-09-04 11:53:56,254 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 11:53:56 2024-09-04 11:53:56,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:53:56 2024-09-04 11:53:56,254 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:53:56 3.2.0-dev.56 [Pipeline] } 11:53:56 $ docker exec --env ******** --env ******** 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 ssh-agent -k 11:53:56 unset SSH_AUTH_SOCK; 11:53:56 unset SSH_AGENT_PID; 11:53:56 echo Agent pid 77 killed; 11:53:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:53:56 + git semver [Pipeline] } 11:53:57 $ docker stop --time=1 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 11:53:58 $ docker rm -f --volumes 96228e9e482cf0626aca1658b94b432cd5676ba741402a90f77585dc086738b6 [Pipeline] // withDockerContainer [Pipeline] sh 11:53:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:53:59 Stashed 1 file(s) [Pipeline] echo 11:53:59 [edgeXSemver]: initialized semver on version 3.2.0-dev.56 [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 11:53:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:53:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:53:59 ========================================================= 11:53:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 11:53:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:53:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 11:53:59 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 11:53:59 619be1103602: Pulling fs layer 11:53:59 7862e08f4a3e: Pulling fs layer 11:53:59 5df492c9dc93: Pulling fs layer 11:53:59 7629e6793208: Pulling fs layer 11:53:59 4f4fb700ef54: Pulling fs layer 11:53:59 fb5054dd5b73: Pulling fs layer 11:53:59 eeca6798cff9: Pulling fs layer 11:53:59 aa269ceb94a6: Pulling fs layer 11:53:59 ada007ff1a6a: Pulling fs layer 11:53:59 7629e6793208: Waiting 11:53:59 eeca6798cff9: Waiting 11:53:59 fb5054dd5b73: Waiting 11:53:59 4f4fb700ef54: Waiting 11:53:59 aa269ceb94a6: Waiting 11:53:59 ada007ff1a6a: Waiting 11:53:59 7862e08f4a3e: Download complete 11:53:59 7629e6793208: Verifying Checksum 11:53:59 7629e6793208: Download complete 11:53:59 4f4fb700ef54: Download complete 11:53:59 619be1103602: Verifying Checksum 11:53:59 619be1103602: Download complete 11:53:59 fb5054dd5b73: Download complete 11:53:59 eeca6798cff9: Verifying Checksum 11:53:59 eeca6798cff9: Download complete 11:53:59 ada007ff1a6a: Verifying Checksum 11:53:59 ada007ff1a6a: Download complete 11:53:59 619be1103602: Pull complete 11:53:59 7862e08f4a3e: Pull complete 11:54:00 5df492c9dc93: Verifying Checksum 11:54:00 5df492c9dc93: Download complete 11:54:00 aa269ceb94a6: Verifying Checksum 11:54:00 aa269ceb94a6: Download complete 11:54:03 5df492c9dc93: Pull complete 11:54:03 7629e6793208: Pull complete 11:54:03 4f4fb700ef54: Pull complete 11:54:03 fb5054dd5b73: Pull complete 11:54:03 eeca6798cff9: Pull complete 11:54:05 aa269ceb94a6: Pull complete 11:54:05 ada007ff1a6a: Pull complete 11:54:05 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 11:54:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 11:54:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] sh 11:54:06 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:54:06 + docker inspect -f . ci-base-image-x86_64 11:54:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:54:06 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 11:54:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:54:12 $ docker top a97600eb17871fc2e144987131eb1a7f7f8abd35aab6f8b0afcdc4bacca91471 -eo pid,comm [Pipeline] { [Pipeline] sh 11:54:12 + go version 11:54:12 go version go1.21.9 linux/amd64 [Pipeline] } 11:54:12 $ docker stop --time=1 a97600eb17871fc2e144987131eb1a7f7f8abd35aab6f8b0afcdc4bacca91471 11:54:13 $ docker rm -f --volumes a97600eb17871fc2e144987131eb1a7f7f8abd35aab6f8b0afcdc4bacca91471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:54:14 + docker inspect -f . ci-base-image-x86_64 11:54:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:54:14 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 11:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:54:14 Still waiting to schedule task 11:54:14 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:54:14 $ docker top 0f334613e0dab49af39ab7d28effef4446728dd402e3c37fa9126824aa96bcaa -eo pid,comm [Pipeline] { [Pipeline] sh 11:54:14 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 11:54:15 + make test 11:54:15 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:54:15 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 11:54:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.43 11:54:15 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.16 11:54:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.12 11:54:15 go: downloading github.com/stretchr/testify v1.9.0 11:54:15 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 11:54:15 go: downloading github.com/labstack/echo/v4 v4.11.4 11:54:15 go: downloading github.com/mitchellh/mapstructure v1.5.0 11:54:15 go: downloading github.com/google/uuid v1.6.0 11:54:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.31 11:54:15 go: downloading github.com/mitchellh/copystructure v1.2.0 11:54:15 go: downloading gopkg.in/yaml.v3 v3.0.1 11:54:15 go: downloading github.com/openziti/sdk-golang v0.23.40 11:54:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.12 11:54:15 go: downloading github.com/sirupsen/logrus v1.9.3 11:54:15 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:54:15 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:54:15 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:54:15 go: downloading github.com/gorilla/websocket v1.5.3 11:54:15 go: downloading golang.org/x/net v0.27.0 11:54:15 go: downloading golang.org/x/sync v0.7.0 11:54:15 go: downloading github.com/go-kit/log v0.2.1 11:54:15 go: downloading github.com/go-playground/validator/v10 v10.22.0 11:54:15 go: downloading github.com/stretchr/objx v0.5.2 11:54:15 go: downloading github.com/labstack/gommon v0.4.2 11:54:15 go: downloading golang.org/x/crypto v0.25.0 11:54:16 go: downloading github.com/mitchellh/reflectwalk v1.0.2 11:54:16 go: downloading golang.org/x/sys v0.22.0 11:54:16 go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 11:54:16 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 11:54:16 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 11:54:16 go: downloading github.com/valyala/fasttemplate v1.2.2 11:54:16 go: downloading golang.org/x/time v0.5.0 11:54:16 go: downloading github.com/hashicorp/errwrap v1.1.0 11:54:16 go: downloading github.com/hashicorp/consul/api v1.29.4 11:54:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:54:16 go: downloading github.com/spf13/cast v1.6.0 11:54:16 go: downloading github.com/mattn/go-colorable v0.1.13 11:54:16 go: downloading github.com/mattn/go-isatty v0.0.20 11:54:16 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 11:54:16 go: downloading github.com/go-playground/universal-translator v0.18.1 11:54:16 go: downloading github.com/leodido/go-urn v1.4.0 11:54:16 go: downloading golang.org/x/text v0.16.0 11:54:16 go: downloading github.com/go-logfmt/logfmt v0.5.1 11:54:16 go: downloading github.com/go-redis/redis/v7 v7.3.0 11:54:16 go: downloading github.com/go-openapi/runtime v0.28.0 11:54:16 go: downloading github.com/go-openapi/strfmt v0.23.0 11:54:16 go: downloading github.com/go-resty/resty/v2 v2.13.1 11:54:16 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 11:54:16 go: downloading github.com/michaelquigley/pfxlog v0.6.10 11:54:16 go: downloading github.com/openziti/edge-api v0.26.23 11:54:17 go: downloading github.com/openziti/foundation/v2 v2.0.47 11:54:17 go: downloading github.com/openziti/identity v1.0.81 11:54:17 go: downloading github.com/pkg/errors v0.9.1 11:54:17 go: downloading github.com/zitadel/oidc/v2 v2.12.0 11:54:17 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 11:54:17 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 11:54:17 go: downloading golang.org/x/oauth2 v0.21.0 11:54:17 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 11:54:17 go: downloading github.com/kataras/go-events v0.0.3 11:54:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:54:17 go: downloading github.com/openziti/channel/v2 v2.0.136 11:54:17 go: downloading github.com/openziti/metrics v1.2.56 11:54:17 go: downloading github.com/openziti/secretstream v0.1.21 11:54:17 go: downloading github.com/openziti/transport/v2 v2.0.138 11:54:17 go: downloading github.com/valyala/bytebufferpool v1.0.0 11:54:17 go: downloading github.com/x448/float16 v0.8.4 11:54:17 go: downloading google.golang.org/grpc v1.64.1 11:54:17 go: downloading github.com/zeebo/errs v1.3.0 11:54:17 go: downloading github.com/go-playground/locales v0.14.1 11:54:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 11:54:17 go: downloading github.com/hashicorp/go-hclog v1.5.0 11:54:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 11:54:17 go: downloading github.com/hashicorp/serf v0.10.1 11:54:17 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 11:54:17 go: downloading github.com/go-openapi/errors v0.22.0 11:54:17 go: downloading github.com/oklog/ulid v1.3.1 11:54:17 go: downloading go.mongodb.org/mongo-driver v1.16.0 11:54:18 go: downloading github.com/go-openapi/swag v0.23.0 11:54:18 go: downloading github.com/opentracing/opentracing-go v1.2.0 11:54:18 go: downloading go.opentelemetry.io/otel v1.28.0 11:54:18 go: downloading go.opentelemetry.io/otel/trace v1.28.0 11:54:18 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 11:54:18 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 11:54:18 go: downloading github.com/go-openapi/validate v0.24.0 11:54:18 go: downloading github.com/fsnotify/fsnotify v1.7.0 11:54:18 go: downloading github.com/gorilla/securecookie v1.1.1 11:54:18 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 11:54:18 go: downloading github.com/gorilla/schema v1.4.1 11:54:18 go: downloading github.com/muhlemmer/gu v0.3.1 11:54:18 go: downloading github.com/mitchellh/go-ps v1.0.0 11:54:18 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 11:54:18 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 11:54:18 go: downloading github.com/golang/protobuf v1.5.4 11:54:18 go: downloading google.golang.org/protobuf v1.34.2 11:54:18 go: downloading github.com/go-jose/go-jose/v4 v4.0.2 11:54:18 go: downloading github.com/fatih/color v1.16.0 11:54:18 go: downloading github.com/armon/go-metrics v0.4.1 11:54:18 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 11:54:18 go: downloading github.com/go-openapi/analysis v0.23.0 11:54:18 go: downloading github.com/go-openapi/loads v0.22.0 11:54:18 go: downloading github.com/go-openapi/spec v0.21.0 11:54:18 go: downloading github.com/mailru/easyjson v0.7.7 11:54:18 go: downloading github.com/go-logr/logr v1.4.2 11:54:18 go: downloading go.opentelemetry.io/otel/metric v1.28.0 11:54:18 go: downloading golang.org/x/term v0.22.0 11:54:18 go: downloading github.com/tklauser/go-sysconf v0.3.12 11:54:18 go: downloading github.com/go-openapi/jsonpointer v0.21.0 11:54:18 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 11:54:18 go: downloading github.com/josharian/intern v1.0.0 11:54:18 go: downloading github.com/go-logr/stdr v1.2.2 11:54:18 go: downloading github.com/go-openapi/jsonreference v0.21.0 11:54:18 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 11:54:18 go: downloading github.com/hashicorp/golang-lru v0.5.4 11:54:18 go: downloading github.com/tklauser/numcpus v0.6.1 11:54:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 11:54:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 11:54:53 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 11:54:53 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 11:54:53 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 11:54:53 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/zerotrust [no test files] 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.042s coverage: 33.4% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.014s coverage: 93.5% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.011s coverage: 88.1% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.345s coverage: 88.2% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.005s coverage: 84.4% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.020s coverage: 41.7% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.009s coverage: 100.0% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.310s coverage: 87.7% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.010s coverage: 26.3% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.085s coverage: 75.8% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.007s coverage: 50.9% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.006s coverage: 31.2% of statements 11:54:53 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.004s coverage: 91.3% of statements 11:55:03 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:55:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:55:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:55:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 11:55:08 $ docker stop --time=1 0f334613e0dab49af39ab7d28effef4446728dd402e3c37fa9126824aa96bcaa 11:55:10 $ docker rm -f --volumes 0f334613e0dab49af39ab7d28effef4446728dd402e3c37fa9126824aa96bcaa [Pipeline] // withDockerContainer [Pipeline] sh 11:55:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:55:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:55:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:55:12 11:55:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:55:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:55:13 latest: Pulling from edgex-lftools-log-publisher 11:55:13 5eb5b503b376: Pulling fs layer 11:55:13 5c69ac0246d0: Pulling fs layer 11:55:13 ec43610c2a17: Pulling fs layer 11:55:13 3a2ae6a8a46f: Pulling fs layer 11:55:13 33b1e0a273af: Pulling fs layer 11:55:13 5d3b04190fa2: Pulling fs layer 11:55:13 2f39f015ded8: Pulling fs layer 11:55:13 5d3b04190fa2: Waiting 11:55:13 2f39f015ded8: Waiting 11:55:13 3a2ae6a8a46f: Waiting 11:55:13 33b1e0a273af: Waiting 11:55:13 5c69ac0246d0: Verifying Checksum 11:55:13 5c69ac0246d0: Download complete 11:55:13 3a2ae6a8a46f: Download complete 11:55:13 33b1e0a273af: Verifying Checksum 11:55:13 33b1e0a273af: Download complete 11:55:13 5d3b04190fa2: Verifying Checksum 11:55:13 5d3b04190fa2: Download complete 11:55:13 ec43610c2a17: Verifying Checksum 11:55:13 ec43610c2a17: Download complete 11:55:13 5eb5b503b376: Verifying Checksum 11:55:13 5eb5b503b376: Download complete 11:55:13 2f39f015ded8: Download complete 11:55:14 5eb5b503b376: Pull complete 11:55:14 5c69ac0246d0: Pull complete 11:55:15 ec43610c2a17: Pull complete 11:55:15 3a2ae6a8a46f: Pull complete 11:55:15 33b1e0a273af: Pull complete 11:55:15 5d3b04190fa2: Pull complete 11:55:19 2f39f015ded8: Pull complete 11:55:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:55:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:55:19 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 11:55:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:55:25 $ docker top b689b49b7a596995047c7775232802cb661059cc6686e7b9809db4392f02f175 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:55:25 ---> job-cost.sh 11:55:25 lf-activate-venv: SKIPPING 11:55:25 INFO: No Stack... 11:55:25 INFO: Retrieving Pricing Info for: v3-standard-8 11:55:26 INFO: Archiving Costs [Pipeline] sh 11:55:26 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 11:55:26 + cut -d, -f6 [Pipeline] lock 11:55:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] 11:55:26 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] did not exist. Created. 11:55:26 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:55:26 + echo total: 0.2199999988079071 [Pipeline] stash 11:55:26 Stashed 1 file(s) [Pipeline] } 11:55:26 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] [Pipeline] // lock [Pipeline] } 11:55:26 $ docker stop --time=1 b689b49b7a596995047c7775232802cb661059cc6686e7b9809db4392f02f175 11:55:28 $ docker rm -f --volumes b689b49b7a596995047c7775232802cb661059cc6686e7b9809db4392f02f175 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:55:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9455 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 11:55:45 Running in /w/workspace/go-mod-bootstrap/312 [Pipeline] { [Pipeline] checkout 11:55:48 The recommended git tool is: git 11:55:53 using credential edgex-jenkins-ssh 11:55:53 Cloning the remote Git repository 11:55:53 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 11:55:53 > git init /w/workspace/go-mod-bootstrap/312 # timeout=10 11:55:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:55:53 > git --version # timeout=10 11:55:53 > git --version # 'git version 2.25.1' 11:55:53 using GIT_SSH to set credentials SSH Credentials for GitHub 11:55:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:55:55 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:55:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:55:56 Avoid second fetch 11:55:56 Checking out Revision 37bef25f55607789012cca21173745bf7973703c (main) 11:55:57 Commit message: "Merge pull request #742 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.40" 11:55:56 > git config core.sparsecheckout # timeout=10 11:55:56 > git checkout -f 37bef25f55607789012cca21173745bf7973703c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:56:01 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:56:01 % Total % Received % Xferd Average Speed Time Time Time Current 11:56:01 Dload Upload Total Spent Left Speed 11:56:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 87265 0 --:--:-- --:--:-- --:--:-- 87863 [Pipeline] sh 11:56:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:56:02 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:56:02 + sudo tee /etc/docker/daemon.new 11:56:02 { 11:56:02 "registry-mirrors": [ 11:56:02 "https://nexus3.edgexfoundry.org:10001" 11:56:02 ], 11:56:02 "bip": "10.250.0.254/24", 11:56:02 "hosts": [ 11:56:02 "tcp://0.0.0.0:5555", 11:56:02 "unix:///var/run/docker.sock" 11:56:02 ], 11:56:02 "mtu": 1458, 11:56:02 "selinux-enabled": true, 11:56:02 "seccomp-profile": "/etc/docker/seccomp.json" 11:56:02 } [Pipeline] sh 11:56:02 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:56:03 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 11:56:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:56:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 11:56:21 ========================================================= 11:56:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 11:56:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:56:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 11:56:22 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:56:22 c6b39de5b339: Pulling fs layer 11:56:22 a69c41024577: Pulling fs layer 11:56:22 d6de4b400683: Pulling fs layer 11:56:22 35cb2a7552d0: Pulling fs layer 11:56:22 4f4fb700ef54: Pulling fs layer 11:56:22 464afbd9ba4c: Pulling fs layer 11:56:22 00f215d4a9da: Pulling fs layer 11:56:22 d496ad576159: Pulling fs layer 11:56:22 35cb2a7552d0: Waiting 11:56:22 4f4fb700ef54: Waiting 11:56:22 464afbd9ba4c: Waiting 11:56:22 00f215d4a9da: Waiting 11:56:22 d496ad576159: Waiting 11:56:22 a69c41024577: Verifying Checksum 11:56:22 a69c41024577: Download complete 11:56:22 35cb2a7552d0: Verifying Checksum 11:56:22 35cb2a7552d0: Download complete 11:56:22 4f4fb700ef54: Verifying Checksum 11:56:22 4f4fb700ef54: Download complete 11:56:22 c6b39de5b339: Download complete 11:56:22 464afbd9ba4c: Verifying Checksum 11:56:22 464afbd9ba4c: Download complete 11:56:22 d496ad576159: Verifying Checksum 11:56:22 d496ad576159: Download complete 11:56:23 c6b39de5b339: Pull complete 11:56:24 a69c41024577: Pull complete 11:56:24 d6de4b400683: Verifying Checksum 11:56:24 d6de4b400683: Download complete 11:56:25 00f215d4a9da: Verifying Checksum 11:56:25 00f215d4a9da: Download complete 11:56:38 d6de4b400683: Pull complete 11:56:38 35cb2a7552d0: Pull complete 11:56:38 4f4fb700ef54: Pull complete 11:56:38 464afbd9ba4c: Pull complete 11:56:46 00f215d4a9da: Pull complete 11:56:47 d496ad576159: Pull complete 11:56:47 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 11:56:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 11:56:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] sh 11:56:48 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:48 + docker inspect -f . ci-base-image-arm64 11:56:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:56:48 prd-ubuntu20.04-docker-arm64-4c-16g-9455 does not seem to be running inside a container 11:56:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/312 -v /w/workspace/go-mod-bootstrap/312:/w/workspace/go-mod-bootstrap/312:rw,z -v /w/workspace/go-mod-bootstrap/312@tmp:/w/workspace/go-mod-bootstrap/312@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 11:56:51 $ docker top 9a886d3e3286837ea580257477cc675b6240545dc7933badd9ed94249ece2aef -eo pid,comm [Pipeline] { [Pipeline] sh 11:56:52 + go version 11:56:52 go version go1.21.9 linux/arm64 [Pipeline] } 11:56:52 $ docker stop --time=1 9a886d3e3286837ea580257477cc675b6240545dc7933badd9ed94249ece2aef 11:56:54 $ docker rm -f --volumes 9a886d3e3286837ea580257477cc675b6240545dc7933badd9ed94249ece2aef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:56:54 + docker inspect -f . ci-base-image-arm64 11:56:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:56:55 prd-ubuntu20.04-docker-arm64-4c-16g-9455 does not seem to be running inside a container 11:56:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/312 -v /w/workspace/go-mod-bootstrap/312:/w/workspace/go-mod-bootstrap/312:rw,z -v /w/workspace/go-mod-bootstrap/312@tmp:/w/workspace/go-mod-bootstrap/312@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 11:56:56 $ docker top e37b843d13c7fc2d165fae18f17a72719a7fdf00e7e684ba845a92d74024d252 -eo pid,comm [Pipeline] { [Pipeline] sh 11:56:57 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/312 [Pipeline] fileExists [Pipeline] sh 11:56:57 + make test 11:56:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:56:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.43 11:56:57 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.16 11:56:58 go: downloading github.com/labstack/echo/v4 v4.11.4 11:56:58 go: downloading github.com/mitchellh/mapstructure v1.5.0 11:56:58 go: downloading github.com/google/uuid v1.6.0 11:56:58 go: downloading github.com/stretchr/testify v1.9.0 11:56:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.12 11:56:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.31 11:56:58 go: downloading github.com/mitchellh/copystructure v1.2.0 11:56:58 go: downloading gopkg.in/yaml.v3 v3.0.1 11:56:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 11:56:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.12 11:56:58 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 11:56:58 go: downloading github.com/openziti/sdk-golang v0.23.40 11:56:58 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:56:58 go: downloading github.com/sirupsen/logrus v1.9.3 11:56:59 go: downloading github.com/go-kit/log v0.2.1 11:56:59 go: downloading github.com/go-playground/validator/v10 v10.22.0 11:56:59 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:56:59 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:56:59 go: downloading github.com/mitchellh/reflectwalk v1.0.2 11:56:59 go: downloading github.com/labstack/gommon v0.4.2 11:56:59 go: downloading golang.org/x/crypto v0.25.0 11:56:59 go: downloading golang.org/x/net v0.27.0 11:57:00 go: downloading github.com/stretchr/objx v0.5.2 11:57:00 go: downloading github.com/spiffe/go-spiffe/v2 v2.3.0 11:57:00 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 11:57:00 go: downloading github.com/valyala/fasttemplate v1.2.2 11:57:00 go: downloading golang.org/x/time v0.5.0 11:57:01 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 11:57:01 go: downloading github.com/gorilla/websocket v1.5.3 11:57:01 go: downloading golang.org/x/sync v0.7.0 11:57:01 go: downloading github.com/hashicorp/errwrap v1.1.0 11:57:01 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 11:57:01 go: downloading github.com/go-openapi/strfmt v0.23.0 11:57:01 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:57:01 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 11:57:01 go: downloading github.com/kataras/go-events v0.0.3 11:57:01 go: downloading github.com/michaelquigley/pfxlog v0.6.10 11:57:01 go: downloading github.com/openziti/channel/v2 v2.0.136 11:57:01 go: downloading github.com/openziti/edge-api v0.26.23 11:57:04 go: downloading github.com/openziti/foundation/v2 v2.0.47 11:57:04 go: downloading github.com/openziti/identity v1.0.81 11:57:04 go: downloading github.com/openziti/metrics v1.2.56 11:57:04 go: downloading github.com/openziti/secretstream v0.1.21 11:57:04 go: downloading github.com/openziti/transport/v2 v2.0.138 11:57:04 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 11:57:04 go: downloading github.com/pkg/errors v0.9.1 11:57:04 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 11:57:04 go: downloading github.com/go-openapi/runtime v0.28.0 11:57:04 go: downloading github.com/go-resty/resty/v2 v2.13.1 11:57:04 go: downloading github.com/zitadel/oidc/v2 v2.12.0 11:57:05 go: downloading golang.org/x/oauth2 v0.21.0 11:57:05 go: downloading golang.org/x/sys v0.22.0 11:57:05 go: downloading github.com/hashicorp/consul/api v1.29.4 11:57:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:57:05 go: downloading github.com/spf13/cast v1.6.0 11:57:05 go: downloading github.com/mattn/go-colorable v0.1.13 11:57:05 go: downloading github.com/mattn/go-isatty v0.0.20 11:57:05 go: downloading github.com/go-logfmt/logfmt v0.5.1 11:57:05 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 11:57:05 go: downloading github.com/go-playground/universal-translator v0.18.1 11:57:05 go: downloading github.com/leodido/go-urn v1.4.0 11:57:05 go: downloading golang.org/x/text v0.16.0 11:57:06 go: downloading github.com/go-redis/redis/v7 v7.3.0 11:57:06 go: downloading github.com/zeebo/errs v1.3.0 11:57:06 go: downloading google.golang.org/grpc v1.64.1 11:57:08 go: downloading github.com/valyala/bytebufferpool v1.0.0 11:57:08 go: downloading github.com/x448/float16 v0.8.4 11:57:08 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 11:57:08 go: downloading github.com/go-openapi/errors v0.22.0 11:57:08 go: downloading github.com/oklog/ulid v1.3.1 11:57:08 go: downloading go.mongodb.org/mongo-driver v1.16.0 11:57:10 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 11:57:10 go: downloading github.com/go-openapi/swag v0.23.0 11:57:10 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 11:57:10 go: downloading github.com/go-openapi/validate v0.24.0 11:57:11 go: downloading github.com/mitchellh/go-ps v1.0.0 11:57:11 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 11:57:11 go: downloading google.golang.org/protobuf v1.34.2 11:57:11 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 11:57:11 go: downloading github.com/golang/protobuf v1.5.4 11:57:11 go: downloading github.com/fsnotify/fsnotify v1.7.0 11:57:11 go: downloading github.com/opentracing/opentracing-go v1.2.0 11:57:11 go: downloading go.opentelemetry.io/otel v1.28.0 11:57:12 go: downloading go.opentelemetry.io/otel/trace v1.28.0 11:57:12 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 11:57:12 go: downloading github.com/gorilla/schema v1.4.1 11:57:12 go: downloading github.com/muhlemmer/gu v0.3.1 11:57:12 go: downloading github.com/gorilla/securecookie v1.1.1 11:57:12 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 11:57:12 go: downloading github.com/hashicorp/go-hclog v1.5.0 11:57:12 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 11:57:12 go: downloading github.com/hashicorp/serf v0.10.1 11:57:12 go: downloading github.com/go-playground/locales v0.14.1 11:57:12 go: downloading github.com/go-jose/go-jose/v4 v4.0.2 11:57:12 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 11:57:12 go: downloading golang.org/x/term v0.22.0 11:57:12 go: downloading github.com/mailru/easyjson v0.7.7 11:57:13 go: downloading github.com/go-openapi/analysis v0.23.0 11:57:13 go: downloading github.com/go-openapi/jsonpointer v0.21.0 11:57:13 go: downloading github.com/go-openapi/loads v0.22.0 11:57:13 go: downloading github.com/go-openapi/spec v0.21.0 11:57:13 go: downloading github.com/tklauser/go-sysconf v0.3.12 11:57:13 go: downloading github.com/go-logr/logr v1.4.2 11:57:13 go: downloading go.opentelemetry.io/otel/metric v1.28.0 11:57:13 go: downloading github.com/fatih/color v1.16.0 11:57:13 go: downloading github.com/armon/go-metrics v0.4.1 11:57:13 go: downloading github.com/josharian/intern v1.0.0 11:57:13 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 11:57:13 go: downloading github.com/go-openapi/jsonreference v0.21.0 11:57:13 go: downloading github.com/go-logr/stdr v1.2.2 11:57:13 go: downloading github.com/tklauser/numcpus v0.6.1 11:57:13 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 11:57:13 go: downloading github.com/hashicorp/golang-lru v0.5.4 11:59:05 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 11:59:07 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 11:59:29 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.136s coverage: 33.4% of statements 12:00:41 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.104s coverage: 93.5% of statements 12:00:41 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.070s coverage: 88.1% of statements 12:00:41 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.607s coverage: 88.2% of statements 12:00:41 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.051s coverage: 84.4% of statements 12:00:41 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 12:00:41 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 12:00:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.157s coverage: 41.7% of statements 12:00:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.047s coverage: 100.0% of statements 12:00:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.387s coverage: 87.7% of statements 12:00:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.033s coverage: 26.3% of statements 12:00:49 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 12:00:49 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/zerotrust [no test files] 12:00:50 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.145s coverage: 75.8% of statements 12:00:50 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.031s coverage: 50.9% of statements 12:00:50 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.045s coverage: 31.2% of statements 12:00:50 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.017s coverage: 91.3% of statements 12:00:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:00:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 12:01:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:01:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 12:01:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 12:01:38 $ docker stop --time=1 e37b843d13c7fc2d165fae18f17a72719a7fdf00e7e684ba845a92d74024d252 12:01:40 $ docker rm -f --volumes e37b843d13c7fc2d165fae18f17a72719a7fdf00e7e684ba845a92d74024d252 [Pipeline] // withDockerContainer [Pipeline] sh 12:01:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:01:44 Warning: overwriting stash ‘coverage-report’ 12:01:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:01:45 12:01:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:01:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:01:46 arm64: Pulling from edgex-lftools-log-publisher 12:01:46 8998bd30e6a1: Pulling fs layer 12:01:46 04944245beec: Pulling fs layer 12:01:46 699f458cf7ca: Pulling fs layer 12:01:46 765212b225bb: Pulling fs layer 12:01:46 f23df028b6ca: Pulling fs layer 12:01:46 d65c8cfc05b1: Pulling fs layer 12:01:46 2437ff75d9bd: Pulling fs layer 12:01:46 765212b225bb: Waiting 12:01:46 d65c8cfc05b1: Waiting 12:01:46 2437ff75d9bd: Waiting 12:01:46 f23df028b6ca: Waiting 12:01:46 04944245beec: Verifying Checksum 12:01:46 04944245beec: Download complete 12:01:46 765212b225bb: Download complete 12:01:46 f23df028b6ca: Verifying Checksum 12:01:46 f23df028b6ca: Download complete 12:01:46 d65c8cfc05b1: Verifying Checksum 12:01:46 d65c8cfc05b1: Download complete 12:01:46 699f458cf7ca: Verifying Checksum 12:01:46 699f458cf7ca: Download complete 12:01:47 8998bd30e6a1: Download complete 12:01:49 2437ff75d9bd: Verifying Checksum 12:01:49 2437ff75d9bd: Download complete 12:01:51 8998bd30e6a1: Pull complete 12:01:51 04944245beec: Pull complete 12:01:53 699f458cf7ca: Pull complete 12:01:53 765212b225bb: Pull complete 12:01:54 f23df028b6ca: Pull complete 12:01:54 d65c8cfc05b1: Pull complete 12:02:13 2437ff75d9bd: Pull complete 12:02:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:02:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:02:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:02:13 prd-ubuntu20.04-docker-arm64-4c-16g-9455 does not seem to be running inside a container 12:02:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/312 -v /w/workspace/go-mod-bootstrap/312:/w/workspace/go-mod-bootstrap/312:rw,z -v /w/workspace/go-mod-bootstrap/312@tmp:/w/workspace/go-mod-bootstrap/312@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 12:02:15 $ docker top c8453d176fdd9d2773f5796d13e754d2b81000c11d5610f70536a49c8ccf657c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:02:16 ---> job-cost.sh 12:02:16 lf-activate-venv: SKIPPING 12:02:16 INFO: No Stack... 12:02:17 INFO: Retrieving Pricing Info for: v3-standard-4 12:02:17 INFO: Archiving Costs [Pipeline] sh 12:02:18 + cat /w/workspace/go-mod-bootstrap/312/archives/cost.csv 12:02:18 + cut -d, -f6 [Pipeline] lock 12:02:18 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] 12:02:18 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] did not exist. Created. 12:02:18 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:02:18 /w/workspace/go-mod-bootstrap/312@tmp/durable-be7ae5ec/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:02:19 + echo total: 0.10999999940395355 [Pipeline] stash 12:02:19 Warning: overwriting stash ‘stack-cost’ 12:02:19 Stashed 1 file(s) [Pipeline] } 12:02:19 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-312-stack-cost] [Pipeline] // lock [Pipeline] } 12:02:19 $ docker stop --time=1 c8453d176fdd9d2773f5796d13e754d2b81000c11d5610f70536a49c8ccf657c 12:02:21 $ docker rm -f --volumes c8453d176fdd9d2773f5796d13e754d2b81000c11d5610f70536a49c8ccf657c [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 12:02:21 provisioning config files... 12:02:21 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config2368484022926619009tmp [Pipeline] { [Pipeline] sh 12:02:22 + set +x 12:02:22 + curl -s https://codecov.io/bash 12:02:22 + bash -s -- 12:02:22 12:02:22 _____ _ 12:02:22 / ____| | | 12:02:22 | | ___ __| | ___ ___ _____ __ 12:02:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:02:22 | |___| (_) | (_| | __/ (_| (_) \ V / 12:02:22 \_____\___/ \__,_|\___|\___\___/ \_/ 12:02:22 Bash-1.0.6 12:02:22 12:02:22 12:02:22 ==> git version 2.25.1 found 12:02:22 ==> 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 12:02:22 Release-Date: 2020-01-08 12:02:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:02:22 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:02:22 ==> Jenkins CI detected. 12:02:22 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 12:02:22 project root: . 12:02:22 --> token set from env 12:02:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:02:22 ==> Running gcov in . (disable via -X gcov) 12:02:22 ==> Python coveragepy not found 12:02:22 ==> Searching for coverage reports in: 12:02:22 + . 12:02:22 -> Found 1 reports 12:02:22 ==> Detecting git/mercurial file structure 12:02:22 ==> Reading reports 12:02:22 + ./coverage.out bytes=115578 12:02:22 ==> Appending adjustments 12:02:22 https://docs.codecov.io/docs/fixing-reports 12:02:22 + Found adjustments 12:02:22 ==> Gzipping contents 12:02:22 20K /tmp/codecov.l900Lp.gz 12:02:22 ==> Uploading reports 12:02:22 url: https://codecov.io 12:02:22 query: branch=main&commit=37bef25f55607789012cca21173745bf7973703c&build=312&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F312%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 12:02:22 -> Pinging Codecov 12:02:22 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=37bef25f55607789012cca21173745bf7973703c&build=312&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F312%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 12:02:23 -> Uploading to 12:02:23 https://storage.googleapis.com/codecov/v4/raw/2024-09-04/833815588EE85121546D348822E98E2E/37bef25f55607789012cca21173745bf7973703c/10910415-4a69-4fcc-bcd5-26452bd8e3e8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240904%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240904T120222Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=697c1244e71c021206666b29ec89dc471508984e7eefbc8b0e861ffeeab5b87c 12:02:23 % Total % Received % Xferd Average Speed Time Time Time Current 12:02:23 Dload Upload Total Spent Left Speed 12:02:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17666 0 0 100 17666 0 71522 --:--:-- --:--:-- --:--:-- 71522 12:02:23 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/37bef25f55607789012cca21173745bf7973703c [Pipeline] } 12:02:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:02:23 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:02:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:02:23 12:02:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:02:24 latest: Pulling from edgex-devops/edgex-snyk-go 12:02:24 619be1103602: Already exists 12:02:24 f8ea3408117e: Pulling fs layer 12:02:24 91320369b822: Pulling fs layer 12:02:24 0406650e8295: Pulling fs layer 12:02:24 4f4fb700ef54: Pulling fs layer 12:02:24 96d80e3f36e1: Pulling fs layer 12:02:24 bcf3aedb951c: Pulling fs layer 12:02:24 4f4fb700ef54: Waiting 12:02:24 96d80e3f36e1: Waiting 12:02:24 bcf3aedb951c: Waiting 12:02:24 0406650e8295: Verifying Checksum 12:02:24 0406650e8295: Download complete 12:02:24 f8ea3408117e: Verifying Checksum 12:02:24 4f4fb700ef54: Verifying Checksum 12:02:24 4f4fb700ef54: Download complete 12:02:24 f8ea3408117e: Pull complete 12:02:24 96d80e3f36e1: Verifying Checksum 12:02:24 96d80e3f36e1: Download complete 12:02:24 91320369b822: Verifying Checksum 12:02:24 91320369b822: Download complete 12:02:24 bcf3aedb951c: Verifying Checksum 12:02:24 bcf3aedb951c: Download complete 12:02:27 91320369b822: Pull complete 12:02:27 0406650e8295: Pull complete 12:02:27 4f4fb700ef54: Pull complete 12:02:28 96d80e3f36e1: Pull complete 12:02:30 bcf3aedb951c: Pull complete 12:02:30 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 12:02:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 12:02:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:02:30 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:02:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 12:02:35 $ docker top a3f3f017f80df85a884139901bccf3378a66cd11ff891fb0e7c85fc1bdef68c5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:02:35 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] echo 12:02:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 12:02:36 + set -o pipefail 12:02:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 12:02:44 12:02:44 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 12:02:44 12:02:44 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38043815-24ee-49a2-867d-492929c96656/history/43bbf1d2-4e2a-4855-9017-e09ac39ba8cd 12:02:44 12:02:44 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:02:44 12:02:44 12:02:44 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 12:02:44 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:02:44 $ docker stop --time=1 a3f3f017f80df85a884139901bccf3378a66cd11ff891fb0e7c85fc1bdef68c5 12:02:49 $ docker rm -f --volumes a3f3f017f80df85a884139901bccf3378a66cd11ff891fb0e7c85fc1bdef68c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:02:50 + git log --format=format:%s -1 37bef25f55607789012cca21173745bf7973703c [Pipeline] sh 12:02:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:02:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:02:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:02:51 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:02:51 $ docker top 3ea53f6b588ad4e8617173d65d094d4b6fb27d33196374bafa247607363bacdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:02:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:02:51 [ssh-agent] Looking for ssh-agent implementation... 12:02:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:02:51 $ docker exec 3ea53f6b588ad4e8617173d65d094d4b6fb27d33196374bafa247607363bacdc ssh-agent 12:02:52 SSH_AUTH_SOCK=/tmp/ssh-dGOO34jJUj66/agent.32 12:02:52 SSH_AGENT_PID=38 12:02:52 Running ssh-add (command line suppressed) 12:02:52 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16834217421160124301.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16834217421160124301.key) 12:02:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:02:52 + git semver tag 12:02:52 2024-09-04 12:02:52,615 [run_tag] DEBUG tag force:False 12:02:52 2024-09-04 12:02:52,615 [check_head_tag] DEBUG check head tag 12:02:52 2024-09-04 12:02:52,618 [execute] INFO git cat-file --batch-check 12:02:52 2024-09-04 12:02:52,618 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 12:02:52 2024-09-04 12:02:52,622 [execute] INFO git cat-file --batch 12:02:52 2024-09-04 12:02:52,622 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 12:02:52 2024-09-04 12:02:52,665 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:02:52 2024-09-04 12:02:52,665 [execute] INFO git tag -a v3.2.0-dev.56 -m v3.2.0-dev.56 12:02:52 2024-09-04 12:02:52,665 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.56', '-m', 'v3.2.0-dev.56'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 12:02:52 2024-09-04 12:02:52,670 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:02:52 3.2.0-dev.56 [Pipeline] } 12:02:52 $ docker exec --env ******** --env ******** 3ea53f6b588ad4e8617173d65d094d4b6fb27d33196374bafa247607363bacdc ssh-agent -k 12:02:52 unset SSH_AUTH_SOCK; 12:02:52 unset SSH_AGENT_PID; 12:02:52 echo Agent pid 38 killed; 12:02:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:02:53 + git semver [Pipeline] } 12:02:53 $ docker stop --time=1 3ea53f6b588ad4e8617173d65d094d4b6fb27d33196374bafa247607363bacdc 12:02:54 $ docker rm -f --volumes 3ea53f6b588ad4e8617173d65d094d4b6fb27d33196374bafa247607363bacdc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:02:55 12:02:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:02:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:02:55 0.23.1-centos7: Pulling from edgex-lftools 12:02:55 ab5ef0e58194: Pulling fs layer 12:02:55 9712f1f96733: Pulling fs layer 12:02:55 63f879dbbcfc: Pulling fs layer 12:02:55 0d9ebad4ef96: Pulling fs layer 12:02:55 e9a5061849ea: Pulling fs layer 12:02:55 d747dcd14b5f: Pulling fs layer 12:02:55 2de7ff778b66: Pulling fs layer 12:02:55 e9a5061849ea: Waiting 12:02:55 d747dcd14b5f: Waiting 12:02:55 2de7ff778b66: Waiting 12:02:55 9712f1f96733: Verifying Checksum 12:02:55 9712f1f96733: Download complete 12:02:55 63f879dbbcfc: Verifying Checksum 12:02:55 63f879dbbcfc: Download complete 12:02:55 e9a5061849ea: Verifying Checksum 12:02:55 e9a5061849ea: Download complete 12:02:55 0d9ebad4ef96: Verifying Checksum 12:02:55 0d9ebad4ef96: Download complete 12:02:55 d747dcd14b5f: Download complete 12:02:55 ab5ef0e58194: Download complete 12:02:55 2de7ff778b66: Verifying Checksum 12:02:55 2de7ff778b66: Download complete 12:02:59 ab5ef0e58194: Pull complete 12:02:59 9712f1f96733: Pull complete 12:02:59 63f879dbbcfc: Pull complete 12:03:03 0d9ebad4ef96: Pull complete 12:03:03 e9a5061849ea: Pull complete 12:03:03 d747dcd14b5f: Pull complete 12:03:04 2de7ff778b66: Pull complete 12:03:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:03:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:03:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:04 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:03:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 12:03:11 $ docker top 14f25aee88d63ee5246b88a3d06de299824cd844a396960c60edc5a3a67282cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:03:12 provisioning config files... 12:03:12 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4217435249546201786tmp 12:03:12 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config182686574095904022tmp 12:03:12 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6853716430369190776tmp [Pipeline] { [Pipeline] echo 12:03:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:03:12 ---> sigul-configuration.sh 12:03:12 gpg: directory `/root/.gnupg' created 12:03:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:03:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:03:12 gpg: keyring `/root/.gnupg/secring.gpg' created 12:03:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:03:12 gpg: CAST5 encrypted data 12:03:12 gpg: encrypted with 1 passphrase 12:03:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:03:12 + mkdir /home/jenkins 12:03:12 + mkdir /home/jenkins/sigul [Pipeline] sh 12:03:13 + 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 12:03:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:03:13 ---> sigul-install.sh 12:03:13 Sigul already installed; skipping installation. [Pipeline] sh 12:03:13 + git tag --list 12:03:13 v0.0.1 12:03:13 v0.0.10 12:03:13 v0.0.11 12:03:13 v0.0.12 12:03:13 v0.0.13 12:03:13 v0.0.14 12:03:13 v0.0.15 12:03:13 v0.0.16 12:03:13 v0.0.17 12:03:13 v0.0.18 12:03:13 v0.0.19 12:03:13 v0.0.2 12:03:13 v0.0.20 12:03:13 v0.0.21 12:03:13 v0.0.22 12:03:13 v0.0.23 12:03:13 v0.0.24 12:03:13 v0.0.25 12:03:13 v0.0.26 12:03:13 v0.0.27 12:03:13 v0.0.28 12:03:13 v0.0.29 12:03:13 v0.0.3 12:03:13 v0.0.30 12:03:13 v0.0.31 12:03:13 v0.0.32 12:03:13 v0.0.33 12:03:13 v0.0.34 12:03:13 v0.0.35 12:03:13 v0.0.36 12:03:13 v0.0.37 12:03:13 v0.0.38 12:03:13 v0.0.39 12:03:13 v0.0.4 12:03:13 v0.0.40 12:03:13 v0.0.41 12:03:13 v0.0.42 12:03:13 v0.0.43 12:03:13 v0.0.44 12:03:13 v0.0.45 12:03:13 v0.0.46 12:03:13 v0.0.47 12:03:13 v0.0.48 12:03:13 v0.0.49 12:03:13 v0.0.5 12:03:13 v0.0.50 12:03:13 v0.0.51 12:03:13 v0.0.52 12:03:13 v0.0.53 12:03:13 v0.0.54 12:03:13 v0.0.55 12:03:13 v0.0.56 12:03:13 v0.0.57 12:03:13 v0.0.58 12:03:13 v0.0.59 12:03:13 v0.0.6 12:03:13 v0.0.60 12:03:13 v0.0.61 12:03:13 v0.0.62 12:03:13 v0.0.63 12:03:13 v0.0.64 12:03:13 v0.0.65 12:03:13 v0.0.66 12:03:13 v0.0.67 12:03:13 v0.0.68 12:03:13 v0.0.69 12:03:13 v0.0.7 12:03:13 v0.0.70 12:03:13 v0.0.71 12:03:13 v0.0.72 12:03:13 v0.0.8 12:03:13 v0.0.9 12:03:13 v2.0.0 12:03:13 v2.1.0 12:03:13 v2.1.1 12:03:13 v2.2.0 12:03:13 v2.3.0 12:03:13 v3.0 12:03:13 v3.0.0 12:03:13 v3.0.1 12:03:13 v3.1 12:03:13 v3.1.0 12:03:13 v3.1.0-dev.1 12:03:13 v3.1.0-dev.10 12:03:13 v3.1.0-dev.11 12:03:13 v3.1.0-dev.12 12:03:13 v3.1.0-dev.13 12:03:13 v3.1.0-dev.14 12:03:13 v3.1.0-dev.15 12:03:13 v3.1.0-dev.16 12:03:13 v3.1.0-dev.17 12:03:13 v3.1.0-dev.18 12:03:13 v3.1.0-dev.19 12:03:13 v3.1.0-dev.2 12:03:13 v3.1.0-dev.20 12:03:13 v3.1.0-dev.21 12:03:13 v3.1.0-dev.22 12:03:13 v3.1.0-dev.23 12:03:13 v3.1.0-dev.24 12:03:13 v3.1.0-dev.25 12:03:13 v3.1.0-dev.26 12:03:13 v3.1.0-dev.27 12:03:13 v3.1.0-dev.28 12:03:13 v3.1.0-dev.29 12:03:13 v3.1.0-dev.3 12:03:13 v3.1.0-dev.30 12:03:13 v3.1.0-dev.31 12:03:13 v3.1.0-dev.32 12:03:13 v3.1.0-dev.33 12:03:13 v3.1.0-dev.34 12:03:13 v3.1.0-dev.35 12:03:13 v3.1.0-dev.36 12:03:13 v3.1.0-dev.37 12:03:13 v3.1.0-dev.38 12:03:13 v3.1.0-dev.39 12:03:13 v3.1.0-dev.4 12:03:13 v3.1.0-dev.40 12:03:13 v3.1.0-dev.41 12:03:13 v3.1.0-dev.42 12:03:13 v3.1.0-dev.43 12:03:13 v3.1.0-dev.44 12:03:13 v3.1.0-dev.45 12:03:13 v3.1.0-dev.46 12:03:13 v3.1.0-dev.47 12:03:13 v3.1.0-dev.48 12:03:13 v3.1.0-dev.49 12:03:13 v3.1.0-dev.5 12:03:13 v3.1.0-dev.50 12:03:13 v3.1.0-dev.51 12:03:13 v3.1.0-dev.52 12:03:13 v3.1.0-dev.53 12:03:13 v3.1.0-dev.54 12:03:13 v3.1.0-dev.55 12:03:13 v3.1.0-dev.56 12:03:13 v3.1.0-dev.57 12:03:13 v3.1.0-dev.58 12:03:13 v3.1.0-dev.59 12:03:13 v3.1.0-dev.6 12:03:13 v3.1.0-dev.60 12:03:13 v3.1.0-dev.7 12:03:13 v3.1.0-dev.8 12:03:13 v3.1.0-dev.9 12:03:13 v3.2.0-dev.1 12:03:13 v3.2.0-dev.10 12:03:13 v3.2.0-dev.11 12:03:13 v3.2.0-dev.12 12:03:13 v3.2.0-dev.13 12:03:13 v3.2.0-dev.14 12:03:13 v3.2.0-dev.15 12:03:13 v3.2.0-dev.16 12:03:13 v3.2.0-dev.17 12:03:13 v3.2.0-dev.18 12:03:13 v3.2.0-dev.19 12:03:13 v3.2.0-dev.2 12:03:13 v3.2.0-dev.20 12:03:13 v3.2.0-dev.21 12:03:13 v3.2.0-dev.22 12:03:13 v3.2.0-dev.23 12:03:13 v3.2.0-dev.24 12:03:13 v3.2.0-dev.25 12:03:13 v3.2.0-dev.26 12:03:13 v3.2.0-dev.27 12:03:13 v3.2.0-dev.28 12:03:13 v3.2.0-dev.29 12:03:13 v3.2.0-dev.3 12:03:13 v3.2.0-dev.30 12:03:13 v3.2.0-dev.31 12:03:13 v3.2.0-dev.32 12:03:13 v3.2.0-dev.33 12:03:13 v3.2.0-dev.34 12:03:13 v3.2.0-dev.35 12:03:13 v3.2.0-dev.36 12:03:13 v3.2.0-dev.37 12:03:13 v3.2.0-dev.38 12:03:13 v3.2.0-dev.39 12:03:13 v3.2.0-dev.4 12:03:13 v3.2.0-dev.40 12:03:13 v3.2.0-dev.41 12:03:13 v3.2.0-dev.42 12:03:13 v3.2.0-dev.43 12:03:13 v3.2.0-dev.44 12:03:13 v3.2.0-dev.45 12:03:13 v3.2.0-dev.46 12:03:13 v3.2.0-dev.47 12:03:13 v3.2.0-dev.48 12:03:13 v3.2.0-dev.49 12:03:13 v3.2.0-dev.5 12:03:13 v3.2.0-dev.50 12:03:13 v3.2.0-dev.51 12:03:13 v3.2.0-dev.52 12:03:13 v3.2.0-dev.53 12:03:13 v3.2.0-dev.54 12:03:13 v3.2.0-dev.55 12:03:13 v3.2.0-dev.56 12:03:13 v3.2.0-dev.6 12:03:13 v3.2.0-dev.7 12:03:13 v3.2.0-dev.8 12:03:13 v3.2.0-dev.9 [Pipeline] sh 12:03:14 + lftools sign git-tag v3.2.0-dev.56 12:03:14 Signing Git tag with Sigul... 12:03:14 Signing v3.2.0-dev.56 [Pipeline] echo 12:03:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:03:15 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:03:15 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:03:15 $ docker stop --time=1 14f25aee88d63ee5246b88a3d06de299824cd844a396960c60edc5a3a67282cd 12:03:16 $ docker rm -f --volumes 14f25aee88d63ee5246b88a3d06de299824cd844a396960c60edc5a3a67282cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:03:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:03:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:03:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:17 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:03:17 $ docker top 4fed1fe2e5c0c412ac2b75fb408ee7fb88cb60720d1ecf38b512e9f095af75e2 -eo pid,comm 12:03:17 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). 12:03:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:03:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:03:17 [ssh-agent] Looking for ssh-agent implementation... 12:03:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:03:18 $ docker exec 4fed1fe2e5c0c412ac2b75fb408ee7fb88cb60720d1ecf38b512e9f095af75e2 ssh-agent 12:03:18 SSH_AUTH_SOCK=/tmp/ssh-x7gMkFufo4HZ/agent.32 12:03:18 SSH_AGENT_PID=39 12:03:18 Running ssh-add (command line suppressed) 12:03:18 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5028319816137254658.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5028319816137254658.key) 12:03:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:03:18 + git semver bump pre 12:03:18 2024-09-04 12:03:18,842 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:03:18 2024-09-04 12:03:18,842 [bump_version] DEBUG bumping version:3.2.0-dev.56 on axis:pre with prefix:dev 12:03:18 2024-09-04 12:03:18,842 [bump_version] DEBUG bumped version:3.2.0-dev.57 12:03:18 2024-09-04 12:03:18,843 [write_version] DEBUG write version:3.2.0-dev.57 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 12:03:18 2024-09-04 12:03:18,843 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:03:18 2024-09-04 12:03:18,843 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:03:18 2024-09-04 12:03:18,846 [execute] INFO git cat-file --batch-check 12:03:18 2024-09-04 12:03:18,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 12:03:18 2024-09-04 12:03:18,854 [execute] INFO git cat-file --batch 12:03:18 2024-09-04 12:03:18,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 12:03:18 2024-09-04 12:03:18,860 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:03:18 3.2.0-dev.57 [Pipeline] } 12:03:18 $ docker exec --env ******** --env ******** 4fed1fe2e5c0c412ac2b75fb408ee7fb88cb60720d1ecf38b512e9f095af75e2 ssh-agent -k 12:03:18 unset SSH_AUTH_SOCK; 12:03:18 unset SSH_AGENT_PID; 12:03:18 echo Agent pid 39 killed; 12:03:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:03:19 + git semver [Pipeline] } 12:03:19 $ docker stop --time=1 4fed1fe2e5c0c412ac2b75fb408ee7fb88cb60720d1ecf38b512e9f095af75e2 12:03:20 $ docker rm -f --volumes 4fed1fe2e5c0c412ac2b75fb408ee7fb88cb60720d1ecf38b512e9f095af75e2 [Pipeline] // withDockerContainer [Pipeline] sh 12:03:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:03:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:03:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:21 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:03:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:03:22 $ docker top 5d0623abce7107ffd5fd861f4e91cc8c2bd0cb5daf2311a477946a35e65ff64d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:03:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:03:22 [ssh-agent] Looking for ssh-agent implementation... 12:03:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:03:22 $ docker exec 5d0623abce7107ffd5fd861f4e91cc8c2bd0cb5daf2311a477946a35e65ff64d ssh-agent 12:03:22 SSH_AUTH_SOCK=/tmp/ssh-54r9rvtjdHoa/agent.33 12:03:22 SSH_AGENT_PID=40 12:03:22 Running ssh-add (command line suppressed) 12:03:22 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2172066821072382679.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2172066821072382679.key) 12:03:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:03:22 + git semver push 12:03:23 2024-09-04 12:03:22,993 [run_push] DEBUG push 12:03:23 2024-09-04 12:03:22,994 [execute] INFO git cat-file --batch-check 12:03:23 2024-09-04 12:03:22,994 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 12:03:23 2024-09-04 12:03:22,999 [execute] INFO git rev-list 89c4bdb6216dfae87597fbe47c93a6cb46f73b6a -- 12:03:23 2024-09-04 12:03:22,999 [execute] DEBUG Popen(['git', 'rev-list', '89c4bdb6216dfae87597fbe47c93a6cb46f73b6a', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 12:03:23 2024-09-04 12:03:23,013 [execute] INFO git fetch -v origin 12:03:23 2024-09-04 12:03:23,014 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 12:03:23 2024-09-04 12:03:23,486 [run_push] DEBUG no remote changes detected 12:03:23 2024-09-04 12:03:23,486 [execute] INFO git push origin semver 12:03:23 2024-09-04 12:03:23,486 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 12:03:24 2024-09-04 12:03:24,230 [run_push] DEBUG push all version tags 12:03:24 2024-09-04 12:03:24,231 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:03:24 2024-09-04 12:03:24,231 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 12:03:25 2024-09-04 12:03:24,833 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 12:03:25 3.2.0-dev.57 [Pipeline] } 12:03:25 $ docker exec --env ******** --env ******** 5d0623abce7107ffd5fd861f4e91cc8c2bd0cb5daf2311a477946a35e65ff64d ssh-agent -k 12:03:25 unset SSH_AUTH_SOCK; 12:03:25 unset SSH_AGENT_PID; 12:03:25 echo Agent pid 40 killed; 12:03:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:03:25 + git semver [Pipeline] } 12:03:25 $ docker stop --time=1 5d0623abce7107ffd5fd861f4e91cc8c2bd0cb5daf2311a477946a35e65ff64d 12:03:27 $ docker rm -f --volumes 5d0623abce7107ffd5fd861f4e91cc8c2bd0cb5daf2311a477946a35e65ff64d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:03:27 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 12:03:27 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:03:27 total 16 12:03:27 drwxr-xr-x 3 root root 4096 Sep 4 11:55 . 12:03:27 drwxrwxr-x 9 jenkins jenkins 4096 Sep 4 12:03 .. 12:03:27 drwxr-xr-x 2 root root 4096 Sep 4 11:55 cost 12:03:27 -rw-r--r-- 1 root root 88 Sep 4 11:55 cost.csv 12:03:27 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:03:27 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 12:03:27 total 16 12:03:27 drwxr-xr-x 3 jenkins jenkins 4096 Sep 4 11:55 . 12:03:27 drwxrwxr-x 9 jenkins jenkins 4096 Sep 4 12:03 .. 12:03:27 drwxr-xr-x 2 jenkins jenkins 4096 Sep 4 11:55 cost 12:03:27 -rw-r--r-- 1 jenkins jenkins 88 Sep 4 11:55 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:03:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:03:28 ---> package-listing.sh 12:03:28 ++ facter osfamily 12:03:28 ++ tr '[:upper:]' '[:lower:]' 12:03:29 + OS_FAMILY=debian 12:03:29 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 12:03:29 + START_PACKAGES=/tmp/packages_start.txt 12:03:29 + END_PACKAGES=/tmp/packages_end.txt 12:03:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:03:29 + PACKAGES=/tmp/packages_start.txt 12:03:29 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 12:03:29 + PACKAGES=/tmp/packages_end.txt 12:03:29 + case "${OS_FAMILY}" in 12:03:29 + dpkg -l 12:03:29 + grep '^ii' 12:03:29 + '[' -f /tmp/packages_start.txt ']' 12:03:29 + '[' -f /tmp/packages_end.txt ']' 12:03:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:03:29 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 12:03:29 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 12:03:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 12:03:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:03:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:03:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:03:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:03:30 prd-ubuntu20.04-docker-8c-8g-9454 does not seem to be running inside a container 12:03:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:03:30 $ docker top 317409559e599fc714c427df96d92228db25277247400326876d48ef858d5e50 -eo pid,comm [Pipeline] { [Pipeline] sh 12:03:30 + touch /tmp/pre-build-complete [Pipeline] sh 12:03:31 + mkdir -p /var/log/sysstat [Pipeline] sh 12:03:31 + ls /var/log/sa-host 12:03:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:03:31 provisioning config files... 12:03:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config2635911116759725170tmp [Pipeline] { [Pipeline] echo 12:03:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:03:31 ---> create-netrc.sh [Pipeline] } 12:03:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:03:32 ---> python-tools-install.sh [Pipeline] echo 12:03:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:03:32 ---> sudo-logs.sh 12:03:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:03:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:03:32 ---> job-cost.sh 12:03:32 lf-activate-venv: SKIPPING 12:03:32 DEBUG: total: 0.2199999988079071 12:03:32 INFO: Retrieving Stack Cost... 12:03:33 INFO: Retrieving Pricing Info for: v3-standard-8 12:03:33 INFO: Archiving Costs [Pipeline] echo 12:03:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:03:33 ---> logs-deploy.sh 12:03:33 lf-activate-venv: SKIPPING 12:03:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/312 12:03:33 INFO: archiving workspace using pattern(s): 12:03:34 Archives upload complete. 12:03:34 INFO: archiving logs to Nexus 12:03:35 ---> uname -a: 12:03:35 Linux prd-ubuntu20-04-docker-8c-8g-9454 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:03:35 12:03:35 12:03:35 ---> lscpu: 12:03:35 Architecture: x86_64 12:03:35 CPU op-mode(s): 32-bit, 64-bit 12:03:35 Byte Order: Little Endian 12:03:35 Address sizes: 40 bits physical, 48 bits virtual 12:03:35 CPU(s): 8 12:03:35 On-line CPU(s) list: 0-7 12:03:35 Thread(s) per core: 1 12:03:35 Core(s) per socket: 1 12:03:35 Socket(s): 8 12:03:35 NUMA node(s): 1 12:03:35 Vendor ID: AuthenticAMD 12:03:35 CPU family: 23 12:03:35 Model: 49 12:03:35 Model name: AMD EPYC-Rome Processor 12:03:35 Stepping: 0 12:03:35 CPU MHz: 2800.000 12:03:35 BogoMIPS: 5600.00 12:03:35 Virtualization: AMD-V 12:03:35 Hypervisor vendor: KVM 12:03:35 Virtualization type: full 12:03:35 L1d cache: 256 KiB 12:03:35 L1i cache: 256 KiB 12:03:35 L2 cache: 4 MiB 12:03:35 L3 cache: 128 MiB 12:03:35 NUMA node0 CPU(s): 0-7 12:03:35 Vulnerability Itlb multihit: Not affected 12:03:35 Vulnerability L1tf: Not affected 12:03:35 Vulnerability Mds: Not affected 12:03:35 Vulnerability Meltdown: Not affected 12:03:35 Vulnerability Mmio stale data: Not affected 12:03:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:03:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:03:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:03:35 Vulnerability Srbds: Not affected 12:03:35 Vulnerability Tsx async abort: Not affected 12:03:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 12:03:35 12:03:35 12:03:35 ---> nproc: 12:03:35 8 12:03:35 12:03:35 12:03:35 ---> df -h: 12:03:35 Filesystem Size Used Avail Use% Mounted on 12:03:35 overlay 155G 12G 144G 8% / 12:03:35 tmpfs 64M 0 64M 0% /dev 12:03:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:03:35 shm 64M 0 64M 0% /dev/shm 12:03:35 /dev/vda1 155G 12G 144G 8% /facter-os 12:03:35 12:03:35 12:03:35 ---> sar -b -r -n DEV: 12:03:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9454) 09/04/24 _x86_64_ (8 CPU) 12:03:35 12:03:35 11:52:54 LINUX RESTART (8 CPU) 12:03:35 12:03:35 11:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:03:35 11:54:01 324.55 48.03 276.52 0.00 5379.64 180469.66 0.00 12:03:35 11:55:01 114.40 0.93 113.46 0.00 33.19 43874.15 0.00 12:03:35 11:56:01 66.29 0.10 66.19 0.00 2.40 24944.37 0.00 12:03:35 11:57:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 12:03:35 11:58:01 4.85 0.97 3.88 0.00 67.46 1450.42 0.00 12:03:35 11:59:01 46.13 4.13 41.99 0.00 4275.02 7081.09 0.00 12:03:35 12:00:01 3.40 0.02 3.38 0.00 0.13 87.70 0.00 12:03:35 12:01:01 1.27 0.00 1.27 0.00 0.00 14.26 0.00 12:03:35 12:02:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 12:03:35 12:03:01 89.00 0.77 88.24 0.00 29.20 38801.13 0.00 12:03:35 Average: 65.29 5.49 59.79 0.00 978.67 29675.24 0.00 12:03:35 12:03:35 11:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:03:35 11:54:01 29456872 31518876 821852 2.50 66080 2283516 2067500 6.09 1040852 2029040 378908 12:03:35 11:55:01 27340148 30525948 1778820 5.41 102952 3256008 2604624 7.68 2286600 2755256 218616 12:03:35 11:56:01 28671212 31517944 792524 2.41 105632 2957300 1749844 5.16 1161080 2593800 144 12:03:35 11:57:01 28671188 31517988 792376 2.41 105680 2957304 1749844 5.16 1161052 2593816 160 12:03:35 11:58:01 28626048 31521112 788552 2.40 107368 3002236 1789616 5.27 1164264 2638632 312 12:03:35 11:59:01 28223988 31502300 780712 2.37 134944 3355104 1697808 5.00 1433972 2733788 160 12:03:35 12:00:01 28238852 31512452 770664 2.34 133552 3351848 1687236 4.97 1422720 2730564 4 12:03:35 12:01:01 28238976 31512680 770340 2.34 133640 3351856 1687236 4.97 1423128 2730564 212 12:03:35 12:02:01 28239180 31512984 770020 2.34 133728 3351860 1687236 4.97 1423652 2730568 172 12:03:35 12:03:01 26869820 31453276 824940 2.51 168484 4521268 1953464 5.76 1538932 3870164 561660 12:03:35 Average: 28257628 31409556 889080 2.70 119206 3238830 1867441 5.50 1405625 2740619 116035 12:03:35 12:03:35 11:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:03:35 11:54:01 lo 3.67 3.67 0.35 0.35 0.00 0.00 0.00 0.00 12:03:35 11:54:01 ens3 540.28 359.64 5852.38 96.76 0.00 0.00 0.00 0.00 12:03:35 11:54:01 docker0 20.60 20.65 1.70 143.03 0.00 0.00 0.00 0.00 12:03:35 11:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:03:35 11:55:01 ens3 182.59 103.88 1289.91 22.82 0.00 0.00 0.00 0.00 12:03:35 11:55:01 vethc15a59e 83.44 145.01 8.13 1255.12 0.00 0.00 0.00 0.10 12:03:35 11:55:01 docker0 83.44 144.89 6.99 1255.11 0.00 0.00 0.00 0.00 12:03:35 11:56:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 12:03:35 11:56:01 ens3 99.45 59.85 2536.50 12.83 0.00 0.00 0.00 0.00 12:03:35 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 11:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:03:35 11:57:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:03:35 11:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 11:58:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 12:03:35 11:58:01 ens3 52.06 29.25 667.31 2.09 0.00 0.00 0.00 0.00 12:03:35 11:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 11:59:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 12:03:35 11:59:01 ens3 216.01 115.96 2070.23 7.85 0.00 0.00 0.00 0.00 12:03:35 11:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:00:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 12:03:35 12:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:03:35 12:01:01 ens3 0.57 0.33 1.44 0.02 0.00 0.00 0.00 0.00 12:03:35 12:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:02:01 ens3 0.35 0.22 0.25 0.20 0.00 0.00 0.00 0.00 12:03:35 12:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:03:35 12:03:01 lo 2.13 2.13 0.20 0.20 0.00 0.00 0.00 0.00 12:03:35 12:03:01 ens3 394.87 226.53 8062.67 34.25 0.00 0.00 0.00 0.00 12:03:35 12:03:01 docker0 87.34 149.24 7.53 1253.48 0.00 0.00 0.00 0.00 12:03:35 Average: lo 0.83 0.83 0.08 0.08 0.00 0.00 0.00 0.00 12:03:35 Average: ens3 148.64 89.58 2048.05 17.68 0.00 0.00 0.00 0.00 12:03:35 Average: docker0 19.14 31.48 1.62 265.15 0.00 0.00 0.00 0.00 12:03:35 12:03:35 12:03:35 ---> sar -P ALL: 12:03:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9454) 09/04/24 _x86_64_ (8 CPU) 12:03:35 12:03:35 11:52:54 LINUX RESTART (8 CPU) 12:03:35 12:03:35 11:53:01 CPU %user %nice %system %iowait %steal %idle 12:03:35 11:54:01 all 7.79 0.00 2.49 3.39 0.04 86.28 12:03:35 11:54:01 0 8.49 0.00 3.73 8.17 0.05 79.56 12:03:35 11:54:01 1 8.05 0.00 2.21 0.47 0.03 89.23 12:03:35 11:54:01 2 7.91 0.00 2.38 2.69 0.05 86.97 12:03:35 11:54:01 3 7.45 0.00 1.84 4.05 0.05 86.61 12:03:35 11:54:01 4 11.17 0.00 1.86 0.45 0.05 86.46 12:03:35 11:54:01 5 5.88 0.00 2.23 9.89 0.05 81.95 12:03:35 11:54:01 6 6.87 0.00 2.70 0.89 0.03 89.50 12:03:35 11:54:01 7 6.54 0.00 2.99 0.48 0.03 89.95 12:03:35 11:55:01 all 38.62 0.00 6.16 2.92 0.11 52.19 12:03:35 11:55:01 0 38.62 0.00 6.32 1.24 0.12 53.69 12:03:35 11:55:01 1 39.80 0.00 5.76 0.86 0.13 53.45 12:03:35 11:55:01 2 38.88 0.00 5.71 3.23 0.10 52.09 12:03:35 11:55:01 3 38.49 0.00 6.76 2.65 0.10 52.01 12:03:35 11:55:01 4 38.72 0.00 6.17 7.32 0.10 47.69 12:03:35 11:55:01 5 37.83 0.00 6.47 0.64 0.10 54.96 12:03:35 11:55:01 6 36.67 0.00 5.89 6.79 0.10 50.55 12:03:35 11:55:01 7 39.93 0.00 6.17 0.67 0.12 53.11 12:03:35 11:56:01 all 7.30 0.00 2.31 1.97 0.03 88.40 12:03:35 11:56:01 0 7.32 0.00 2.52 2.42 0.02 87.73 12:03:35 11:56:01 1 6.62 0.00 1.98 2.82 0.02 88.56 12:03:35 11:56:01 2 7.26 0.00 1.97 0.08 0.03 90.66 12:03:35 11:56:01 3 7.88 0.00 2.01 1.07 0.05 88.98 12:03:35 11:56:01 4 8.26 0.00 2.40 1.26 0.03 88.06 12:03:35 11:56:01 5 6.65 0.00 3.18 0.03 0.02 90.12 12:03:35 11:56:01 6 7.44 0.00 2.65 8.08 0.05 81.79 12:03:35 11:56:01 7 6.96 0.00 1.74 0.02 0.03 91.25 12:03:35 11:57:01 all 0.03 0.00 0.01 0.00 0.01 99.95 12:03:35 11:57:01 0 0.00 0.00 0.00 0.00 0.02 99.98 12:03:35 11:57:01 1 0.05 0.00 0.00 0.00 0.02 99.93 12:03:35 11:57:01 2 0.00 0.00 0.03 0.00 0.02 99.95 12:03:35 11:57:01 3 0.12 0.00 0.02 0.02 0.00 99.85 12:03:35 11:57:01 4 0.03 0.00 0.02 0.00 0.02 99.93 12:03:35 11:57:01 5 0.02 0.00 0.00 0.00 0.02 99.97 12:03:35 11:57:01 6 0.00 0.00 0.00 0.02 0.02 99.97 12:03:35 11:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:03:35 11:58:01 all 0.16 0.00 0.07 0.14 0.01 99.62 12:03:35 11:58:01 0 0.22 0.00 0.03 0.02 0.00 99.73 12:03:35 11:58:01 1 0.05 0.00 0.22 0.02 0.00 99.72 12:03:35 11:58:01 2 0.15 0.00 0.07 0.00 0.02 99.77 12:03:35 11:58:01 3 0.23 0.00 0.12 0.27 0.02 99.37 12:03:35 11:58:01 4 0.07 0.00 0.02 0.02 0.00 99.90 12:03:35 11:58:01 5 0.05 0.00 0.02 0.00 0.00 99.93 12:03:35 11:58:01 6 0.02 0.00 0.02 0.00 0.00 99.97 12:03:35 11:58:01 7 0.50 0.00 0.10 0.82 0.02 98.57 12:03:35 11:59:01 all 2.54 0.00 1.27 0.75 0.03 95.41 12:03:35 11:59:01 0 2.68 0.00 0.84 0.42 0.02 96.05 12:03:35 11:59:01 1 1.89 0.00 1.84 0.52 0.02 95.73 12:03:35 11:59:01 2 2.94 0.00 0.82 0.17 0.03 96.04 12:03:35 11:59:01 3 1.71 0.00 0.99 2.69 0.03 94.58 12:03:35 11:59:01 4 1.96 0.00 1.87 0.03 0.03 96.11 12:03:35 11:59:01 5 3.62 0.00 1.39 0.95 0.02 94.02 12:03:35 11:59:01 6 2.75 0.00 1.47 1.09 0.03 94.65 12:03:35 11:59:01 7 2.81 0.00 0.92 0.13 0.02 96.12 12:03:35 12:00:01 all 0.07 0.00 0.04 0.01 0.00 99.87 12:03:35 12:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 12:03:35 12:00:01 1 0.00 0.00 0.03 0.00 0.00 99.97 12:03:35 12:00:01 2 0.07 0.00 0.03 0.00 0.02 99.88 12:03:35 12:00:01 3 0.05 0.00 0.03 0.07 0.00 99.85 12:03:35 12:00:01 4 0.05 0.00 0.03 0.00 0.00 99.92 12:03:35 12:00:01 5 0.25 0.00 0.08 0.00 0.00 99.67 12:03:35 12:00:01 6 0.05 0.00 0.03 0.02 0.00 99.90 12:03:35 12:00:01 7 0.05 0.00 0.03 0.00 0.02 99.90 12:03:35 12:01:01 all 0.27 0.00 0.01 0.00 0.01 99.71 12:03:35 12:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 12:03:35 12:01:01 1 0.00 0.00 0.00 0.00 0.02 99.98 12:03:35 12:01:01 2 0.07 0.00 0.05 0.00 0.02 99.87 12:03:35 12:01:01 3 0.03 0.00 0.00 0.02 0.02 99.93 12:03:35 12:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 12:03:35 12:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 12:03:35 12:01:01 6 1.94 0.00 0.00 0.00 0.02 98.05 12:03:35 12:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 12:03:35 12:02:01 all 0.11 0.00 0.01 0.00 0.00 99.87 12:03:35 12:02:01 0 0.00 0.00 0.03 0.00 0.00 99.97 12:03:35 12:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 12:03:35 12:02:01 2 0.05 0.00 0.00 0.00 0.02 99.93 12:03:35 12:02:01 3 0.05 0.00 0.02 0.03 0.00 99.90 12:03:35 12:02:01 4 0.03 0.00 0.02 0.00 0.00 99.95 12:03:35 12:02:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:03:35 12:02:01 6 0.75 0.00 0.00 0.00 0.02 99.24 12:03:35 12:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 12:03:35 12:03:01 all 7.30 0.00 3.11 2.16 0.05 87.38 12:03:35 12:03:01 0 6.30 0.00 3.38 0.32 0.03 89.97 12:03:35 12:03:01 1 7.17 0.00 2.48 0.29 0.03 90.03 12:03:35 12:03:01 2 7.26 0.00 3.99 7.19 0.05 81.52 12:03:35 12:03:01 3 8.12 0.00 2.76 1.43 0.05 87.65 12:03:35 12:03:01 4 8.17 0.00 3.28 0.02 0.05 88.48 12:03:35 12:03:01 5 6.88 0.00 3.32 0.03 0.05 89.72 12:03:35 12:03:01 6 7.17 0.00 2.97 6.24 0.05 83.57 12:03:35 12:03:01 7 7.35 0.00 2.70 1.79 0.07 88.10 12:03:35 Average: all 6.39 0.00 1.54 1.13 0.03 90.91 12:03:35 Average: 0 6.34 0.00 1.69 1.26 0.03 90.69 12:03:35 Average: 1 6.33 0.00 1.45 0.49 0.03 91.70 12:03:35 Average: 2 6.43 0.00 1.50 1.33 0.04 90.71 12:03:35 Average: 3 6.38 0.00 1.45 1.23 0.03 90.92 12:03:35 Average: 4 6.81 0.00 1.56 0.90 0.03 90.70 12:03:35 Average: 5 6.09 0.00 1.66 1.15 0.03 91.07 12:03:35 Average: 6 6.33 0.00 1.57 2.30 0.03 89.78 12:03:35 Average: 7 6.38 0.00 1.46 0.39 0.03 91.74 12:03:35 12:03:35 12:03:35