Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c47f9d58ce93d053eaae162fd0da9b079ed43c59 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-ssh9629620469532423964.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-ssh9448621957498216737.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-registry/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4079960143544844082.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-ssh15379271120272751550.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-registry/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8547968435503682884.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-registry, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-registry-settings PROJECT: go-mod-registry USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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-registry DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-593 in /w/workspace/dgexfoundry_go-mod-registry_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-registry.git > git init /w/workspace/dgexfoundry_go-mod-registry_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-registry.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-registry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision c47f9d58ce93d053eaae162fd0da9b079ed43c59 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v4 (#199)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-registry.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c47f9d58ce93d053eaae162fd0da9b079ed43c59 # timeout=10 > git rev-list --no-walk f00cc994d6420e2211b2ff51348c90254dd2c85a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:59:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:59:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:59:30 ========================================================= 10:59:30 EdgeX Global Pipelines Version Info 10:59:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:59:31 ------------------- 10:59:31 stable info: 10:59:31 ------------------- 10:59:31 Commited By: Ginny Guan ginny@iotechsys.com 10:59:31 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 10:59:31 Message: update stable to v1.0.274 10:59:31 ------------------- 10:59:31 experimental info: 10:59:31 ------------------- 10:59:31 Commited By: Ginny Guan ginny@iotechsys.com 10:59:31 Commit SHA: d23c20eb9a5ec3463b7c8c72fdbb28744bcccce8 10:59:31 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:59:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-registry-settings [Pipeline] echo 10:59:31 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-registry [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-registry [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c47f9d5 [Pipeline] echo 10:59:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:59:33 + git rev-list -1 --merges c47f9d58ce93d053eaae162fd0da9b079ed43c59~1..c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] echo 10:59:33 -----------> git rev-list -1 --merges c47f9d58ce93d053eaae162fd0da9b079ed43c59~1..c47f9d58ce93d053eaae162fd0da9b079ed43c59 c47f9d58ce93d053eaae162fd0da9b079ed43c59 [false] [Pipeline] sh 10:59:33 + git log --format=format:%s -1 c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] echo 10:59:33 ========================================================= 10:59:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:59:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:59:33 + git log --format=format:%s -1 c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] echo 10:59:33 [semverPrep] GIT_COMMIT: c47f9d58ce93d053eaae162fd0da9b079ed43c59, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v4 (#199) [Pipeline] echo 10:59:33 [semverPrep] This is not a build commit. [Pipeline] sh 10:59:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:59:34 + grep -v github /etc/ssh/ssh_known_hosts 10:59:34 + [ -e /tmp/ssh_known_hosts ] 10:59:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:59:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:59:34 + sudo tee -a /etc/ssh/ssh_known_hosts 10:59:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:34 10:59:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:59:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:35 0.1.4: Pulling from edgex-devops/py-git-semver 10:59:35 b85a868b505f: Pulling fs layer 10:59:35 e2be974225ed: Pulling fs layer 10:59:35 339a4e72a1f5: Pulling fs layer 10:59:35 988bab9f4d93: Pulling fs layer 10:59:35 1469e6f7b9e6: Pulling fs layer 10:59:35 eaf3925da568: Pulling fs layer 10:59:35 bab4dde63d76: Pulling fs layer 10:59:35 bde34c3a00c8: Pulling fs layer 10:59:35 b352a97aabf1: Pulling fs layer 10:59:35 eaf3925da568: Waiting 10:59:35 bab4dde63d76: Waiting 10:59:35 bde34c3a00c8: Waiting 10:59:35 988bab9f4d93: Waiting 10:59:35 1469e6f7b9e6: Waiting 10:59:35 4872d77fe225: Pulling fs layer 10:59:35 b352a97aabf1: Waiting 10:59:35 5851b861e8e6: Pulling fs layer 10:59:35 4872d77fe225: Waiting 10:59:35 5851b861e8e6: Waiting 10:59:35 e2be974225ed: Verifying Checksum 10:59:35 e2be974225ed: Download complete 10:59:35 988bab9f4d93: Verifying Checksum 10:59:35 988bab9f4d93: Download complete 10:59:35 1469e6f7b9e6: Verifying Checksum 10:59:35 1469e6f7b9e6: Download complete 10:59:35 339a4e72a1f5: Verifying Checksum 10:59:35 339a4e72a1f5: Download complete 10:59:35 eaf3925da568: Download complete 10:59:35 bde34c3a00c8: Verifying Checksum 10:59:35 bde34c3a00c8: Download complete 10:59:35 b352a97aabf1: Download complete 10:59:35 4872d77fe225: Verifying Checksum 10:59:35 4872d77fe225: Download complete 10:59:35 5851b861e8e6: Download complete 10:59:35 b85a868b505f: Verifying Checksum 10:59:35 b85a868b505f: Download complete 10:59:35 bab4dde63d76: Verifying Checksum 10:59:35 bab4dde63d76: Download complete 10:59:36 b85a868b505f: Pull complete 10:59:36 e2be974225ed: Pull complete 10:59:37 339a4e72a1f5: Pull complete 10:59:37 988bab9f4d93: Pull complete 10:59:37 1469e6f7b9e6: Pull complete 10:59:37 eaf3925da568: Pull complete 10:59:39 bab4dde63d76: Pull complete 10:59:39 bde34c3a00c8: Pull complete 10:59:39 b352a97aabf1: Pull complete 10:59:39 4872d77fe225: Pull complete 10:59:39 5851b861e8e6: Pull complete 10:59:39 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:59:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:39 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 10:59:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:59:42 $ docker top 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 -eo pid,comm 10:59:43 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). 10:59:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:59:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:43 [ssh-agent] Looking for ssh-agent implementation... 10:59:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:43 $ docker exec 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 ssh-agent 10:59:43 SSH_AUTH_SOCK=/tmp/ssh-jNbSrgqCnk0k/agent.32 10:59:43 SSH_AGENT_PID=38 10:59:43 Running ssh-add (command line suppressed) 10:59:43 Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_5299037559816088106.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_5299037559816088106.key) 10:59:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:43 + git tag --points-at HEAD [Pipeline] } 10:59:43 $ docker exec --env ******** --env ******** 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 ssh-agent -k 10:59:43 unset SSH_AUTH_SOCK; 10:59:43 unset SSH_AGENT_PID; 10:59:43 echo Agent pid 38 killed; 10:59:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:59:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:59:43 [ssh-agent] Looking for ssh-agent implementation... 10:59:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:59:44 $ docker exec 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 ssh-agent 10:59:44 SSH_AUTH_SOCK=/tmp/ssh-cEbu9VazmvWR/agent.71 10:59:44 SSH_AGENT_PID=77 10:59:44 Running ssh-add (command line suppressed) 10:59:44 Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_10107915278150939426.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_10107915278150939426.key) 10:59:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:59:44 + git semver init 10:59:44 2025-04-28 10:59:44,778 [run_init] DEBUG init version:0.0.0 force:False 10:59:44 2025-04-28 10:59:44,779 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/dgexfoundry_go-mod-registry_main/.semver 10:59:44 2025-04-28 10:59:44,779 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-registry.git /w/workspace/dgexfoundry_go-mod-registry_main/.semver 10:59:44 2025-04-28 10:59:44,779 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-registry.git', '/w/workspace/dgexfoundry_go-mod-registry_main/.semver'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) 10:59:45 2025-04-28 10:59:45,575 [append_file] DEBUG append to file:/w/workspace/dgexfoundry_go-mod-registry_main/.git/info/exclude 10:59:45 2025-04-28 10:59:45,576 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main with force:False 10:59:45 2025-04-28 10:59:45,576 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 10:59:45 2025-04-28 10:59:45,576 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 10:59:45 4.1.0-dev.3 [Pipeline] } 10:59:45 $ docker exec --env ******** --env ******** 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 ssh-agent -k 10:59:45 unset SSH_AUTH_SOCK; 10:59:45 unset SSH_AGENT_PID; 10:59:45 echo Agent pid 77 killed; 10:59:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:59:46 + git semver [Pipeline] } 10:59:46 $ docker stop --time=1 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 10:59:47 $ docker rm -f --volumes 7918728886b0c83b3634e34188db759785bc36e8ed7ab61b9189c5c3e23107f5 [Pipeline] // withDockerContainer [Pipeline] sh 10:59:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:59:48 Stashed 1 file(s) [Pipeline] echo 10:59:48 [edgeXSemver]: initialized semver on version 4.1.0-dev.3 [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 10:59:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:59:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:59:48 ========================================================= 10:59:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:59:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 10:59:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:59:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:59:49 0a9a5dfd008f: Pulling fs layer 10:59:49 dbfa0bcfca99: Pulling fs layer 10:59:49 70eabb1d9476: Pulling fs layer 10:59:49 957bedc73fa3: Pulling fs layer 10:59:49 4f4fb700ef54: Pulling fs layer 10:59:49 f40432e63723: Pulling fs layer 10:59:49 957bedc73fa3: Waiting 10:59:49 4f4fb700ef54: Waiting 10:59:49 90b4343acab7: Pulling fs layer 10:59:49 9f67ea4ac784: Pulling fs layer 10:59:49 9228b9a606be: Pulling fs layer 10:59:49 f40432e63723: Waiting 10:59:49 90b4343acab7: Waiting 10:59:49 9f67ea4ac784: Waiting 10:59:49 9228b9a606be: Waiting 10:59:49 dbfa0bcfca99: Verifying Checksum 10:59:49 dbfa0bcfca99: Download complete 10:59:49 957bedc73fa3: Verifying Checksum 10:59:49 957bedc73fa3: Download complete 10:59:49 4f4fb700ef54: Verifying Checksum 10:59:49 4f4fb700ef54: Download complete 10:59:49 f40432e63723: Verifying Checksum 10:59:49 f40432e63723: Download complete 10:59:49 0a9a5dfd008f: Verifying Checksum 10:59:49 0a9a5dfd008f: Download complete 10:59:49 90b4343acab7: Verifying Checksum 10:59:49 90b4343acab7: Download complete 10:59:49 0a9a5dfd008f: Pull complete 10:59:49 9228b9a606be: Download complete 10:59:49 dbfa0bcfca99: Pull complete 10:59:49 70eabb1d9476: Download complete 10:59:50 9f67ea4ac784: Verifying Checksum 10:59:50 9f67ea4ac784: Download complete 10:59:53 70eabb1d9476: Pull complete 10:59:53 957bedc73fa3: Pull complete 10:59:53 4f4fb700ef54: Pull complete 10:59:53 f40432e63723: Pull complete 10:59:53 90b4343acab7: Pull complete 10:59:56 9f67ea4ac784: Pull complete 10:59:56 9228b9a606be: Pull complete 10:59:56 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 10:59:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:59:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 10:59:56 + 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 10:59:57 + docker inspect -f . ci-base-image-x86_64 10:59:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:59:57 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 10:59:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:00:04 $ docker top 808e8f77b5a76d4441c0c25091fd14fe067016f1d60d7f2a649899580cf34a6a -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:04 + go version 11:00:04 go version go1.23.8 linux/amd64 [Pipeline] } 11:00:04 $ docker stop --time=1 808e8f77b5a76d4441c0c25091fd14fe067016f1d60d7f2a649899580cf34a6a 11:00:05 $ docker rm -f --volumes 808e8f77b5a76d4441c0c25091fd14fe067016f1d60d7f2a649899580cf34a6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:06 + docker inspect -f . ci-base-image-x86_64 11:00:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:06 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:00:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:00:06 $ docker top 373923aff3fcff3df1a1d3a8495eedbd322897f3cde0c9987a6dafe39bcb1ea4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:00:07 + git config --global --add safe.directory /w/workspace/dgexfoundry_go-mod-registry_main [Pipeline] fileExists [Pipeline] sh 11:00:07 + make test 11:00:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:00:07 go: downloading github.com/stretchr/testify v1.10.0 11:00:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 11:00:07 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:00:07 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:00:07 go: downloading github.com/stretchr/objx v0.5.2 11:00:07 go: downloading github.com/go-playground/validator/v10 v10.26.0 11:00:07 go: downloading github.com/google/uuid v1.6.0 11:00:07 go: downloading github.com/fxamacker/cbor/v2 v2.8.0 11:00:07 go: downloading gopkg.in/yaml.v3 v3.0.1 11:00:07 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 11:00:07 go: downloading github.com/go-playground/universal-translator v0.18.1 11:00:07 go: downloading golang.org/x/crypto v0.36.0 11:00:07 go: downloading github.com/leodido/go-urn v1.4.0 11:00:07 go: downloading golang.org/x/text v0.23.0 11:00:07 go: downloading github.com/go-playground/locales v0.14.1 11:00:07 go: downloading golang.org/x/net v0.38.0 11:00:08 go: downloading golang.org/x/sys v0.31.0 11:00:08 go: downloading github.com/x448/float16 v0.8.4 11:00:18 github.com/edgexfoundry/go-mod-registry/v4/registry/mocks coverage: 0.0% of statements 11:00:18 github.com/edgexfoundry/go-mod-registry/v4/pkg/types coverage: 0.0% of statements 11:00:20 ok github.com/edgexfoundry/go-mod-registry/v4/internal/pkg/keeper 2.025s coverage: 66.4% of statements 11:00:20 ok github.com/edgexfoundry/go-mod-registry/v4/registry 0.005s coverage: 83.3% of statements 11:00:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:00:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:00:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:00:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 11:00:33 $ docker stop --time=1 373923aff3fcff3df1a1d3a8495eedbd322897f3cde0c9987a6dafe39bcb1ea4 11:00:37 $ docker rm -f --volumes 373923aff3fcff3df1a1d3a8495eedbd322897f3cde0c9987a6dafe39bcb1ea4 [Pipeline] // withDockerContainer [Pipeline] sh 11:00:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:00:37 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:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:00:38 11:00:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:00:38 latest: Pulling from edgex-lftools-log-publisher 11:00:38 5eb5b503b376: Pulling fs layer 11:00:38 5c69ac0246d0: Pulling fs layer 11:00:38 ec43610c2a17: Pulling fs layer 11:00:38 3a2ae6a8a46f: Pulling fs layer 11:00:38 33b1e0a273af: Pulling fs layer 11:00:38 5d3b04190fa2: Pulling fs layer 11:00:38 2f39f015ded8: Pulling fs layer 11:00:38 33b1e0a273af: Waiting 11:00:38 5d3b04190fa2: Waiting 11:00:38 2f39f015ded8: Waiting 11:00:38 3a2ae6a8a46f: Waiting 11:00:38 5c69ac0246d0: Verifying Checksum 11:00:38 5c69ac0246d0: Download complete 11:00:38 3a2ae6a8a46f: Verifying Checksum 11:00:38 3a2ae6a8a46f: Download complete 11:00:38 ec43610c2a17: Verifying Checksum 11:00:38 ec43610c2a17: Download complete 11:00:38 33b1e0a273af: Verifying Checksum 11:00:38 33b1e0a273af: Download complete 11:00:38 5d3b04190fa2: Verifying Checksum 11:00:38 5d3b04190fa2: Download complete 11:00:38 5eb5b503b376: Verifying Checksum 11:00:38 5eb5b503b376: Download complete 11:00:39 2f39f015ded8: Download complete 11:00:40 5eb5b503b376: Pull complete 11:00:40 5c69ac0246d0: Pull complete 11:00:40 ec43610c2a17: Pull complete 11:00:40 3a2ae6a8a46f: Pull complete 11:00:41 33b1e0a273af: Pull complete 11:00:41 5d3b04190fa2: Pull complete 11:00:46 2f39f015ded8: Pull complete 11:00:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:00:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:00:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:00:46 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:00:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:00:50 $ docker top dd19215006a11284540690bec5ff388b2aa240086e3b8b52cb8c38fdc1e8bf86 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:00:51 ---> job-cost.sh 11:00:51 lf-activate-venv: SKIPPING 11:00:51 INFO: No Stack... 11:00:51 INFO: Retrieving Pricing Info for: v3-standard-8 11:00:51 INFO: Archiving Costs [Pipeline] sh 11:00:52 + cat /w/workspace/dgexfoundry_go-mod-registry_main/archives/cost.csv 11:00:52 + cut -d, -f6 [Pipeline] lock 11:00:52 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-registry-main-78-stack-cost] 11:00:52 Resource [jenkins-edgexfoundry-go-mod-registry-main-78-stack-cost] did not exist. Created. 11:00:52 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-registry-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:00:52 + echo total: 0.2199999988079071 [Pipeline] stash 11:00:52 Stashed 1 file(s) [Pipeline] } 11:00:52 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-registry-main-78-stack-cost] [Pipeline] // lock [Pipeline] } 11:00:52 $ docker stop --time=1 dd19215006a11284540690bec5ff388b2aa240086e3b8b52cb8c38fdc1e8bf86 11:00:53 $ docker rm -f --volumes dd19215006a11284540690bec5ff388b2aa240086e3b8b52cb8c38fdc1e8bf86 [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 11:00:53 provisioning config files... 11:00:53 copy managed file [go-mod-registry-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config16006873059817625082tmp [Pipeline] { [Pipeline] sh 11:00:54 + set +x 11:00:54 + curl -s https://codecov.io/bash 11:00:54 + bash -s -- 11:00:54 11:00:54 _____ _ 11:00:54 / ____| | | 11:00:54 | | ___ __| | ___ ___ _____ __ 11:00:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:00:54 | |___| (_) | (_| | __/ (_| (_) \ V / 11:00:54 \_____\___/ \__,_|\___|\___\___/ \_/ 11:00:54 Bash-1.0.6 11:00:54 11:00:54 11:00:54 ==> git version 2.25.1 found 11:00:54 ==> 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 11:00:54 Release-Date: 2020-01-08 11:00:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:00:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:00:54 ==> Jenkins CI detected. 11:00:54 current dir:  /w/workspace/dgexfoundry_go-mod-registry_main 11:00:54 project root: . 11:00:54 --> token set from env 11:00:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:00:54 ==> Running gcov in . (disable via -X gcov) 11:00:54 ==> Python coveragepy not found 11:00:54 ==> Searching for coverage reports in: 11:00:54 + . 11:00:54 -> Found 1 reports 11:00:54 ==> Detecting git/mercurial file structure 11:00:54 ==> Reading reports 11:00:54 + ./coverage.out bytes=13123 11:00:54 ==> Appending adjustments 11:00:54 https://docs.codecov.io/docs/fixing-reports 11:00:54 + Found adjustments 11:00:54 ==> Gzipping contents 11:00:54 4.0K /tmp/codecov.WeydtI.gz 11:00:54 ==> Uploading reports 11:00:54 url: https://codecov.io 11:00:54 query: branch=main&commit=c47f9d58ce93d053eaae162fd0da9b079ed43c59&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 11:00:54 -> Pinging Codecov 11:00:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=c47f9d58ce93d053eaae162fd0da9b079ed43c59&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-registry%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-registry&service=jenkins&flags=&pr=&job=&cmd_args= 11:00:54 -> Uploading to 11:00:54 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-registry/c47f9d58ce93d053eaae162fd0da9b079ed43c59/83124756-843a-42a1-a50b-f928c8ea25bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250428%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250428T110054Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f47bc9af3546d624a4bfeecb23b77f76b66034a5964e61326170ba4ed1c90215 11:00:54 % Total % Received % Xferd Average Speed Time Time Time Current 11:00:54 Dload Upload Total Spent Left Speed 11:00:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2078 0 0 100 2078 0 17760 --:--:-- --:--:-- --:--:-- 17610 100 2078 0 0 100 2078 0 17760 --:--:-- --:--:-- --:--:-- 17610 11:00:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-registry/commit/c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] } 11:00:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:00:55 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:00:55 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:00:55 11:00:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:00:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:00:55 latest: Pulling from edgex-devops/edgex-snyk-go 11:00:55 43c4264eed91: Pulling fs layer 11:00:55 4cc291be95ef: Pulling fs layer 11:00:55 2ac1f1163629: Pulling fs layer 11:00:55 5c3c966382ef: Pulling fs layer 11:00:55 4f4fb700ef54: Pulling fs layer 11:00:55 d9c7d2e4e75e: Pulling fs layer 11:00:55 9c3e1370e548: Pulling fs layer 11:00:55 5c3c966382ef: Waiting 11:00:55 9c3e1370e548: Waiting 11:00:55 4f4fb700ef54: Waiting 11:00:55 d9c7d2e4e75e: Waiting 11:00:55 4cc291be95ef: Verifying Checksum 11:00:55 5c3c966382ef: Verifying Checksum 11:00:55 5c3c966382ef: Download complete 11:00:55 4f4fb700ef54: Verifying Checksum 11:00:55 4f4fb700ef54: Download complete 11:00:55 43c4264eed91: Verifying Checksum 11:00:55 43c4264eed91: Download complete 11:00:55 43c4264eed91: Pull complete 11:00:55 d9c7d2e4e75e: Verifying Checksum 11:00:55 d9c7d2e4e75e: Download complete 11:00:55 4cc291be95ef: Pull complete 11:00:56 2ac1f1163629: Verifying Checksum 11:00:56 2ac1f1163629: Download complete 11:00:56 9c3e1370e548: Verifying Checksum 11:00:56 9c3e1370e548: Download complete 11:01:00 2ac1f1163629: Pull complete 11:01:00 5c3c966382ef: Pull complete 11:01:00 4f4fb700ef54: Pull complete 11:01:00 d9c7d2e4e75e: Pull complete 11:01:03 9c3e1370e548: Pull complete 11:01:03 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 11:01:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:01:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:03 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:01:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:01:07 $ docker top 0ded46ed6667085ba98c16f262072b082915f7d1970a039049d3ec961e2faaac -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:08 + git config --global --add safe.directory /w/workspace/dgexfoundry_go-mod-registry_main [Pipeline] echo 11:01:08 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-registry:main' [Pipeline] sh 11:01:08 + set -o pipefail 11:01:08 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-registry:main' 11:01:12 11:01:12 Monitoring /w/workspace/dgexfoundry_go-mod-registry_main (github.com/edgexfoundry/go-mod-registry/v4)... 11:01:12 11:01:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/35af93a0-611a-44f8-9681-5e801f8320f2/history/74067d5a-bc07-4a53-b7cd-7f639e1f0fcf 11:01:12 11:01:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:01:12 [Pipeline] } 11:01:12 $ docker stop --time=1 0ded46ed6667085ba98c16f262072b082915f7d1970a039049d3ec961e2faaac 11:01:15 $ docker rm -f --volumes 0ded46ed6667085ba98c16f262072b082915f7d1970a039049d3ec961e2faaac [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 11:01:16 + git log --format=format:%s -1 c47f9d58ce93d053eaae162fd0da9b079ed43c59 [Pipeline] sh 11:01:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:01:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:01:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:16 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:01:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:01:17 $ docker top c28f0df7cbf2f9485a81bfbd70868051c3ce049c4d60e19372c1463a19e02740 -eo pid,comm 11:01: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). 11:01:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:01:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:01:17 [ssh-agent] Looking for ssh-agent implementation... 11:01:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:01:17 $ docker exec c28f0df7cbf2f9485a81bfbd70868051c3ce049c4d60e19372c1463a19e02740 ssh-agent 11:01:17 SSH_AUTH_SOCK=/tmp/ssh-RPIbkw35B7Ts/agent.32 11:01:17 SSH_AGENT_PID=38 11:01:17 Running ssh-add (command line suppressed) 11:01:17 Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_14979826961492005826.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_14979826961492005826.key) 11:01:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:01:17 + git semver tag 11:01:18 2025-04-28 11:01:18,167 [run_tag] DEBUG tag force:False 11:01:18 2025-04-28 11:01:18,167 [check_head_tag] DEBUG check head tag 11:01:18 2025-04-28 11:01:18,168 [execute] INFO git cat-file --batch-check 11:01:18 2025-04-28 11:01:18,168 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=) 11:01:18 2025-04-28 11:01:18,173 [execute] INFO git cat-file --batch 11:01:18 2025-04-28 11:01:18,173 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=) 11:01:18 2025-04-28 11:01:18,191 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:18 2025-04-28 11:01:18,192 [execute] INFO git tag -a v4.1.0-dev.3 -m v4.1.0-dev.3 11:01:18 2025-04-28 11:01:18,192 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.3', '-m', 'v4.1.0-dev.3'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) 11:01:18 2025-04-28 11:01:18,197 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:18 4.1.0-dev.3 [Pipeline] } 11:01:18 $ docker exec --env ******** --env ******** c28f0df7cbf2f9485a81bfbd70868051c3ce049c4d60e19372c1463a19e02740 ssh-agent -k 11:01:18 unset SSH_AUTH_SOCK; 11:01:18 unset SSH_AGENT_PID; 11:01:18 echo Agent pid 38 killed; 11:01:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:01:18 + git semver [Pipeline] } 11:01:18 $ docker stop --time=1 c28f0df7cbf2f9485a81bfbd70868051c3ce049c4d60e19372c1463a19e02740 11:01:20 $ docker rm -f --volumes c28f0df7cbf2f9485a81bfbd70868051c3ce049c4d60e19372c1463a19e02740 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:01:20 11:01:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:01:20 0.23.1-centos7: Pulling from edgex-lftools 11:01:20 ab5ef0e58194: Pulling fs layer 11:01:20 9712f1f96733: Pulling fs layer 11:01:20 63f879dbbcfc: Pulling fs layer 11:01:20 0d9ebad4ef96: Pulling fs layer 11:01:20 e9a5061849ea: Pulling fs layer 11:01:20 d747dcd14b5f: Pulling fs layer 11:01:20 2de7ff778b66: Pulling fs layer 11:01:20 0d9ebad4ef96: Waiting 11:01:20 e9a5061849ea: Waiting 11:01:20 d747dcd14b5f: Waiting 11:01:20 2de7ff778b66: Waiting 11:01:20 9712f1f96733: Verifying Checksum 11:01:20 9712f1f96733: Download complete 11:01:21 63f879dbbcfc: Download complete 11:01:21 e9a5061849ea: Verifying Checksum 11:01:21 e9a5061849ea: Download complete 11:01:21 d747dcd14b5f: Verifying Checksum 11:01:21 d747dcd14b5f: Download complete 11:01:21 ab5ef0e58194: Verifying Checksum 11:01:21 ab5ef0e58194: Download complete 11:01:21 0d9ebad4ef96: Download complete 11:01:21 2de7ff778b66: Verifying Checksum 11:01:21 2de7ff778b66: Download complete 11:01:24 ab5ef0e58194: Pull complete 11:01:24 9712f1f96733: Pull complete 11:01:25 63f879dbbcfc: Pull complete 11:01:29 0d9ebad4ef96: Pull complete 11:01:29 e9a5061849ea: Pull complete 11:01:29 d747dcd14b5f: Pull complete 11:01:30 2de7ff778b66: Pull complete 11:01:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:01:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:01:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:30 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:01:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:01:37 $ docker top b5074de49a691ddf0925b9d6d0cfe11dc794dcfcbe261cc6e4f25ef53c694d20 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:01:37 provisioning config files... 11:01:37 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config14691463725322106416tmp 11:01:37 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config1420303803270272219tmp 11:01:37 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config9349136580833034338tmp [Pipeline] { [Pipeline] echo 11:01:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:01:38 ---> sigul-configuration.sh 11:01:38 gpg: directory `/root/.gnupg' created 11:01:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:01:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:01:38 gpg: keyring `/root/.gnupg/secring.gpg' created 11:01:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:01:38 gpg: CAST5 encrypted data 11:01:38 gpg: encrypted with 1 passphrase 11:01:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:01:40 + mkdir /home/jenkins 11:01:40 + mkdir /home/jenkins/sigul [Pipeline] sh 11:01:40 + 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 11:01:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:01:40 ---> sigul-install.sh 11:01:40 Sigul already installed; skipping installation. [Pipeline] sh 11:01:41 + git tag --list 11:01:41 v0.0.0 11:01:41 v0.1.0 11:01:41 v0.1.1 11:01:41 v0.1.10 11:01:41 v0.1.11 11:01:41 v0.1.12 11:01:41 v0.1.13 11:01:41 v0.1.14 11:01:41 v0.1.15 11:01:41 v0.1.16 11:01:41 v0.1.17 11:01:41 v0.1.18 11:01:41 v0.1.19 11:01:41 v0.1.2 11:01:41 v0.1.20 11:01:41 v0.1.21 11:01:41 v0.1.22 11:01:41 v0.1.23 11:01:41 v0.1.24 11:01:41 v0.1.25 11:01:41 v0.1.26 11:01:41 v0.1.27 11:01:41 v0.1.3 11:01:41 v0.1.4 11:01:41 v0.1.5 11:01:41 v0.1.6 11:01:41 v0.1.7 11:01:41 v0.1.8 11:01:41 v0.1.9 11:01:41 v2.0.0 11:01:41 v2.1.0 11:01:41 v2.2.0 11:01:41 v2.3.0 11:01:41 v3.0 11:01:41 v3.0.0 11:01:41 v3.1 11:01:41 v3.1.0 11:01:41 v4.0 11:01:41 v4.0.0 11:01:41 v4.0.1 11:01:41 v4.1.0-dev.1 11:01:41 v4.1.0-dev.2 11:01:41 v4.1.0-dev.3 [Pipeline] sh 11:01:41 + lftools sign git-tag v4.1.0-dev.3 11:01:41 Signing Git tag with Sigul... 11:01:41 Signing v4.1.0-dev.3 [Pipeline] echo 11:01:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:01:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:01:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:01:42 $ docker stop --time=1 b5074de49a691ddf0925b9d6d0cfe11dc794dcfcbe261cc6e4f25ef53c694d20 11:01:44 $ docker rm -f --volumes b5074de49a691ddf0925b9d6d0cfe11dc794dcfcbe261cc6e4f25ef53c694d20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:01:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:01:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:01:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:44 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:01:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:01:45 $ docker top 5a912e1fc0d23b2ffdf5744dc65d9611a7d9c0181e917a26b6c5cddb661d0324 -eo pid,comm 11:01:45 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:01:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:01:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:01:45 [ssh-agent] Looking for ssh-agent implementation... 11:01:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:01:45 $ docker exec 5a912e1fc0d23b2ffdf5744dc65d9611a7d9c0181e917a26b6c5cddb661d0324 ssh-agent 11:01:45 SSH_AUTH_SOCK=/tmp/ssh-I24IzVCTSi2X/agent.33 11:01:45 SSH_AGENT_PID=39 11:01:45 Running ssh-add (command line suppressed) 11:01:45 Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_16869197123339350011.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_16869197123339350011.key) 11:01:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:01:46 + git semver bump pre 11:01:46 2025-04-28 11:01:46,219 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:46 2025-04-28 11:01:46,219 [bump_version] DEBUG bumping version:4.1.0-dev.3 on axis:pre with prefix:dev 11:01:46 2025-04-28 11:01:46,219 [bump_version] DEBUG bumped version:4.1.0-dev.4 11:01:46 2025-04-28 11:01:46,219 [write_version] DEBUG write version:4.1.0-dev.4 to path:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main with force:True 11:01:46 2025-04-28 11:01:46,219 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:46 2025-04-28 11:01:46,219 [write_file] DEBUG write to file:/w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:46 2025-04-28 11:01:46,221 [execute] INFO git cat-file --batch-check 11:01:46 2025-04-28 11:01:46,221 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) 11:01:46 2025-04-28 11:01:46,228 [execute] INFO git cat-file --batch 11:01:46 2025-04-28 11:01:46,228 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) 11:01:46 2025-04-28 11:01:46,233 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:46 4.1.0-dev.4 [Pipeline] } 11:01:46 $ docker exec --env ******** --env ******** 5a912e1fc0d23b2ffdf5744dc65d9611a7d9c0181e917a26b6c5cddb661d0324 ssh-agent -k 11:01:46 unset SSH_AUTH_SOCK; 11:01:46 unset SSH_AGENT_PID; 11:01:46 echo Agent pid 39 killed; 11:01:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:01:46 + git semver [Pipeline] } 11:01:47 $ docker stop --time=1 5a912e1fc0d23b2ffdf5744dc65d9611a7d9c0181e917a26b6c5cddb661d0324 11:01:48 $ docker rm -f --volumes 5a912e1fc0d23b2ffdf5744dc65d9611a7d9c0181e917a26b6c5cddb661d0324 [Pipeline] // withDockerContainer [Pipeline] sh 11:01:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:01:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:01:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:01:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:01:50 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:01:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:01:51 $ docker top ac7f9d900e4be532202510b0a9537a40ce17956d547266ff415e3c5395201497 -eo pid,comm 11:01:51 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:01:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:01:51 [ssh-agent] Looking for ssh-agent implementation... 11:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:01:52 $ docker exec ac7f9d900e4be532202510b0a9537a40ce17956d547266ff415e3c5395201497 ssh-agent 11:01:52 SSH_AUTH_SOCK=/tmp/ssh-bPVAtBmUZFAq/agent.32 11:01:52 SSH_AGENT_PID=38 11:01:52 Running ssh-add (command line suppressed) 11:01:52 Identity added: /w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_16509870014325935268.key (/w/workspace/dgexfoundry_go-mod-registry_main@tmp/private_key_16509870014325935268.key) 11:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:01:53 + git semver push 11:01:53 2025-04-28 11:01:53,467 [run_push] DEBUG push 11:01:53 2025-04-28 11:01:53,468 [execute] INFO git cat-file --batch-check 11:01:53 2025-04-28 11:01:53,468 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=) 11:01:53 2025-04-28 11:01:53,472 [execute] INFO git rev-list 72c883a04adf17cda58a68adeb358df6339c2bc0 -- 11:01:53 2025-04-28 11:01:53,472 [execute] DEBUG Popen(['git', 'rev-list', '72c883a04adf17cda58a68adeb358df6339c2bc0', '--'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=None) 11:01:53 2025-04-28 11:01:53,480 [execute] INFO git fetch -v origin 11:01:53 2025-04-28 11:01:53,480 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=True, shell=None, istream=None) 11:01:54 2025-04-28 11:01:53,965 [run_push] DEBUG no remote changes detected 11:01:54 2025-04-28 11:01:53,966 [execute] INFO git push origin semver 11:01:54 2025-04-28 11:01:53,966 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main/.semver, universal_newlines=False, shell=None, istream=None) 11:01:55 2025-04-28 11:01:54,834 [run_push] DEBUG push all version tags 11:01:55 2025-04-28 11:01:54,835 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:01:55 2025-04-28 11:01:54,835 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/dgexfoundry_go-mod-registry_main, universal_newlines=False, shell=None, istream=None) 11:01:56 2025-04-28 11:01:56,219 [read_version] DEBUG read version from /w/workspace/dgexfoundry_go-mod-registry_main/.semver/main 11:01:56 4.1.0-dev.4 [Pipeline] } 11:01:56 $ docker exec --env ******** --env ******** ac7f9d900e4be532202510b0a9537a40ce17956d547266ff415e3c5395201497 ssh-agent -k 11:01:56 unset SSH_AUTH_SOCK; 11:01:56 unset SSH_AGENT_PID; 11:01:56 echo Agent pid 38 killed; 11:01:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:01:56 + git semver [Pipeline] } 11:01:57 $ docker stop --time=1 ac7f9d900e4be532202510b0a9537a40ce17956d547266ff415e3c5395201497 11:01:58 $ docker rm -f --volumes ac7f9d900e4be532202510b0a9537a40ce17956d547266ff415e3c5395201497 [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 11:01:58 + [ -d /w/workspace/dgexfoundry_go-mod-registry_main/archives ] 11:01:58 + ls -al /w/workspace/dgexfoundry_go-mod-registry_main/archives 11:01:58 total 16 11:01:58 drwxr-xr-x 3 root root 4096 Apr 28 11:00 . 11:01:58 drwxrwxr-x 9 jenkins jenkins 4096 Apr 28 11:01 .. 11:01:58 drwxr-xr-x 2 root root 4096 Apr 28 11:00 cost 11:01:58 -rw-r--r-- 1 root root 86 Apr 28 11:00 cost.csv 11:01:58 + sudo chown -R jenkins:jenkins /w/workspace/dgexfoundry_go-mod-registry_main/archives 11:01:58 + ls -al /w/workspace/dgexfoundry_go-mod-registry_main/archives 11:01:58 total 16 11:01:58 drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 11:00 . 11:01:58 drwxrwxr-x 9 jenkins jenkins 4096 Apr 28 11:01 .. 11:01:58 drwxr-xr-x 2 jenkins jenkins 4096 Apr 28 11:00 cost 11:01:58 -rw-r--r-- 1 jenkins jenkins 86 Apr 28 11:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:01:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:02:00 ---> package-listing.sh 11:02:00 ++ facter osfamily 11:02:00 ++ tr '[:upper:]' '[:lower:]' 11:02:00 + OS_FAMILY=debian 11:02:00 + workspace=/w/workspace/dgexfoundry_go-mod-registry_main 11:02:00 + START_PACKAGES=/tmp/packages_start.txt 11:02:00 + END_PACKAGES=/tmp/packages_end.txt 11:02:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:02:00 + PACKAGES=/tmp/packages_start.txt 11:02:00 + '[' /w/workspace/dgexfoundry_go-mod-registry_main ']' 11:02:00 + PACKAGES=/tmp/packages_end.txt 11:02:00 + case "${OS_FAMILY}" in 11:02:00 + dpkg -l 11:02:00 + grep '^ii' 11:02:00 + '[' -f /tmp/packages_start.txt ']' 11:02:00 + '[' -f /tmp/packages_end.txt ']' 11:02:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:02:00 + '[' /w/workspace/dgexfoundry_go-mod-registry_main ']' 11:02:00 + mkdir -p /w/workspace/dgexfoundry_go-mod-registry_main/archives/ 11:02:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-registry_main/archives/ [Pipeline] echo 11:02:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-registry_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:02:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:02:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:02:01 prd-ubuntu20.04-docker-8c-8g-593 does not seem to be running inside a container 11:02:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-registry_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-registry_main -v /w/workspace/dgexfoundry_go-mod-registry_main:/w/workspace/dgexfoundry_go-mod-registry_main:rw,z -v /w/workspace/dgexfoundry_go-mod-registry_main@tmp:/w/workspace/dgexfoundry_go-mod-registry_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:02:01 $ docker top 4afe234bd4a49b8e0a4107b1732407539066c26b3ff43614ef1861ab124d7534 -eo pid,comm [Pipeline] { [Pipeline] sh 11:02:01 + touch /tmp/pre-build-complete [Pipeline] sh 11:02:02 + mkdir -p /var/log/sysstat [Pipeline] sh 11:02:02 + ls /var/log/sa-host 11:02:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:02:02 provisioning config files... 11:02:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-registry_main@tmp/config17004903349377343044tmp [Pipeline] { [Pipeline] echo 11:02:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:02:02 ---> create-netrc.sh [Pipeline] } 11:02:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:02:03 ---> python-tools-install.sh [Pipeline] echo 11:02:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:02:03 ---> sudo-logs.sh 11:02:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:02:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:02:03 ---> job-cost.sh 11:02:03 lf-activate-venv: SKIPPING 11:02:03 DEBUG: total: 0.2199999988079071 11:02:03 INFO: Retrieving Stack Cost... 11:02:04 INFO: Retrieving Pricing Info for: v3-standard-8 11:02:04 INFO: Archiving Costs [Pipeline] echo 11:02:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:02:04 ---> logs-deploy.sh 11:02:04 lf-activate-venv: SKIPPING 11:02:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-registry/main/78 11:02:04 INFO: archiving workspace using pattern(s): 11:02:06 Archives upload complete. 11:02:06 INFO: archiving logs to Nexus 11:02:06 ---> uname -a: 11:02:06 Linux prd-ubuntu20-04-docker-8c-8g-593 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 11:02:06 11:02:06 11:02:06 ---> lscpu: 11:02:06 Architecture: x86_64 11:02:06 CPU op-mode(s): 32-bit, 64-bit 11:02:06 Byte Order: Little Endian 11:02:06 Address sizes: 40 bits physical, 48 bits virtual 11:02:06 CPU(s): 8 11:02:06 On-line CPU(s) list: 0-7 11:02:06 Thread(s) per core: 1 11:02:06 Core(s) per socket: 1 11:02:06 Socket(s): 8 11:02:06 NUMA node(s): 1 11:02:06 Vendor ID: AuthenticAMD 11:02:06 CPU family: 23 11:02:06 Model: 49 11:02:06 Model name: AMD EPYC-Rome Processor 11:02:06 Stepping: 0 11:02:06 CPU MHz: 2800.000 11:02:06 BogoMIPS: 5600.00 11:02:06 Virtualization: AMD-V 11:02:06 Hypervisor vendor: KVM 11:02:06 Virtualization type: full 11:02:06 L1d cache: 256 KiB 11:02:06 L1i cache: 256 KiB 11:02:06 L2 cache: 4 MiB 11:02:06 L3 cache: 128 MiB 11:02:06 NUMA node0 CPU(s): 0-7 11:02:06 Vulnerability Itlb multihit: Not affected 11:02:06 Vulnerability L1tf: Not affected 11:02:06 Vulnerability Mds: Not affected 11:02:06 Vulnerability Meltdown: Not affected 11:02:06 Vulnerability Mmio stale data: Not affected 11:02:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:02:06 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:02:06 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 11:02:06 Vulnerability Srbds: Not affected 11:02:06 Vulnerability Tsx async abort: Not affected 11:02:06 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 11:02:06 11:02:06 11:02:06 ---> nproc: 11:02:06 8 11:02:06 11:02:06 11:02:06 ---> df -h: 11:02:06 Filesystem Size Used Avail Use% Mounted on 11:02:06 overlay 155G 12G 144G 8% / 11:02:06 tmpfs 64M 0 64M 0% /dev 11:02:06 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:02:06 shm 64M 0 64M 0% /dev/shm 11:02:06 /dev/vda1 155G 12G 144G 8% /facter-os 11:02:06 11:02:06 11:02:06 ---> sar -b -r -n DEV: 11:02:06 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-593) 04/28/25 _x86_64_ (8 CPU) 11:02:06 11:02:06 10:58:48 LINUX RESTART (8 CPU) 11:02:06 11:02:06 10:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:02:06 11:00:02 371.44 47.63 323.81 0.00 5379.67 101195.87 0.00 11:02:06 11:01:01 99.07 0.46 98.61 0.00 37.28 31934.25 0.00 11:02:06 11:02:01 136.46 0.40 136.06 0.00 34.53 54405.33 0.00 11:02:06 Average: 202.91 16.25 186.66 0.00 1827.30 62684.76 0.00 11:02:06 11:02:06 10:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:02:06 11:00:02 29247168 31552016 771660 2.35 74212 2502964 1842076 5.43 999708 2252172 5020 11:02:06 11:01:01 27913216 31511992 797792 2.43 110688 3663788 2021304 5.96 1178260 3294588 717516 11:02:06 11:02:01 27209488 31506688 794456 2.42 148072 4240364 1797676 5.30 1268788 3818304 364 11:02:06 Average: 28123291 31523565 787969 2.40 110991 3469039 1887019 5.56 1148919 3121688 240967 11:02:06 11:02:06 10:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:02:06 11:00:02 docker0 5.18 4.75 0.49 49.73 0.00 0.00 0.00 0.00 11:02:06 11:00:02 lo 3.73 3.73 0.36 0.36 0.00 0.00 0.00 0.00 11:02:06 11:00:02 ens3 567.34 366.31 5722.18 94.56 0.00 0.00 0.00 0.00 11:02:06 11:01:01 docker0 24.06 38.89 2.00 410.49 0.00 0.00 0.00 0.00 11:02:06 11:01:01 lo 2.37 2.37 0.23 0.23 0.00 0.00 0.00 0.00 11:02:06 11:01:01 ens3 294.85 180.97 6991.30 32.22 0.00 0.00 0.00 0.00 11:02:06 11:02:01 docker0 26.08 31.48 2.51 405.48 0.00 0.00 0.00 0.00 11:02:06 11:02:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 11:02:06 11:02:01 ens3 244.19 189.45 3700.98 149.24 0.00 0.00 0.00 0.00 11:02:06 Average: docker0 18.41 24.96 1.66 287.87 0.00 0.00 0.00 0.00 11:02:06 Average: lo 2.37 2.37 0.23 0.23 0.00 0.00 0.00 0.00 11:02:06 Average: ens3 369.22 245.95 5463.01 92.34 0.00 0.00 0.00 0.00 11:02:06 11:02:06 11:02:06 ---> sar -P ALL: 11:02:06 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-593) 04/28/25 _x86_64_ (8 CPU) 11:02:06 11:02:06 10:58:48 LINUX RESTART (8 CPU) 11:02:06 11:02:06 10:59:01 CPU %user %nice %system %iowait %steal %idle 11:02:06 11:00:02 all 9.59 0.00 3.46 3.54 0.05 83.36 11:02:06 11:00:02 0 8.35 0.00 2.80 0.45 0.05 88.35 11:02:06 11:00:02 1 11.11 0.00 3.05 8.10 0.05 77.70 11:02:06 11:00:02 2 9.34 0.00 2.87 0.40 0.05 87.34 11:02:06 11:00:02 3 7.11 0.00 3.23 7.80 0.05 81.80 11:02:06 11:00:02 4 8.98 0.00 3.90 0.27 0.05 86.79 11:02:06 11:00:02 5 9.02 0.00 4.43 3.54 0.05 82.95 11:02:06 11:00:02 6 9.62 0.00 4.13 7.05 0.05 79.15 11:02:06 11:00:02 7 13.16 0.00 3.24 0.79 0.05 82.77 11:02:06 11:01:01 all 23.32 0.00 5.46 2.48 0.08 68.66 11:02:06 11:01:01 0 24.39 0.00 5.61 0.50 0.07 69.42 11:02:06 11:01:01 1 22.90 0.00 5.06 0.90 0.09 71.06 11:02:06 11:01:01 2 22.80 0.00 5.32 0.29 0.09 71.50 11:02:06 11:01:01 3 23.16 0.00 6.27 10.52 0.10 59.95 11:02:06 11:01:01 4 23.48 0.00 5.27 1.27 0.09 69.89 11:02:06 11:01:01 5 23.63 0.00 5.07 4.33 0.09 66.90 11:02:06 11:01:01 6 21.77 0.00 5.49 1.84 0.09 70.81 11:02:06 11:01:01 7 24.43 0.00 5.55 0.19 0.07 69.76 11:02:06 11:02:01 all 6.79 0.00 3.28 2.48 0.06 87.39 11:02:06 11:02:01 0 8.00 0.00 3.98 0.89 0.07 87.06 11:02:06 11:02:01 1 7.49 0.00 2.84 0.77 0.05 88.85 11:02:06 11:02:01 2 6.23 0.00 2.97 0.03 0.05 90.71 11:02:06 11:02:01 3 8.21 0.00 3.58 3.34 0.05 84.82 11:02:06 11:02:01 4 5.33 0.00 3.10 5.80 0.07 85.71 11:02:06 11:02:01 5 6.23 0.00 3.10 1.16 0.05 89.46 11:02:06 11:02:01 6 5.59 0.00 3.67 7.64 0.05 83.05 11:02:06 11:02:01 7 7.25 0.00 2.97 0.27 0.07 89.44 11:02:06 Average: all 13.17 0.00 4.05 2.84 0.06 79.88 11:02:06 Average: 0 13.50 0.00 4.12 0.61 0.06 81.70 11:02:06 Average: 1 13.76 0.00 3.64 3.27 0.06 79.26 11:02:06 Average: 2 12.74 0.00 3.71 0.24 0.06 83.25 11:02:06 Average: 3 12.76 0.00 4.35 7.20 0.07 75.62 11:02:06 Average: 4 12.53 0.00 4.08 2.45 0.07 80.87 11:02:06 Average: 5 12.87 0.00 4.19 2.99 0.06 79.89 11:02:06 Average: 6 12.29 0.00 4.42 5.53 0.06 77.70 11:02:06 Average: 7 14.90 0.00 3.91 0.42 0.06 80.71 11:02:06 11:02:06 11:02:06