Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 117781360da0c9975eeaf6a4c236a9b5b50ad934 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-ssh4197547776338283960.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-ssh14173501110157413965.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-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-ssh10732435941085050330.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-ssh9115195100868759562.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-ssh11921170088981784841.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8106 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 117781360da0c9975eeaf6a4c236a9b5b50ad934 (main) Commit message: "Merge pull request #210 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.15" > 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 117781360da0c9975eeaf6a4c236a9b5b50ad934 # timeout=10 > git rev-list --no-walk 25d990fad6d9c5cc6048d5e9a469657dd515aeaa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:46:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:46:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:46:37 ========================================================= 00:46:37 EdgeX Global Pipelines Version Info 00:46:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:46:39 ------------------- 00:46:39 stable info: 00:46:39 ------------------- 00:46:39 Commited By: Cherry Wang cherry@iotechsys.com 00:46:39 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 00:46:39 Message: update stable to v1.0.276 00:46:39 ------------------- 00:46:39 experimental info: 00:46:39 ------------------- 00:46:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:46:39 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 00:46:39 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:46:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1177813 [Pipeline] echo 00:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:46:40 + git rev-list -1 --merges 117781360da0c9975eeaf6a4c236a9b5b50ad934~1..117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] echo 00:46:40 -----------> git rev-list -1 --merges 117781360da0c9975eeaf6a4c236a9b5b50ad934~1..117781360da0c9975eeaf6a4c236a9b5b50ad934 117781360da0c9975eeaf6a4c236a9b5b50ad934 00:46:40 117781360da0c9975eeaf6a4c236a9b5b50ad934 [false] [Pipeline] sh 00:46:40 + git log --format=format:%s -1 117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] echo 00:46:40 ========================================================= 00:46:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:46:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:46:41 + git log --format=format:%s -1 117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] echo 00:46:41 [semverPrep] GIT_COMMIT: 117781360da0c9975eeaf6a4c236a9b5b50ad934, Commit Message: Merge pull request #210 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v4-4.1.0-dev.15 [Pipeline] echo 00:46:41 [semverPrep] This is not a build commit. [Pipeline] sh 00:46:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:46:41 + grep -v github /etc/ssh/ssh_known_hosts 00:46:41 + [ -e /tmp/ssh_known_hosts ] 00:46:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:46:41 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:46:41 sudo tee -a /etc/ssh/ssh_known_hosts 00:46:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:42 00:46:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:42 0.1.4: Pulling from edgex-devops/py-git-semver 00:46:42 3dae71ba6b94: Pulling fs layer 00:46:42 6bf1a483ea7c: Pulling fs layer 00:46:42 f5dfc541a4d3: Pulling fs layer 00:46:42 461d9e800cba: Pulling fs layer 00:46:42 80192f66455f: Pulling fs layer 00:46:42 2e8e34ca0e6c: Pulling fs layer 00:46:42 a29436f7fd5d: Pulling fs layer 00:46:42 923cac83aea3: Pulling fs layer 00:46:42 25ad8b0a4227: Pulling fs layer 00:46:42 db01528c6b51: Pulling fs layer 00:46:42 28988de357af: Pulling fs layer 00:46:42 461d9e800cba: Waiting 00:46:42 a29436f7fd5d: Waiting 00:46:42 80192f66455f: Waiting 00:46:42 923cac83aea3: Waiting 00:46:42 2e8e34ca0e6c: Waiting 00:46:42 25ad8b0a4227: Waiting 00:46:42 28988de357af: Waiting 00:46:42 db01528c6b51: Waiting 00:46:42 6bf1a483ea7c: Verifying Checksum 00:46:42 6bf1a483ea7c: Download complete 00:46:42 461d9e800cba: Verifying Checksum 00:46:42 461d9e800cba: Download complete 00:46:42 80192f66455f: Verifying Checksum 00:46:42 80192f66455f: Download complete 00:46:42 f5dfc541a4d3: Verifying Checksum 00:46:42 f5dfc541a4d3: Download complete 00:46:42 3dae71ba6b94: Verifying Checksum 00:46:42 3dae71ba6b94: Download complete 00:46:42 923cac83aea3: Verifying Checksum 00:46:42 923cac83aea3: Download complete 00:46:42 25ad8b0a4227: Verifying Checksum 00:46:42 25ad8b0a4227: Download complete 00:46:42 db01528c6b51: Download complete 00:46:42 28988de357af: Verifying Checksum 00:46:42 28988de357af: Download complete 00:46:42 a29436f7fd5d: Verifying Checksum 00:46:42 a29436f7fd5d: Download complete 00:46:43 2e8e34ca0e6c: Verifying Checksum 00:46:43 2e8e34ca0e6c: Download complete 00:46:44 3dae71ba6b94: Pull complete 00:46:44 6bf1a483ea7c: Pull complete 00:46:45 f5dfc541a4d3: Pull complete 00:46:45 461d9e800cba: Pull complete 00:46:45 80192f66455f: Pull complete 00:46:50 2e8e34ca0e6c: Pull complete 00:46:50 a29436f7fd5d: Pull complete 00:46:50 923cac83aea3: Pull complete 00:46:50 25ad8b0a4227: Pull complete 00:46:50 db01528c6b51: Pull complete 00:46:50 28988de357af: Pull complete 00:46:50 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 00:46:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:46:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:51 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:46:51 $ 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 00:46:53 $ docker top d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b -eo pid,comm 00:46:53 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). 00:46:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:46:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:53 [ssh-agent] Looking for ssh-agent implementation... 00:46:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:53 $ docker exec d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b ssh-agent 00:46:53 SSH_AUTH_SOCK=/tmp/ssh-4Ob7ScVTgXzr/agent.32 00:46:53 SSH_AGENT_PID=38 00:46:53 Running ssh-add (command line suppressed) 00:46:53 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_6146176592106903232.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_6146176592106903232.key) 00:46:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:53 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] sh 00:46:54 + git tag --points-at HEAD [Pipeline] } 00:46:54 $ docker exec --env ******** --env ******** d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b ssh-agent -k 00:46:54 unset SSH_AUTH_SOCK; 00:46:54 unset SSH_AGENT_PID; 00:46:54 echo Agent pid 38 killed; 00:46:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:46:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:46:54 [ssh-agent] Looking for ssh-agent implementation... 00:46:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:46:54 $ docker exec d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b ssh-agent 00:46:54 SSH_AUTH_SOCK=/tmp/ssh-YIztqrVpqwSN/agent.86 00:46:54 SSH_AGENT_PID=92 00:46:54 Running ssh-add (command line suppressed) 00:46:54 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3145724288459306904.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_3145724288459306904.key) 00:46:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:46:55 + git semver init 00:46:55 2025-09-02 00:46:55,268 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 00:46:55 2025-09-02 00:46:55,271 [run_init] DEBUG init version:0.0.0 force:False 00:46:55 2025-09-02 00:46:55,272 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 00:46:55 2025-09-02 00:46:55,273 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 00:46:55 2025-09-02 00:46:55,273 [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) 00:46:56 2025-09-02 00:46:56,033 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 00:46:56 2025-09-02 00:46:56,033 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 00:46:56 2025-09-02 00:46:56,033 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:46:56 2025-09-02 00:46:56,034 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:46:56 4.1.0-dev.13 [Pipeline] } 00:46:56 $ docker exec --env ******** --env ******** d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b ssh-agent -k 00:46:56 unset SSH_AUTH_SOCK; 00:46:56 unset SSH_AGENT_PID; 00:46:56 echo Agent pid 92 killed; 00:46:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:46:56 + git semver [Pipeline] } 00:46:56 $ docker stop --time=1 d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b 00:46:58 $ docker rm -f --volumes d20118e5858844f4b50be6cbe532a94fff4f78590b94fe76d20a77c791afd92b [Pipeline] // withDockerContainer [Pipeline] sh 00:46:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:46:58 Stashed 1 file(s) [Pipeline] echo 00:46:58 [edgeXSemver]: initialized semver on version 4.1.0-dev.13 [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 00:46:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:46:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 00:46:59 ========================================================= 00:46:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 00:46:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:46:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 00:46:59 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 00:46:59 0a9a5dfd008f: Pulling fs layer 00:46:59 36466aa92d05: Pulling fs layer 00:46:59 e10405b45d13: Pulling fs layer 00:46:59 096b7ceb2af7: Pulling fs layer 00:46:59 4f4fb700ef54: Pulling fs layer 00:46:59 c451b95d7931: Pulling fs layer 00:46:59 096b7ceb2af7: Waiting 00:46:59 4f4fb700ef54: Waiting 00:46:59 9febf9df4401: Pulling fs layer 00:46:59 1477f019b032: Pulling fs layer 00:46:59 9febf9df4401: Waiting 00:46:59 c451b95d7931: Waiting 00:46:59 c7dc25521971: Pulling fs layer 00:46:59 1477f019b032: Waiting 00:46:59 c7dc25521971: Waiting 00:46:59 36466aa92d05: Verifying Checksum 00:46:59 36466aa92d05: Download complete 00:46:59 096b7ceb2af7: Verifying Checksum 00:46:59 096b7ceb2af7: Download complete 00:46:59 4f4fb700ef54: Download complete 00:46:59 c451b95d7931: Verifying Checksum 00:46:59 c451b95d7931: Download complete 00:46:59 0a9a5dfd008f: Verifying Checksum 00:46:59 0a9a5dfd008f: Download complete 00:46:59 9febf9df4401: Verifying Checksum 00:46:59 9febf9df4401: Download complete 00:46:59 0a9a5dfd008f: Pull complete 00:46:59 c7dc25521971: Verifying Checksum 00:46:59 c7dc25521971: Download complete 00:46:59 36466aa92d05: Pull complete 00:47:00 e10405b45d13: Verifying Checksum 00:47:00 e10405b45d13: Download complete 00:47:00 1477f019b032: Verifying Checksum 00:47:00 1477f019b032: Download complete 00:47:05 e10405b45d13: Pull complete 00:47:05 096b7ceb2af7: Pull complete 00:47:06 4f4fb700ef54: Pull complete 00:47:06 c451b95d7931: Pull complete 00:47:06 9febf9df4401: Pull complete 00:47:09 1477f019b032: Pull complete 00:47:10 c7dc25521971: Pull complete 00:47:10 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 00:47:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 00:47:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 00:47:10 + 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 00:47:10 + docker inspect -f . ci-base-image-x86_64 00:47:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:10 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:47:10 $ 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 00:47:12 $ docker top 2066cdf9a0e69a6f7dde840a60072b0320bd5c9f48bab3b0395689de874d1a71 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:12 + go version 00:47:12 go version go1.23.9 linux/amd64 [Pipeline] } 00:47:12 $ docker stop --time=1 2066cdf9a0e69a6f7dde840a60072b0320bd5c9f48bab3b0395689de874d1a71 00:47:13 $ docker rm -f --volumes 2066cdf9a0e69a6f7dde840a60072b0320bd5c9f48bab3b0395689de874d1a71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:14 + docker inspect -f . ci-base-image-x86_64 00:47:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:14 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:47:14 $ 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 00:47:14 $ docker top eaa012c91e12cb8617595873b728eb36b7e0e753599c11c15314f855030cb324 -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:14 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 00:47:15 + make test 00:47:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:47:15 go: downloading github.com/stretchr/testify v1.10.0 00:47:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.1.0-dev.12 00:47:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.1.0-dev.15 00:47:15 go: downloading github.com/mitchellh/mapstructure v1.5.0 00:47:15 go: downloading github.com/spf13/cast v1.9.2 00:47:15 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 00:47:15 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 00:47:15 go: downloading github.com/stretchr/objx v0.5.2 00:47:15 go: downloading github.com/fxamacker/cbor/v2 v2.9.0 00:47:15 go: downloading github.com/go-playground/validator/v10 v10.27.0 00:47:15 go: downloading github.com/google/uuid v1.6.0 00:47:15 go: downloading gopkg.in/yaml.v3 v3.0.1 00:47:15 go: downloading github.com/x448/float16 v0.8.4 00:47:15 go: downloading github.com/gabriel-vasile/mimetype v1.4.8 00:47:15 go: downloading github.com/go-playground/universal-translator v0.18.1 00:47:15 go: downloading github.com/leodido/go-urn v1.4.0 00:47:15 go: downloading golang.org/x/crypto v0.37.0 00:47:15 go: downloading golang.org/x/text v0.24.0 00:47:15 go: downloading github.com/go-playground/locales v0.14.1 00:47:15 go: downloading golang.org/x/net v0.38.0 00:47:15 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 00:47:16 go: downloading golang.org/x/sync v0.13.0 00:47:16 go: downloading github.com/gorilla/websocket v1.5.3 00:47:16 go: downloading golang.org/x/sys v0.32.0 00:47:26 github.com/edgexfoundry/go-mod-configuration/v4/configuration/mocks coverage: 0.0% of statements 00:47:26 ok github.com/edgexfoundry/go-mod-configuration/v4/configuration 0.006s coverage: 83.3% of statements 00:47:26 ok github.com/edgexfoundry/go-mod-configuration/v4/internal/pkg/keeper 0.029s coverage: 58.4% of statements 00:47:26 ok github.com/edgexfoundry/go-mod-configuration/v4/pkg/types 0.008s coverage: 100.0% of statements 00:47:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:47:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:47:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 00:47:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 00:47:40 $ docker stop --time=1 eaa012c91e12cb8617595873b728eb36b7e0e753599c11c15314f855030cb324 00:47:42 $ docker rm -f --volumes eaa012c91e12cb8617595873b728eb36b7e0e753599c11c15314f855030cb324 [Pipeline] // withDockerContainer [Pipeline] sh 00:47:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:47:42 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 00:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:47:43 00:47:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:47:43 latest: Pulling from edgex-lftools-log-publisher 00:47:43 5eb5b503b376: Pulling fs layer 00:47:43 5c69ac0246d0: Pulling fs layer 00:47:43 ec43610c2a17: Pulling fs layer 00:47:43 3a2ae6a8a46f: Pulling fs layer 00:47:43 33b1e0a273af: Pulling fs layer 00:47:43 5d3b04190fa2: Pulling fs layer 00:47:43 2f39f015ded8: Pulling fs layer 00:47:43 3a2ae6a8a46f: Waiting 00:47:43 5d3b04190fa2: Waiting 00:47:43 2f39f015ded8: Waiting 00:47:43 33b1e0a273af: Waiting 00:47:43 5c69ac0246d0: Verifying Checksum 00:47:43 5c69ac0246d0: Download complete 00:47:43 3a2ae6a8a46f: Download complete 00:47:43 33b1e0a273af: Verifying Checksum 00:47:43 33b1e0a273af: Download complete 00:47:43 5d3b04190fa2: Verifying Checksum 00:47:43 5d3b04190fa2: Download complete 00:47:43 ec43610c2a17: Verifying Checksum 00:47:43 ec43610c2a17: Download complete 00:47:43 5eb5b503b376: Download complete 00:47:44 2f39f015ded8: Download complete 00:47:45 5eb5b503b376: Pull complete 00:47:45 5c69ac0246d0: Pull complete 00:47:46 ec43610c2a17: Pull complete 00:47:46 3a2ae6a8a46f: Pull complete 00:47:46 33b1e0a273af: Pull complete 00:47:46 5d3b04190fa2: Pull complete 00:47:53 2f39f015ded8: Pull complete 00:47:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:47:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:47:53 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:47:53 $ 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 00:47:54 $ docker top a1a94eabfa28f67a75487106aa77028515aa7795ad6283ab02bef9211e04548d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:54 ---> job-cost.sh 00:47:54 lf-activate-venv: SKIPPING 00:47:54 INFO: No Stack... 00:47:54 INFO: Retrieving Pricing Info for: v3-standard-8 00:47:55 INFO: Archiving Costs [Pipeline] sh 00:47:55 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 00:47:55 + cut -d, -f6 [Pipeline] lock 00:47:55 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-109-stack-cost] 00:47:55 Resource [jenkins-edgexfoundry-go-mod-configuration-main-109-stack-cost] did not exist. Created. 00:47:55 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-configuration-main-109-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:47:55 + echo total: 0.2199999988079071 [Pipeline] stash 00:47:55 Stashed 1 file(s) [Pipeline] } 00:47:55 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-configuration-main-109-stack-cost] [Pipeline] // lock [Pipeline] } 00:47:55 $ docker stop --time=1 a1a94eabfa28f67a75487106aa77028515aa7795ad6283ab02bef9211e04548d 00:47:57 $ docker rm -f --volumes a1a94eabfa28f67a75487106aa77028515aa7795ad6283ab02bef9211e04548d [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 00:47:57 provisioning config files... 00:47:57 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4771103594135928376tmp [Pipeline] { [Pipeline] sh 00:47:57 + set +x 00:47:57 + curl -s https://codecov.io/bash 00:47:57 + bash -s -- 00:47:57 00:47:57 _____ _ 00:47:57 / ____| | | 00:47:57 | | ___ __| | ___ ___ _____ __ 00:47:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:47:57 | |___| (_) | (_| | __/ (_| (_) \ V / 00:47:57 \_____\___/ \__,_|\___|\___\___/ \_/ 00:47:57 Bash-1.0.6 00:47:57 00:47:57 00:47:57 ==> git version 2.25.1 found 00:47:57 ==> 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 00:47:57 Release-Date: 2020-01-08 00:47: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 00:47:57 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:47:57 ==> Jenkins CI detected. 00:47:57 current dir:  /w/workspace/oundry_go-mod-configuration_main 00:47:57 project root: . 00:47:57 --> token set from env 00:47:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:47:57 ==> Running gcov in . (disable via -X gcov) 00:47:57 ==> Python coveragepy not found 00:47:57 ==> Searching for coverage reports in: 00:47:57 + . 00:47:57 -> Found 1 reports 00:47:57 ==> Detecting git/mercurial file structure 00:47:57 ==> Reading reports 00:47:57 + ./coverage.out bytes=27661 00:47:57 ==> Appending adjustments 00:47:57 https://docs.codecov.io/docs/fixing-reports 00:47:58 + Found adjustments 00:47:58 ==> Gzipping contents 00:47:58 4.0K /tmp/codecov.1dhS1k.gz 00:47:58 ==> Uploading reports 00:47:58 url: https://codecov.io 00:47:58 query: branch=main&commit=117781360da0c9975eeaf6a4c236a9b5b50ad934&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 00:47:58 -> Pinging Codecov 00:47:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=117781360da0c9975eeaf6a4c236a9b5b50ad934&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F109%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 00:47:58 -> Uploading to 00:47:58 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-configuration/117781360da0c9975eeaf6a4c236a9b5b50ad934/40dacf1c-a8d0-4580-86be-1bdaa0537a81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250902%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250902T004758Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=569383f62879992a88fed4f798f641a87491aaa9667ffff759e596d6dbe2db56 00:47:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:58 Dload Upload Total Spent Left Speed 00:47:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3592 0 0 100 3592 0 16785 --:--:-- --:--:-- --:--:-- 16785 00:47:58 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] } 00:47:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:47:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:47:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:47:58 00:47:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:47:59 latest: Pulling from edgex-devops/edgex-snyk-go 00:47:59 0a9a5dfd008f: Already exists 00:47:59 36466aa92d05: Already exists 00:47:59 e10405b45d13: Already exists 00:47:59 096b7ceb2af7: Already exists 00:47:59 4f4fb700ef54: Already exists 00:47:59 e50aa161e22a: Pulling fs layer 00:47:59 d3c8db5fb9df: Pulling fs layer 00:47:59 e50aa161e22a: Verifying Checksum 00:47:59 e50aa161e22a: Download complete 00:47:59 e50aa161e22a: Pull complete 00:48:01 d3c8db5fb9df: Verifying Checksum 00:48:01 d3c8db5fb9df: Download complete 00:48:05 d3c8db5fb9df: Pull complete 00:48:05 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 00:48:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 00:48:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:05 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48:05 $ 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 00:48:06 $ docker top 394d1622faefa9e4695439a44bff37b57d68f23aaa1ec5302276524bd153d37c -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:06 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] echo 00:48:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 00:48:07 + set -o pipefail 00:48:07 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 00:48:12 00:48:12 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v4)... 00:48:12 00:48:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9058f8bc-7826-44a2-9133-c5a7a6d208e7/history/7b3b49d0-5d0a-4231-b4c0-aba9815c9496 00:48:12 00:48:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:48:12 [Pipeline] } 00:48:12 $ docker stop --time=1 394d1622faefa9e4695439a44bff37b57d68f23aaa1ec5302276524bd153d37c 00:48:14 $ docker rm -f --volumes 394d1622faefa9e4695439a44bff37b57d68f23aaa1ec5302276524bd153d37c [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 00:48:14 + git log --format=format:%s -1 117781360da0c9975eeaf6a4c236a9b5b50ad934 [Pipeline] sh 00:48:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:48:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:15 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48:15 $ 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 00:48:15 $ docker top b4dc37078b4a708154aed8369e4e76d5a835e9e74e7956fc1bd929bdeab68bfe -eo pid,comm 00:48: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). 00:48:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:48:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:15 [ssh-agent] Looking for ssh-agent implementation... 00:48:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:15 $ docker exec b4dc37078b4a708154aed8369e4e76d5a835e9e74e7956fc1bd929bdeab68bfe ssh-agent 00:48:15 SSH_AUTH_SOCK=/tmp/ssh-GmZJCtqbZoDR/agent.32 00:48:15 SSH_AGENT_PID=38 00:48:16 Running ssh-add (command line suppressed) 00:48:16 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13836782361931600125.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13836782361931600125.key) 00:48:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:16 + git semver tag 00:48:16 2025-09-02 00:48:16,632 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 00:48:16 2025-09-02 00:48:16,637 [run_tag] DEBUG tag force:False 00:48:16 2025-09-02 00:48:16,637 [check_head_tag] DEBUG check head tag 00:48:16 2025-09-02 00:48:16,638 [execute] INFO git cat-file --batch-check 00:48:16 2025-09-02 00:48:16,639 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) 00:48:16 2025-09-02 00:48:16,641 [execute] INFO git cat-file --batch 00:48:16 2025-09-02 00:48:16,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=, shell=False, universal_newlines=False) 00:48:16 2025-09-02 00:48:16,652 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:16 2025-09-02 00:48:16,652 [execute] INFO git tag -a v4.1.0-dev.13 -m v4.1.0-dev.13 00:48:16 2025-09-02 00:48:16,653 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.13', '-m', 'v4.1.0-dev.13'], cwd=/w/workspace/oundry_go-mod-configuration_main, stdin=None, shell=False, universal_newlines=False) 00:48:16 2025-09-02 00:48:16,656 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:16 4.1.0-dev.13 [Pipeline] } 00:48:16 $ docker exec --env ******** --env ******** b4dc37078b4a708154aed8369e4e76d5a835e9e74e7956fc1bd929bdeab68bfe ssh-agent -k 00:48:17 unset SSH_AUTH_SOCK; 00:48:17 unset SSH_AGENT_PID; 00:48:17 echo Agent pid 38 killed; 00:48:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:48:17 + git semver [Pipeline] } 00:48:17 $ docker stop --time=1 b4dc37078b4a708154aed8369e4e76d5a835e9e74e7956fc1bd929bdeab68bfe 00:48:19 $ docker rm -f --volumes b4dc37078b4a708154aed8369e4e76d5a835e9e74e7956fc1bd929bdeab68bfe [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:48:19 00:48:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:48:19 0.23.1-centos7: Pulling from edgex-lftools 00:48:19 ab5ef0e58194: Pulling fs layer 00:48:19 9712f1f96733: Pulling fs layer 00:48:19 63f879dbbcfc: Pulling fs layer 00:48:19 0d9ebad4ef96: Pulling fs layer 00:48:19 e9a5061849ea: Pulling fs layer 00:48:19 d747dcd14b5f: Pulling fs layer 00:48:19 2de7ff778b66: Pulling fs layer 00:48:19 d747dcd14b5f: Waiting 00:48:19 0d9ebad4ef96: Waiting 00:48:19 e9a5061849ea: Waiting 00:48:19 2de7ff778b66: Waiting 00:48:19 9712f1f96733: Verifying Checksum 00:48:19 9712f1f96733: Download complete 00:48:20 63f879dbbcfc: Verifying Checksum 00:48:20 63f879dbbcfc: Download complete 00:48:20 e9a5061849ea: Verifying Checksum 00:48:20 e9a5061849ea: Download complete 00:48:20 d747dcd14b5f: Verifying Checksum 00:48:20 d747dcd14b5f: Download complete 00:48:20 2de7ff778b66: Verifying Checksum 00:48:20 2de7ff778b66: Download complete 00:48:20 ab5ef0e58194: Verifying Checksum 00:48:20 ab5ef0e58194: Download complete 00:48:20 0d9ebad4ef96: Verifying Checksum 00:48:20 0d9ebad4ef96: Download complete 00:48:24 ab5ef0e58194: Pull complete 00:48:24 9712f1f96733: Pull complete 00:48:25 63f879dbbcfc: Pull complete 00:48:32 0d9ebad4ef96: Pull complete 00:48:32 e9a5061849ea: Pull complete 00:48:32 d747dcd14b5f: Pull complete 00:48:33 2de7ff778b66: Pull complete 00:48:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:48:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:48:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:33 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48:33 $ 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 00:48:35 $ docker top 886ba3bdf872499e06e73346f444aa8939e8fe1d20ec24c3e25b3f55ec653d0e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:48:35 provisioning config files... 00:48:35 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config12850669837300813358tmp 00:48:35 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config3701491969848674553tmp 00:48:35 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config7758615235577509025tmp [Pipeline] { [Pipeline] echo 00:48:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:48:35 ---> sigul-configuration.sh 00:48:35 gpg: directory `/root/.gnupg' created 00:48:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:48:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:48:35 gpg: keyring `/root/.gnupg/secring.gpg' created 00:48:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:48:35 gpg: CAST5 encrypted data 00:48:35 gpg: encrypted with 1 passphrase 00:48:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:48:35 + mkdir /home/jenkins 00:48:35 + mkdir /home/jenkins/sigul [Pipeline] sh 00:48: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 00:48:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:48:36 ---> sigul-install.sh 00:48:36 Sigul already installed; skipping installation. [Pipeline] sh 00:48:36 + git tag --list 00:48:36 v0.0.0 00:48:36 v0.0.1 00:48:36 v0.0.2 00:48:36 v0.0.3 00:48:36 v0.0.4 00:48:36 v0.0.5 00:48:36 v0.0.6 00:48:36 v0.0.7 00:48:36 v0.0.8 00:48:36 v2.0.0 00:48:36 v2.1.0 00:48:36 v2.2.0 00:48:36 v2.3.0 00:48:36 v3.0 00:48:36 v3.0.0 00:48:36 v3.1 00:48:36 v3.1.0 00:48:36 v4.0 00:48:36 v4.0.0 00:48:36 v4.0.1 00:48:36 v4.1.0-dev.1 00:48:36 v4.1.0-dev.10 00:48:36 v4.1.0-dev.11 00:48:36 v4.1.0-dev.12 00:48:36 v4.1.0-dev.13 00:48:36 v4.1.0-dev.2 00:48:36 v4.1.0-dev.3 00:48:36 v4.1.0-dev.4 00:48:36 v4.1.0-dev.5 00:48:36 v4.1.0-dev.6 00:48:36 v4.1.0-dev.7 00:48:36 v4.1.0-dev.8 00:48:36 v4.1.0-dev.9 [Pipeline] sh 00:48:37 + lftools sign git-tag v4.1.0-dev.13 00:48:37 Signing Git tag with Sigul... 00:48:37 Signing v4.1.0-dev.13 [Pipeline] echo 00:48:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:48:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:48:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:48:38 $ docker stop --time=1 886ba3bdf872499e06e73346f444aa8939e8fe1d20ec24c3e25b3f55ec653d0e 00:48:39 $ docker rm -f --volumes 886ba3bdf872499e06e73346f444aa8939e8fe1d20ec24c3e25b3f55ec653d0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:48:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:48:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:40 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48:40 $ 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 00:48:40 $ docker top 153164fb1d1a4900a0e36cea48320b30a9e819bd1fe52da648256ac0b7f9e3a7 -eo pid,comm 00:48: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). 00:48:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:48:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:40 [ssh-agent] Looking for ssh-agent implementation... 00:48:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:40 $ docker exec 153164fb1d1a4900a0e36cea48320b30a9e819bd1fe52da648256ac0b7f9e3a7 ssh-agent 00:48:40 SSH_AUTH_SOCK=/tmp/ssh-t7lgGSNqwonm/agent.33 00:48:40 SSH_AGENT_PID=39 00:48:40 Running ssh-add (command line suppressed) 00:48:41 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2012071866067864234.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2012071866067864234.key) 00:48:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:41 + git semver bump pre 00:48:41 2025-09-02 00:48:41,602 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 00:48:41 2025-09-02 00:48:41,606 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:41 2025-09-02 00:48:41,606 [bump_version] DEBUG bumping version:4.1.0-dev.13 on axis:pre with prefix:dev 00:48:41 2025-09-02 00:48:41,606 [bump_version] DEBUG bumped version:4.1.0-dev.14 00:48:41 2025-09-02 00:48:41,606 [write_version] DEBUG write version:4.1.0-dev.14 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 00:48:41 2025-09-02 00:48:41,606 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:41 2025-09-02 00:48:41,606 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:41 2025-09-02 00:48:41,608 [execute] INFO git cat-file --batch-check 00:48:41 2025-09-02 00:48:41,608 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 00:48:41 2025-09-02 00:48:41,612 [execute] INFO git cat-file --batch 00:48:41 2025-09-02 00:48:41,612 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 00:48:41 2025-09-02 00:48:41,616 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:41 4.1.0-dev.14 [Pipeline] } 00:48:41 $ docker exec --env ******** --env ******** 153164fb1d1a4900a0e36cea48320b30a9e819bd1fe52da648256ac0b7f9e3a7 ssh-agent -k 00:48:42 unset SSH_AUTH_SOCK; 00:48:42 unset SSH_AGENT_PID; 00:48:42 echo Agent pid 39 killed; 00:48:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:48:42 + git semver [Pipeline] } 00:48:42 $ docker stop --time=1 153164fb1d1a4900a0e36cea48320b30a9e819bd1fe52da648256ac0b7f9e3a7 00:48:43 $ docker rm -f --volumes 153164fb1d1a4900a0e36cea48320b30a9e819bd1fe52da648256ac0b7f9e3a7 [Pipeline] // withDockerContainer [Pipeline] sh 00:48:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:48:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:48:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:44 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48:44 $ 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 00:48:44 $ docker top 96c939643cc093b45f61ad64142fd374837907591c8157232487d6b9d2739144 -eo pid,comm 00:48: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). 00:48:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:48:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:48:45 [ssh-agent] Looking for ssh-agent implementation... 00:48:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:48:45 $ docker exec 96c939643cc093b45f61ad64142fd374837907591c8157232487d6b9d2739144 ssh-agent 00:48:45 SSH_AUTH_SOCK=/tmp/ssh-mnozXzZ1fmjC/agent.32 00:48:45 SSH_AGENT_PID=38 00:48:45 Running ssh-add (command line suppressed) 00:48:45 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1967873723430822923.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1967873723430822923.key) 00:48:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:48:45 + git semver push 00:48:45 2025-09-02 00:48:45,888 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 00:48:45 2025-09-02 00:48:45,891 [run_push] DEBUG push 00:48:45 2025-09-02 00:48:45,892 [execute] INFO git cat-file --batch-check 00:48:45 2025-09-02 00:48:45,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=, shell=False, universal_newlines=False) 00:48:45 2025-09-02 00:48:45,895 [execute] INFO git rev-list 7aecdcac8774c4e0650b9e226c0dcb545c2c1d19 -- 00:48:45 2025-09-02 00:48:45,895 [execute] DEBUG Popen(['git', 'rev-list', '7aecdcac8774c4e0650b9e226c0dcb545c2c1d19', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 00:48:45 2025-09-02 00:48:45,901 [execute] INFO git fetch -v -- origin 00:48:45 2025-09-02 00:48:45,902 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=True) 00:48:46 2025-09-02 00:48:46,388 [run_push] DEBUG no remote changes detected 00:48:46 2025-09-02 00:48:46,388 [execute] INFO git push origin semver 00:48:46 2025-09-02 00:48:46,389 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, stdin=None, shell=False, universal_newlines=False) 00:48:47 2025-09-02 00:48:47,032 [run_push] DEBUG push all version tags 00:48:47 2025-09-02 00:48:47,033 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:48:47 2025-09-02 00:48:47,033 [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) 00:48:47 2025-09-02 00:48:47,656 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:48:47 4.1.0-dev.14 [Pipeline] } 00:48:48 $ docker exec --env ******** --env ******** 96c939643cc093b45f61ad64142fd374837907591c8157232487d6b9d2739144 ssh-agent -k 00:48:48 unset SSH_AUTH_SOCK; 00:48:48 unset SSH_AGENT_PID; 00:48:48 echo Agent pid 38 killed; 00:48:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:48:48 + git semver [Pipeline] } 00:48:48 $ docker stop --time=1 96c939643cc093b45f61ad64142fd374837907591c8157232487d6b9d2739144 00:48:49 $ docker rm -f --volumes 96c939643cc093b45f61ad64142fd374837907591c8157232487d6b9d2739144 [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 00:48:50 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 00:48:50 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 00:48:50 total 16 00:48:50 drwxr-xr-x 3 root root 4096 Sep 2 00:47 . 00:48:50 drwxrwxr-x 9 jenkins jenkins 4096 Sep 2 00:48 .. 00:48:50 drwxr-xr-x 2 root root 4096 Sep 2 00:47 cost 00:48:50 -rw-r--r-- 1 root root 92 Sep 2 00:47 cost.csv 00:48:50 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 00:48:50 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 00:48:50 total 16 00:48:50 drwxr-xr-x 3 jenkins jenkins 4096 Sep 2 00:47 . 00:48:50 drwxrwxr-x 9 jenkins jenkins 4096 Sep 2 00:48 .. 00:48:50 drwxr-xr-x 2 jenkins jenkins 4096 Sep 2 00:47 cost 00:48:50 -rw-r--r-- 1 jenkins jenkins 92 Sep 2 00:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:48:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:48:51 ---> package-listing.sh 00:48:51 ++ facter osfamily 00:48:51 ++ tr '[:upper:]' '[:lower:]' 00:48:52 + OS_FAMILY=debian 00:48:52 + workspace=/w/workspace/oundry_go-mod-configuration_main 00:48:52 + START_PACKAGES=/tmp/packages_start.txt 00:48:52 + END_PACKAGES=/tmp/packages_end.txt 00:48:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:48:52 + PACKAGES=/tmp/packages_start.txt 00:48:52 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 00:48:52 + PACKAGES=/tmp/packages_end.txt 00:48:52 + case "${OS_FAMILY}" in 00:48:52 + dpkg -l 00:48:52 + grep '^ii' 00:48:52 + '[' -f /tmp/packages_start.txt ']' 00:48:52 + '[' -f /tmp/packages_end.txt ']' 00:48:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:48:52 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 00:48:52 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 00:48:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 00:48:52 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 00:48:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:48:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:48:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:48:52 prd-ubuntu20.04-docker-8c-8g-8106 does not seem to be running inside a container 00:48: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/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 00:48:53 $ docker top aa27b8072a948b60e80a9d553ab0babbabb6d5475d5a56e55ba03030bd290fb6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:48:53 + touch /tmp/pre-build-complete [Pipeline] sh 00:48:53 + mkdir -p /var/log/sysstat [Pipeline] sh 00:48:53 + ls /var/log/sa-host 00:48:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:48:54 provisioning config files... 00:48:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config9019635107585867474tmp [Pipeline] { [Pipeline] echo 00:48:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:48:54 ---> create-netrc.sh [Pipeline] } 00:48:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:48:54 ---> python-tools-install.sh [Pipeline] echo 00:48:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:48:55 ---> sudo-logs.sh 00:48:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:48:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:48:55 ---> job-cost.sh 00:48:55 lf-activate-venv: SKIPPING 00:48:55 DEBUG: total: 0.2199999988079071 00:48:55 INFO: Retrieving Stack Cost... 00:48:55 INFO: Retrieving Pricing Info for: v3-standard-8 00:48:56 INFO: Archiving Costs [Pipeline] echo 00:48:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:48:56 ---> logs-deploy.sh 00:48:56 lf-activate-venv: SKIPPING 00:48:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/109 00:48:56 INFO: archiving workspace using pattern(s): 00:48:57 Archives upload complete. 00:48:57 INFO: archiving logs to Nexus