Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab 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-ssh12253135432713768212.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-ssh6270720127759953021.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-ssh617990177420244122.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-ssh1648487831580783088.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-ssh12965604730334888193.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2712’ Running on prd-ubuntu20.04-docker-8c-8g-2726 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 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab (main) Commit message: "Merge pull request #200 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.9.2" > 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 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab # timeout=10 > git rev-list --no-walk 092cd0a3eca283745d0e1c3ccdce1db93493fb07 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:31:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:31:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:31:16 ========================================================= 13:31:16 EdgeX Global Pipelines Version Info 13:31:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:31:17 ------------------- 13:31:17 stable info: 13:31:17 ------------------- 13:31:17 Commited By: Ginny Guan ginny@iotechsys.com 13:31:17 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 13:31:17 Message: update stable to v1.0.274 13:31:17 ------------------- 13:31:17 experimental info: 13:31:17 ------------------- 13:31:17 Commited By: **** collab-it+edgex@linuxfoundation.org 13:31:17 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 13:31:17 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1ed6a1d [Pipeline] echo 13:31:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:31:18 + git rev-list -1 --merges 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab~1..1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [Pipeline] echo 13:31:18 -----------> git rev-list -1 --merges 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab~1..1ed6a1d686bbfb55f22a0dc21a496daaa46752ab 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab 13:31:18 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [false] [Pipeline] sh 13:31:19 + git log --format=format:%s -1 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [Pipeline] echo 13:31:19 ========================================================= 13:31:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:31:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:31:19 + git log --format=format:%s -1 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [Pipeline] echo 13:31:19 [semverPrep] GIT_COMMIT: 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab, Commit Message: Merge pull request #200 from edgexfoundry/dependabot/go_modules/github.com/spf13/cast-1.9.2 [Pipeline] echo 13:31:19 [semverPrep] This is not a build commit. [Pipeline] sh 13:31:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:31:20 + grep -v github /etc/ssh/ssh_known_hosts 13:31:20 + [ -e /tmp/ssh_known_hosts ] 13:31:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:31:20 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:31:20 sudo tee -a /etc/ssh/ssh_known_hosts 13:31:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:31:20 13:31:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:31:21 0.1.4: Pulling from edgex-devops/py-git-semver 13:31:21 3dae71ba6b94: Pulling fs layer 13:31:21 6bf1a483ea7c: Pulling fs layer 13:31:21 f5dfc541a4d3: Pulling fs layer 13:31:21 461d9e800cba: Pulling fs layer 13:31:21 80192f66455f: Pulling fs layer 13:31:21 2e8e34ca0e6c: Pulling fs layer 13:31:21 a29436f7fd5d: Pulling fs layer 13:31:21 923cac83aea3: Pulling fs layer 13:31:21 25ad8b0a4227: Pulling fs layer 13:31:21 db01528c6b51: Pulling fs layer 13:31:21 28988de357af: Pulling fs layer 13:31:21 461d9e800cba: Waiting 13:31:21 923cac83aea3: Waiting 13:31:21 25ad8b0a4227: Waiting 13:31:21 db01528c6b51: Waiting 13:31:21 a29436f7fd5d: Waiting 13:31:21 28988de357af: Waiting 13:31:21 2e8e34ca0e6c: Waiting 13:31:21 6bf1a483ea7c: Verifying Checksum 13:31:21 6bf1a483ea7c: Download complete 13:31:21 461d9e800cba: Verifying Checksum 13:31:21 461d9e800cba: Download complete 13:31:21 80192f66455f: Verifying Checksum 13:31:21 80192f66455f: Download complete 13:31:21 f5dfc541a4d3: Verifying Checksum 13:31:21 f5dfc541a4d3: Download complete 13:31:21 3dae71ba6b94: Download complete 13:31:21 923cac83aea3: Download complete 13:31:21 25ad8b0a4227: Verifying Checksum 13:31:21 25ad8b0a4227: Download complete 13:31:21 db01528c6b51: Download complete 13:31:21 28988de357af: Verifying Checksum 13:31:21 28988de357af: Download complete 13:31:21 a29436f7fd5d: Verifying Checksum 13:31:21 a29436f7fd5d: Download complete 13:31:22 2e8e34ca0e6c: Verifying Checksum 13:31:22 2e8e34ca0e6c: Download complete 13:31:22 3dae71ba6b94: Pull complete 13:31:22 6bf1a483ea7c: Pull complete 13:31:23 f5dfc541a4d3: Pull complete 13:31:23 461d9e800cba: Pull complete 13:31:23 80192f66455f: Pull complete 13:31:26 2e8e34ca0e6c: Pull complete 13:31:27 a29436f7fd5d: Pull complete 13:31:27 923cac83aea3: Pull complete 13:31:27 25ad8b0a4227: Pull complete 13:31:27 db01528c6b51: Pull complete 13:31:27 28988de357af: Pull complete 13:31:27 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 13:31:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:31:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:27 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:31:27 $ 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 13:31:33 $ docker top b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 -eo pid,comm 13:31:33 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). 13:31:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:31:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:31:33 [ssh-agent] Looking for ssh-agent implementation... 13:31:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:31:33 $ docker exec b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 ssh-agent 13:31:33 SSH_AUTH_SOCK=/tmp/ssh-aIlfx9Mjo1rs/agent.32 13:31:33 SSH_AGENT_PID=38 13:31:33 Running ssh-add (command line suppressed) 13:31:33 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_408602090801823680.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_408602090801823680.key) 13:31:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:31:34 + git tag --points-at HEAD [Pipeline] } 13:31:34 $ docker exec --env ******** --env ******** b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 ssh-agent -k 13:31:34 unset SSH_AUTH_SOCK; 13:31:34 unset SSH_AGENT_PID; 13:31:34 echo Agent pid 38 killed; 13:31:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:31:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:31:34 [ssh-agent] Looking for ssh-agent implementation... 13:31:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:31:34 $ docker exec b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 ssh-agent 13:31:34 SSH_AUTH_SOCK=/tmp/ssh-1RJFcTrhk6MZ/agent.71 13:31:34 SSH_AGENT_PID=77 13:31:34 Running ssh-add (command line suppressed) 13:31:34 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_6188510662660686014.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_6188510662660686014.key) 13:31:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:31:34 + git semver init 13:31:35 2025-06-03 13:31:35,226 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:31:35 2025-06-03 13:31:35,229 [run_init] DEBUG init version:0.0.0 force:False 13:31:35 2025-06-03 13:31:35,230 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 13:31:35 2025-06-03 13:31:35,231 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 13:31:35 2025-06-03 13:31:35,231 [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) 13:31:36 2025-06-03 13:31:36,128 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 13:31:36 2025-06-03 13:31:36,129 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 13:31:36 2025-06-03 13:31:36,129 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:31:36 2025-06-03 13:31:36,129 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:31:36 4.1.0-dev.7 [Pipeline] } 13:31:36 $ docker exec --env ******** --env ******** b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 ssh-agent -k 13:31:36 unset SSH_AUTH_SOCK; 13:31:36 unset SSH_AGENT_PID; 13:31:36 echo Agent pid 77 killed; 13:31:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:31:36 + git semver [Pipeline] } 13:31:37 $ docker stop --time=1 b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 13:31:38 $ docker rm -f --volumes b2654ebd3c923e6bc7d9f461a3e1743c5d07d7228e6e3d3afb18c705cc359524 [Pipeline] // withDockerContainer [Pipeline] sh 13:31:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:31:39 Stashed 1 file(s) [Pipeline] echo 13:31:39 [edgeXSemver]: initialized semver on version 4.1.0-dev.7 [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 13:31:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:31:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:31:39 ========================================================= 13:31:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 13:31:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 13:31:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:31:39 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 13:31:39 0a9a5dfd008f: Pulling fs layer 13:31:39 dbfa0bcfca99: Pulling fs layer 13:31:39 70eabb1d9476: Pulling fs layer 13:31:39 957bedc73fa3: Pulling fs layer 13:31:39 4f4fb700ef54: Pulling fs layer 13:31:39 f40432e63723: Pulling fs layer 13:31:39 90b4343acab7: Pulling fs layer 13:31:39 9f67ea4ac784: Pulling fs layer 13:31:39 9228b9a606be: Pulling fs layer 13:31:39 957bedc73fa3: Waiting 13:31:39 4f4fb700ef54: Waiting 13:31:39 9228b9a606be: Waiting 13:31:39 f40432e63723: Waiting 13:31:39 9f67ea4ac784: Waiting 13:31:39 dbfa0bcfca99: Verifying Checksum 13:31:39 dbfa0bcfca99: Download complete 13:31:39 957bedc73fa3: Verifying Checksum 13:31:39 957bedc73fa3: Download complete 13:31:39 4f4fb700ef54: Verifying Checksum 13:31:39 4f4fb700ef54: Download complete 13:31:39 f40432e63723: Verifying Checksum 13:31:39 f40432e63723: Download complete 13:31:39 0a9a5dfd008f: Download complete 13:31:39 90b4343acab7: Verifying Checksum 13:31:39 90b4343acab7: Download complete 13:31:40 0a9a5dfd008f: Pull complete 13:31:40 9228b9a606be: Verifying Checksum 13:31:40 9228b9a606be: Download complete 13:31:40 dbfa0bcfca99: Pull complete 13:31:40 70eabb1d9476: Download complete 13:31:40 9f67ea4ac784: Verifying Checksum 13:31:40 9f67ea4ac784: Download complete 13:31:43 70eabb1d9476: Pull complete 13:31:43 957bedc73fa3: Pull complete 13:31:43 4f4fb700ef54: Pull complete 13:31:43 f40432e63723: Pull complete 13:31:43 90b4343acab7: Pull complete 13:31:46 9f67ea4ac784: Pull complete 13:31:46 9228b9a606be: Pull complete 13:31:46 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 13:31:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:31:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 13:31:46 + 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 13:31:47 + docker inspect -f . ci-base-image-x86_64 13:31:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:47 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:31:47 $ 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 13:31:53 $ docker top 30fc668c942975d117ee2c13bd7df7028d60a670215ea54e1d6b43b20e1ddb2f -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:53 + go version 13:31:53 go version go1.23.8 linux/amd64 [Pipeline] } 13:31:53 $ docker stop --time=1 30fc668c942975d117ee2c13bd7df7028d60a670215ea54e1d6b43b20e1ddb2f 13:31:54 $ docker rm -f --volumes 30fc668c942975d117ee2c13bd7df7028d60a670215ea54e1d6b43b20e1ddb2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:55 + docker inspect -f . ci-base-image-x86_64 13:31:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:55 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:31:55 $ 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 13:31:56 $ docker top 49d209a2c651a86276452dc867aa739bdf153e8b8d389b8674b17d666cac4fdc -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:56 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 13:31:56 + make test 13:31:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:31:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 13:31:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.9 13:31:56 go: downloading github.com/stretchr/testify v1.10.0 13:31:56 go: downloading github.com/mitchellh/mapstructure v1.5.0 13:31:56 go: downloading github.com/spf13/cast v1.9.2 13:31:57 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 13:31:57 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 13:31:57 go: downloading github.com/stretchr/objx v0.5.2 13:31:57 go: downloading github.com/fxamacker/cbor/v2 v2.8.0 13:31:57 go: downloading github.com/google/uuid v1.6.0 13:31:57 go: downloading github.com/go-playground/validator/v10 v10.26.0 13:31:57 go: downloading gopkg.in/yaml.v3 v3.0.1 13:31:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 13:31:57 go: downloading github.com/x448/float16 v0.8.4 13:31:57 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 13:31:57 go: downloading github.com/go-playground/universal-translator v0.18.1 13:31:57 go: downloading github.com/leodido/go-urn v1.4.0 13:31:57 go: downloading golang.org/x/crypto v0.37.0 13:31:57 go: downloading golang.org/x/text v0.24.0 13:31:57 go: downloading github.com/go-playground/locales v0.14.1 13:31:57 go: downloading golang.org/x/net v0.38.0 13:31:57 go: downloading golang.org/x/sys v0.32.0 13:31:57 go: downloading golang.org/x/sync v0.13.0 13:31:57 go: downloading github.com/gorilla/websocket v1.5.3 13:32:06 ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.003s coverage: 83.3% of statements 13:32:06 github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements 13:32:06 ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.026s coverage: 58.4% of statements 13:32:06 ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.006s coverage: 100.0% of statements 13:32:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:32:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:32:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 13:32:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 13:32:18 $ docker stop --time=1 49d209a2c651a86276452dc867aa739bdf153e8b8d389b8674b17d666cac4fdc 13:32:22 $ docker rm -f --volumes 49d209a2c651a86276452dc867aa739bdf153e8b8d389b8674b17d666cac4fdc [Pipeline] // withDockerContainer [Pipeline] sh 13:32:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:32:23 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 13:32:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:32:23 13:32:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:32:24 latest: Pulling from edgex-lftools-log-publisher 13:32:24 5eb5b503b376: Pulling fs layer 13:32:24 5c69ac0246d0: Pulling fs layer 13:32:24 ec43610c2a17: Pulling fs layer 13:32:24 3a2ae6a8a46f: Pulling fs layer 13:32:24 33b1e0a273af: Pulling fs layer 13:32:24 5d3b04190fa2: Pulling fs layer 13:32:24 2f39f015ded8: Pulling fs layer 13:32:24 3a2ae6a8a46f: Waiting 13:32:24 33b1e0a273af: Waiting 13:32:24 5d3b04190fa2: Waiting 13:32:24 2f39f015ded8: Waiting 13:32:24 5c69ac0246d0: Download complete 13:32:24 3a2ae6a8a46f: Download complete 13:32:24 33b1e0a273af: Verifying Checksum 13:32:24 33b1e0a273af: Download complete 13:32:24 5d3b04190fa2: Verifying Checksum 13:32:24 5d3b04190fa2: Download complete 13:32:24 ec43610c2a17: Verifying Checksum 13:32:24 ec43610c2a17: Download complete 13:32:24 5eb5b503b376: Verifying Checksum 13:32:24 5eb5b503b376: Download complete 13:32:25 2f39f015ded8: Download complete 13:32:25 5eb5b503b376: Pull complete 13:32:25 5c69ac0246d0: Pull complete 13:32:26 ec43610c2a17: Pull complete 13:32:26 3a2ae6a8a46f: Pull complete 13:32:26 33b1e0a273af: Pull complete 13:32:26 5d3b04190fa2: Pull complete 13:32:30 2f39f015ded8: Pull complete 13:32:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:32:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:30 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:32:30 $ 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 13:32:34 $ docker top cfbf003f3450ba3d7fb25ec3e3ea3668ac8e7a15dd2e03d4dc9d53a01b3eb3b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:32:35 ---> job-cost.sh 13:32:35 lf-activate-venv: SKIPPING 13:32:35 INFO: No Stack... 13:32:35 INFO: Retrieving Pricing Info for: v3-standard-8 13:32:35 INFO: Archiving Costs [Pipeline] sh 13:32:36 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 13:32:36 + cut -d, -f6 [Pipeline] lock 13:32:36 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-103-stack-cost] 13:32:36 Resource [jenkins-edgexfoundry-go-mod-configuration-main-103-stack-cost] did not exist. Created. 13:32:36 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:32:36 + echo total: 0.2199999988079071 [Pipeline] stash 13:32:36 Stashed 1 file(s) [Pipeline] } 13:32:36 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-103-stack-cost] [Pipeline] // lock [Pipeline] } 13:32:36 $ docker stop --time=1 cfbf003f3450ba3d7fb25ec3e3ea3668ac8e7a15dd2e03d4dc9d53a01b3eb3b3 13:32:37 $ docker rm -f --volumes cfbf003f3450ba3d7fb25ec3e3ea3668ac8e7a15dd2e03d4dc9d53a01b3eb3b3 [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 13:32:37 provisioning config files... 13:32:38 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config11564453210412465646tmp [Pipeline] { [Pipeline] sh 13:32:38 + set +x 13:32:38 + curl -s https://codecov.io/bash 13:32:38 + bash -s -- 13:32:38 13:32:38 _____ _ 13:32:38 / ____| | | 13:32:38 | | ___ __| | ___ ___ _____ __ 13:32:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:32:38 | |___| (_) | (_| | __/ (_| (_) \ V / 13:32:38 \_____\___/ \__,_|\___|\___\___/ \_/ 13:32:38 Bash-1.0.6 13:32:38 13:32:38 13:32:38 [0;36m==>[0m git version 2.25.1 found 13:32:38 [0;36m==>[0m 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 13:32:38 Release-Date: 2020-01-08 13:32:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:32:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:32:38 [0;90m==>[0m Jenkins CI detected. 13:32:38 [0;90mcurrent dir: [0m /w/workspace/oundry_go-mod-configuration_main 13:32:38 [0;90mproject root:[0m . 13:32:38 [0;90m-->[0m token set from env 13:32:38 [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m 13:32:38 [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m 13:32:38 [0;90m==>[0m Python coveragepy not found 13:32:38 [0;90m==>[0m Searching for coverage reports in: 13:32:38 [0;32m+[0m . 13:32:38 [0;90m->[0m Found 1 reports 13:32:38 [0;90m==>[0m Detecting git/mercurial file structure 13:32:38 [0;90m==>[0m Reading reports 13:32:38 [0;32m+[0m ./coverage.out [0;90mbytes=27658[0m 13:32:38 [0;90m==>[0m Appending adjustments 13:32:38 [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m 13:32:38 [0;32m+[0m Found adjustments 13:32:38 [0;90m==>[0m Gzipping contents 13:32:38 4.0K /tmp/codecov.8JVPbL.gz 13:32:38 [0;90m==>[0m Uploading reports 13:32:38 [0;90murl:[0m https://codecov.io 13:32:38 [0;90mquery:[0m branch=main&commit=1ed6a1d686bbfb55f22a0dc21a496daaa46752ab&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F103%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 13:32:38 [0;90m->[0m Pinging Codecov 13:32:38 https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=****&branch=main&commit=1ed6a1d686bbfb55f22a0dc21a496daaa46752ab&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F103%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 13:32:38 [0;90m->[0m Uploading to 13:32:38 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/1ed6a1d686bbfb55f22a0dc21a496daaa46752ab/d8ae2516-6ecf-4db0-a9ae-1e904bb2d912.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T133238Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=61391a48fec76de1c1922a8094617a9f1e7f4d63366cd8c10d4f808fad1f2671 13:32:38 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:38 Dload Upload Total Spent Left Speed 13:32:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 23174 --:--:-- --:--:-- --:--:-- 23174 13:32:38 [0;32m->[0m Reports have been successfully queued for processing at [0;36mhttps://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/1ed6a1d686bbfb55f22a0dc21a496daaa46752ab[0m [Pipeline] } 13:32:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:32:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:32:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:39 13:32:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:39 latest: Pulling from edgex-devops/edgex-snyk-go 13:32:39 43c4264eed91: Pulling fs layer 13:32:39 4cc291be95ef: Pulling fs layer 13:32:39 2ac1f1163629: Pulling fs layer 13:32:39 5c3c966382ef: Pulling fs layer 13:32:39 4f4fb700ef54: Pulling fs layer 13:32:39 5c3c966382ef: Waiting 13:32:39 d9c7d2e4e75e: Pulling fs layer 13:32:39 9c3e1370e548: Pulling fs layer 13:32:39 d9c7d2e4e75e: Waiting 13:32:39 4cc291be95ef: Verifying Checksum 13:32:39 4cc291be95ef: Download complete 13:32:39 5c3c966382ef: Verifying Checksum 13:32:39 5c3c966382ef: Download complete 13:32:39 4f4fb700ef54: Download complete 13:32:39 43c4264eed91: Download complete 13:32:40 43c4264eed91: Pull complete 13:32:40 d9c7d2e4e75e: Verifying Checksum 13:32:40 d9c7d2e4e75e: Download complete 13:32:40 4cc291be95ef: Pull complete 13:32:40 2ac1f1163629: Verifying Checksum 13:32:40 2ac1f1163629: Download complete 13:32:40 9c3e1370e548: Verifying Checksum 13:32:40 9c3e1370e548: Download complete 13:32:44 2ac1f1163629: Pull complete 13:32:44 5c3c966382ef: Pull complete 13:32:44 4f4fb700ef54: Pull complete 13:32:44 d9c7d2e4e75e: Pull complete 13:32:47 9c3e1370e548: Pull complete 13:32:47 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 13:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:32:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:47 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:32:47 $ 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 13:32:53 $ docker top a764e5ede36d331f75d5713e73958090a10a415461ada74aeb58cdd999b7b87b -eo pid,comm [Pipeline] { [Pipeline] sh 13:32:53 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo 13:32:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 13:32:54 + set -o pipefail 13:32:54 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 13:32:59 13:32:59 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... 13:32:59 13:32:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/e23222ce-73b7-4e47-9b85-0bd4d6c8b3a0 13:32:59 13:32:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:32:59 13:32:59 13:32:59 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 13:32:59 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 13:32:59 $ docker stop --time=1 a764e5ede36d331f75d5713e73958090a10a415461ada74aeb58cdd999b7b87b 13:33:02 $ docker rm -f --volumes a764e5ede36d331f75d5713e73958090a10a415461ada74aeb58cdd999b7b87b [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 13:33:03 + git log --format=format:%s -1 1ed6a1d686bbfb55f22a0dc21a496daaa46752ab [Pipeline] sh 13:33:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:33:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:33:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:04 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:33:04 $ 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 13:33:04 $ docker top c7b922db2f73144fb9d78f4cded4eb71277ba25b09e14e474bfa69e20fe28c39 -eo pid,comm 13:33:04 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). 13:33:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:04 [ssh-agent] Looking for ssh-agent implementation... 13:33:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:04 $ docker exec c7b922db2f73144fb9d78f4cded4eb71277ba25b09e14e474bfa69e20fe28c39 ssh-agent 13:33:04 SSH_AUTH_SOCK=/tmp/ssh-OKA97uMUDFVP/agent.31 13:33:04 SSH_AGENT_PID=37 13:33:04 Running ssh-add (command line suppressed) 13:33:05 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16511618935587448443.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_16511618935587448443.key) 13:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:05 + git semver tag 13:33:05 2025-06-03 13:33:05,618 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:33:05 2025-06-03 13:33:05,621 [run_tag] DEBUG tag force:False 13:33:05 2025-06-03 13:33:05,621 [check_head_tag] DEBUG check head tag 13:33:05 2025-06-03 13:33:05,621 [execute] INFO git cat-file --batch-check 13:33:05 2025-06-03 13:33:05,622 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=<valid stream>, shell=False, universal_newlines=False) 13:33:05 2025-06-03 13:33:05,624 [execute] INFO git cat-file --batch 13:33:05 2025-06-03 13:33:05,624 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=<valid stream>, shell=False, universal_newlines=False) 13:33:05 2025-06-03 13:33:05,633 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:05 2025-06-03 13:33:05,633 [execute] INFO git tag -a v4.1.0-dev.7 -m v4.1.0-dev.7 13:33:05 2025-06-03 13:33:05,633 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.7', '-m', 'v4.1.0-dev.7'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 13:33:05 2025-06-03 13:33:05,635 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:05 4.1.0-dev.7 [Pipeline] } 13:33:05 $ docker exec --env ******** --env ******** c7b922db2f73144fb9d78f4cded4eb71277ba25b09e14e474bfa69e20fe28c39 ssh-agent -k 13:33:05 unset SSH_AUTH_SOCK; 13:33:05 unset SSH_AGENT_PID; 13:33:05 echo Agent pid 37 killed; 13:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:33:06 + git semver [Pipeline] } 13:33:06 $ docker stop --time=1 c7b922db2f73144fb9d78f4cded4eb71277ba25b09e14e474bfa69e20fe28c39 13:33:07 $ docker rm -f --volumes c7b922db2f73144fb9d78f4cded4eb71277ba25b09e14e474bfa69e20fe28c39 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:33:08 13:33:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:33:08 0.23.1-centos7: Pulling from edgex-lftools 13:33:08 ab5ef0e58194: Pulling fs layer 13:33:08 9712f1f96733: Pulling fs layer 13:33:08 63f879dbbcfc: Pulling fs layer 13:33:08 0d9ebad4ef96: Pulling fs layer 13:33:08 e9a5061849ea: Pulling fs layer 13:33:08 d747dcd14b5f: Pulling fs layer 13:33:08 2de7ff778b66: Pulling fs layer 13:33:08 0d9ebad4ef96: Waiting 13:33:08 e9a5061849ea: Waiting 13:33:08 d747dcd14b5f: Waiting 13:33:08 2de7ff778b66: Waiting 13:33:08 9712f1f96733: Verifying Checksum 13:33:08 9712f1f96733: Download complete 13:33:08 63f879dbbcfc: Verifying Checksum 13:33:08 63f879dbbcfc: Download complete 13:33:08 e9a5061849ea: Verifying Checksum 13:33:08 e9a5061849ea: Download complete 13:33:08 d747dcd14b5f: Verifying Checksum 13:33:08 d747dcd14b5f: Download complete 13:33:08 ab5ef0e58194: Verifying Checksum 13:33:08 ab5ef0e58194: Download complete 13:33:08 0d9ebad4ef96: Verifying Checksum 13:33:08 0d9ebad4ef96: Download complete 13:33:08 2de7ff778b66: Verifying Checksum 13:33:08 2de7ff778b66: Download complete 13:33:12 ab5ef0e58194: Pull complete 13:33:12 9712f1f96733: Pull complete 13:33:12 63f879dbbcfc: Pull complete 13:33:15 0d9ebad4ef96: Pull complete 13:33:15 e9a5061849ea: Pull complete 13:33:15 d747dcd14b5f: Pull complete 13:33:16 2de7ff778b66: Pull complete 13:33:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:33:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:16 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:33:17 $ 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 13:33:22 $ docker top 1d7ae694d7e6f3fcd8c37c672b11a0c9208b2abf7eacff7bf878f731ae210a82 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:33:22 provisioning config files... 13:33:22 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config17435229968012162645tmp 13:33:22 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config14612835820409141606tmp 13:33:22 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config1477712735629088810tmp [Pipeline] { [Pipeline] echo 13:33:22 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:33:23 ---> sigul-configuration.sh 13:33:23 gpg: directory `/root/.gnupg' created 13:33:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:33:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:33:23 gpg: keyring `/root/.gnupg/secring.gpg' created 13:33:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:33:23 gpg: CAST5 encrypted data 13:33:23 gpg: encrypted with 1 passphrase 13:33:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:33:23 + mkdir /home/jenkins 13:33:23 + mkdir /home/jenkins/sigul [Pipeline] sh 13:33:23 + 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 13:33:23 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:33:23 ---> sigul-install.sh 13:33:23 Sigul already installed; skipping installation. [Pipeline] sh 13:33:24 + git tag --list 13:33:24 v0.0.0 13:33:24 v0.0.1 13:33:24 v0.0.2 13:33:24 v0.0.3 13:33:24 v0.0.4 13:33:24 v0.0.5 13:33:24 v0.0.6 13:33:24 v0.0.7 13:33:24 v0.0.8 13:33:24 v2.0.0 13:33:24 v2.1.0 13:33:24 v2.2.0 13:33:24 v2.3.0 13:33:24 v3.0 13:33:24 v3.0.0 13:33:24 v3.1 13:33:24 v3.1.0 13:33:24 v4.0 13:33:24 v4.0.0 13:33:24 v4.0.1 13:33:24 v4.1.0-dev.1 13:33:24 v4.1.0-dev.2 13:33:24 v4.1.0-dev.3 13:33:24 v4.1.0-dev.4 13:33:24 v4.1.0-dev.5 13:33:24 v4.1.0-dev.6 13:33:24 v4.1.0-dev.7 [Pipeline] sh 13:33:24 + lftools sign git-tag v4.1.0-dev.7 13:33:25 Signing Git tag with Sigul... 13:33:25 Signing v4.1.0-dev.7 [Pipeline] echo 13:33:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:33:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:33:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:33:26 $ docker stop --time=1 1d7ae694d7e6f3fcd8c37c672b11a0c9208b2abf7eacff7bf878f731ae210a82 13:33:27 $ docker rm -f --volumes 1d7ae694d7e6f3fcd8c37c672b11a0c9208b2abf7eacff7bf878f731ae210a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:33:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:33:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:33:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:28 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:33:28 $ 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 13:33:28 $ docker top 3409f8ebbd413bfb27e3ab93666f07a6b912a96583c2de820b55e73bd9e159de -eo pid,comm 13:33:28 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). 13:33:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:33:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:28 [ssh-agent] Looking for ssh-agent implementation... 13:33:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:29 $ docker exec 3409f8ebbd413bfb27e3ab93666f07a6b912a96583c2de820b55e73bd9e159de ssh-agent 13:33:29 SSH_AUTH_SOCK=/tmp/ssh-15OSS1Sz6I2h/agent.32 13:33:29 SSH_AGENT_PID=38 13:33:29 Running ssh-add (command line suppressed) 13:33:29 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13660057108793874131.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13660057108793874131.key) 13:33:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:29 + git semver bump pre 13:33:29 2025-06-03 13:33:29,789 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:33:29 2025-06-03 13:33:29,792 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:29 2025-06-03 13:33:29,793 [bump_version] DEBUG bumping version:4.1.0-dev.7 on axis:pre with prefix:dev 13:33:29 2025-06-03 13:33:29,793 [bump_version] DEBUG bumped version:4.1.0-dev.8 13:33:29 2025-06-03 13:33:29,793 [write_version] DEBUG write version:4.1.0-dev.8 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 13:33:29 2025-06-03 13:33:29,793 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:29 2025-06-03 13:33:29,793 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:29 2025-06-03 13:33:29,795 [execute] INFO git cat-file --batch-check 13:33:29 2025-06-03 13:33:29,795 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) 13:33:29 2025-06-03 13:33:29,799 [execute] INFO git cat-file --batch 13:33:29 2025-06-03 13:33:29,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) 13:33:29 2025-06-03 13:33:29,802 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:29 4.1.0-dev.8 [Pipeline] } 13:33:29 $ docker exec --env ******** --env ******** 3409f8ebbd413bfb27e3ab93666f07a6b912a96583c2de820b55e73bd9e159de ssh-agent -k 13:33:29 unset SSH_AUTH_SOCK; 13:33:29 unset SSH_AGENT_PID; 13:33:29 echo Agent pid 38 killed; 13:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:33:30 + git semver [Pipeline] } 13:33:30 $ docker stop --time=1 3409f8ebbd413bfb27e3ab93666f07a6b912a96583c2de820b55e73bd9e159de 13:33:31 $ docker rm -f --volumes 3409f8ebbd413bfb27e3ab93666f07a6b912a96583c2de820b55e73bd9e159de [Pipeline] // withDockerContainer [Pipeline] sh 13:33:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:33:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:33:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:32 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:33:32 $ 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 13:33:32 $ docker top cfc8a0290cdeb4096814d645b9556e979820a9df52173eaeefa46ccf162f8e17 -eo pid,comm 13:33:32 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). 13:33:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:33:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:33:33 [ssh-agent] Looking for ssh-agent implementation... 13:33:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:33:33 $ docker exec cfc8a0290cdeb4096814d645b9556e979820a9df52173eaeefa46ccf162f8e17 ssh-agent 13:33:33 SSH_AUTH_SOCK=/tmp/ssh-sBZDPLabAmdM/agent.33 13:33:33 SSH_AGENT_PID=39 13:33:33 Running ssh-add (command line suppressed) 13:33:33 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8970250661786336220.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8970250661786336220.key) 13:33:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:33:33 + git semver push 13:33:33 2025-06-03 13:33:33,918 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:33:33 2025-06-03 13:33:33,921 [run_push] DEBUG push 13:33:33 2025-06-03 13:33:33,922 [execute] INFO git cat-file --batch-check 13:33:33 2025-06-03 13:33:33,922 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) 13:33:33 2025-06-03 13:33:33,925 [execute] INFO git rev-list 73caa7c63aeef03e7318ce0601402d955aab42ba -- 13:33:33 2025-06-03 13:33:33,925 [execute] DEBUG Popen(['git', 'rev-list', '73caa7c63aeef03e7318ce0601402d955aab42ba', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 13:33:33 2025-06-03 13:33:33,932 [execute] INFO git fetch -v -- origin 13:33:33 2025-06-03 13:33:33,932 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=True) 13:33:34 2025-06-03 13:33:34,382 [run_push] DEBUG no remote changes detected 13:33:34 2025-06-03 13:33:34,383 [execute] INFO git push origin semver 13:33:34 2025-06-03 13:33:34,383 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 13:33:35 2025-06-03 13:33:35,159 [run_push] DEBUG push all version tags 13:33:35 2025-06-03 13:33:35,159 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:33:35 2025-06-03 13:33:35,159 [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) 13:33:36 2025-06-03 13:33:35,819 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 13:33:36 4.1.0-dev.8 [Pipeline] } 13:33:36 $ docker exec --env ******** --env ******** cfc8a0290cdeb4096814d645b9556e979820a9df52173eaeefa46ccf162f8e17 ssh-agent -k 13:33:36 unset SSH_AUTH_SOCK; 13:33:36 unset SSH_AGENT_PID; 13:33:36 echo Agent pid 39 killed; 13:33:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:33:36 + git semver [Pipeline] } 13:33:36 $ docker stop --time=1 cfc8a0290cdeb4096814d645b9556e979820a9df52173eaeefa46ccf162f8e17 13:33:38 $ docker rm -f --volumes cfc8a0290cdeb4096814d645b9556e979820a9df52173eaeefa46ccf162f8e17 [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 13:33:38 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 13:33:38 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 13:33:38 total 16 13:33:38 drwxr-xr-x 3 root root 4096 Jun 3 13:32 . 13:33:38 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 13:33 .. 13:33:38 drwxr-xr-x 2 root root 4096 Jun 3 13:32 cost 13:33:38 -rw-r--r-- 1 root root 92 Jun 3 13:32 cost.csv 13:33:38 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 13:33:38 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 13:33:38 total 16 13:33:38 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 13:32 . 13:33:38 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 13:33 .. 13:33:38 drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 13:32 cost 13:33:38 -rw-r--r-- 1 jenkins jenkins 92 Jun 3 13:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:33:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:33:39 ---> package-listing.sh 13:33:39 ++ facter osfamily 13:33:39 ++ tr '[:upper:]' '[:lower:]' 13:33:40 + OS_FAMILY=debian 13:33:40 + workspace=/w/workspace/oundry_go-mod-configuration_main 13:33:40 + START_PACKAGES=/tmp/packages_start.txt 13:33:40 + END_PACKAGES=/tmp/packages_end.txt 13:33:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:33:40 + PACKAGES=/tmp/packages_start.txt 13:33:40 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 13:33:40 + PACKAGES=/tmp/packages_end.txt 13:33:40 + case "${OS_FAMILY}" in 13:33:40 + dpkg -l 13:33:40 + grep '^ii' 13:33:40 + '[' -f /tmp/packages_start.txt ']' 13:33:40 + '[' -f /tmp/packages_end.txt ']' 13:33:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:33:40 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 13:33:40 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 13:33:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 13:33:40 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 13:33:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:41 prd-ubuntu20.04-docker-8c-8g-2726 does not seem to be running inside a container 13:33:41 $ 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 13:33:41 $ docker top 72090ce52796f6a3881589f8e3e519703aea13f35c6d570dd2981c4959e7408a -eo pid,comm [Pipeline] { [Pipeline] sh 13:33:41 + touch /tmp/pre-build-complete [Pipeline] sh 13:33:41 + mkdir -p /var/log/sysstat [Pipeline] sh 13:33:42 + ls /var/log/sa-host 13:33:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:33:42 provisioning config files... 13:33:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config16199599765678898813tmp [Pipeline] { [Pipeline] echo 13:33:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:33:42 ---> create-netrc.sh [Pipeline] } 13:33:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:33:43 ---> python-tools-install.sh [Pipeline] echo 13:33:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:33:43 ---> sudo-logs.sh 13:33:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:33:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:33:43 ---> job-cost.sh 13:33:43 lf-activate-venv: SKIPPING 13:33:43 DEBUG: total: 0.2199999988079071 13:33:43 INFO: Retrieving Stack Cost... 13:33:43 INFO: Retrieving Pricing Info for: v3-standard-8 13:33:44 INFO: Archiving Costs [Pipeline] echo 13:33:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:33:44 ---> logs-deploy.sh 13:33:44 lf-activate-venv: SKIPPING 13:33:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/103 13:33:44 INFO: archiving workspace using pattern(s): 13:33:45 Archives upload complete. 13:33:45 INFO: archiving logs to Nexus 13:33:46 ---> uname -a: 13:33:46 Linux prd-ubuntu20-04-docker-8c-8g-2726 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:33:46 13:33:46 13:33:46 ---> lscpu: 13:33:46 Architecture: x86_64 13:33:46 CPU op-mode(s): 32-bit, 64-bit 13:33:46 Byte Order: Little Endian 13:33:46 Address sizes: 40 bits physical, 48 bits virtual 13:33:46 CPU(s): 8 13:33:46 On-line CPU(s) list: 0-7 13:33:46 Thread(s) per core: 1 13:33:46 Core(s) per socket: 1 13:33:46 Socket(s): 8 13:33:46 NUMA node(s): 1 13:33:46 Vendor ID: AuthenticAMD 13:33:46 CPU family: 23 13:33:46 Model: 49 13:33:46 Model name: AMD EPYC-Rome Processor 13:33:46 Stepping: 0 13:33:46 CPU MHz: 2800.000 13:33:46 BogoMIPS: 5600.00 13:33:46 Virtualization: AMD-V 13:33:46 Hypervisor vendor: KVM 13:33:46 Virtualization type: full 13:33:46 L1d cache: 256 KiB 13:33:46 L1i cache: 256 KiB 13:33:46 L2 cache: 4 MiB 13:33:46 L3 cache: 128 MiB 13:33:46 NUMA node0 CPU(s): 0-7 13:33:46 Vulnerability Itlb multihit: Not affected 13:33:46 Vulnerability L1tf: Not affected 13:33:46 Vulnerability Mds: Not affected 13:33:46 Vulnerability Meltdown: Not affected 13:33:46 Vulnerability Mmio stale data: Not affected 13:33:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:33:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:33:46 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:33:46 Vulnerability Srbds: Not affected 13:33:46 Vulnerability Tsx async abort: Not affected 13:33:46 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 13:33:46 13:33:46 13:33:46 ---> nproc: 13:33:46 8 13:33:46 13:33:46 13:33:46 ---> df -h: 13:33:46 Filesystem Size Used Avail Use% Mounted on 13:33:46 overlay 155G 12G 143G 8% / 13:33:46 tmpfs 64M 0 64M 0% /dev 13:33:46 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:33:46 shm 64M 0 64M 0% /dev/shm 13:33:46 /dev/vda1 155G 12G 143G 8% /facter-os 13:33:46 13:33:46 13:33:46 ---> sar -b -r -n DEV: 13:33:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2726) 06/03/25 _x86_64_ (8 CPU) 13:33:46 13:33:46 13:30:32 LINUX RESTART (8 CPU) 13:33:46 13:33:46 13:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:33:46 13:32:01 346.12 37.63 308.48 0.00 4179.07 102636.93 0.00 13:33:46 13:33:01 108.51 0.38 108.13 0.00 23.33 53082.71 0.00 13:33:46 Average: 227.30 19.01 208.29 0.00 2100.85 77855.69 0.00 13:33:46 13:33:46 13:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:33:46 13:32:01 28373112 31294260 1015832 3.09 85312 3077028 2268052 6.68 1357008 2720972 228044 13:33:46 13:33:01 27384192 31509512 798916 2.43 119780 4147996 1850064 5.45 1285052 3683352 143680 13:33:46 Average: 27878652 31401886 907374 2.76 102546 3612512 2059058 6.07 1321030 3202162 185862 13:33:46 13:33:46 13:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:33:46 13:32:01 veth6aaf1a2 29.38 35.93 2.72 411.05 0.00 0.00 0.00 0.03 13:33:46 13:32:01 lo 3.33 3.33 0.32 0.32 0.00 0.00 0.00 0.00 13:33:46 13:32:01 ens3 630.47 422.78 8200.51 107.10 0.00 0.00 0.00 0.00 13:33:46 13:32:01 docker0 35.08 41.48 2.85 469.49 0.00 0.00 0.00 0.00 13:33:46 13:33:01 lo 2.40 2.40 0.23 0.23 0.00 0.00 0.00 0.00 13:33:46 13:33:01 ens3 271.64 166.01 6872.29 29.67 0.00 0.00 0.00 0.00 13:33:46 13:33:01 docker0 26.44 43.04 2.32 412.23 0.00 0.00 0.00 0.00 13:33:46 Average: lo 2.87 2.87 0.28 0.28 0.00 0.00 0.00 0.00 13:33:46 Average: ens3 451.02 294.38 7536.29 68.38 0.00 0.00 0.00 0.00 13:33:46 Average: docker0 30.76 42.26 2.58 440.85 0.00 0.00 0.00 0.00 13:33:46 13:33:46 13:33:46 ---> sar -P ALL: 13:33:46 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2726) 06/03/25 _x86_64_ (8 CPU) 13:33:46 13:33:46 13:30:32 LINUX RESTART (8 CPU) 13:33:46 13:33:46 13:31:01 CPU %user %nice %system %iowait %steal %idle 13:33:46 13:32:01 all 13.70 0.00 3.97 3.48 0.07 78.78 13:33:46 13:32:01 0 15.08 0.00 3.21 0.34 0.05 81.32 13:33:46 13:32:01 1 15.06 0.00 4.38 0.40 0.07 80.08 13:33:46 13:32:01 2 15.08 0.00 3.42 1.28 0.08 80.13 13:33:46 13:32:01 3 12.77 0.00 3.72 0.81 0.07 82.64 13:33:46 13:32:01 4 12.42 0.00 4.19 17.22 0.07 66.11 13:33:46 13:32:01 5 12.67 0.00 4.71 3.89 0.07 78.67 13:33:46 13:32:01 6 13.62 0.00 3.99 0.17 0.05 82.17 13:33:46 13:32:01 7 12.92 0.00 4.13 3.85 0.07 79.04 13:33:46 13:33:01 all 20.08 0.00 4.47 2.78 0.08 72.60 13:33:46 13:33:01 0 18.54 0.00 4.91 0.18 0.08 76.28 13:33:46 13:33:01 1 20.71 0.00 4.29 0.68 0.08 74.24 13:33:46 13:33:01 2 22.66 0.00 3.90 0.02 0.07 73.36 13:33:46 13:33:01 3 20.38 0.00 3.92 8.86 0.08 66.75 13:33:46 13:33:01 4 19.20 0.00 4.95 0.61 0.07 75.18 13:33:46 13:33:01 5 21.07 0.00 3.90 0.02 0.07 74.95 13:33:46 13:33:01 6 19.84 0.00 3.73 0.35 0.07 76.01 13:33:46 13:33:01 7 18.19 0.00 6.16 11.63 0.08 63.93 13:33:46 Average: all 16.89 0.00 4.22 3.13 0.07 75.69 13:33:46 Average: 0 16.81 0.00 4.06 0.26 0.07 78.80 13:33:46 Average: 1 17.88 0.00 4.34 0.54 0.08 77.17 13:33:46 Average: 2 18.87 0.00 3.66 0.65 0.08 76.74 13:33:46 Average: 3 16.56 0.00 3.82 4.82 0.08 74.72 13:33:46 Average: 4 15.82 0.00 4.57 8.90 0.07 70.65 13:33:46 Average: 5 16.89 0.00 4.30 1.95 0.07 76.80 13:33:46 Average: 6 16.73 0.00 3.86 0.26 0.06 79.09 13:33:46 Average: 7 15.54 0.00 5.14 7.72 0.08 71.51 13:33:46 13:33:46 13:33:46