Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 092cd0a3eca283745d0e1c3ccdce1db93493fb07 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-ssh2553730678463863331.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-ssh7444699554812123876.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-ssh6258713214995204933.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-ssh9349923441916566372.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-ssh14709719392831926727.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2686 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 092cd0a3eca283745d0e1c3ccdce1db93493fb07 (main) Commit message: "Merge pull request #198 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.9" > 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 092cd0a3eca283745d0e1c3ccdce1db93493fb07 # timeout=10 > git rev-list --no-walk b51ed5e4b8fb0d183bfc87e77d931842477d6abf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:28:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:28:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:28:33 ========================================================= 03:28:33 EdgeX Global Pipelines Version Info 03:28:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:28:34 ------------------- 03:28:34 stable info: 03:28:34 ------------------- 03:28:34 Commited By: Ginny Guan ginny@iotechsys.com 03:28:34 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 03:28:34 Message: update stable to v1.0.274 03:28:35 ------------------- 03:28:35 experimental info: 03:28:35 ------------------- 03:28:35 Commited By: **** collab-it+edgex@linuxfoundation.org 03:28:35 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 03:28:35 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:28:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:28:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:28:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo 03:28:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 092cd0a [Pipeline] echo 03:28:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:28:36 + git rev-list -1 --merges 092cd0a3eca283745d0e1c3ccdce1db93493fb07~1..092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo 03:28:36 -----------> git rev-list -1 --merges 092cd0a3eca283745d0e1c3ccdce1db93493fb07~1..092cd0a3eca283745d0e1c3ccdce1db93493fb07 092cd0a3eca283745d0e1c3ccdce1db93493fb07 03:28:36 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [false] [Pipeline] sh 03:28:36 + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo 03:28:36 ========================================================= 03:28:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:28:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:28:37 + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] echo 03:28:37 [semverPrep] GIT_COMMIT: 092cd0a3eca283745d0e1c3ccdce1db93493fb07, Commit Message: Merge pull request #198 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.9 [Pipeline] echo 03:28:37 [semverPrep] This is not a build commit. [Pipeline] sh 03:28:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:28:37 + grep -v github /etc/ssh/ssh_known_hosts 03:28:37 + [ -e /tmp/ssh_known_hosts ] 03:28:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:28:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:28:37 + sudo tee -a /etc/ssh/ssh_known_hosts 03:28:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:38 03:28:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:38 0.1.4: Pulling from edgex-devops/py-git-semver 03:28:38 3dae71ba6b94: Pulling fs layer 03:28:38 6bf1a483ea7c: Pulling fs layer 03:28:38 f5dfc541a4d3: Pulling fs layer 03:28:38 461d9e800cba: Pulling fs layer 03:28:38 80192f66455f: Pulling fs layer 03:28:38 2e8e34ca0e6c: Pulling fs layer 03:28:38 a29436f7fd5d: Pulling fs layer 03:28:38 923cac83aea3: Pulling fs layer 03:28:38 25ad8b0a4227: Pulling fs layer 03:28:38 db01528c6b51: Pulling fs layer 03:28:38 28988de357af: Pulling fs layer 03:28:38 a29436f7fd5d: Waiting 03:28:38 923cac83aea3: Waiting 03:28:38 25ad8b0a4227: Waiting 03:28:38 db01528c6b51: Waiting 03:28:38 28988de357af: Waiting 03:28:38 461d9e800cba: Waiting 03:28:38 80192f66455f: Waiting 03:28:38 2e8e34ca0e6c: Waiting 03:28:38 6bf1a483ea7c: Verifying Checksum 03:28:38 6bf1a483ea7c: Download complete 03:28:38 461d9e800cba: Verifying Checksum 03:28:38 461d9e800cba: Download complete 03:28:38 80192f66455f: Download complete 03:28:39 f5dfc541a4d3: Verifying Checksum 03:28:39 f5dfc541a4d3: Download complete 03:28:39 3dae71ba6b94: Verifying Checksum 03:28:39 3dae71ba6b94: Download complete 03:28:39 923cac83aea3: Verifying Checksum 03:28:39 923cac83aea3: Download complete 03:28:39 25ad8b0a4227: Verifying Checksum 03:28:39 25ad8b0a4227: Download complete 03:28:39 db01528c6b51: Verifying Checksum 03:28:39 db01528c6b51: Download complete 03:28:39 28988de357af: Download complete 03:28:39 a29436f7fd5d: Verifying Checksum 03:28:39 a29436f7fd5d: Download complete 03:28:39 2e8e34ca0e6c: Verifying Checksum 03:28:39 2e8e34ca0e6c: Download complete 03:28:40 3dae71ba6b94: Pull complete 03:28:40 6bf1a483ea7c: Pull complete 03:28:41 f5dfc541a4d3: Pull complete 03:28:41 461d9e800cba: Pull complete 03:28:41 80192f66455f: Pull complete 03:28:45 2e8e34ca0e6c: Pull complete 03:28:45 a29436f7fd5d: Pull complete 03:28:45 923cac83aea3: Pull complete 03:28:45 25ad8b0a4227: Pull complete 03:28:45 db01528c6b51: Pull complete 03:28:45 28988de357af: Pull complete 03:28:45 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:28:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:46 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:28:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:28:51 $ docker top bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 -eo pid,comm 03:28: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). 03:28:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:28:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:51 [ssh-agent] Looking for ssh-agent implementation... 03:28:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:51 $ docker exec bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent 03:28:51 SSH_AUTH_SOCK=/tmp/ssh-tmstE6NfmPrt/agent.32 03:28:51 SSH_AGENT_PID=38 03:28:51 Running ssh-add (command line suppressed) 03:28:51 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8221100163110348632.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_8221100163110348632.key) 03:28:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:51 + git tag --points-at HEAD [Pipeline] } 03:28:51 $ docker exec --env ******** --env ******** bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent -k 03:28:52 unset SSH_AUTH_SOCK; 03:28:52 unset SSH_AGENT_PID; 03:28:52 echo Agent pid 38 killed; 03:28:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:28:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:52 [ssh-agent] Looking for ssh-agent implementation... 03:28:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:52 $ docker exec bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent 03:28:52 SSH_AUTH_SOCK=/tmp/ssh-EyjHC4043LjS/agent.71 03:28:52 SSH_AGENT_PID=77 03:28:52 Running ssh-add (command line suppressed) 03:28:52 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13738305529267952603.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13738305529267952603.key) 03:28:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:52 + git semver init 03:28:53 2025-06-03 03:28:53,035 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:28:53 2025-06-03 03:28:53,039 [run_init] DEBUG init version:0.0.0 force:False 03:28:53 2025-06-03 03:28:53,040 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 03:28:53 2025-06-03 03:28:53,040 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 03:28:53 2025-06-03 03:28:53,041 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:28:53 2025-06-03 03:28:53,835 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 03:28:53 2025-06-03 03:28:53,835 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 03:28:53 2025-06-03 03:28:53,835 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:28:53 2025-06-03 03:28:53,836 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:28:53 4.1.0-dev.6 [Pipeline] } 03:28:53 $ docker exec --env ******** --env ******** bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 ssh-agent -k 03:28:53 unset SSH_AUTH_SOCK; 03:28:53 unset SSH_AGENT_PID; 03:28:53 echo Agent pid 77 killed; 03:28:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:54 + git semver [Pipeline] } 03:28:54 $ docker stop --time=1 bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 03:28:55 $ docker rm -f --volumes bcb2b14293536bc5fb3a5af5f0864b09eb611344c7bdb77a1a9146a3a6425606 [Pipeline] // withDockerContainer [Pipeline] sh 03:28:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:28:56 Stashed 1 file(s) [Pipeline] echo 03:28:56 [edgeXSemver]: initialized semver on version 4.1.0-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 03:28:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:28:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:28:56 ========================================================= 03:28:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 03:28:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 03:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:28:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 03:28:57 0a9a5dfd008f: Pulling fs layer 03:28:57 dbfa0bcfca99: Pulling fs layer 03:28:57 70eabb1d9476: Pulling fs layer 03:28:57 957bedc73fa3: Pulling fs layer 03:28:57 4f4fb700ef54: Pulling fs layer 03:28:57 f40432e63723: Pulling fs layer 03:28:57 90b4343acab7: Pulling fs layer 03:28:57 9f67ea4ac784: Pulling fs layer 03:28:57 9228b9a606be: Pulling fs layer 03:28:57 957bedc73fa3: Waiting 03:28:57 f40432e63723: Waiting 03:28:57 90b4343acab7: Waiting 03:28:57 9f67ea4ac784: Waiting 03:28:57 4f4fb700ef54: Waiting 03:28:57 9228b9a606be: Waiting 03:28:57 dbfa0bcfca99: Verifying Checksum 03:28:57 dbfa0bcfca99: Download complete 03:28:57 957bedc73fa3: Download complete 03:28:57 4f4fb700ef54: Verifying Checksum 03:28:57 4f4fb700ef54: Download complete 03:28:57 f40432e63723: Verifying Checksum 03:28:57 f40432e63723: Download complete 03:28:57 0a9a5dfd008f: Download complete 03:28:57 90b4343acab7: Verifying Checksum 03:28:57 90b4343acab7: Download complete 03:28:57 0a9a5dfd008f: Pull complete 03:28:57 9228b9a606be: Verifying Checksum 03:28:57 9228b9a606be: Download complete 03:28:57 dbfa0bcfca99: Pull complete 03:28:57 70eabb1d9476: Download complete 03:28:57 9f67ea4ac784: Verifying Checksum 03:28:57 9f67ea4ac784: Download complete 03:29:02 70eabb1d9476: Pull complete 03:29:02 957bedc73fa3: Pull complete 03:29:02 4f4fb700ef54: Pull complete 03:29:02 f40432e63723: Pull complete 03:29:02 90b4343acab7: Pull complete 03:29:04 9f67ea4ac784: Pull complete 03:29:04 9228b9a606be: Pull complete 03:29:04 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 03:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 03:29:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 03:29:05 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:05 + docker inspect -f . ci-base-image-x86_64 03:29:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:05 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:29:05 $ 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 ******** ci-base-image-x86_64 cat 03:29:11 $ docker top 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:11 + go version 03:29:11 go version go1.23.8 linux/amd64 [Pipeline] } 03:29:11 $ docker stop --time=1 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c 03:29:12 $ docker rm -f --volumes 0e252ee370064c05b3238dadbb3c0d303c83e094cd9fcfa0da863f843763a82c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:13 + docker inspect -f . ci-base-image-x86_64 03:29:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:13 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:29:13 $ 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 ******** ci-base-image-x86_64 cat 03:29:13 $ docker top 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:14 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 03:29:14 + make test 03:29:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:29:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.6 03:29:14 go: downloading github.com/stretchr/testify v1.10.0 03:29:14 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.9 03:29:14 go: downloading github.com/mitchellh/mapstructure v1.5.0 03:29:14 go: downloading github.com/spf13/cast v1.9.1 03:29:14 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 03:29:14 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 03:29:14 go: downloading github.com/stretchr/objx v0.5.2 03:29:14 go: downloading github.com/fxamacker/cbor/v2 v2.8.0 03:29:14 go: downloading github.com/google/uuid v1.6.0 03:29:14 go: downloading github.com/go-playground/validator/v10 v10.26.0 03:29:14 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 03:29:14 go: downloading gopkg.in/yaml.v3 v3.0.1 03:29:14 go: downloading github.com/x448/float16 v0.8.4 03:29:15 go: downloading github.com/go-playground/universal-translator v0.18.1 03:29:15 go: downloading github.com/leodido/go-urn v1.4.0 03:29:15 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 03:29:15 go: downloading golang.org/x/text v0.24.0 03:29:15 go: downloading golang.org/x/crypto v0.37.0 03:29:15 go: downloading github.com/gorilla/websocket v1.5.3 03:29:15 go: downloading golang.org/x/net v0.38.0 03:29:15 go: downloading golang.org/x/sync v0.13.0 03:29:15 go: downloading github.com/go-playground/locales v0.14.1 03:29:15 go: downloading golang.org/x/sys v0.32.0 03:29:25 github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements 03:29:25 ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.007s coverage: 83.3% of statements 03:29:25 ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.031s coverage: 58.4% of statements 03:29:25 ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.008s coverage: 100.0% of statements 03:29:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:29:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:29:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 03:29:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 03:29:36 $ docker stop --time=1 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e 03:29:41 $ docker rm -f --volumes 8f70f86f3f333f54fa740cfcb262628526dc60ff1c51feacc244cb801215597e [Pipeline] // withDockerContainer [Pipeline] sh 03:29:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:29:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:29:42 03:29:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:29:42 latest: Pulling from edgex-lftools-log-publisher 03:29:42 5eb5b503b376: Pulling fs layer 03:29:42 5c69ac0246d0: Pulling fs layer 03:29:42 ec43610c2a17: Pulling fs layer 03:29:42 3a2ae6a8a46f: Pulling fs layer 03:29:42 33b1e0a273af: Pulling fs layer 03:29:42 5d3b04190fa2: Pulling fs layer 03:29:42 2f39f015ded8: Pulling fs layer 03:29:42 5d3b04190fa2: Waiting 03:29:42 3a2ae6a8a46f: Waiting 03:29:42 33b1e0a273af: Waiting 03:29:42 5c69ac0246d0: Verifying Checksum 03:29:42 5c69ac0246d0: Download complete 03:29:42 3a2ae6a8a46f: Verifying Checksum 03:29:42 3a2ae6a8a46f: Download complete 03:29:42 33b1e0a273af: Verifying Checksum 03:29:42 33b1e0a273af: Download complete 03:29:42 5d3b04190fa2: Verifying Checksum 03:29:42 5d3b04190fa2: Download complete 03:29:42 ec43610c2a17: Verifying Checksum 03:29:42 ec43610c2a17: Download complete 03:29:43 5eb5b503b376: Verifying Checksum 03:29:43 5eb5b503b376: Download complete 03:29:44 2f39f015ded8: Download complete 03:29:44 5eb5b503b376: Pull complete 03:29:44 5c69ac0246d0: Pull complete 03:29:44 ec43610c2a17: Pull complete 03:29:44 3a2ae6a8a46f: Pull complete 03:29:45 33b1e0a273af: Pull complete 03:29:45 5d3b04190fa2: Pull complete 03:29:49 2f39f015ded8: Pull complete 03:29:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:29:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:29:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:49 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:29:49 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:29:53 $ docker top 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:29:54 ---> job-cost.sh 03:29:54 lf-activate-venv: SKIPPING 03:29:54 INFO: No Stack... 03:29:54 INFO: Retrieving Pricing Info for: v3-standard-8 03:29:54 INFO: Archiving Costs [Pipeline] sh 03:29:55 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 03:29:55 + cut -d, -f6 [Pipeline] lock 03:29:55 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] 03:29:55 Resource [jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] did not exist. Created. 03:29:55 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:29:55 + echo total: 0.2199999988079071 [Pipeline] stash 03:29:55 Stashed 1 file(s) [Pipeline] } 03:29:55 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-102-stack-cost] [Pipeline] // lock [Pipeline] } 03:29:55 $ docker stop --time=1 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb 03:29:56 $ docker rm -f --volumes 656f431bab887b5f9209df850cc7bc00954c4fdd2265757b8906429fb718b1bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:29:56 provisioning config files... 03:29:56 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config14596159866816769222tmp [Pipeline] { [Pipeline] sh 03:29:57 + set +x 03:29:57 + curl -s https://codecov.io/bash 03:29:57 + bash -s -- 03:29:57 03:29:57 _____ _ 03:29:57 / ____| | | 03:29:57 | | ___ __| | ___ ___ _____ __ 03:29:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:29:57 | |___| (_) | (_| | __/ (_| (_) \ V / 03:29:57 \_____\___/ \__,_|\___|\___\___/ \_/ 03:29:57 Bash-1.0.6 03:29:57 03:29:57 03:29:57 [0;36m==>[0m git version 2.25.1 found 03:29:57 [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 03:29:57 Release-Date: 2020-01-08 03:29:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:29:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:29:57 [0;90m==>[0m Jenkins CI detected. 03:29:57 [0;90mcurrent dir: [0m /w/workspace/oundry_go-mod-configuration_main 03:29:57 [0;90mproject root:[0m . 03:29:57 [0;90m-->[0m token set from env 03:29:57 [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m 03:29:57 [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m 03:29:57 [0;90m==>[0m Python coveragepy not found 03:29:57 [0;90m==>[0m Searching for coverage reports in: 03:29:57 [0;32m+[0m . 03:29:57 [0;90m->[0m Found 1 reports 03:29:57 [0;90m==>[0m Detecting git/mercurial file structure 03:29:57 [0;90m==>[0m Reading reports 03:29:57 [0;32m+[0m ./coverage.out [0;90mbytes=27658[0m 03:29:57 [0;90m==>[0m Appending adjustments 03:29:57 [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m 03:29:57 [0;32m+[0m Found adjustments 03:29:57 [0;90m==>[0m Gzipping contents 03:29:57 4.0K /tmp/codecov.75chdT.gz 03:29:57 [0;90m==>[0m Uploading reports 03:29:57 [0;90murl:[0m https://codecov.io 03:29:57 [0;90mquery:[0m branch=main&commit=092cd0a3eca283745d0e1c3ccdce1db93493fb07&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 03:29:57 [0;90m->[0m Pinging Codecov 03:29:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=****&branch=main&commit=092cd0a3eca283745d0e1c3ccdce1db93493fb07&build=102&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F102%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 03:29:57 [0;90m->[0m Uploading to 03:29:57 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/092cd0a3eca283745d0e1c3ccdce1db93493fb07/4f42b660-05d6-44a5-a953-9741aa0ab53d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250603%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250603T032957Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=95f6761d3d589b19b5365f15045286f06a465dff042b88076e8316d694677580 03:29:57 % Total % Received % Xferd Average Speed Time Time Time Current 03:29:57 Dload Upload Total Spent Left Speed 03:29:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 10984 --:--:-- --:--:-- --:--:-- 11018 03:29:58 [0;32m->[0m Reports have been successfully queued for processing at [0;36mhttps://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/092cd0a3eca283745d0e1c3ccdce1db93493fb07[0m [Pipeline] } 03:29:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 03:29:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:29:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:29:58 03:29:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:29:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:29:58 latest: Pulling from edgex-devops/edgex-snyk-go 03:29:58 43c4264eed91: Pulling fs layer 03:29:58 4cc291be95ef: Pulling fs layer 03:29:58 2ac1f1163629: Pulling fs layer 03:29:58 5c3c966382ef: Pulling fs layer 03:29:58 4f4fb700ef54: Pulling fs layer 03:29:58 d9c7d2e4e75e: Pulling fs layer 03:29:58 9c3e1370e548: Pulling fs layer 03:29:58 4f4fb700ef54: Waiting 03:29:58 d9c7d2e4e75e: Waiting 03:29:58 9c3e1370e548: Waiting 03:29:58 5c3c966382ef: Waiting 03:29:58 4cc291be95ef: Verifying Checksum 03:29:58 5c3c966382ef: Verifying Checksum 03:29:58 5c3c966382ef: Download complete 03:29:58 4f4fb700ef54: Verifying Checksum 03:29:58 4f4fb700ef54: Download complete 03:29:58 43c4264eed91: Download complete 03:29:59 43c4264eed91: Pull complete 03:29:59 d9c7d2e4e75e: Verifying Checksum 03:29:59 d9c7d2e4e75e: Download complete 03:29:59 4cc291be95ef: Pull complete 03:29:59 2ac1f1163629: Verifying Checksum 03:29:59 2ac1f1163629: Download complete 03:29:59 9c3e1370e548: Verifying Checksum 03:29:59 9c3e1370e548: Download complete 03:30:03 2ac1f1163629: Pull complete 03:30:03 5c3c966382ef: Pull complete 03:30:03 4f4fb700ef54: Pull complete 03:30:03 d9c7d2e4e75e: Pull complete 03:30:06 9c3e1370e548: Pull complete 03:30:06 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 03:30:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:30:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:06 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 03:30:11 $ docker top aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:11 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo 03:30:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 03:30:12 + set -o pipefail 03:30:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 03:30:16 03:30:16 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... 03:30:16 03:30:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/7a955bca-850e-40a8-9b04-7b01d21e89d9 03:30:16 03:30:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:30:16 03:30:17 03:30:17 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 03:30:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:30:17 $ docker stop --time=1 aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae 03:30:20 $ docker rm -f --volumes aed72d63dd65aaa5e80fd997e3db6308292b48f39a898a76695dd9460a3760ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:30:20 + git log --format=format:%s -1 092cd0a3eca283745d0e1c3ccdce1db93493fb07 [Pipeline] sh 03:30:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:30:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:30:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:21 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:30:22 $ docker top 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:22 [ssh-agent] Looking for ssh-agent implementation... 03:30:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:22 $ docker exec 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee ssh-agent 03:30:22 SSH_AUTH_SOCK=/tmp/ssh-lmw0Rvj3x1KX/agent.32 03:30:22 SSH_AGENT_PID=38 03:30:22 Running ssh-add (command line suppressed) 03:30:22 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9846261379865618283.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9846261379865618283.key) 03:30:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:22 + git semver tag 03:30:23 2025-06-03 03:30:22,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:30:23 2025-06-03 03:30:22,977 [run_tag] DEBUG tag force:False 03:30:23 2025-06-03 03:30:22,977 [check_head_tag] DEBUG check head tag 03:30:23 2025-06-03 03:30:22,978 [execute] INFO git cat-file --batch-check 03:30:23 2025-06-03 03:30:22,978 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=<valid stream>, shell=False, universal_newlines=False) 03:30:23 2025-06-03 03:30:22,980 [execute] INFO git cat-file --batch 03:30:23 2025-06-03 03:30:22,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=<valid stream>, shell=False, universal_newlines=False) 03:30:23 2025-06-03 03:30:22,989 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:23 2025-06-03 03:30:22,989 [execute] INFO git tag -a v4.1.0-dev.6 -m v4.1.0-dev.6 03:30:23 2025-06-03 03:30:22,989 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.6', '-m', 'v4.1.0-dev.6'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:30:23 2025-06-03 03:30:22,992 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:23 4.1.0-dev.6 [Pipeline] } 03:30:23 $ docker exec --env ******** --env ******** 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee ssh-agent -k 03:30:23 unset SSH_AUTH_SOCK; 03:30:23 unset SSH_AGENT_PID; 03:30:23 echo Agent pid 38 killed; 03:30:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:23 + git semver [Pipeline] } 03:30:23 $ docker stop --time=1 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee 03:30:25 $ docker rm -f --volumes 3dbb215ec4c62c4ca0ab77eb041a2a89dc2e170787f3bcad4b28eeb44f8504ee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:30:25 03:30:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:30:25 0.23.1-centos7: Pulling from edgex-lftools 03:30:25 ab5ef0e58194: Pulling fs layer 03:30:25 9712f1f96733: Pulling fs layer 03:30:25 63f879dbbcfc: Pulling fs layer 03:30:25 0d9ebad4ef96: Pulling fs layer 03:30:25 e9a5061849ea: Pulling fs layer 03:30:25 d747dcd14b5f: Pulling fs layer 03:30:25 2de7ff778b66: Pulling fs layer 03:30:25 0d9ebad4ef96: Waiting 03:30:25 d747dcd14b5f: Waiting 03:30:25 2de7ff778b66: Waiting 03:30:25 e9a5061849ea: Waiting 03:30:25 9712f1f96733: Download complete 03:30:26 63f879dbbcfc: Verifying Checksum 03:30:26 63f879dbbcfc: Download complete 03:30:26 e9a5061849ea: Verifying Checksum 03:30:26 e9a5061849ea: Download complete 03:30:26 d747dcd14b5f: Verifying Checksum 03:30:26 d747dcd14b5f: Download complete 03:30:26 ab5ef0e58194: Verifying Checksum 03:30:26 ab5ef0e58194: Download complete 03:30:26 0d9ebad4ef96: Verifying Checksum 03:30:26 0d9ebad4ef96: Download complete 03:30:26 2de7ff778b66: Verifying Checksum 03:30:26 2de7ff778b66: Download complete 03:30:29 ab5ef0e58194: Pull complete 03:30:29 9712f1f96733: Pull complete 03:30:29 63f879dbbcfc: Pull complete 03:30:33 0d9ebad4ef96: Pull complete 03:30:33 e9a5061849ea: Pull complete 03:30:33 d747dcd14b5f: Pull complete 03:30:34 2de7ff778b66: Pull complete 03:30:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:30:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:30:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:34 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:30:41 $ docker top 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:30:41 provisioning config files... 03:30:41 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6618246097755444287tmp 03:30:41 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config14239755150744523712tmp 03:30:41 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config176737488661976231tmp [Pipeline] { [Pipeline] echo 03:30:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:30:41 ---> sigul-configuration.sh 03:30:41 gpg: directory `/root/.gnupg' created 03:30:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:30:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:30:41 gpg: keyring `/root/.gnupg/secring.gpg' created 03:30:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:30:41 gpg: CAST5 encrypted data 03:30:41 gpg: encrypted with 1 passphrase 03:30:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:30:42 + mkdir /home/jenkins 03:30:42 + mkdir /home/jenkins/sigul [Pipeline] sh 03:30:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:30:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:30:42 ---> sigul-install.sh 03:30:42 Sigul already installed; skipping installation. [Pipeline] sh 03:30:43 + git tag --list 03:30:43 v0.0.0 03:30:43 v0.0.1 03:30:43 v0.0.2 03:30:43 v0.0.3 03:30:43 v0.0.4 03:30:43 v0.0.5 03:30:43 v0.0.6 03:30:43 v0.0.7 03:30:43 v0.0.8 03:30:43 v2.0.0 03:30:43 v2.1.0 03:30:43 v2.2.0 03:30:43 v2.3.0 03:30:43 v3.0 03:30:43 v3.0.0 03:30:43 v3.1 03:30:43 v3.1.0 03:30:43 v4.0 03:30:43 v4.0.0 03:30:43 v4.0.1 03:30:43 v4.1.0-dev.1 03:30:43 v4.1.0-dev.2 03:30:43 v4.1.0-dev.3 03:30:43 v4.1.0-dev.4 03:30:43 v4.1.0-dev.5 03:30:43 v4.1.0-dev.6 [Pipeline] sh 03:30:43 + lftools sign git-tag v4.1.0-dev.6 03:30:44 Signing Git tag with Sigul... 03:30:44 Signing v4.1.0-dev.6 [Pipeline] echo 03:30:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:30:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:30:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:30:44 $ docker stop --time=1 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b 03:30:45 $ docker rm -f --volumes 2eb48628da9e8f0a1d70784da6d4c5a725a4bb6cb7465e179dca52201c43872b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:30:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:30:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:30:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:46 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:30:47 $ docker top 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb -eo pid,comm 03:30:47 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:30:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:47 [ssh-agent] Looking for ssh-agent implementation... 03:30:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:47 $ docker exec 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb ssh-agent 03:30:47 SSH_AUTH_SOCK=/tmp/ssh-96QQZU8Nt13z/agent.32 03:30:47 SSH_AGENT_PID=39 03:30:47 Running ssh-add (command line suppressed) 03:30:47 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2780509132376252952.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2780509132376252952.key) 03:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:47 + git semver bump pre 03:30:48 2025-06-03 03:30:48,092 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:30:48 2025-06-03 03:30:48,095 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:48 2025-06-03 03:30:48,095 [bump_version] DEBUG bumping version:4.1.0-dev.6 on axis:pre with prefix:dev 03:30:48 2025-06-03 03:30:48,095 [bump_version] DEBUG bumped version:4.1.0-dev.7 03:30:48 2025-06-03 03:30:48,095 [write_version] DEBUG write version:4.1.0-dev.7 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 03:30:48 2025-06-03 03:30:48,095 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:48 2025-06-03 03:30:48,095 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:48 2025-06-03 03:30:48,097 [execute] INFO git cat-file --batch-check 03:30:48 2025-06-03 03:30:48,098 [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) 03:30:48 2025-06-03 03:30:48,101 [execute] INFO git cat-file --batch 03:30:48 2025-06-03 03:30:48,102 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=<valid stream>, shell=False, universal_newlines=False) 03:30:48 2025-06-03 03:30:48,104 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:48 4.1.0-dev.7 [Pipeline] } 03:30:48 $ docker exec --env ******** --env ******** 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb ssh-agent -k 03:30:48 unset SSH_AUTH_SOCK; 03:30:48 unset SSH_AGENT_PID; 03:30:48 echo Agent pid 39 killed; 03:30:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:48 + git semver [Pipeline] } 03:30:48 $ docker stop --time=1 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb 03:30:50 $ docker rm -f --volumes 65bf54896771e70d9572aebf755e78cbc082442e2165149f78c85b93208358bb [Pipeline] // withDockerContainer [Pipeline] sh 03:30:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:30:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:30:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:50 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:50 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:30:51 $ docker top 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 -eo pid,comm 03:30: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). 03:30:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:30:51 [ssh-agent] Looking for ssh-agent implementation... 03:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:30:51 $ docker exec 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 ssh-agent 03:30:51 SSH_AUTH_SOCK=/tmp/ssh-c5j6wdqRRI3A/agent.33 03:30:51 SSH_AGENT_PID=39 03:30:51 Running ssh-add (command line suppressed) 03:30:51 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_14732796939265449737.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_14732796939265449737.key) 03:30:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:30:52 + git semver push 03:30:52 2025-06-03 03:30:52,274 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:30:52 2025-06-03 03:30:52,277 [run_push] DEBUG push 03:30:52 2025-06-03 03:30:52,278 [execute] INFO git cat-file --batch-check 03:30:52 2025-06-03 03:30:52,278 [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) 03:30:52 2025-06-03 03:30:52,280 [execute] INFO git rev-list 189a06b5b09657c1d93162371aec04088a4f69f6 -- 03:30:52 2025-06-03 03:30:52,281 [execute] DEBUG Popen(['git', 'rev-list', '189a06b5b09657c1d93162371aec04088a4f69f6', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:30:52 2025-06-03 03:30:52,288 [execute] INFO git fetch -v -- origin 03:30:52 2025-06-03 03:30:52,288 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=True) 03:30:52 2025-06-03 03:30:52,781 [run_push] DEBUG no remote changes detected 03:30:52 2025-06-03 03:30:52,782 [execute] INFO git push origin semver 03:30:52 2025-06-03 03:30:52,782 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 03:30:53 2025-06-03 03:30:53,483 [run_push] DEBUG push all version tags 03:30:53 2025-06-03 03:30:53,483 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:30:53 2025-06-03 03:30:53,483 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 03:30:54 2025-06-03 03:30:54,070 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 03:30:54 4.1.0-dev.7 [Pipeline] } 03:30:54 $ docker exec --env ******** --env ******** 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 ssh-agent -k 03:30:54 unset SSH_AUTH_SOCK; 03:30:54 unset SSH_AGENT_PID; 03:30:54 echo Agent pid 39 killed; 03:30:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:30:54 + git semver [Pipeline] } 03:30:55 $ docker stop --time=1 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 03:30:56 $ docker rm -f --volumes 4f96f22e02d88cbdd57608ce3c20e56eb142826eb13e4c3f1d2c3e944674bba3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:30:57 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 03:30:57 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 03:30:57 total 16 03:30:57 drwxr-xr-x 3 root root 4096 Jun 3 03:29 . 03:30:57 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 03:30 .. 03:30:57 drwxr-xr-x 2 root root 4096 Jun 3 03:29 cost 03:30:57 -rw-r--r-- 1 root root 92 Jun 3 03:29 cost.csv 03:30:57 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 03:30:57 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 03:30:57 total 16 03:30:57 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 03:29 . 03:30:57 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 03:30 .. 03:30:57 drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 03:29 cost 03:30:57 -rw-r--r-- 1 jenkins jenkins 92 Jun 3 03:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:30:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:30:58 ---> package-listing.sh 03:30:58 ++ facter osfamily 03:30:58 ++ tr '[:upper:]' '[:lower:]' 03:30:58 + OS_FAMILY=debian 03:30:58 + workspace=/w/workspace/oundry_go-mod-configuration_main 03:30:58 + START_PACKAGES=/tmp/packages_start.txt 03:30:58 + END_PACKAGES=/tmp/packages_end.txt 03:30:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:30:58 + PACKAGES=/tmp/packages_start.txt 03:30:58 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 03:30:58 + PACKAGES=/tmp/packages_end.txt 03:30:58 + case "${OS_FAMILY}" in 03:30:58 + dpkg -l 03:30:58 + grep '^ii' 03:30:58 + '[' -f /tmp/packages_start.txt ']' 03:30:58 + '[' -f /tmp/packages_end.txt ']' 03:30:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:30:58 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 03:30:58 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 03:30:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 03:30:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:30:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:30:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:30:59 prd-ubuntu20.04-docker-8c-8g-2686 does not seem to be running inside a container 03:30:59 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:30:59 $ docker top 0011fa0caf430f2493610eb30afdfcb2fc708c13e89b4436d76c9acd6a527ed0 -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:59 + touch /tmp/pre-build-complete [Pipeline] sh 03:31:00 + mkdir -p /var/log/sysstat [Pipeline] sh 03:31:00 + ls /var/log/sa-host 03:31:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:31:00 provisioning config files... 03:31:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config17856232054914787995tmp [Pipeline] { [Pipeline] echo 03:31:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:31:00 ---> create-netrc.sh [Pipeline] } 03:31:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:31:01 ---> python-tools-install.sh [Pipeline] echo 03:31:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:31:01 ---> sudo-logs.sh 03:31:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:31:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:31:01 ---> job-cost.sh 03:31:01 lf-activate-venv: SKIPPING 03:31:01 DEBUG: total: 0.2199999988079071 03:31:01 INFO: Retrieving Stack Cost... 03:31:02 INFO: Retrieving Pricing Info for: v3-standard-8 03:31:02 INFO: Archiving Costs [Pipeline] echo 03:31:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:31:02 ---> logs-deploy.sh 03:31:02 lf-activate-venv: SKIPPING 03:31:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/102 03:31:02 INFO: archiving workspace using pattern(s): 03:31:04 Archives upload complete. 03:31:04 INFO: archiving logs to Nexus 03:31:04 ---> uname -a: 03:31:04 Linux prd-ubuntu20-04-docker-8c-8g-2686 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 03:31:04 03:31:04 03:31:04 ---> lscpu: 03:31:04 Architecture: x86_64 03:31:04 CPU op-mode(s): 32-bit, 64-bit 03:31:04 Byte Order: Little Endian 03:31:04 Address sizes: 40 bits physical, 48 bits virtual 03:31:04 CPU(s): 8 03:31:04 On-line CPU(s) list: 0-7 03:31:04 Thread(s) per core: 1 03:31:04 Core(s) per socket: 1 03:31:04 Socket(s): 8 03:31:04 NUMA node(s): 1 03:31:04 Vendor ID: AuthenticAMD 03:31:04 CPU family: 23 03:31:04 Model: 49 03:31:04 Model name: AMD EPYC-Rome Processor 03:31:04 Stepping: 0 03:31:04 CPU MHz: 2799.998 03:31:04 BogoMIPS: 5599.99 03:31:04 Virtualization: AMD-V 03:31:04 Hypervisor vendor: KVM 03:31:04 Virtualization type: full 03:31:04 L1d cache: 256 KiB 03:31:04 L1i cache: 256 KiB 03:31:04 L2 cache: 4 MiB 03:31:04 L3 cache: 128 MiB 03:31:04 NUMA node0 CPU(s): 0-7 03:31:04 Vulnerability Itlb multihit: Not affected 03:31:04 Vulnerability L1tf: Not affected 03:31:04 Vulnerability Mds: Not affected 03:31:04 Vulnerability Meltdown: Not affected 03:31:04 Vulnerability Mmio stale data: Not affected 03:31:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:31:04 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:31:04 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 03:31:04 Vulnerability Srbds: Not affected 03:31:04 Vulnerability Tsx async abort: Not affected 03:31:04 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 03:31:04 03:31:04 03:31:04 ---> nproc: 03:31:04 8 03:31:04 03:31:04 03:31:04 ---> df -h: 03:31:04 Filesystem Size Used Avail Use% Mounted on 03:31:04 overlay 155G 12G 143G 8% / 03:31:04 tmpfs 64M 0 64M 0% /dev 03:31:04 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:31:04 shm 64M 0 64M 0% /dev/shm 03:31:04 /dev/vda1 155G 12G 143G 8% /facter-os 03:31:04 03:31:04 03:31:04 ---> sar -b -r -n DEV: 03:31:04 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2686) 06/03/25 _x86_64_ (8 CPU) 03:31:04 03:31:04 03:27:50 LINUX RESTART (8 CPU) 03:31:04 03:31:04 03:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:31:04 03:29:02 382.90 47.73 335.18 0.00 5348.58 71853.36 0.00 03:31:04 03:30:01 132.05 0.64 131.40 0.00 32.27 62297.64 0.00 03:31:04 03:31:01 141.11 0.42 140.69 0.00 31.06 65394.57 0.00 03:31:04 Average: 219.17 16.35 202.82 0.00 1813.86 66538.75 0.00 03:31:04 03:31:04 03:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:31:04 03:29:02 29065356 31557796 769492 2.34 71104 2694484 2013044 5.93 993804 2443076 497096 03:31:04 03:30:01 27895600 31536072 773340 2.35 102904 3725508 2049504 6.04 1146728 3355580 456196 03:31:04 03:31:01 26906740 31528132 770012 2.34 147780 4554344 1818904 5.36 1247840 4128764 328 03:31:04 Average: 27955899 31540667 770948 2.34 107263 3658112 1960484 5.78 1129457 3309140 317873 03:31:04 03:31:04 03:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:31:04 03:29:02 docker0 5.88 5.65 0.53 58.26 0.00 0.00 0.00 0.00 03:31:04 03:29:02 lo 3.73 3.73 0.36 0.36 0.00 0.00 0.00 0.00 03:31:04 03:29:02 ens3 600.40 365.82 7837.48 91.89 0.00 0.00 0.00 0.00 03:31:04 03:30:01 docker0 16.59 24.74 1.64 413.39 0.00 0.00 0.00 0.00 03:31:04 03:30:01 lo 2.37 2.37 0.23 0.23 0.00 0.00 0.00 0.00 03:31:04 03:30:01 ens3 270.87 167.70 7001.32 32.66 0.00 0.00 0.00 0.00 03:31:04 03:31:01 docker0 22.50 35.14 2.35 408.03 0.00 0.00 0.00 0.00 03:31:04 03:31:01 lo 1.27 1.27 0.13 0.13 0.00 0.00 0.00 0.00 03:31:04 03:31:01 ens3 262.07 184.79 3708.87 140.10 0.00 0.00 0.00 0.00 03:31:04 Average: docker0 14.98 21.83 1.51 292.56 0.00 0.00 0.00 0.00 03:31:04 Average: lo 2.46 2.46 0.24 0.24 0.00 0.00 0.00 0.00 03:31:04 Average: ens3 378.38 239.84 6177.98 88.53 0.00 0.00 0.00 0.00 03:31:04 03:31:04 03:31:04 ---> sar -P ALL: 03:31:04 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2686) 06/03/25 _x86_64_ (8 CPU) 03:31:04 03:31:04 03:27:50 LINUX RESTART (8 CPU) 03:31:04 03:31:04 03:28:01 CPU %user %nice %system %iowait %steal %idle 03:31:04 03:29:02 all 9.99 0.00 3.33 2.74 0.06 83.88 03:31:04 03:29:02 0 8.70 0.00 3.17 7.10 0.07 80.97 03:31:04 03:29:02 1 8.58 0.00 3.75 0.35 0.05 87.26 03:31:04 03:29:02 2 11.63 0.00 3.11 0.29 0.07 84.91 03:31:04 03:29:02 3 8.24 0.00 4.64 4.30 0.05 82.77 03:31:04 03:29:02 4 10.00 0.00 2.68 6.97 0.07 80.29 03:31:04 03:29:02 5 10.33 0.00 3.28 0.64 0.05 85.70 03:31:04 03:29:02 6 11.99 0.00 3.10 0.40 0.05 84.45 03:31:04 03:29:02 7 10.44 0.00 2.91 1.92 0.05 84.67 03:31:04 03:30:01 all 22.94 0.00 5.09 3.03 0.07 68.87 03:31:04 03:30:01 0 22.20 0.00 5.96 11.87 0.09 59.89 03:31:04 03:30:01 1 23.03 0.00 4.51 0.29 0.07 72.10 03:31:04 03:30:01 2 21.36 0.00 4.90 0.15 0.07 73.52 03:31:04 03:30:01 3 23.34 0.00 4.86 4.59 0.07 67.14 03:31:04 03:30:01 4 24.24 0.00 5.55 0.63 0.07 69.51 03:31:04 03:30:01 5 22.30 0.00 5.18 1.22 0.07 71.23 03:31:04 03:30:01 6 23.37 0.00 4.92 5.35 0.07 66.29 03:31:04 03:30:01 7 23.67 0.00 4.85 0.17 0.09 71.22 03:31:04 03:31:01 all 8.03 0.00 3.34 2.84 0.07 85.72 03:31:04 03:31:01 0 9.32 0.00 3.39 3.30 0.05 83.94 03:31:04 03:31:01 1 9.13 0.00 4.17 11.26 0.12 75.32 03:31:04 03:31:01 2 7.22 0.00 3.16 0.19 0.07 89.36 03:31:04 03:31:01 3 6.88 0.00 3.40 0.50 0.07 89.15 03:31:04 03:31:01 4 7.36 0.00 2.89 0.03 0.08 89.63 03:31:04 03:31:01 5 7.63 0.00 3.09 0.12 0.07 89.09 03:31:04 03:31:01 6 8.05 0.00 3.18 7.02 0.07 81.68 03:31:04 03:31:01 7 8.61 0.00 3.43 0.37 0.07 87.52 03:31:04 Average: all 13.59 0.00 3.91 2.87 0.07 79.56 03:31:04 Average: 0 13.35 0.00 4.16 7.39 0.07 75.03 03:31:04 Average: 1 13.54 0.00 4.14 3.98 0.08 78.26 03:31:04 Average: 2 13.35 0.00 3.72 0.21 0.07 82.66 03:31:04 Average: 3 12.75 0.00 4.30 3.12 0.06 79.77 03:31:04 Average: 4 13.80 0.00 3.70 2.56 0.07 79.88 03:31:04 Average: 5 13.36 0.00 3.84 0.65 0.06 82.08 03:31:04 Average: 6 14.41 0.00 3.72 4.24 0.06 77.56 03:31:04 Average: 7 14.17 0.00 3.72 0.83 0.07 81.21 03:31:04 03:31:04 03:31:04