Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e3e3d8588e5313968a2282d429dea8537aa4c65f 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-ssh7697109038104030635.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh7547241231527687070.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15039364085203872124.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh4141884159758948591.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7354202215240010782.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5524 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e3e3d8588e5313968a2282d429dea8537aa4c65f (main) Commit message: "Merge pull request #204 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.11" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e3e3d8588e5313968a2282d429dea8537aa4c65f # timeout=10 > git rev-list --no-walk ad562db216f3fa468fe397924b593c6b8e133cbd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:32:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:32:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:32:50 ========================================================= 03:32:50 EdgeX Global Pipelines Version Info 03:32:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:32:51 ------------------- 03:32:51 stable info: 03:32:51 ------------------- 03:32:51 Commited By: Ginny Guan ginny@iotechsys.com 03:32:51 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:32:51 Message: update stable to v1.0.274 03:32:51 ------------------- 03:32:51 experimental info: 03:32:51 ------------------- 03:32:51 Commited By: Ginny Guan ginny@iotechsys.com 03:32:51 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 03:32:51 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:32:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e3e3d85 [Pipeline] echo 03:32:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:32:53 + git rev-list -1 --merges e3e3d8588e5313968a2282d429dea8537aa4c65f~1..e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] echo 03:32:53 -----------> git rev-list -1 --merges e3e3d8588e5313968a2282d429dea8537aa4c65f~1..e3e3d8588e5313968a2282d429dea8537aa4c65f e3e3d8588e5313968a2282d429dea8537aa4c65f 03:32:53 e3e3d8588e5313968a2282d429dea8537aa4c65f [false] [Pipeline] sh 03:32:53 + git log --format=format:%s -1 e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] echo 03:32:53 ========================================================= 03:32:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:32:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:32:53 + git log --format=format:%s -1 e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] echo 03:32:53 [semverPrep] GIT_COMMIT: e3e3d8588e5313968a2282d429dea8537aa4c65f, Commit Message: Merge pull request #204 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.11 [Pipeline] echo 03:32:53 [semverPrep] This is not a build commit. [Pipeline] sh 03:32:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:32:54 + grep -v github /etc/ssh/ssh_known_hosts 03:32:54 + [ -e /tmp/ssh_known_hosts ] 03:32:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:32:54 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:32:54 sudo tee -a /etc/ssh/ssh_known_hosts 03:32:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:32:54 03:32:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:32:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:32:55 0.1.4: Pulling from edgex-devops/py-git-semver 03:32:55 3dae71ba6b94: Pulling fs layer 03:32:55 6bf1a483ea7c: Pulling fs layer 03:32:55 f5dfc541a4d3: Pulling fs layer 03:32:55 461d9e800cba: Pulling fs layer 03:32:55 80192f66455f: Pulling fs layer 03:32:55 2e8e34ca0e6c: Pulling fs layer 03:32:55 a29436f7fd5d: Pulling fs layer 03:32:55 923cac83aea3: Pulling fs layer 03:32:55 25ad8b0a4227: Pulling fs layer 03:32:55 db01528c6b51: Pulling fs layer 03:32:55 28988de357af: Pulling fs layer 03:32:55 a29436f7fd5d: Waiting 03:32:55 2e8e34ca0e6c: Waiting 03:32:55 461d9e800cba: Waiting 03:32:55 923cac83aea3: Waiting 03:32:55 80192f66455f: Waiting 03:32:55 25ad8b0a4227: Waiting 03:32:55 db01528c6b51: Waiting 03:32:55 28988de357af: Waiting 03:32:55 6bf1a483ea7c: Verifying Checksum 03:32:55 6bf1a483ea7c: Download complete 03:32:55 461d9e800cba: Verifying Checksum 03:32:55 461d9e800cba: Download complete 03:32:55 80192f66455f: Verifying Checksum 03:32:55 80192f66455f: Download complete 03:32:55 f5dfc541a4d3: Download complete 03:32:55 3dae71ba6b94: Verifying Checksum 03:32:55 3dae71ba6b94: Download complete 03:32:55 923cac83aea3: Download complete 03:32:55 25ad8b0a4227: Verifying Checksum 03:32:55 25ad8b0a4227: Download complete 03:32:55 db01528c6b51: Download complete 03:32:55 28988de357af: Verifying Checksum 03:32:55 28988de357af: Download complete 03:32:55 a29436f7fd5d: Verifying Checksum 03:32:55 a29436f7fd5d: Download complete 03:32:55 2e8e34ca0e6c: Verifying Checksum 03:32:55 2e8e34ca0e6c: Download complete 03:32:56 3dae71ba6b94: Pull complete 03:32:56 6bf1a483ea7c: Pull complete 03:32:57 f5dfc541a4d3: Pull complete 03:32:57 461d9e800cba: Pull complete 03:32:57 80192f66455f: Pull complete 03:33:02 2e8e34ca0e6c: Pull complete 03:33:02 a29436f7fd5d: Pull complete 03:33:02 923cac83aea3: Pull complete 03:33:02 25ad8b0a4227: Pull complete 03:33:02 db01528c6b51: Pull complete 03:33:02 28988de357af: Pull complete 03:33:02 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:33:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:33:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:02 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:33:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:33:05 $ docker top 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 -eo pid,comm 03:33:05 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). 03:33:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:33:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:33:05 [ssh-agent] Looking for ssh-agent implementation... 03:33:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:33:05 $ docker exec 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 ssh-agent 03:33:05 SSH_AUTH_SOCK=/tmp/ssh-dOMd1aBYpsBD/agent.32 03:33:05 SSH_AGENT_PID=38 03:33:05 Running ssh-add (command line suppressed) 03:33:05 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8380310868019562297.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8380310868019562297.key) 03:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:33:06 + git tag --points-at HEAD [Pipeline] } 03:33:06 $ docker exec --env ******** --env ******** 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 ssh-agent -k 03:33:06 unset SSH_AUTH_SOCK; 03:33:06 unset SSH_AGENT_PID; 03:33:06 echo Agent pid 38 killed; 03:33:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:33:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:33:06 [ssh-agent] Looking for ssh-agent implementation... 03:33:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:33:06 $ docker exec 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 ssh-agent 03:33:06 SSH_AUTH_SOCK=/tmp/ssh-HS8GB0oQipcc/agent.73 03:33:06 SSH_AGENT_PID=79 03:33:06 Running ssh-add (command line suppressed) 03:33:06 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8903388209549966317.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8903388209549966317.key) 03:33:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:33:07 + git semver init 03:33:07 2025-07-22 03:33:07,268 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:33:07 2025-07-22 03:33:07,272 [run_init] DEBUG init version:0.0.0 force:False 03:33:07 2025-07-22 03:33:07,273 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 03:33:07 2025-07-22 03:33:07,274 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 03:33:07 2025-07-22 03:33:07,274 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:33:08 2025-07-22 03:33:08,058 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 03:33:08 2025-07-22 03:33:08,059 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 03:33:08 2025-07-22 03:33:08,059 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:33:08 2025-07-22 03:33:08,059 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:33:08 4.1.0-dev.10 [Pipeline] } 03:33:08 $ docker exec --env ******** --env ******** 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 ssh-agent -k 03:33:08 unset SSH_AUTH_SOCK; 03:33:08 unset SSH_AGENT_PID; 03:33:08 echo Agent pid 79 killed; 03:33:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:33:08 + git semver [Pipeline] } 03:33:08 $ docker stop --time=1 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 03:33:10 $ docker rm -f --volumes 2b63760a995fa6275e38b835b798885c8ac1c586f5ef17e5f7a9340649f591d1 [Pipeline] // withDockerContainer [Pipeline] sh 03:33:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:33:10 Stashed 1 file(s) [Pipeline] echo 03:33:10 [edgeXSemver]: initialized semver on version 4.1.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 03:33:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:33:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:33:11 ========================================================= 03:33:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:33:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 03:33:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:33:11 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:33:11 0a9a5dfd008f: Pulling fs layer 03:33:11 36466aa92d05: Pulling fs layer 03:33:11 e10405b45d13: Pulling fs layer 03:33:11 096b7ceb2af7: Pulling fs layer 03:33:11 4f4fb700ef54: Pulling fs layer 03:33:11 8213a616a21b: Pulling fs layer 03:33:11 985586143405: Pulling fs layer 03:33:11 0eae2285b678: Pulling fs layer 03:33:11 d3ac315be8c5: Pulling fs layer 03:33:11 096b7ceb2af7: Waiting 03:33:11 4f4fb700ef54: Waiting 03:33:11 8213a616a21b: Waiting 03:33:11 985586143405: Waiting 03:33:11 0eae2285b678: Waiting 03:33:11 d3ac315be8c5: Waiting 03:33:11 36466aa92d05: Verifying Checksum 03:33:11 36466aa92d05: Download complete 03:33:11 096b7ceb2af7: Verifying Checksum 03:33:11 096b7ceb2af7: Download complete 03:33:11 0a9a5dfd008f: Verifying Checksum 03:33:11 0a9a5dfd008f: Download complete 03:33:11 8213a616a21b: Verifying Checksum 03:33:11 8213a616a21b: Download complete 03:33:11 985586143405: Verifying Checksum 03:33:11 985586143405: Download complete 03:33:11 0a9a5dfd008f: Pull complete 03:33:11 36466aa92d05: Pull complete 03:33:12 d3ac315be8c5: Verifying Checksum 03:33:12 d3ac315be8c5: Download complete 03:33:12 e10405b45d13: Verifying Checksum 03:33:12 e10405b45d13: Download complete 03:33:12 0eae2285b678: Verifying Checksum 03:33:12 0eae2285b678: Download complete 03:33:17 e10405b45d13: Pull complete 03:33:17 096b7ceb2af7: Pull complete 03:33:17 4f4fb700ef54: Pull complete 03:33:17 8213a616a21b: Pull complete 03:33:17 985586143405: Pull complete 03:33:20 0eae2285b678: Pull complete 03:33:20 d3ac315be8c5: Pull complete 03:33:20 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 03:33:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:33:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 03:33:20 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:21 + docker inspect -f . ci-base-image-x86_64 03:33:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:21 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:33:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:33:24 $ docker top 07e9557041f6951408245d86e5dafa0c339946ea3610f3f312fc87c7eccc7f25 -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:24 + go version 03:33:24 go version go1.23.9 linux/amd64 [Pipeline] } 03:33:24 $ docker stop --time=1 07e9557041f6951408245d86e5dafa0c339946ea3610f3f312fc87c7eccc7f25 03:33:26 $ docker rm -f --volumes 07e9557041f6951408245d86e5dafa0c339946ea3610f3f312fc87c7eccc7f25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:26 + docker inspect -f . ci-base-image-x86_64 03:33:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:33:26 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:33:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:33:26 $ docker top 600c3adb50cdbe9cd3f8933be0b2fd89a1872bb2802569b5da799e34d75ed090 -eo pid,comm [Pipeline] { [Pipeline] sh 03:33:27 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 03:33:27 + make test 03:33:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:33:27 go: downloading github.com/stretchr/testify v1.10.0 03:33:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.11 03:33:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.9 03:33:28 go: downloading github.com/mitchellh/mapstructure v1.5.0 03:33:28 go: downloading github.com/spf13/cast v1.9.2 03:33:28 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 03:33:28 go: downloading github.com/stretchr/objx v0.5.2 03:33:28 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 03:33:28 go: downloading github.com/fxamacker/cbor/v2 v2.9.0 03:33:28 go: downloading github.com/google/uuid v1.6.0 03:33:28 go: downloading github.com/go-playground/validator/v10 v10.27.0 03:33:28 go: downloading gopkg.in/yaml.v3 v3.0.1 03:33:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 03:33:28 go: downloading github.com/x448/float16 v0.8.4 03:33:28 go: downloading golang.org/x/text v0.24.0 03:33:28 go: downloading github.com/go-playground/universal-translator v0.18.1 03:33:28 go: downloading github.com/leodido/go-urn v1.4.0 03:33:28 go: downloading golang.org/x/crypto v0.37.0 03:33:28 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 03:33:28 go: downloading golang.org/x/net v0.38.0 03:33:28 go: downloading github.com/gorilla/websocket v1.5.3 03:33:28 go: downloading golang.org/x/sync v0.13.0 03:33:28 go: downloading github.com/go-playground/locales v0.14.1 03:33:28 go: downloading golang.org/x/sys v0.32.0 03:33:38 github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements 03:33:38 ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.007s coverage: 83.3% of statements 03:33:38 ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.031s coverage: 58.6% of statements 03:33:38 ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.006s coverage: 100.0% of statements 03:33:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:33:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:33:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 03:33:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:33:52 $ docker stop --time=1 600c3adb50cdbe9cd3f8933be0b2fd89a1872bb2802569b5da799e34d75ed090 03:33:54 $ docker rm -f --volumes 600c3adb50cdbe9cd3f8933be0b2fd89a1872bb2802569b5da799e34d75ed090 [Pipeline] // withDockerContainer [Pipeline] sh 03:33:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:33:55 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 03:33:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:33:55 03:33:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:33:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:33:55 latest: Pulling from edgex-lftools-log-publisher 03:33:55 5eb5b503b376: Pulling fs layer 03:33:55 5c69ac0246d0: Pulling fs layer 03:33:55 ec43610c2a17: Pulling fs layer 03:33:55 3a2ae6a8a46f: Pulling fs layer 03:33:55 33b1e0a273af: Pulling fs layer 03:33:55 5d3b04190fa2: Pulling fs layer 03:33:55 2f39f015ded8: Pulling fs layer 03:33:55 33b1e0a273af: Waiting 03:33:55 2f39f015ded8: Waiting 03:33:55 5d3b04190fa2: Waiting 03:33:55 3a2ae6a8a46f: Waiting 03:33:55 5c69ac0246d0: Verifying Checksum 03:33:55 5c69ac0246d0: Download complete 03:33:55 3a2ae6a8a46f: Verifying Checksum 03:33:55 3a2ae6a8a46f: Download complete 03:33:55 33b1e0a273af: Verifying Checksum 03:33:55 33b1e0a273af: Download complete 03:33:55 ec43610c2a17: Verifying Checksum 03:33:55 5d3b04190fa2: Verifying Checksum 03:33:55 ec43610c2a17: Download complete 03:33:55 5d3b04190fa2: Download complete 03:33:56 5eb5b503b376: Verifying Checksum 03:33:56 5eb5b503b376: Download complete 03:33:56 2f39f015ded8: Verifying Checksum 03:33:56 2f39f015ded8: Download complete 03:33:57 5eb5b503b376: Pull complete 03:33:57 5c69ac0246d0: Pull complete 03:33:58 ec43610c2a17: Pull complete 03:33:58 3a2ae6a8a46f: Pull complete 03:33:58 33b1e0a273af: Pull complete 03:33:58 5d3b04190fa2: Pull complete 03:34:05 2f39f015ded8: Pull complete 03:34:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:34:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:34:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:05 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:34:07 $ docker top 5862f919991a84a780ea22ebbedcd4ebc2b072c60790738cd071d5268c28b189 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:34:07 ---> job-cost.sh 03:34:07 lf-activate-venv: SKIPPING 03:34:07 INFO: No Stack... 03:34:07 INFO: Retrieving Pricing Info for: v3-standard-8 03:34:08 INFO: Archiving Costs [Pipeline] sh 03:34:08 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 03:34:08 + cut -d, -f6 [Pipeline] lock 03:34:08 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-106-stack-cost] 03:34:08 Resource [jenkins-edgexfoundry-go-mod-configuration-main-106-stack-cost] did not exist. Created. 03:34:08 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-106-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:34:09 + echo total: 0.2199999988079071 [Pipeline] stash 03:34:09 Stashed 1 file(s) [Pipeline] } 03:34:09 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-106-stack-cost] [Pipeline] // lock [Pipeline] } 03:34:09 $ docker stop --time=1 5862f919991a84a780ea22ebbedcd4ebc2b072c60790738cd071d5268c28b189 03:34:10 $ docker rm -f --volumes 5862f919991a84a780ea22ebbedcd4ebc2b072c60790738cd071d5268c28b189 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:34:10 provisioning config files... 03:34:10 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config2743633733526522566tmp [Pipeline] { [Pipeline] sh 03:34:11 + set +x 03:34:11 + curl+ -s https://codecov.io/bash 03:34:11 bash -s -- 03:34:11 03:34:11 _____ _ 03:34:11 / ____| | | 03:34:11 | | ___ __| | ___ ___ _____ __ 03:34:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:34:11 | |___| (_) | (_| | __/ (_| (_) \ V / 03:34:11 \_____\___/ \__,_|\___|\___\___/ \_/ 03:34:11 Bash-1.0.6 03:34:11 03:34:11 03:34:11 ==> git version 2.25.1 found 03:34:11 ==> 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 03:34:11 Release-Date: 2020-01-08 03:34:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:34:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:34:11 ==> Jenkins CI detected. 03:34:11 current dir:  /w/workspace/oundry_go-mod-configuration_main 03:34:11 project root: . 03:34:11 --> token set from env 03:34:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:34:11 ==> Running gcov in . (disable via -X gcov) 03:34:11 ==> Python coveragepy not found 03:34:11 ==> Searching for coverage reports in: 03:34:11 + . 03:34:11 -> Found 1 reports 03:34:11 ==> Detecting git/mercurial file structure 03:34:11 ==> Reading reports 03:34:11 + ./coverage.out bytes=27659 03:34:11 ==> Appending adjustments 03:34:11 https://docs.codecov.io/docs/fixing-reports 03:34:11 + Found adjustments 03:34:11 ==> Gzipping contents 03:34:11 4.0K /tmp/codecov.fJLTYf.gz 03:34:11 ==> Uploading reports 03:34:11 url: https://codecov.io 03:34:11 query: branch=main&commit=e3e3d8588e5313968a2282d429dea8537aa4c65f&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 03:34:11 -> Pinging Codecov 03:34:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e3e3d8588e5313968a2282d429dea8537aa4c65f&build=106&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F106%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 03:34:11 -> Uploading to 03:34:11 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/e3e3d8588e5313968a2282d429dea8537aa4c65f/58d73cc4-e43b-43ce-9722-9171f2788fe5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250722%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250722T033411Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=447fcf2dd3bf7403288bd3f355fd4a84adc41511365514848d18682da589a395 03:34:11 % Total % Received % Xferd Average Speed Time Time Time Current 03:34:11 Dload Upload Total Spent Left Speed 03:34:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3608 0 0 100 3608 0 15418 --:--:-- --:--:-- --:--:-- 15353 100 3608 0 0 100 3608 0 15418 --:--:-- --:--:-- --:--:-- 15353 03:34:11 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] } 03:34:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:34:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:34:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:34:12 03:34:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:34:12 latest: Pulling from edgex-devops/edgex-snyk-go 03:34:12 0a9a5dfd008f: Already exists 03:34:12 36466aa92d05: Already exists 03:34:12 e10405b45d13: Already exists 03:34:12 096b7ceb2af7: Already exists 03:34:12 4f4fb700ef54: Already exists 03:34:12 e50aa161e22a: Pulling fs layer 03:34:12 d3c8db5fb9df: Pulling fs layer 03:34:12 e50aa161e22a: Verifying Checksum 03:34:12 e50aa161e22a: Download complete 03:34:13 e50aa161e22a: Pull complete 03:34:13 d3c8db5fb9df: Verifying Checksum 03:34:13 d3c8db5fb9df: Download complete 03:34:17 d3c8db5fb9df: Pull complete 03:34:17 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 03:34:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:34:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:18 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:18 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 03:34:19 $ docker top 5b25c2d32d3949733621ddb3632da96cf49d63dc572f818059303736c5e1fa32 -eo pid,comm [Pipeline] { [Pipeline] sh 03:34:20 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo 03:34:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 03:34:20 + set -o pipefail 03:34:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 03:34:25 03:34:25 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... 03:34:25 03:34:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/084af67d-bea0-46ab-b4f0-e6c6a0c65663 03:34:25 03:34:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:34:25 [Pipeline] } 03:34:25 $ docker stop --time=1 5b25c2d32d3949733621ddb3632da96cf49d63dc572f818059303736c5e1fa32 03:34:27 $ docker rm -f --volumes 5b25c2d32d3949733621ddb3632da96cf49d63dc572f818059303736c5e1fa32 [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 03:34:28 + git log --format=format:%s -1 e3e3d8588e5313968a2282d429dea8537aa4c65f [Pipeline] sh 03:34:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:34:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:29 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:34:29 $ docker top f30ad4e9fdf7264f2b9461ad055c02e6898dd524db0b7ccb922a985b025877a2 -eo pid,comm 03:34:29 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). 03:34:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:34:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:29 [ssh-agent] Looking for ssh-agent implementation... 03:34:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:29 $ docker exec f30ad4e9fdf7264f2b9461ad055c02e6898dd524db0b7ccb922a985b025877a2 ssh-agent 03:34:29 SSH_AUTH_SOCK=/tmp/ssh-31S1WuZM69yG/agent.32 03:34:29 SSH_AGENT_PID=38 03:34:29 Running ssh-add (command line suppressed) 03:34:29 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7310209415575961902.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7310209415575961902.key) 03:34:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:30 + git semver tag 03:34:30 2025-07-22 03:34:30,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:34:30 2025-07-22 03:34:30,371 [run_tag] DEBUG tag force:False 03:34:30 2025-07-22 03:34:30,372 [check_head_tag] DEBUG check head tag 03:34:30 2025-07-22 03:34:30,372 [execute] INFO git cat-file --batch-check 03:34:30 2025-07-22 03:34:30,372 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) 03:34:30 2025-07-22 03:34:30,375 [execute] INFO git cat-file --batch 03:34:30 2025-07-22 03:34:30,375 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) 03:34:30 2025-07-22 03:34:30,385 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:30 2025-07-22 03:34:30,385 [execute] INFO git tag -a v4.1.0-dev.10 -m v4.1.0-dev.10 03:34:30 2025-07-22 03:34:30,385 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.10', '-m', 'v4.1.0-dev.10'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:34:30 2025-07-22 03:34:30,388 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:30 4.1.0-dev.10 [Pipeline] } 03:34:30 $ docker exec --env ******** --env ******** f30ad4e9fdf7264f2b9461ad055c02e6898dd524db0b7ccb922a985b025877a2 ssh-agent -k 03:34:30 unset SSH_AUTH_SOCK; 03:34:30 unset SSH_AGENT_PID; 03:34:30 echo Agent pid 38 killed; 03:34:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:30 + git semver [Pipeline] } 03:34:31 $ docker stop --time=1 f30ad4e9fdf7264f2b9461ad055c02e6898dd524db0b7ccb922a985b025877a2 03:34:32 $ docker rm -f --volumes f30ad4e9fdf7264f2b9461ad055c02e6898dd524db0b7ccb922a985b025877a2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:34:32 03:34:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:34:33 0.23.1-centos7: Pulling from edgex-lftools 03:34:33 ab5ef0e58194: Pulling fs layer 03:34:33 9712f1f96733: Pulling fs layer 03:34:33 63f879dbbcfc: Pulling fs layer 03:34:33 0d9ebad4ef96: Pulling fs layer 03:34:33 e9a5061849ea: Pulling fs layer 03:34:33 d747dcd14b5f: Pulling fs layer 03:34:33 2de7ff778b66: Pulling fs layer 03:34:33 e9a5061849ea: Waiting 03:34:33 d747dcd14b5f: Waiting 03:34:33 2de7ff778b66: Waiting 03:34:33 0d9ebad4ef96: Waiting 03:34:33 9712f1f96733: Download complete 03:34:33 63f879dbbcfc: Verifying Checksum 03:34:33 63f879dbbcfc: Download complete 03:34:33 e9a5061849ea: Verifying Checksum 03:34:33 e9a5061849ea: Download complete 03:34:33 d747dcd14b5f: Verifying Checksum 03:34:33 d747dcd14b5f: Download complete 03:34:33 0d9ebad4ef96: Verifying Checksum 03:34:33 0d9ebad4ef96: Download complete 03:34:33 ab5ef0e58194: Verifying Checksum 03:34:33 ab5ef0e58194: Download complete 03:34:33 2de7ff778b66: Download complete 03:34:37 ab5ef0e58194: Pull complete 03:34:37 9712f1f96733: Pull complete 03:34:38 63f879dbbcfc: Pull complete 03:34:44 0d9ebad4ef96: Pull complete 03:34:44 e9a5061849ea: Pull complete 03:34:44 d747dcd14b5f: Pull complete 03:34:45 2de7ff778b66: Pull complete 03:34:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:34:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:34:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:45 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:34:48 $ docker top 904516b1713b6548f7a14e02503f986e9aa7a0ed37b196a4a05b15783951d156 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:34:48 provisioning config files... 03:34:48 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config3543411916260626246tmp 03:34:48 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config12099243774947351020tmp 03:34:48 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8728217820570435443tmp [Pipeline] { [Pipeline] echo 03:34:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:34:48 ---> sigul-configuration.sh 03:34:48 gpg: directory `/root/.gnupg' created 03:34:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:34:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:34:48 gpg: keyring `/root/.gnupg/secring.gpg' created 03:34:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:34:48 gpg: CAST5 encrypted data 03:34:48 gpg: encrypted with 1 passphrase 03:34:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:34:49 + mkdir /home/jenkins 03:34:49 + mkdir /home/jenkins/sigul [Pipeline] sh 03:34:49 + 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 03:34:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:34:49 ---> sigul-install.sh 03:34:49 Sigul already installed; skipping installation. [Pipeline] sh 03:34:50 + git tag --list 03:34:50 v0.0.0 03:34:50 v0.0.1 03:34:50 v0.0.2 03:34:50 v0.0.3 03:34:50 v0.0.4 03:34:50 v0.0.5 03:34:50 v0.0.6 03:34:50 v0.0.7 03:34:50 v0.0.8 03:34:50 v2.0.0 03:34:50 v2.1.0 03:34:50 v2.2.0 03:34:50 v2.3.0 03:34:50 v3.0 03:34:50 v3.0.0 03:34:50 v3.1 03:34:50 v3.1.0 03:34:50 v4.0 03:34:50 v4.0.0 03:34:50 v4.0.1 03:34:50 v4.1.0-dev.1 03:34:50 v4.1.0-dev.10 03:34:50 v4.1.0-dev.2 03:34:50 v4.1.0-dev.3 03:34:50 v4.1.0-dev.4 03:34:50 v4.1.0-dev.5 03:34:50 v4.1.0-dev.6 03:34:50 v4.1.0-dev.7 03:34:50 v4.1.0-dev.8 03:34:50 v4.1.0-dev.9 [Pipeline] sh 03:34:50 + lftools sign git-tag v4.1.0-dev.10 03:34:50 Signing Git tag with Sigul... 03:34:50 Signing v4.1.0-dev.10 [Pipeline] echo 03:34:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:34:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:34:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:34:51 $ docker stop --time=1 904516b1713b6548f7a14e02503f986e9aa7a0ed37b196a4a05b15783951d156 03:34:53 $ docker rm -f --volumes 904516b1713b6548f7a14e02503f986e9aa7a0ed37b196a4a05b15783951d156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:34:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:34:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:53 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:34:54 $ docker top 56967f6ce1043c396e3d0f996d114413df1a9cab2a7579cb50eb22c80de55e95 -eo pid,comm 03:34:54 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). 03:34:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:34:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:54 [ssh-agent] Looking for ssh-agent implementation... 03:34:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:54 $ docker exec 56967f6ce1043c396e3d0f996d114413df1a9cab2a7579cb50eb22c80de55e95 ssh-agent 03:34:54 SSH_AUTH_SOCK=/tmp/ssh-emNq01L66zra/agent.32 03:34:54 SSH_AGENT_PID=39 03:34:54 Running ssh-add (command line suppressed) 03:34:54 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_15738483114537487183.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_15738483114537487183.key) 03:34:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:54 + git semver bump pre 03:34:55 2025-07-22 03:34:55,142 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:34:55 2025-07-22 03:34:55,146 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:55 2025-07-22 03:34:55,147 [bump_version] DEBUG bumping version:4.1.0-dev.10 on axis:pre with prefix:dev 03:34:55 2025-07-22 03:34:55,147 [bump_version] DEBUG bumped version:4.1.0-dev.11 03:34:55 2025-07-22 03:34:55,147 [write_version] DEBUG write version:4.1.0-dev.11 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 03:34:55 2025-07-22 03:34:55,148 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:55 2025-07-22 03:34:55,148 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:55 2025-07-22 03:34:55,152 [execute] INFO git cat-file --batch-check 03:34:55 2025-07-22 03:34:55,152 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 03:34:55 2025-07-22 03:34:55,157 [execute] INFO git cat-file --batch 03:34:55 2025-07-22 03:34:55,157 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 03:34:55 2025-07-22 03:34:55,162 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:34:55 4.1.0-dev.11 [Pipeline] } 03:34:55 $ docker exec --env ******** --env ******** 56967f6ce1043c396e3d0f996d114413df1a9cab2a7579cb50eb22c80de55e95 ssh-agent -k 03:34:55 unset SSH_AUTH_SOCK; 03:34:55 unset SSH_AGENT_PID; 03:34:55 echo Agent pid 39 killed; 03:34:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:34:55 + git semver [Pipeline] } 03:34:56 $ docker stop --time=1 56967f6ce1043c396e3d0f996d114413df1a9cab2a7579cb50eb22c80de55e95 03:34:57 $ docker rm -f --volumes 56967f6ce1043c396e3d0f996d114413df1a9cab2a7579cb50eb22c80de55e95 [Pipeline] // withDockerContainer [Pipeline] sh 03:34:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:34:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:34:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:34:58 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:34:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:34:58 $ docker top 9c10602e2a67709fbecf398cf46f11ffc61490f1a9a67ed0c7b637b2d62cca01 -eo pid,comm 03:34:58 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). 03:34:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:34:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:34:58 [ssh-agent] Looking for ssh-agent implementation... 03:34:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:34:58 $ docker exec 9c10602e2a67709fbecf398cf46f11ffc61490f1a9a67ed0c7b637b2d62cca01 ssh-agent 03:34:58 SSH_AUTH_SOCK=/tmp/ssh-gthZtTcELtnG/agent.33 03:34:58 SSH_AGENT_PID=39 03:34:58 Running ssh-add (command line suppressed) 03:34:58 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_219498589978552165.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_219498589978552165.key) 03:34:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:34:59 + git semver push 03:34:59 2025-07-22 03:34:59,491 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:34:59 2025-07-22 03:34:59,494 [run_push] DEBUG push 03:34:59 2025-07-22 03:34:59,495 [execute] INFO git cat-file --batch-check 03:34:59 2025-07-22 03:34:59,495 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 03:34:59 2025-07-22 03:34:59,497 [execute] INFO git rev-list fe70e869c50e223d4d83d2bcb0c7e9f437079fe1 -- 03:34:59 2025-07-22 03:34:59,497 [execute] DEBUG Popen(['git', 'rev-list', 'fe70e869c50e223d4d83d2bcb0c7e9f437079fe1', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:34:59 2025-07-22 03:34:59,505 [execute] INFO git fetch -v -- origin 03:34:59 2025-07-22 03:34:59,505 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=True) 03:35:00 2025-07-22 03:34:59,958 [run_push] DEBUG no remote changes detected 03:35:00 2025-07-22 03:34:59,959 [execute] INFO git push origin semver 03:35:00 2025-07-22 03:34:59,959 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:35:01 2025-07-22 03:35:00,666 [run_push] DEBUG push all version tags 03:35:01 2025-07-22 03:35:00,667 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:35:01 2025-07-22 03:35:00,667 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:35:01 2025-07-22 03:35:01,667 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:35:01 4.1.0-dev.11 [Pipeline] } 03:35:01 $ docker exec --env ******** --env ******** 9c10602e2a67709fbecf398cf46f11ffc61490f1a9a67ed0c7b637b2d62cca01 ssh-agent -k 03:35:02 unset SSH_AUTH_SOCK; 03:35:02 unset SSH_AGENT_PID; 03:35:02 echo Agent pid 39 killed; 03:35:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:35:02 + git semver [Pipeline] } 03:35:02 $ docker stop --time=1 9c10602e2a67709fbecf398cf46f11ffc61490f1a9a67ed0c7b637b2d62cca01 03:35:03 $ docker rm -f --volumes 9c10602e2a67709fbecf398cf46f11ffc61490f1a9a67ed0c7b637b2d62cca01 [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 03:35:04 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 03:35:04 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 03:35:04 total 16 03:35:04 drwxr-xr-x 3 root root 4096 Jul 22 03:34 . 03:35:04 drwxrwxr-x 9 jenkins jenkins 4096 Jul 22 03:34 .. 03:35:04 drwxr-xr-x 2 root root 4096 Jul 22 03:34 cost 03:35:04 -rw-r--r-- 1 root root 92 Jul 22 03:34 cost.csv 03:35:04 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 03:35:04 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 03:35:04 total 16 03:35:04 drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 03:34 . 03:35:04 drwxrwxr-x 9 jenkins jenkins 4096 Jul 22 03:34 .. 03:35:04 drwxr-xr-x 2 jenkins jenkins 4096 Jul 22 03:34 cost 03:35:04 -rw-r--r-- 1 jenkins jenkins 92 Jul 22 03:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:35:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:35:05 ---> package-listing.sh 03:35:05 ++ facter osfamily 03:35:05 ++ tr '[:upper:]' '[:lower:]' 03:35:06 + OS_FAMILY=debian 03:35:06 + workspace=/w/workspace/oundry_go-mod-configuration_main 03:35:06 + START_PACKAGES=/tmp/packages_start.txt 03:35:06 + END_PACKAGES=/tmp/packages_end.txt 03:35:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:35:06 + PACKAGES=/tmp/packages_start.txt 03:35:06 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 03:35:06 + PACKAGES=/tmp/packages_end.txt 03:35:06 + case "${OS_FAMILY}" in 03:35:06 + dpkg -l 03:35:06 + grep '^ii' 03:35:06 + '[' -f /tmp/packages_start.txt ']' 03:35:06 + '[' -f /tmp/packages_end.txt ']' 03:35:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:35:06 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 03:35:06 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 03:35:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 03:35:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:35:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:35:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:35:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:35:07 prd-ubuntu20.04-docker-8c-8g-5524 does not seem to be running inside a container 03:35:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:35:07 $ docker top af7bab4522e71365473851868c42d7b8343cfbf8d091b57c4fa0d8db6f89bb0a -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:07 + touch /tmp/pre-build-complete [Pipeline] sh 03:35:08 + mkdir -p /var/log/sysstat [Pipeline] sh 03:35:08 + ls /var/log/sa-host 03:35:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:35:08 provisioning config files... 03:35:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config9743914843308551079tmp [Pipeline] { [Pipeline] echo 03:35:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:35:09 ---> create-netrc.sh [Pipeline] } 03:35:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:35:09 ---> python-tools-install.sh [Pipeline] echo 03:35:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:35:09 ---> sudo-logs.sh 03:35:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:35:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:35:10 ---> job-cost.sh 03:35:10 lf-activate-venv: SKIPPING 03:35:10 DEBUG: total: 0.2199999988079071 03:35:10 INFO: Retrieving Stack Cost... 03:35:10 INFO: Retrieving Pricing Info for: v3-standard-8 03:35:10 INFO: Archiving Costs [Pipeline] echo 03:35:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:35:11 ---> logs-deploy.sh 03:35:11 lf-activate-venv: SKIPPING 03:35:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/106 03:35:11 INFO: archiving workspace using pattern(s): 03:35:12 Archives upload complete. 03:35:12 INFO: archiving logs to Nexus 03:35:13 ---> uname -a: 03:35:13 Linux prd-ubuntu20-04-docker-8c-8g-5524 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 03:35:13 03:35:13 03:35:13 ---> lscpu: 03:35:13 Architecture: x86_64 03:35:13 CPU op-mode(s): 32-bit, 64-bit 03:35:13 Byte Order: Little Endian 03:35:13 Address sizes: 40 bits physical, 48 bits virtual 03:35:13 CPU(s): 8 03:35:13 On-line CPU(s) list: 0-7 03:35:13 Thread(s) per core: 1 03:35:13 Core(s) per socket: 1 03:35:13 Socket(s): 8 03:35:13 NUMA node(s): 1 03:35:13 Vendor ID: AuthenticAMD 03:35:13 CPU family: 23 03:35:13 Model: 49 03:35:13 Model name: AMD EPYC-Rome Processor 03:35:13 Stepping: 0 03:35:13 CPU MHz: 2799.998 03:35:13 BogoMIPS: 5599.99 03:35:13 Virtualization: AMD-V 03:35:13 Hypervisor vendor: KVM 03:35:13 Virtualization type: full 03:35:13 L1d cache: 256 KiB 03:35:13 L1i cache: 256 KiB 03:35:13 L2 cache: 4 MiB 03:35:13 L3 cache: 128 MiB 03:35:13 NUMA node0 CPU(s): 0-7 03:35:13 Vulnerability Gather data sampling: Not affected 03:35:13 Vulnerability Itlb multihit: Not affected 03:35:13 Vulnerability L1tf: Not affected 03:35:13 Vulnerability Mds: Not affected 03:35:13 Vulnerability Meltdown: Not affected 03:35:13 Vulnerability Mmio stale data: Not affected 03:35:13 Vulnerability Retbleed: Vulnerable 03:35:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:35:13 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:35:13 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 03:35:13 Vulnerability Srbds: Not affected 03:35:13 Vulnerability Tsx async abort: Not affected 03:35:13 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:35:13 03:35:13 03:35:13 ---> nproc: 03:35:13 8 03:35:13 03:35:13 03:35:13 ---> df -h: 03:35:13 Filesystem Size Used Avail Use% Mounted on 03:35:13 overlay 155G 12G 143G 8% / 03:35:13 tmpfs 64M 0 64M 0% /dev 03:35:13 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:35:13 shm 64M 0 64M 0% /dev/shm 03:35:13 /dev/vda1 155G 12G 143G 8% /facter-os 03:35:13 03:35:13 03:35:13 ---> sar -b -r -n DEV: 03:35:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5524) 07/22/25 _x86_64_ (8 CPU) 03:35:13 03:35:13 03:32:11 LINUX RESTART (8 CPU) 03:35:13 03:35:13 03:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:35:13 03:34:01 128.18 3.97 124.21 0.00 520.85 56053.06 0.00 03:35:13 03:35:01 150.28 0.25 150.03 0.00 22.53 61127.09 0.00 03:35:13 Average: 139.23 2.11 137.12 0.00 271.67 58590.29 0.00 03:35:13 03:35:13 03:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:35:13 03:34:01 28136104 31553604 735708 2.24 104476 3549396 1829600 5.39 1062020 3228668 451172 03:35:13 03:35:01 26918256 31511912 768320 2.34 153064 4558976 1798568 5.30 1190292 4194220 732 03:35:13 Average: 27527180 31532758 752014 2.29 128770 4054186 1814084 5.35 1126156 3711444 225952 03:35:13 03:35:13 03:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:35:13 03:34:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 03:35:13 03:34:01 ens3 295.60 204.20 6224.64 65.17 0.00 0.00 0.00 0.00 03:35:13 03:34:01 docker0 43.71 42.69 3.33 466.36 0.00 0.00 0.00 0.00 03:35:13 03:35:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 03:35:13 03:35:01 ens3 321.13 210.03 6340.12 50.40 0.00 0.00 0.00 0.00 03:35:13 03:35:01 docker0 41.10 39.62 3.38 408.86 0.00 0.00 0.00 0.00 03:35:13 03:35:01 veth0f260ce 1.88 1.45 0.30 0.44 0.00 0.00 0.00 0.00 03:35:13 Average: lo 1.87 1.87 0.18 0.18 0.00 0.00 0.00 0.00 03:35:13 Average: ens3 308.36 207.11 6282.38 57.78 0.00 0.00 0.00 0.00 03:35:13 Average: docker0 42.41 41.16 3.35 437.61 0.00 0.00 0.00 0.00 03:35:13 Average: veth0f260ce 0.94 0.72 0.15 0.22 0.00 0.00 0.00 0.00 03:35:13 03:35:13 03:35:13 ---> sar -P ALL: 03:35:13 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5524) 07/22/25 _x86_64_ (8 CPU) 03:35:13 03:35:13 03:32:11 LINUX RESTART (8 CPU) 03:35:13 03:35:13 03:33:01 CPU %user %nice %system %iowait %steal %idle 03:35:13 03:34:01 all 24.38 0.00 5.36 1.69 0.09 68.48 03:35:13 03:34:01 0 23.88 0.00 4.75 0.32 0.08 70.96 03:35:13 03:34:01 1 25.98 0.00 5.85 0.66 0.08 67.44 03:35:13 03:34:01 2 25.95 0.00 5.16 0.49 0.10 68.29 03:35:13 03:34:01 3 22.72 0.00 4.56 1.43 0.08 71.20 03:35:13 03:34:01 4 24.77 0.00 5.77 0.83 0.10 68.53 03:35:13 03:34:01 5 23.64 0.00 5.23 1.21 0.10 69.82 03:35:13 03:34:01 6 23.86 0.00 5.74 0.76 0.07 69.57 03:35:13 03:34:01 7 24.24 0.00 5.79 7.88 0.08 62.00 03:35:13 03:35:01 all 8.08 0.00 3.51 1.30 0.07 87.04 03:35:13 03:35:01 0 8.13 0.00 3.73 0.27 0.07 87.80 03:35:13 03:35:01 1 7.41 0.00 3.79 0.84 0.08 87.89 03:35:13 03:35:01 2 8.49 0.00 3.96 0.30 0.07 87.18 03:35:13 03:35:01 3 8.76 0.00 3.62 5.28 0.07 82.28 03:35:13 03:35:01 4 8.62 0.00 3.32 0.03 0.07 87.95 03:35:13 03:35:01 5 7.74 0.00 3.90 0.09 0.09 88.19 03:35:13 03:35:01 6 8.51 0.00 3.18 3.55 0.07 84.69 03:35:13 03:35:01 7 7.00 0.00 2.54 0.03 0.07 90.36 03:35:13 Average: all 16.23 0.00 4.43 1.50 0.08 77.76 03:35:13 Average: 0 16.00 0.00 4.24 0.30 0.08 79.39 03:35:13 Average: 1 16.67 0.00 4.81 0.75 0.08 77.69 03:35:13 Average: 2 17.20 0.00 4.56 0.40 0.08 77.76 03:35:13 Average: 3 15.77 0.00 4.09 3.35 0.08 76.72 03:35:13 Average: 4 16.69 0.00 4.55 0.43 0.08 78.24 03:35:13 Average: 5 15.74 0.00 4.57 0.65 0.09 78.95 03:35:13 Average: 6 16.17 0.00 4.46 2.16 0.07 77.14 03:35:13 Average: 7 15.61 0.00 4.16 3.95 0.08 76.19 03:35:13 03:35:13 03:35:13