Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11bffbc227a84c24cce8c9d794826c3fb30f9851 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-ssh7832577114820034610.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh16080434658379440100.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 056ae7b86453181957306e7078512cbe12174832 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-core-contracts/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-core-contracts/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13809679321004751286.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh9125185402071592316.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-core-contracts/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-core-contracts/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11575956395861227294.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-core-contracts, 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-core-contracts-settings PROJECT: go-mod-core-contracts 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-core-contracts 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-6663 in /w/workspace/undry_go-mod-core-contracts_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/undry_go-mod-core-contracts_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 11bffbc227a84c24cce8c9d794826c3fb30f9851 (main) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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 11bffbc227a84c24cce8c9d794826c3fb30f9851 # timeout=10 Commit message: "feat: Support day unit with edgex-dto-duration validation tag (#1014)" > git rev-list --no-walk 22c22c6c2065d8f7b8aff8ad1da3b0719ca47796 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:40:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:40:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:40:23 ========================================================= 02:40:23 EdgeX Global Pipelines Version Info 02:40:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:40:24 ------------------- 02:40:24 stable info: 02:40:24 ------------------- 02:40:24 Commited By: Cherry Wang cherry@iotechsys.com 02:40:24 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:40:24 Message: update stable to v1.0.276 02:40:24 ------------------- 02:40:24 experimental info: 02:40:24 ------------------- 02:40:24 Commited By: **** collab-it+edgex@linuxfoundation.org 02:40:24 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:40:24 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:40:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11bffbc [Pipeline] echo 02:40:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:40:25 + git rev-list -1 --merges 11bffbc227a84c24cce8c9d794826c3fb30f9851~1..11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] echo 02:40:25 -----------> git rev-list -1 --merges 11bffbc227a84c24cce8c9d794826c3fb30f9851~1..11bffbc227a84c24cce8c9d794826c3fb30f9851 11bffbc227a84c24cce8c9d794826c3fb30f9851 [false] [Pipeline] sh 02:40:26 + git log --format=format:%s -1 11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] echo 02:40:26 ========================================================= 02:40:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:40:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:40:26 + git log --format=format:%s -1 11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] echo 02:40:26 [semverPrep] GIT_COMMIT: 11bffbc227a84c24cce8c9d794826c3fb30f9851, Commit Message: feat: Support day unit with edgex-dto-duration validation tag (#1014) [Pipeline] echo 02:40:26 [semverPrep] This is not a build commit. [Pipeline] sh 02:40:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:40:26 + grep -v github /etc/ssh/ssh_known_hosts 02:40:26 + [ -e /tmp/ssh_known_hosts ] 02:40:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:40:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:40:26 + sudo tee -a /etc/ssh/ssh_known_hosts 02:40:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:27 02:40:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:40:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:27 0.1.4: Pulling from edgex-devops/py-git-semver 02:40:27 3dae71ba6b94: Pulling fs layer 02:40:27 6bf1a483ea7c: Pulling fs layer 02:40:27 f5dfc541a4d3: Pulling fs layer 02:40:27 461d9e800cba: Pulling fs layer 02:40:27 80192f66455f: Pulling fs layer 02:40:27 2e8e34ca0e6c: Pulling fs layer 02:40:27 a29436f7fd5d: Pulling fs layer 02:40:27 923cac83aea3: Pulling fs layer 02:40:27 25ad8b0a4227: Pulling fs layer 02:40:27 db01528c6b51: Pulling fs layer 02:40:27 28988de357af: Pulling fs layer 02:40:27 80192f66455f: Waiting 02:40:27 2e8e34ca0e6c: Waiting 02:40:27 a29436f7fd5d: Waiting 02:40:27 923cac83aea3: Waiting 02:40:27 28988de357af: Waiting 02:40:27 25ad8b0a4227: Waiting 02:40:27 461d9e800cba: Waiting 02:40:27 db01528c6b51: Waiting 02:40:27 6bf1a483ea7c: Verifying Checksum 02:40:27 6bf1a483ea7c: Download complete 02:40:27 461d9e800cba: Verifying Checksum 02:40:27 461d9e800cba: Download complete 02:40:27 80192f66455f: Verifying Checksum 02:40:27 80192f66455f: Download complete 02:40:27 f5dfc541a4d3: Verifying Checksum 02:40:27 f5dfc541a4d3: Download complete 02:40:27 3dae71ba6b94: Verifying Checksum 02:40:27 3dae71ba6b94: Download complete 02:40:29 923cac83aea3: Download complete 02:40:29 25ad8b0a4227: Verifying Checksum 02:40:29 25ad8b0a4227: Download complete 02:40:29 db01528c6b51: Verifying Checksum 02:40:29 db01528c6b51: Download complete 02:40:29 28988de357af: Verifying Checksum 02:40:29 28988de357af: Download complete 02:40:30 3dae71ba6b94: Pull complete 02:40:30 6bf1a483ea7c: Pull complete 02:40:32 f5dfc541a4d3: Pull complete 02:40:32 461d9e800cba: Pull complete 02:40:32 80192f66455f: Pull complete 02:40:37 a29436f7fd5d: Verifying Checksum 02:40:37 a29436f7fd5d: Download complete 02:40:38 2e8e34ca0e6c: Verifying Checksum 02:40:38 2e8e34ca0e6c: Download complete 02:40:42 2e8e34ca0e6c: Pull complete 02:40:43 a29436f7fd5d: Pull complete 02:40:43 923cac83aea3: Pull complete 02:40:43 25ad8b0a4227: Pull complete 02:40:43 db01528c6b51: Pull complete 02:40:43 28988de357af: Pull complete 02:40:43 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:40:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:40:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:40:44 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:40:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:40:48 $ docker top 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 -eo pid,comm 02:40:48 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). 02:40:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:40:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:48 [ssh-agent] Looking for ssh-agent implementation... 02:40:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:48 $ docker exec 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 ssh-agent 02:40:48 SSH_AUTH_SOCK=/tmp/ssh-5GB1gm6eQIpI/agent.31 02:40:48 SSH_AGENT_PID=37 02:40:48 Running ssh-add (command line suppressed) 02:40:48 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_9476884578195889987.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_9476884578195889987.key) 02:40:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:49 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] sh 02:40:49 + git tag --points-at HEAD [Pipeline] } 02:40:49 $ docker exec --env ******** --env ******** 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 ssh-agent -k 02:40:49 unset SSH_AUTH_SOCK; 02:40:49 unset SSH_AGENT_PID; 02:40:49 echo Agent pid 37 killed; 02:40:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:40:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:40:49 [ssh-agent] Looking for ssh-agent implementation... 02:40:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:40:49 $ docker exec 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 ssh-agent 02:40:49 SSH_AUTH_SOCK=/tmp/ssh-kOjdY8aDJ1tZ/agent.84 02:40:49 SSH_AGENT_PID=90 02:40:49 Running ssh-add (command line suppressed) 02:40:50 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12127241330275301836.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_12127241330275301836.key) 02:40:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:40:50 + git semver init 02:40:50 2025-08-11 02:40:50,518 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:40:50 2025-08-11 02:40:50,522 [run_init] DEBUG init version:0.0.0 force:False 02:40:50 2025-08-11 02:40:50,522 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_go-mod-core-contracts_main/.semver 02:40:50 2025-08-11 02:40:50,523 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-core-contracts.git /w/workspace/undry_go-mod-core-contracts_main/.semver 02:40:50 2025-08-11 02:40:50,523 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-core-contracts.git', '/w/workspace/undry_go-mod-core-contracts_main/.semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main, stdin=None, shell=False, universal_newlines=False) 02:40:51 2025-08-11 02:40:51,424 [append_file] DEBUG append to file:/w/workspace/undry_go-mod-core-contracts_main/.git/info/exclude 02:40:51 2025-08-11 02:40:51,424 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:False 02:40:51 2025-08-11 02:40:51,424 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:40:51 2025-08-11 02:40:51,424 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:40:51 4.1.0-dev.12 [Pipeline] } 02:40:51 $ docker exec --env ******** --env ******** 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 ssh-agent -k 02:40:51 unset SSH_AUTH_SOCK; 02:40:51 unset SSH_AGENT_PID; 02:40:51 echo Agent pid 90 killed; 02:40:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:40:51 + git semver [Pipeline] } 02:40:52 $ docker stop --time=1 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 02:40:53 $ docker rm -f --volumes 62d50a04ababc3f794385483fa8c5231efc4b30960d87a1a54167ddac5876724 [Pipeline] // withDockerContainer [Pipeline] sh 02:40:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:40:54 Stashed 1 file(s) [Pipeline] echo 02:40:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.12 [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 02:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:40:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:40:54 ========================================================= 02:40:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:40:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 02:40:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:40:55 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:40:55 0a9a5dfd008f: Pulling fs layer 02:40:55 36466aa92d05: Pulling fs layer 02:40:55 e10405b45d13: Pulling fs layer 02:40:55 096b7ceb2af7: Pulling fs layer 02:40:55 4f4fb700ef54: Pulling fs layer 02:40:55 c451b95d7931: Pulling fs layer 02:40:55 9febf9df4401: Pulling fs layer 02:40:55 1477f019b032: Pulling fs layer 02:40:55 c7dc25521971: Pulling fs layer 02:40:55 c451b95d7931: Waiting 02:40:55 096b7ceb2af7: Waiting 02:40:55 4f4fb700ef54: Waiting 02:40:55 9febf9df4401: Waiting 02:40:55 c7dc25521971: Waiting 02:40:55 1477f019b032: Waiting 02:40:55 36466aa92d05: Verifying Checksum 02:40:55 36466aa92d05: Download complete 02:40:55 096b7ceb2af7: Verifying Checksum 02:40:55 096b7ceb2af7: Download complete 02:40:55 4f4fb700ef54: Verifying Checksum 02:40:55 4f4fb700ef54: Download complete 02:40:55 c451b95d7931: Download complete 02:40:55 0a9a5dfd008f: Download complete 02:40:55 9febf9df4401: Verifying Checksum 02:40:55 9febf9df4401: Download complete 02:40:55 0a9a5dfd008f: Pull complete 02:40:55 36466aa92d05: Pull complete 02:40:55 c7dc25521971: Verifying Checksum 02:40:55 c7dc25521971: Download complete 02:40:55 e10405b45d13: Download complete 02:40:56 1477f019b032: Verifying Checksum 02:40:56 1477f019b032: Download complete 02:41:01 e10405b45d13: Pull complete 02:41:01 096b7ceb2af7: Pull complete 02:41:01 4f4fb700ef54: Pull complete 02:41:01 c451b95d7931: Pull complete 02:41:01 9febf9df4401: Pull complete 02:41:04 1477f019b032: Pull complete 02:41:05 c7dc25521971: Pull complete 02:41:05 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 02:41:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:41:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 02:41: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 02:41:05 + docker inspect -f . ci-base-image-x86_64 02:41:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:41:05 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:41:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:41:09 $ docker top 088c31b14daad46bcd0ac583667911d1122d68de49c610e86bf5b63e2e9cf5a0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:09 + go version 02:41:09 go version go1.23.9 linux/amd64 [Pipeline] } 02:41:09 $ docker stop --time=1 088c31b14daad46bcd0ac583667911d1122d68de49c610e86bf5b63e2e9cf5a0 02:41:10 $ docker rm -f --volumes 088c31b14daad46bcd0ac583667911d1122d68de49c610e86bf5b63e2e9cf5a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:11 + docker inspect -f . ci-base-image-x86_64 02:41:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:41:11 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:41:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:41:11 $ docker top dba83635d6d413143f3e15399388bebf586f54571c1a362763713800a340f7eb -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:11 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] fileExists [Pipeline] sh 02:41:12 + make test 02:41:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:41:12 go: downloading github.com/go-playground/validator/v10 v10.27.0 02:41:12 go: downloading github.com/google/uuid v1.6.0 02:41:12 go: downloading github.com/stretchr/testify v1.10.0 02:41:12 go: downloading github.com/fxamacker/cbor/v2 v2.9.0 02:41:12 go: downloading gopkg.in/yaml.v3 v3.0.1 02:41:12 go: downloading github.com/go-kit/log v0.2.1 02:41:12 go: downloading github.com/go-logfmt/logfmt v0.5.1 02:41:12 go: downloading github.com/davecgh/go-spew v1.1.1 02:41:12 go: downloading github.com/pmezard/go-difflib v1.0.0 02:41:12 go: downloading github.com/stretchr/objx v0.5.2 02:41:12 go: downloading github.com/x448/float16 v0.8.4 02:41:12 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 02:41:12 go: downloading github.com/go-playground/universal-translator v0.18.1 02:41:12 go: downloading github.com/leodido/go-urn v1.4.0 02:41:12 go: downloading golang.org/x/crypto v0.36.0 02:41:12 go: downloading golang.org/x/text v0.23.0 02:41:12 go: downloading github.com/go-playground/locales v0.14.1 02:41:12 go: downloading golang.org/x/net v0.38.0 02:41:12 go: downloading golang.org/x/sys v0.31.0 02:41:15 github.com/edgexfoundry/go-mod-core-contracts/v4/clients coverage: 0.0% of statements 02:41:21 ? github.com/edgexfoundry/go-mod-core-contracts/v4/clients/interfaces [no test files] 02:41:21 github.com/edgexfoundry/go-mod-core-contracts/v4/clients/interfaces/mocks coverage: 0.0% of statements 02:41:21 github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger/mocks coverage: 0.0% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/clients/http 0.072s coverage: 79.0% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/clients/http/utils 0.010s coverage: 35.5% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/clients/logger 0.011s coverage: 29.4% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/common 0.013s coverage: 52.2% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/dtos 0.025s coverage: 77.2% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/dtos/common 0.008s coverage: 90.0% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/dtos/requests 0.038s coverage: 84.1% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/dtos/responses 0.008s coverage: 65.3% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/errors 0.008s coverage: 33.8% of statements 02:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/v4/models 0.013s coverage: 71.4% of statements 02:41:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:41:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:41:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 02:41:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 02:41:36 $ docker stop --time=1 dba83635d6d413143f3e15399388bebf586f54571c1a362763713800a340f7eb 02:41:40 $ docker rm -f --volumes dba83635d6d413143f3e15399388bebf586f54571c1a362763713800a340f7eb [Pipeline] // withDockerContainer [Pipeline] sh 02:41:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:41:40 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 02:41:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:41 02:41:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:41 latest: Pulling from edgex-lftools-log-publisher 02:41:41 5eb5b503b376: Pulling fs layer 02:41:41 5c69ac0246d0: Pulling fs layer 02:41:41 ec43610c2a17: Pulling fs layer 02:41:41 3a2ae6a8a46f: Pulling fs layer 02:41:41 33b1e0a273af: Pulling fs layer 02:41:41 5d3b04190fa2: Pulling fs layer 02:41:41 2f39f015ded8: Pulling fs layer 02:41:41 3a2ae6a8a46f: Waiting 02:41:41 33b1e0a273af: Waiting 02:41:41 5d3b04190fa2: Waiting 02:41:41 2f39f015ded8: Waiting 02:41:41 5c69ac0246d0: Download complete 02:41:41 3a2ae6a8a46f: Verifying Checksum 02:41:41 3a2ae6a8a46f: Download complete 02:41:42 33b1e0a273af: Verifying Checksum 02:41:42 33b1e0a273af: Download complete 02:41:42 5d3b04190fa2: Verifying Checksum 02:41:42 5d3b04190fa2: Download complete 02:41:42 ec43610c2a17: Verifying Checksum 02:41:42 ec43610c2a17: Download complete 02:41:42 5eb5b503b376: Verifying Checksum 02:41:42 5eb5b503b376: Download complete 02:41:42 2f39f015ded8: Download complete 02:41:43 5eb5b503b376: Pull complete 02:41:43 5c69ac0246d0: Pull complete 02:41:44 ec43610c2a17: Pull complete 02:41:44 3a2ae6a8a46f: Pull complete 02:41:44 33b1e0a273af: Pull complete 02:41:44 5d3b04190fa2: Pull complete 02:41:49 2f39f015ded8: Pull complete 02:41:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:41:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:41:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:41:50 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:41:50 $ 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/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:41:53 $ docker top 3ca14561cc59e452200e57f416083f092ba5c62529db3b3ac01fff35b0c206a0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:53 ---> job-cost.sh 02:41:53 lf-activate-venv: SKIPPING 02:41:53 INFO: No Stack... 02:41:53 INFO: Retrieving Pricing Info for: v3-standard-8 02:41:54 INFO: Archiving Costs [Pipeline] sh 02:41:54 + cut -d, -f6 02:41:54 + cat /w/workspace/undry_go-mod-core-contracts_main/archives/cost.csv [Pipeline] lock 02:41:54 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-main-256-stack-cost] 02:41:54 Resource [jenkins-edgexfoundry-go-mod-core-contracts-main-256-stack-cost] did not exist. Created. 02:41:54 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-core-contracts-main-256-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:41:54 + echo total: 0.2199999988079071 [Pipeline] stash 02:41:54 Stashed 1 file(s) [Pipeline] } 02:41:54 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-core-contracts-main-256-stack-cost] [Pipeline] // lock [Pipeline] } 02:41:54 $ docker stop --time=1 3ca14561cc59e452200e57f416083f092ba5c62529db3b3ac01fff35b0c206a0 02:41:55 $ docker rm -f --volumes 3ca14561cc59e452200e57f416083f092ba5c62529db3b3ac01fff35b0c206a0 [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 02:41:56 provisioning config files... 02:41:56 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config12139179494406541901tmp [Pipeline] { [Pipeline] sh 02:41:56 + set +x 02:41:56 + + curl -s https://codecov.io/bashbash 02:41:56 -s -- 02:41:56 02:41:56 _____ _ 02:41:56 / ____| | | 02:41:56 | | ___ __| | ___ ___ _____ __ 02:41:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:41:56 | |___| (_) | (_| | __/ (_| (_) \ V / 02:41:56 \_____\___/ \__,_|\___|\___\___/ \_/ 02:41:56 Bash-1.0.6 02:41:56 02:41:56 02:41:56 ==> git version 2.25.1 found 02:41:56 ==> 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 02:41:56 Release-Date: 2020-01-08 02:41:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:41:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:41:56 ==> Jenkins CI detected. 02:41:56 current dir:  /w/workspace/undry_go-mod-core-contracts_main 02:41:56 project root: . 02:41:56 --> token set from env 02:41:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:41:56 ==> Running gcov in . (disable via -X gcov) 02:41:56 ==> Python coveragepy not found 02:41:56 ==> Searching for coverage reports in: 02:41:56 + . 02:41:56 -> Found 1 reports 02:41:56 ==> Detecting git/mercurial file structure 02:41:56 ==> Reading reports 02:41:56 + ./coverage.out bytes=369243 02:41:56 ==> Appending adjustments 02:41:56 https://docs.codecov.io/docs/fixing-reports 02:41:57 + Found adjustments 02:41:57 ==> Gzipping contents 02:41:57 40K /tmp/codecov.gHc5F2.gz 02:41:57 ==> Uploading reports 02:41:57 url: https://codecov.io 02:41:57 query: branch=main&commit=11bffbc227a84c24cce8c9d794826c3fb30f9851&build=256&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F256%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:41:57 -> Pinging Codecov 02:41:57 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=11bffbc227a84c24cce8c9d794826c3fb30f9851&build=256&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmain%2F256%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:41:57 -> Uploading to 02:41:57 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-core-contracts/11bffbc227a84c24cce8c9d794826c3fb30f9851/b8a9d044-e99e-4ef4-96eb-5a54732d9ba1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250811%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250811T024157Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e5618c0e182242205d00576da6610492758bf74e843044b0c785e9315eb4775f 02:41:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:41:57 Dload Upload Total Spent Left Speed 02:41:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38552 0 0 100 38552 0 110k --:--:-- --:--:-- --:--:-- 109k 02:41:58 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] } 02:41:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:41:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:41:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:41:58 02:41:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:41:59 latest: Pulling from edgex-devops/edgex-snyk-go 02:41:59 0a9a5dfd008f: Already exists 02:41:59 36466aa92d05: Already exists 02:41:59 e10405b45d13: Already exists 02:41:59 096b7ceb2af7: Already exists 02:41:59 4f4fb700ef54: Already exists 02:41:59 e50aa161e22a: Pulling fs layer 02:41:59 d3c8db5fb9df: Pulling fs layer 02:41:59 e50aa161e22a: Verifying Checksum 02:41:59 e50aa161e22a: Download complete 02:41:59 e50aa161e22a: Pull complete 02:42:00 d3c8db5fb9df: Verifying Checksum 02:42:00 d3c8db5fb9df: Download complete 02:42:03 d3c8db5fb9df: Pull complete 02:42:03 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:42:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:04 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:06 $ docker top 22e6dfb75e5dc0c49c1ddb23be49a67e1950adf61012660dcf6fea630515b449 -eo pid,comm [Pipeline] { [Pipeline] sh 02:42:06 + git config --global --add safe.directory /w/workspace/undry_go-mod-core-contracts_main [Pipeline] echo 02:42:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-core-contracts:main' [Pipeline] sh 02:42:06 + set -o pipefail 02:42:06 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-core-contracts:main' 02:42:10 02:42:10 Monitoring /w/workspace/undry_go-mod-core-contracts_main (github.com/edgexfoundry/go-mod-core-contracts/v4)... 02:42:10 02:42:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/09377b29-f848-436f-b8b4-01dc734d77a6/history/fca19e4f-2857-4785-8d3a-8c77ad50279e 02:42:10 02:42:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:42:10 02:42:10 02:42:10 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:42:10 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:42:11 $ docker stop --time=1 22e6dfb75e5dc0c49c1ddb23be49a67e1950adf61012660dcf6fea630515b449 02:42:13 $ docker rm -f --volumes 22e6dfb75e5dc0c49c1ddb23be49a67e1950adf61012660dcf6fea630515b449 [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 02:42:14 + git log --format=format:%s -1 11bffbc227a84c24cce8c9d794826c3fb30f9851 [Pipeline] sh 02:42:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:42:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:42:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:15 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:15 $ docker top 5361628b5cbd0618b7b68a62820e845ea97f07db227e3bf9e979970a94d7e620 -eo pid,comm 02:42:15 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). 02:42:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:15 [ssh-agent] Looking for ssh-agent implementation... 02:42:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:15 $ docker exec 5361628b5cbd0618b7b68a62820e845ea97f07db227e3bf9e979970a94d7e620 ssh-agent 02:42:15 SSH_AUTH_SOCK=/tmp/ssh-SvnaYU5SeUot/agent.33 02:42:15 SSH_AGENT_PID=39 02:42:15 Running ssh-add (command line suppressed) 02:42:15 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1087302560716777124.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_1087302560716777124.key) 02:42:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:16 + git semver tag 02:42:16 2025-08-11 02:42:16,258 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:42:16 2025-08-11 02:42:16,262 [run_tag] DEBUG tag force:False 02:42:16 2025-08-11 02:42:16,262 [check_head_tag] DEBUG check head tag 02:42:16 2025-08-11 02:42:16,264 [execute] INFO git cat-file --batch-check 02:42:16 2025-08-11 02:42:16,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main, stdin=, shell=False, universal_newlines=False) 02:42:16 2025-08-11 02:42:16,266 [execute] INFO git cat-file --batch 02:42:16 2025-08-11 02:42:16,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main, stdin=, shell=False, universal_newlines=False) 02:42:16 2025-08-11 02:42:16,301 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:16 2025-08-11 02:42:16,301 [execute] INFO git tag -a v4.1.0-dev.12 -m v4.1.0-dev.12 02:42:16 2025-08-11 02:42:16,302 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.12', '-m', 'v4.1.0-dev.12'], cwd=/w/workspace/undry_go-mod-core-contracts_main, stdin=None, shell=False, universal_newlines=False) 02:42:16 2025-08-11 02:42:16,304 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:16 4.1.0-dev.12 [Pipeline] } 02:42:16 $ docker exec --env ******** --env ******** 5361628b5cbd0618b7b68a62820e845ea97f07db227e3bf9e979970a94d7e620 ssh-agent -k 02:42:16 unset SSH_AUTH_SOCK; 02:42:16 unset SSH_AGENT_PID; 02:42:16 echo Agent pid 39 killed; 02:42:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:17 + git semver [Pipeline] } 02:42:17 $ docker stop --time=1 5361628b5cbd0618b7b68a62820e845ea97f07db227e3bf9e979970a94d7e620 02:42:18 $ docker rm -f --volumes 5361628b5cbd0618b7b68a62820e845ea97f07db227e3bf9e979970a94d7e620 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:42:19 02:42:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:42:19 0.23.1-centos7: Pulling from edgex-lftools 02:42:19 ab5ef0e58194: Pulling fs layer 02:42:19 9712f1f96733: Pulling fs layer 02:42:19 63f879dbbcfc: Pulling fs layer 02:42:19 0d9ebad4ef96: Pulling fs layer 02:42:19 e9a5061849ea: Pulling fs layer 02:42:19 d747dcd14b5f: Pulling fs layer 02:42:19 2de7ff778b66: Pulling fs layer 02:42:19 0d9ebad4ef96: Waiting 02:42:19 d747dcd14b5f: Waiting 02:42:19 e9a5061849ea: Waiting 02:42:19 2de7ff778b66: Waiting 02:42:19 9712f1f96733: Verifying Checksum 02:42:19 9712f1f96733: Download complete 02:42:19 63f879dbbcfc: Verifying Checksum 02:42:19 63f879dbbcfc: Download complete 02:42:20 e9a5061849ea: Verifying Checksum 02:42:20 e9a5061849ea: Download complete 02:42:20 d747dcd14b5f: Download complete 02:42:20 ab5ef0e58194: Verifying Checksum 02:42:20 ab5ef0e58194: Download complete 02:42:20 0d9ebad4ef96: Verifying Checksum 02:42:20 0d9ebad4ef96: Download complete 02:42:20 2de7ff778b66: Verifying Checksum 02:42:20 2de7ff778b66: Download complete 02:42:23 ab5ef0e58194: Pull complete 02:42:23 9712f1f96733: Pull complete 02:42:24 63f879dbbcfc: Pull complete 02:42:29 0d9ebad4ef96: Pull complete 02:42:29 e9a5061849ea: Pull complete 02:42:29 d747dcd14b5f: Pull complete 02:42:31 2de7ff778b66: Pull complete 02:42:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:42:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:31 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:35 $ docker top 94565f1ab7c6f75c7f1edb4fe84561304c64716707fad12bcd2ccc6efb42c2cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:42:35 provisioning config files... 02:42:35 copy managed file [sigul-config] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config7306912115880041099tmp 02:42:35 copy managed file [sigul-password] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config8638552833073951928tmp 02:42:35 copy managed file [sigul-pki] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config5468125817289990462tmp [Pipeline] { [Pipeline] echo 02:42:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:42:35 ---> sigul-configuration.sh 02:42:35 gpg: directory `/root/.gnupg' created 02:42:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:42:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:42:35 gpg: keyring `/root/.gnupg/secring.gpg' created 02:42:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:42:35 gpg: CAST5 encrypted data 02:42:35 gpg: encrypted with 1 passphrase 02:42:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:42:35 + mkdir /home/jenkins 02:42:35 + mkdir /home/jenkins/sigul [Pipeline] sh 02:42:36 + 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 02:42:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:42:36 ---> sigul-install.sh 02:42:36 Sigul already installed; skipping installation. [Pipeline] sh 02:42:36 + git tag --list 02:42:36 v0.0.0 02:42:36 v0.0.1 02:42:36 v0.1.0 02:42:36 v0.1.1 02:42:36 v0.1.10 02:42:36 v0.1.100 02:42:36 v0.1.101 02:42:36 v0.1.102 02:42:36 v0.1.103 02:42:36 v0.1.104 02:42:36 v0.1.105 02:42:36 v0.1.106 02:42:36 v0.1.107 02:42:36 v0.1.108 02:42:36 v0.1.109 02:42:36 v0.1.11 02:42:36 v0.1.110 02:42:36 v0.1.111 02:42:36 v0.1.112 02:42:36 v0.1.113 02:42:36 v0.1.114 02:42:36 v0.1.115 02:42:36 v0.1.116 02:42:36 v0.1.117 02:42:36 v0.1.118 02:42:36 v0.1.119 02:42:36 v0.1.12 02:42:36 v0.1.120 02:42:36 v0.1.121 02:42:36 v0.1.122 02:42:36 v0.1.123 02:42:36 v0.1.124 02:42:36 v0.1.125 02:42:36 v0.1.126 02:42:36 v0.1.127 02:42:36 v0.1.128 02:42:36 v0.1.129 02:42:36 v0.1.13 02:42:36 v0.1.130 02:42:36 v0.1.131 02:42:36 v0.1.132 02:42:36 v0.1.133 02:42:36 v0.1.134 02:42:36 v0.1.135 02:42:36 v0.1.136 02:42:36 v0.1.137 02:42:36 v0.1.138 02:42:36 v0.1.139 02:42:36 v0.1.14 02:42:36 v0.1.140 02:42:36 v0.1.141 02:42:36 v0.1.142 02:42:36 v0.1.143 02:42:36 v0.1.144 02:42:36 v0.1.145 02:42:36 v0.1.146 02:42:36 v0.1.147 02:42:36 v0.1.148 02:42:36 v0.1.149 02:42:36 v0.1.15 02:42:36 v0.1.16 02:42:36 v0.1.17 02:42:36 v0.1.18 02:42:36 v0.1.19 02:42:36 v0.1.2 02:42:36 v0.1.20 02:42:36 v0.1.21 02:42:36 v0.1.22 02:42:36 v0.1.23 02:42:36 v0.1.24 02:42:36 v0.1.25 02:42:36 v0.1.26 02:42:36 v0.1.27 02:42:36 v0.1.28 02:42:36 v0.1.29 02:42:36 v0.1.3 02:42:36 v0.1.30 02:42:36 v0.1.31 02:42:36 v0.1.32 02:42:36 v0.1.33 02:42:36 v0.1.34 02:42:36 v0.1.35 02:42:36 v0.1.36 02:42:36 v0.1.37 02:42:36 v0.1.38 02:42:36 v0.1.39 02:42:36 v0.1.4 02:42:36 v0.1.40 02:42:36 v0.1.41 02:42:36 v0.1.42 02:42:36 v0.1.43 02:42:36 v0.1.44 02:42:36 v0.1.45 02:42:36 v0.1.46 02:42:36 v0.1.47 02:42:36 v0.1.48 02:42:36 v0.1.49 02:42:36 v0.1.5 02:42:36 v0.1.50 02:42:36 v0.1.51 02:42:36 v0.1.52 02:42:36 v0.1.53 02:42:36 v0.1.54 02:42:36 v0.1.55 02:42:36 v0.1.56 02:42:36 v0.1.57 02:42:36 v0.1.58 02:42:36 v0.1.59 02:42:36 v0.1.6 02:42:36 v0.1.60 02:42:36 v0.1.61 02:42:36 v0.1.62 02:42:36 v0.1.63 02:42:36 v0.1.64 02:42:36 v0.1.65 02:42:36 v0.1.66 02:42:36 v0.1.67 02:42:36 v0.1.68 02:42:36 v0.1.69 02:42:36 v0.1.7 02:42:36 v0.1.70 02:42:36 v0.1.71 02:42:36 v0.1.72 02:42:36 v0.1.73 02:42:36 v0.1.74 02:42:36 v0.1.75 02:42:36 v0.1.76 02:42:36 v0.1.77 02:42:36 v0.1.78 02:42:36 v0.1.79 02:42:36 v0.1.8 02:42:36 v0.1.80 02:42:36 v0.1.81 02:42:36 v0.1.82 02:42:36 v0.1.83 02:42:36 v0.1.84 02:42:36 v0.1.85 02:42:36 v0.1.86 02:42:36 v0.1.87 02:42:36 v0.1.88 02:42:36 v0.1.89 02:42:36 v0.1.9 02:42:36 v0.1.90 02:42:36 v0.1.91 02:42:36 v0.1.92 02:42:36 v0.1.93 02:42:36 v0.1.94 02:42:36 v0.1.95 02:42:36 v0.1.96 02:42:36 v0.1.97 02:42:36 v0.1.98 02:42:36 v0.1.99 02:42:36 v2.0.0 02:42:36 v2.1.0 02:42:36 v2.1.1 02:42:36 v2.2.0 02:42:36 v2.3.0 02:42:36 v3.0 02:42:36 v3.0.0 02:42:36 v3.1 02:42:36 v3.1.0 02:42:36 v4.0 02:42:36 v4.0.0 02:42:36 v4.0.1 02:42:36 v4.1.0-dev.1 02:42:36 v4.1.0-dev.10 02:42:36 v4.1.0-dev.11 02:42:36 v4.1.0-dev.12 02:42:36 v4.1.0-dev.2 02:42:36 v4.1.0-dev.3 02:42:36 v4.1.0-dev.4 02:42:36 v4.1.0-dev.5 02:42:36 v4.1.0-dev.6 02:42:36 v4.1.0-dev.7 02:42:36 v4.1.0-dev.8 02:42:36 v4.1.0-dev.9 [Pipeline] sh 02:42:37 + lftools sign git-tag v4.1.0-dev.12 02:42:37 Signing Git tag with Sigul... 02:42:37 Signing v4.1.0-dev.12 [Pipeline] echo 02:42:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:42:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:42:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:42:38 $ docker stop --time=1 94565f1ab7c6f75c7f1edb4fe84561304c64716707fad12bcd2ccc6efb42c2cb 02:42:39 $ docker rm -f --volumes 94565f1ab7c6f75c7f1edb4fe84561304c64716707fad12bcd2ccc6efb42c2cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:42:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:42:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:42:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:40 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:40 $ docker top 39e43a35419a572e32f62bd9852fb9d71257d96da75f5adc1a2efeff5b9ed6cb -eo pid,comm 02:42:40 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). 02:42:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:40 [ssh-agent] Looking for ssh-agent implementation... 02:42:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:40 $ docker exec 39e43a35419a572e32f62bd9852fb9d71257d96da75f5adc1a2efeff5b9ed6cb ssh-agent 02:42:40 SSH_AUTH_SOCK=/tmp/ssh-94Howw9ix9MX/agent.32 02:42:40 SSH_AGENT_PID=38 02:42:40 Running ssh-add (command line suppressed) 02:42:41 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_11013871582789310562.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_11013871582789310562.key) 02:42:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:41 + git semver bump pre 02:42:41 2025-08-11 02:42:41,510 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:42:41 2025-08-11 02:42:41,514 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:41 2025-08-11 02:42:41,514 [bump_version] DEBUG bumping version:4.1.0-dev.12 on axis:pre with prefix:dev 02:42:41 2025-08-11 02:42:41,514 [bump_version] DEBUG bumped version:4.1.0-dev.13 02:42:41 2025-08-11 02:42:41,514 [write_version] DEBUG write version:4.1.0-dev.13 to path:/w/workspace/undry_go-mod-core-contracts_main/.semver/main with force:True 02:42:41 2025-08-11 02:42:41,514 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:41 2025-08-11 02:42:41,514 [write_file] DEBUG write to file:/w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:41 2025-08-11 02:42:41,516 [execute] INFO git cat-file --batch-check 02:42:41 2025-08-11 02:42:41,516 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=, shell=False, universal_newlines=False) 02:42:41 2025-08-11 02:42:41,520 [execute] INFO git cat-file --batch 02:42:41 2025-08-11 02:42:41,520 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=, shell=False, universal_newlines=False) 02:42:41 2025-08-11 02:42:41,523 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:41 4.1.0-dev.13 [Pipeline] } 02:42:41 $ docker exec --env ******** --env ******** 39e43a35419a572e32f62bd9852fb9d71257d96da75f5adc1a2efeff5b9ed6cb ssh-agent -k 02:42:41 unset SSH_AUTH_SOCK; 02:42:41 unset SSH_AGENT_PID; 02:42:41 echo Agent pid 38 killed; 02:42:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:42 + git semver [Pipeline] } 02:42:42 $ docker stop --time=1 39e43a35419a572e32f62bd9852fb9d71257d96da75f5adc1a2efeff5b9ed6cb 02:42:43 $ docker rm -f --volumes 39e43a35419a572e32f62bd9852fb9d71257d96da75f5adc1a2efeff5b9ed6cb [Pipeline] // withDockerContainer [Pipeline] sh 02:42:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:42:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:42:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:44 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:44 $ docker top 06d888e0d83b31055c6cde403887b4a7829d869ba8f417e6b331bb41101d17a2 -eo pid,comm 02:42:44 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). 02:42:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:44 [ssh-agent] Looking for ssh-agent implementation... 02:42:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:44 $ docker exec 06d888e0d83b31055c6cde403887b4a7829d869ba8f417e6b331bb41101d17a2 ssh-agent 02:42:44 SSH_AUTH_SOCK=/tmp/ssh-q3e3IF5dhck6/agent.32 02:42:44 SSH_AGENT_PID=38 02:42:44 Running ssh-add (command line suppressed) 02:42:44 Identity added: /w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_7083175449207797310.key (/w/workspace/undry_go-mod-core-contracts_main@tmp/private_key_7083175449207797310.key) 02:42:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:45 + git semver push 02:42:45 2025-08-11 02:42:45,447 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:42:45 2025-08-11 02:42:45,450 [run_push] DEBUG push 02:42:45 2025-08-11 02:42:45,450 [execute] INFO git cat-file --batch-check 02:42:45 2025-08-11 02:42:45,450 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=, shell=False, universal_newlines=False) 02:42:45 2025-08-11 02:42:45,452 [execute] INFO git rev-list 12358460d7c603eaa5ef58ee66bd91a70dd122bf -- 02:42:45 2025-08-11 02:42:45,453 [execute] DEBUG Popen(['git', 'rev-list', '12358460d7c603eaa5ef58ee66bd91a70dd122bf', '--'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:42:45 2025-08-11 02:42:45,462 [execute] INFO git fetch -v -- origin 02:42:45 2025-08-11 02:42:45,462 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=None, shell=False, universal_newlines=True) 02:42:46 2025-08-11 02:42:45,905 [run_push] DEBUG no remote changes detected 02:42:46 2025-08-11 02:42:45,905 [execute] INFO git push origin semver 02:42:46 2025-08-11 02:42:45,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/undry_go-mod-core-contracts_main/.semver, stdin=None, shell=False, universal_newlines=False) 02:42:47 2025-08-11 02:42:46,642 [run_push] DEBUG push all version tags 02:42:47 2025-08-11 02:42:46,642 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:42:47 2025-08-11 02:42:46,642 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/undry_go-mod-core-contracts_main, stdin=None, shell=False, universal_newlines=False) 02:42:47 2025-08-11 02:42:47,339 [read_version] DEBUG read version from /w/workspace/undry_go-mod-core-contracts_main/.semver/main 02:42:47 4.1.0-dev.13 [Pipeline] } 02:42:47 $ docker exec --env ******** --env ******** 06d888e0d83b31055c6cde403887b4a7829d869ba8f417e6b331bb41101d17a2 ssh-agent -k 02:42:47 unset SSH_AUTH_SOCK; 02:42:47 unset SSH_AGENT_PID; 02:42:47 echo Agent pid 38 killed; 02:42:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:47 + git semver [Pipeline] } 02:42:48 $ docker stop --time=1 06d888e0d83b31055c6cde403887b4a7829d869ba8f417e6b331bb41101d17a2 02:42:49 $ docker rm -f --volumes 06d888e0d83b31055c6cde403887b4a7829d869ba8f417e6b331bb41101d17a2 [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 02:42:50 + [ -d /w/workspace/undry_go-mod-core-contracts_main/archives ] 02:42:50 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 02:42:50 total 16 02:42:50 drwxr-xr-x 3 root root 4096 Aug 11 02:41 . 02:42:50 drwxrwxr-x 11 jenkins jenkins 4096 Aug 11 02:42 .. 02:42:50 drwxr-xr-x 2 root root 4096 Aug 11 02:41 cost 02:42:50 -rw-r--r-- 1 root root 93 Aug 11 02:41 cost.csv 02:42:50 + sudo chown -R jenkins:jenkins /w/workspace/undry_go-mod-core-contracts_main/archives 02:42:50 + ls -al /w/workspace/undry_go-mod-core-contracts_main/archives 02:42:50 total 16 02:42:50 drwxr-xr-x 3 jenkins jenkins 4096 Aug 11 02:41 . 02:42:50 drwxrwxr-x 11 jenkins jenkins 4096 Aug 11 02:42 .. 02:42:50 drwxr-xr-x 2 jenkins jenkins 4096 Aug 11 02:41 cost 02:42:50 -rw-r--r-- 1 jenkins jenkins 93 Aug 11 02:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:42:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:42:51 ---> package-listing.sh 02:42:51 ++ facter osfamily 02:42:51 ++ tr '[:upper:]' '[:lower:]' 02:42:51 + OS_FAMILY=debian 02:42:51 + workspace=/w/workspace/undry_go-mod-core-contracts_main 02:42:51 + START_PACKAGES=/tmp/packages_start.txt 02:42:51 + END_PACKAGES=/tmp/packages_end.txt 02:42:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:42:51 + PACKAGES=/tmp/packages_start.txt 02:42:51 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 02:42:51 + PACKAGES=/tmp/packages_end.txt 02:42:51 + case "${OS_FAMILY}" in 02:42:51 + dpkg -l 02:42:51 + grep '^ii' 02:42:51 + '[' -f /tmp/packages_start.txt ']' 02:42:51 + '[' -f /tmp/packages_end.txt ']' 02:42:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:42:51 + '[' /w/workspace/undry_go-mod-core-contracts_main ']' 02:42:51 + mkdir -p /w/workspace/undry_go-mod-core-contracts_main/archives/ 02:42:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-core-contracts_main/archives/ [Pipeline] echo 02:42:51 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/undry_go-mod-core-contracts_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:42:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:42:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:42:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:42:52 prd-ubuntu20.04-docker-8c-8g-6663 does not seem to be running inside a container 02:42:52 $ 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/undry_go-mod-core-contracts_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_go-mod-core-contracts_main -v /w/workspace/undry_go-mod-core-contracts_main:/w/workspace/undry_go-mod-core-contracts_main:rw,z -v /w/workspace/undry_go-mod-core-contracts_main@tmp:/w/workspace/undry_go-mod-core-contracts_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 02:42:52 $ docker top 6872be0dba014f50eb9dd7083e0133cf451473d3417af5c51a629fd07bc9b0ad -eo pid,comm [Pipeline] { [Pipeline] sh 02:42:53 + touch /tmp/pre-build-complete [Pipeline] sh 02:42:53 + mkdir -p /var/log/sysstat [Pipeline] sh 02:42:53 + ls /var/log/sa-host 02:42:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:42:54 provisioning config files... 02:42:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-core-contracts_main@tmp/config10428402754135203378tmp [Pipeline] { [Pipeline] echo 02:42:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:42:54 ---> create-netrc.sh [Pipeline] } 02:42:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:42:54 ---> python-tools-install.sh [Pipeline] echo 02:42:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:42:54 ---> sudo-logs.sh 02:42:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:42:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:42:55 ---> job-cost.sh 02:42:55 lf-activate-venv: SKIPPING 02:42:55 DEBUG: total: 0.2199999988079071 02:42:55 INFO: Retrieving Stack Cost... 02:42:55 INFO: Retrieving Pricing Info for: v3-standard-8 02:42:55 INFO: Archiving Costs [Pipeline] echo 02:42:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:42:56 ---> logs-deploy.sh 02:42:56 lf-activate-venv: SKIPPING 02:42:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/main/256 02:42:56 INFO: archiving workspace using pattern(s): 02:42:57 Archives upload complete. 02:42:57 INFO: archiving logs to Nexus