Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d511a652ffdad315d2af34087d8a013cc32369e3 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-ssh5307232582299418230.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh17765168717942781164.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-bootstrap/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-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9442034821666199082.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh11885019160380647546.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-bootstrap/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-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12148241350120389086.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-bootstrap, 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-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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-bootstrap 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-14612 in /w/workspace/gexfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d511a652ffdad315d2af34087d8a013cc32369e3 (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 (#533)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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 d511a652ffdad315d2af34087d8a013cc32369e3 # timeout=10 > git rev-list --no-walk c49982e3c856f446382285c6b212195ff24f7885 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:19:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:19:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:19:04 ========================================================= 02:19:04 EdgeX Global Pipelines Version Info 02:19:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:19:05 ------------------- 02:19:05 stable info: 02:19:05 ------------------- 02:19:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:19:05 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 02:19:05 Message: update stable to v1.0.249 02:19:06 ------------------- 02:19:06 experimental info: 02:19:06 ------------------- 02:19:06 Commited By: **** collab-it+edgex@linuxfoundation.org 02:19:06 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 02:19:06 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:19:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d511a65 [Pipeline] echo 02:19:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:19:07 + git rev-list -1 --merges d511a652ffdad315d2af34087d8a013cc32369e3~1..d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] echo 02:19:07 -----------> git rev-list -1 --merges d511a652ffdad315d2af34087d8a013cc32369e3~1..d511a652ffdad315d2af34087d8a013cc32369e3 d511a652ffdad315d2af34087d8a013cc32369e3 [false] [Pipeline] sh 02:19:07 + git log --format=format:%s -1 d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] echo 02:19:07 ========================================================= 02:19:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:19:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:19:08 + git log --format=format:%s -1 d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] echo 02:19:08 [semverPrep] GIT_COMMIT: d511a652ffdad315d2af34087d8a013cc32369e3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 (#533) [Pipeline] echo 02:19:08 [semverPrep] This is not a build commit. [Pipeline] sh 02:19:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:19:08 + grep -v github /etc/ssh/ssh_known_hosts 02:19:08 + [ -e /tmp/ssh_known_hosts ] 02:19:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:19:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:19:08 + sudo tee -a /etc/ssh/ssh_known_hosts 02:19:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:09 02:19:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:09 0.1.4: Pulling from edgex-devops/py-git-semver 02:19:09 b85a868b505f: Pulling fs layer 02:19:09 e2be974225ed: Pulling fs layer 02:19:09 339a4e72a1f5: Pulling fs layer 02:19:09 988bab9f4d93: Pulling fs layer 02:19:09 1469e6f7b9e6: Pulling fs layer 02:19:09 eaf3925da568: Pulling fs layer 02:19:09 bab4dde63d76: Pulling fs layer 02:19:09 bde34c3a00c8: Pulling fs layer 02:19:09 b352a97aabf1: Pulling fs layer 02:19:09 4872d77fe225: Pulling fs layer 02:19:09 5851b861e8e6: Pulling fs layer 02:19:09 988bab9f4d93: Waiting 02:19:09 1469e6f7b9e6: Waiting 02:19:09 eaf3925da568: Waiting 02:19:09 bab4dde63d76: Waiting 02:19:09 bde34c3a00c8: Waiting 02:19:09 b352a97aabf1: Waiting 02:19:09 4872d77fe225: Waiting 02:19:09 5851b861e8e6: Waiting 02:19:09 e2be974225ed: Download complete 02:19:09 988bab9f4d93: Verifying Checksum 02:19:09 988bab9f4d93: Download complete 02:19:09 1469e6f7b9e6: Verifying Checksum 02:19:09 1469e6f7b9e6: Download complete 02:19:09 eaf3925da568: Verifying Checksum 02:19:09 eaf3925da568: Download complete 02:19:09 339a4e72a1f5: Verifying Checksum 02:19:09 339a4e72a1f5: Download complete 02:19:09 bde34c3a00c8: Download complete 02:19:09 b352a97aabf1: Download complete 02:19:09 4872d77fe225: Download complete 02:19:09 5851b861e8e6: Verifying Checksum 02:19:09 5851b861e8e6: Download complete 02:19:09 b85a868b505f: Verifying Checksum 02:19:09 b85a868b505f: Download complete 02:19:10 bab4dde63d76: Verifying Checksum 02:19:10 bab4dde63d76: Download complete 02:19:11 b85a868b505f: Pull complete 02:19:11 e2be974225ed: Pull complete 02:19:11 339a4e72a1f5: Pull complete 02:19:11 988bab9f4d93: Pull complete 02:19:12 1469e6f7b9e6: Pull complete 02:19:12 eaf3925da568: Pull complete 02:19:14 bab4dde63d76: Pull complete 02:19:14 bde34c3a00c8: Pull complete 02:19:14 b352a97aabf1: Pull complete 02:19:14 4872d77fe225: Pull complete 02:19:14 5851b861e8e6: Pull complete 02:19:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:19:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:14 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:19:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:19:16 $ docker top ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c -eo pid,comm 02:19:16 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:19:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:19:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:19:17 [ssh-agent] Looking for ssh-agent implementation... 02:19:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:19:17 $ docker exec ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c ssh-agent 02:19:17 SSH_AUTH_SOCK=/tmp/ssh-1QAASGCkPAmA/agent.33 02:19:17 SSH_AGENT_PID=39 02:19:17 Running ssh-add (command line suppressed) 02:19:17 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14135430368758164679.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14135430368758164679.key) 02:19:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:19:17 + git tag --points-at HEAD [Pipeline] } 02:19:17 $ docker exec --env ******** --env ******** ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c ssh-agent -k 02:19:17 unset SSH_AUTH_SOCK; 02:19:17 unset SSH_AGENT_PID; 02:19:17 echo Agent pid 39 killed; 02:19:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:19:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:19:17 [ssh-agent] Looking for ssh-agent implementation... 02:19:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:19:17 $ docker exec ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c ssh-agent 02:19:18 SSH_AUTH_SOCK=/tmp/ssh-4jrhSgUcAuFn/agent.71 02:19:18 SSH_AGENT_PID=77 02:19:18 Running ssh-add (command line suppressed) 02:19:18 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_112212750373225451.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_112212750373225451.key) 02:19:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:19:18 + git semver init 02:19:18 2023-05-09 02:19:18,664 [run_init] DEBUG init version:0.0.0 force:False 02:19:18 2023-05-09 02:19:18,665 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 02:19:18 2023-05-09 02:19:18,665 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 02:19:18 2023-05-09 02:19:18,666 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 02:19:19 2023-05-09 02:19:19,390 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 02:19:19 2023-05-09 02:19:19,391 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 02:19:19 2023-05-09 02:19:19,391 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:19:19 2023-05-09 02:19:19,391 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:19:19 3.0.0-dev.83 [Pipeline] } 02:19:19 $ docker exec --env ******** --env ******** ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c ssh-agent -k 02:19:19 unset SSH_AUTH_SOCK; 02:19:19 unset SSH_AGENT_PID; 02:19:19 echo Agent pid 77 killed; 02:19:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:19:20 + git semver [Pipeline] } 02:19:20 $ docker stop --time=1 ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c 02:19:21 $ docker rm -f --volumes ae87cd57bb9cc3b2bc47cc2a0dbdd50d7a79dd15a752fc2a13efac4866aca74c [Pipeline] // withDockerContainer [Pipeline] sh 02:19:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:19:22 Stashed 1 file(s) [Pipeline] echo 02:19:22 [edgeXSemver]: initialized semver on version 3.0.0-dev.83 [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) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:19:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:19:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:19:22 ========================================================= 02:19:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 02:19:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 02:19:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:19:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 02:19:22 f56be85fc22e: Pulling fs layer 02:19:22 85791d961cd3: Pulling fs layer 02:19:22 d694b5ae8c79: Pulling fs layer 02:19:22 9f32a84ed3da: Pulling fs layer 02:19:22 4d19c01a9841: Pulling fs layer 02:19:22 9325e15d5711: Pulling fs layer 02:19:22 556b6ee489ea: Pulling fs layer 02:19:22 c5a4b2cf53e6: Pulling fs layer 02:19:22 9f32a84ed3da: Waiting 02:19:22 556b6ee489ea: Waiting 02:19:22 4d19c01a9841: Waiting 02:19:22 9325e15d5711: Waiting 02:19:22 c5a4b2cf53e6: Waiting 02:19:22 85791d961cd3: Verifying Checksum 02:19:22 85791d961cd3: Download complete 02:19:22 9f32a84ed3da: Verifying Checksum 02:19:22 9f32a84ed3da: Download complete 02:19:22 4d19c01a9841: Verifying Checksum 02:19:22 4d19c01a9841: Download complete 02:19:22 f56be85fc22e: Verifying Checksum 02:19:22 f56be85fc22e: Download complete 02:19:22 9325e15d5711: Verifying Checksum 02:19:22 9325e15d5711: Download complete 02:19:23 f56be85fc22e: Pull complete 02:19:23 85791d961cd3: Pull complete 02:19:23 c5a4b2cf53e6: Verifying Checksum 02:19:23 c5a4b2cf53e6: Download complete 02:19:23 d694b5ae8c79: Download complete 02:19:23 556b6ee489ea: Verifying Checksum 02:19:23 556b6ee489ea: Download complete 02:19:26 d694b5ae8c79: Pull complete 02:19:26 9f32a84ed3da: Pull complete 02:19:26 4d19c01a9841: Pull complete 02:19:27 9325e15d5711: Pull complete 02:19:29 556b6ee489ea: Pull complete 02:19:30 c5a4b2cf53e6: Pull complete 02:19:30 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 02:19:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 02:19:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 02:19:30 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:31 + docker inspect -f . ci-base-image-x86_64 02:19:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:31 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:19:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:19:35 $ docker top ba73c26c5a82b60efd72bca9c399845dfc3c9c9b63165388affb0c458a317492 -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:35 + go version 02:19:35 go version go1.20.2 linux/amd64 [Pipeline] } 02:19:35 $ docker stop --time=1 ba73c26c5a82b60efd72bca9c399845dfc3c9c9b63165388affb0c458a317492 02:19:37 $ docker rm -f --volumes ba73c26c5a82b60efd72bca9c399845dfc3c9c9b63165388affb0c458a317492 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 02:19:37 Still waiting to schedule task 02:19:37 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:37 + docker inspect -f . ci-base-image-x86_64 02:19:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:37 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:19:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:19:38 $ docker top 2fa4b650f2af79491eb3b9e8f73d6299f8b1ec1d819baf886b249d431d9c5731 -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:38 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 02:19:38 + make test 02:19:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:19:38 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 02:19:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.40 02:19:38 go: downloading github.com/stretchr/testify v1.8.2 02:19:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 02:19:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.10 02:19:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.29 02:19:38 go: downloading github.com/google/uuid v1.3.0 02:19:38 go: downloading github.com/hashicorp/go-multierror v1.1.1 02:19:39 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.7 02:19:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.15 02:19:39 go: downloading github.com/mitchellh/copystructure v1.2.0 02:19:39 go: downloading gopkg.in/yaml.v3 v3.0.1 02:19:39 go: downloading github.com/gorilla/mux v1.8.0 02:19:39 go: downloading github.com/davecgh/go-spew v1.1.1 02:19:39 go: downloading github.com/pmezard/go-difflib v1.0.0 02:19:39 go: downloading github.com/stretchr/objx v0.5.0 02:19:39 go: downloading github.com/hashicorp/errwrap v1.0.0 02:19:39 go: downloading github.com/gorilla/websocket v1.4.2 02:19:39 go: downloading golang.org/x/net v0.9.0 02:19:39 go: downloading golang.org/x/sync v0.1.0 02:19:39 go: downloading github.com/go-playground/validator/v10 v10.13.0 02:19:39 go: downloading github.com/go-kit/log v0.2.1 02:19:39 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 02:19:39 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.4 02:19:39 go: downloading github.com/mitchellh/reflectwalk v1.0.2 02:19:39 go: downloading github.com/hashicorp/consul/api v1.20.0 02:19:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:19:39 go: downloading github.com/go-logfmt/logfmt v0.5.1 02:19:39 go: downloading github.com/x448/float16 v0.8.4 02:19:39 go: downloading github.com/go-redis/redis/v7 v7.3.0 02:19:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:19:39 go: downloading github.com/mitchellh/mapstructure v1.5.0 02:19:39 go: downloading github.com/go-playground/universal-translator v0.18.1 02:19:39 go: downloading github.com/leodido/go-urn v1.2.3 02:19:39 go: downloading golang.org/x/text v0.9.0 02:19:39 go: downloading golang.org/x/crypto v0.8.0 02:19:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:19:39 go: downloading github.com/hashicorp/go-hclog v0.14.1 02:19:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:19:39 go: downloading github.com/hashicorp/serf v0.10.1 02:19:39 go: downloading github.com/zeebo/errs v1.3.0 02:19:39 go: downloading google.golang.org/grpc v1.53.0 02:19:39 go: downloading github.com/go-playground/locales v0.14.1 02:19:39 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 02:19:39 go: downloading google.golang.org/protobuf v1.28.1 02:19:39 go: downloading github.com/mattn/go-isatty v0.0.14 02:19:39 go: downloading github.com/fatih/color v1.9.0 02:19:39 go: downloading github.com/armon/go-metrics v0.3.10 02:19:39 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 02:19:39 go: downloading golang.org/x/sys v0.7.0 02:19:39 go: downloading github.com/mattn/go-colorable v0.1.12 02:19:39 go: downloading github.com/golang/protobuf v1.5.2 02:19:39 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 02:19:39 go: downloading github.com/hashicorp/golang-lru v0.5.4 02:19:54 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 02:19:54 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 02:19:55 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 02:19:55 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 02:19:56 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.036s coverage: 34.1% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.019s coverage: 92.4% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.005s coverage: 85.0% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.021s coverage: 42.4% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.028s coverage: 100.0% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.334s coverage: 87.7% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.014s coverage: 25.0% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.042s coverage: 78.4% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.013s coverage: 76.1% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.012s coverage: 31.2% of statements 02:20:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.006s coverage: 91.3% of statements 02:20:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 02:20:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:20:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 02:20:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:20:24 $ docker stop --time=1 2fa4b650f2af79491eb3b9e8f73d6299f8b1ec1d819baf886b249d431d9c5731 02:20:26 $ docker rm -f --volumes 2fa4b650f2af79491eb3b9e8f73d6299f8b1ec1d819baf886b249d431d9c5731 [Pipeline] // withDockerContainer [Pipeline] sh 02:20:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:20:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:20:27 02:20:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:20:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:20:28 latest: Pulling from edgex-lftools-log-publisher 02:20:28 5eb5b503b376: Pulling fs layer 02:20:28 5c69ac0246d0: Pulling fs layer 02:20:28 ec43610c2a17: Pulling fs layer 02:20:28 3a2ae6a8a46f: Pulling fs layer 02:20:28 33b1e0a273af: Pulling fs layer 02:20:28 5d3b04190fa2: Pulling fs layer 02:20:28 2f39f015ded8: Pulling fs layer 02:20:28 5d3b04190fa2: Waiting 02:20:28 3a2ae6a8a46f: Waiting 02:20:28 33b1e0a273af: Waiting 02:20:28 5c69ac0246d0: Download complete 02:20:28 3a2ae6a8a46f: Download complete 02:20:28 33b1e0a273af: Verifying Checksum 02:20:28 33b1e0a273af: Download complete 02:20:28 ec43610c2a17: Verifying Checksum 02:20:28 ec43610c2a17: Download complete 02:20:28 5d3b04190fa2: Verifying Checksum 02:20:28 5d3b04190fa2: Download complete 02:20:28 5eb5b503b376: Download complete 02:20:28 2f39f015ded8: Download complete 02:20:29 5eb5b503b376: Pull complete 02:20:29 5c69ac0246d0: Pull complete 02:20:30 ec43610c2a17: Pull complete 02:20:30 3a2ae6a8a46f: Pull complete 02:20:30 33b1e0a273af: Pull complete 02:20:30 5d3b04190fa2: Pull complete 02:20:34 2f39f015ded8: Pull complete 02:20:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:20:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:20:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:20:34 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:20:34 $ 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/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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:20:37 $ docker top da3bc324f26490ac62aede494d0a8df60e3a19e3a686762c52113720f0633fd0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:20:38 ---> job-cost.sh 02:20:38 lf-activate-venv: SKIPPING 02:20:38 INFO: No Stack... 02:20:38 INFO: Retrieving Pricing Info for: v3-standard-8 02:20:38 INFO: Archiving Costs [Pipeline] sh 02:20:38 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 02:20:38 + cut -d, -f6 [Pipeline] lock 02:20:38 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] 02:20:38 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] did not exist. Created. 02:20:38 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:20:39 + echo total: 0.2199999988079071 [Pipeline] stash 02:20:39 Stashed 1 file(s) [Pipeline] } 02:20:39 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] [Pipeline] // lock [Pipeline] } 02:20:39 $ docker stop --time=1 da3bc324f26490ac62aede494d0a8df60e3a19e3a686762c52113720f0633fd0 02:20:41 $ docker rm -f --volumes da3bc324f26490ac62aede494d0a8df60e3a19e3a686762c52113720f0633fd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:22:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14614 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 02:22:32 Running in /w/workspace/go-mod-bootstrap/172 [Pipeline] { [Pipeline] checkout 02:22:32 Selected Git installation does not exist. Using Default 02:22:32 The recommended git tool is: NONE 02:22:39 using credential edgex-jenkins-ssh 02:22:39 Cloning the remote Git repository 02:22:39 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 02:22:39 > git init /w/workspace/go-mod-bootstrap/172 # timeout=10 02:22:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 02:22:39 > git --version # timeout=10 02:22:39 > git --version # 'git version 2.25.1' 02:22:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:22:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:22:41 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 02:22:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:22:42 Avoid second fetch 02:22:42 Checking out Revision d511a652ffdad315d2af34087d8a013cc32369e3 (main) 02:22:43 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 (#533)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:22:42 > git config core.sparsecheckout # timeout=10 02:22:42 > git checkout -f d511a652ffdad315d2af34087d8a013cc32369e3 # timeout=10 02:22:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:22:44 % Total % Received % Xferd Average Speed Time Time Time Current 02:22:44 Dload Upload Total Spent Left Speed 02:22:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 02:22:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:22:45 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 02:22:45 tee /etc/docker/daemon.new 02:22:45 { 02:22:45 "registry-mirrors": [ 02:22:45 "https://nexus3.edgexfoundry.org:10001" 02:22:45 ], 02:22:45 "bip": "10.250.0.254/24", 02:22:45 "hosts": [ 02:22:45 "tcp://0.0.0.0:5555", 02:22:45 "unix:///var/run/docker.sock" 02:22:45 ], 02:22:45 "mtu": 1458, 02:22:45 "selinux-enabled": true, 02:22:45 "seccomp-profile": "/etc/docker/seccomp.json" 02:22:45 } [Pipeline] sh 02:22:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:22:45 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 02:23:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:23:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:23:08 ========================================================= 02:23:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 02:23:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 02:23:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:23:09 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:23:09 c41833b44d91: Pulling fs layer 02:23:09 ed15518f5707: Pulling fs layer 02:23:09 feae8fd75edb: Pulling fs layer 02:23:09 242c74f7c9fa: Pulling fs layer 02:23:09 3cdef696dda3: Pulling fs layer 02:23:09 2ced38df9373: Pulling fs layer 02:23:09 58f1dce35555: Pulling fs layer 02:23:09 3cdef696dda3: Waiting 02:23:09 2ced38df9373: Waiting 02:23:09 58f1dce35555: Waiting 02:23:09 242c74f7c9fa: Waiting 02:23:09 ed15518f5707: Verifying Checksum 02:23:09 ed15518f5707: Download complete 02:23:09 242c74f7c9fa: Verifying Checksum 02:23:09 242c74f7c9fa: Download complete 02:23:09 3cdef696dda3: Verifying Checksum 02:23:09 3cdef696dda3: Download complete 02:23:09 c41833b44d91: Verifying Checksum 02:23:09 c41833b44d91: Download complete 02:23:10 c41833b44d91: Pull complete 02:23:11 58f1dce35555: Verifying Checksum 02:23:11 58f1dce35555: Download complete 02:23:11 ed15518f5707: Pull complete 02:23:12 feae8fd75edb: Download complete 02:23:12 2ced38df9373: Verifying Checksum 02:23:12 2ced38df9373: Download complete 02:23:24 feae8fd75edb: Pull complete 02:23:24 242c74f7c9fa: Pull complete 02:23:24 3cdef696dda3: Pull complete 02:23:33 2ced38df9373: Pull complete 02:23:35 58f1dce35555: Pull complete 02:23:35 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 02:23:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 02:23:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 02:23:35 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:36 + docker inspect -f . ci-base-image-arm64 02:23:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:23:36 prd-ubuntu20.04-docker-arm64-4c-16g-14614 does not seem to be running inside a container 02:23:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/172 -v /w/workspace/go-mod-bootstrap/172:/w/workspace/go-mod-bootstrap/172:rw,z -v /w/workspace/go-mod-bootstrap/172@tmp:/w/workspace/go-mod-bootstrap/172@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-arm64 cat 02:23:39 $ docker top f1769eba43bfb277c557b949bf4bbeb6b9b116d929d7169980c181a6efe25fa1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:23:40 + go version 02:23:40 go version go1.20.2 linux/arm64 [Pipeline] } 02:23:40 $ docker stop --time=1 f1769eba43bfb277c557b949bf4bbeb6b9b116d929d7169980c181a6efe25fa1 02:23:42 $ docker rm -f --volumes f1769eba43bfb277c557b949bf4bbeb6b9b116d929d7169980c181a6efe25fa1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:23:43 + docker inspect -f . ci-base-image-arm64 02:23:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:23:43 prd-ubuntu20.04-docker-arm64-4c-16g-14614 does not seem to be running inside a container 02:23:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/172 -v /w/workspace/go-mod-bootstrap/172:/w/workspace/go-mod-bootstrap/172:rw,z -v /w/workspace/go-mod-bootstrap/172@tmp:/w/workspace/go-mod-bootstrap/172@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-arm64 cat 02:23:44 $ docker top 02610c992306a1a7aef7c5eb4b2900b7e652b65ef2b2711c3e77197ae510e0d0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:23:45 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/172 [Pipeline] fileExists [Pipeline] sh 02:23:46 + make test 02:23:46 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:23:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.10 02:23:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.40 02:23:46 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.7 02:23:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 02:23:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.29 02:23:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.15 02:23:47 go: downloading github.com/stretchr/testify v1.8.2 02:23:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 02:23:47 go: downloading github.com/mitchellh/copystructure v1.2.0 02:23:47 go: downloading gopkg.in/yaml.v3 v3.0.1 02:23:47 go: downloading github.com/gorilla/mux v1.8.0 02:23:47 go: downloading github.com/google/uuid v1.3.0 02:23:47 go: downloading github.com/hashicorp/go-multierror v1.1.1 02:23:47 go: downloading github.com/go-kit/log v0.2.1 02:23:47 go: downloading github.com/gorilla/websocket v1.4.2 02:23:47 go: downloading golang.org/x/net v0.9.0 02:23:47 go: downloading golang.org/x/sync v0.1.0 02:23:47 go: downloading github.com/davecgh/go-spew v1.1.1 02:23:48 go: downloading github.com/pmezard/go-difflib v1.0.0 02:23:48 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.4 02:23:48 go: downloading github.com/go-playground/validator/v10 v10.13.0 02:23:48 go: downloading github.com/mitchellh/reflectwalk v1.0.2 02:23:48 go: downloading github.com/stretchr/objx v0.5.0 02:23:48 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 02:23:48 go: downloading github.com/hashicorp/errwrap v1.0.0 02:23:48 go: downloading github.com/hashicorp/consul/api v1.20.0 02:23:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:23:48 go: downloading github.com/go-logfmt/logfmt v0.5.1 02:23:48 go: downloading github.com/zeebo/errs v1.3.0 02:23:48 go: downloading google.golang.org/grpc v1.53.0 02:23:50 go: downloading github.com/go-redis/redis/v7 v7.3.0 02:23:50 go: downloading github.com/x448/float16 v0.8.4 02:23:50 go: downloading github.com/go-playground/universal-translator v0.18.1 02:23:50 go: downloading github.com/leodido/go-urn v1.2.3 02:23:50 go: downloading golang.org/x/crypto v0.8.0 02:23:50 go: downloading golang.org/x/text v0.9.0 02:23:50 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 02:23:50 go: downloading google.golang.org/protobuf v1.28.1 02:23:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:23:51 go: downloading github.com/mitchellh/mapstructure v1.5.0 02:23:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:23:51 go: downloading github.com/hashicorp/go-hclog v0.14.1 02:23:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:23:51 go: downloading github.com/hashicorp/serf v0.10.1 02:23:51 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 02:23:51 go: downloading github.com/go-playground/locales v0.14.1 02:23:52 go: downloading github.com/fatih/color v1.9.0 02:23:52 go: downloading github.com/mattn/go-isatty v0.0.14 02:23:52 go: downloading github.com/golang/protobuf v1.5.2 02:23:52 go: downloading golang.org/x/sys v0.7.0 02:23:54 go: downloading github.com/armon/go-metrics v0.3.10 02:23:54 go: downloading github.com/mattn/go-colorable v0.1.12 02:23:54 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 02:23:54 go: downloading github.com/hashicorp/golang-lru v0.5.4 02:26:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 02:26:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 02:26:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 02:26:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.173s coverage: 34.1% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.108s coverage: 92.4% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.030s coverage: 85.0% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.126s coverage: 42.4% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.079s coverage: 100.0% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.421s coverage: 87.7% of statements 02:26:51 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.060s coverage: 25.0% of statements 02:26:51 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 02:26:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.216s coverage: 78.4% of statements 02:26:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.083s coverage: 76.1% of statements 02:26:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.047s coverage: 31.2% of statements 02:26:55 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.018s coverage: 91.3% of statements 02:26:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:26:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 02:27:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:27:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 02:27:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:27:35 $ docker stop --time=1 02610c992306a1a7aef7c5eb4b2900b7e652b65ef2b2711c3e77197ae510e0d0 02:27:37 $ docker rm -f --volumes 02610c992306a1a7aef7c5eb4b2900b7e652b65ef2b2711c3e77197ae510e0d0 [Pipeline] // withDockerContainer [Pipeline] sh 02:27:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:27:40 Warning: overwriting stash ‘coverage-report’ 02:27:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:27:41 02:27:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:27:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:27:42 arm64: Pulling from edgex-lftools-log-publisher 02:27:42 8998bd30e6a1: Pulling fs layer 02:27:42 04944245beec: Pulling fs layer 02:27:42 699f458cf7ca: Pulling fs layer 02:27:42 765212b225bb: Pulling fs layer 02:27:42 f23df028b6ca: Pulling fs layer 02:27:42 d65c8cfc05b1: Pulling fs layer 02:27:42 2437ff75d9bd: Pulling fs layer 02:27:42 f23df028b6ca: Waiting 02:27:42 d65c8cfc05b1: Waiting 02:27:42 2437ff75d9bd: Waiting 02:27:42 765212b225bb: Waiting 02:27:42 04944245beec: Verifying Checksum 02:27:42 04944245beec: Download complete 02:27:42 765212b225bb: Verifying Checksum 02:27:42 765212b225bb: Download complete 02:27:42 f23df028b6ca: Verifying Checksum 02:27:42 d65c8cfc05b1: Verifying Checksum 02:27:42 d65c8cfc05b1: Download complete 02:27:42 699f458cf7ca: Verifying Checksum 02:27:42 699f458cf7ca: Download complete 02:27:42 8998bd30e6a1: Verifying Checksum 02:27:42 8998bd30e6a1: Download complete 02:27:45 2437ff75d9bd: Verifying Checksum 02:27:45 2437ff75d9bd: Download complete 02:27:46 8998bd30e6a1: Pull complete 02:27:47 04944245beec: Pull complete 02:27:48 699f458cf7ca: Pull complete 02:27:50 765212b225bb: Pull complete 02:27:50 f23df028b6ca: Pull complete 02:27:50 d65c8cfc05b1: Pull complete 02:28:05 2437ff75d9bd: Pull complete 02:28:05 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:28:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:28:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:06 prd-ubuntu20.04-docker-arm64-4c-16g-14614 does not seem to be running inside a container 02:28:06 $ 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/go-mod-bootstrap/172 -v /w/workspace/go-mod-bootstrap/172:/w/workspace/go-mod-bootstrap/172:rw,z -v /w/workspace/go-mod-bootstrap/172@tmp:/w/workspace/go-mod-bootstrap/172@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:arm64 cat 02:28:08 $ docker top 84ccd5a576f3bb7c173bb34db95a230e0a36d3fa08c78b7fdd08b5df070fc356 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:09 ---> job-cost.sh 02:28:09 lf-activate-venv: SKIPPING 02:28:09 INFO: No Stack... 02:28:10 INFO: Retrieving Pricing Info for: v3-standard-4 02:28:10 INFO: Archiving Costs [Pipeline] sh 02:28:11 + + cat /w/workspace/go-mod-bootstrap/172/archives/cost.csv 02:28:11 cut -d, -f6 [Pipeline] lock 02:28:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] 02:28:11 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] did not exist. Created. 02:28:11 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:28:12 /w/workspace/go-mod-bootstrap/172@tmp/durable-06e665cd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:28:12 + echo total: 0.10999999940395355 [Pipeline] stash 02:28:12 Warning: overwriting stash ‘stack-cost’ 02:28:12 Stashed 1 file(s) [Pipeline] } 02:28:12 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-172-stack-cost] [Pipeline] // lock [Pipeline] } 02:28:13 $ docker stop --time=1 84ccd5a576f3bb7c173bb34db95a230e0a36d3fa08c78b7fdd08b5df070fc356 02:28:14 $ docker rm -f --volumes 84ccd5a576f3bb7c173bb34db95a230e0a36d3fa08c78b7fdd08b5df070fc356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:28:14 provisioning config files... 02:28:14 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config1636090085845884811tmp [Pipeline] { [Pipeline] sh 02:28:15 + set +x 02:28:15 + + curl -s https://codecov.io/bash 02:28:15 bash -s -- 02:28:15 02:28:15 _____ _ 02:28:15 / ____| | | 02:28:15 | | ___ __| | ___ ___ _____ __ 02:28:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:28:15 | |___| (_) | (_| | __/ (_| (_) \ V / 02:28:15 \_____\___/ \__,_|\___|\___\___/ \_/ 02:28:15 Bash-1.0.6 02:28:15 02:28:15 02:28:15 ==> git version 2.25.1 found 02:28:15 ==> 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:28:15 Release-Date: 2020-01-08 02:28:15 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:28:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:28:15 ==> Jenkins CI detected. 02:28:15 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 02:28:15 project root: . 02:28:15 --> token set from env 02:28:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:28:15 ==> Running gcov in . (disable via -X gcov) 02:28:15 ==> Python coveragepy not found 02:28:15 ==> Searching for coverage reports in: 02:28:15 + . 02:28:15 -> Found 1 reports 02:28:15 ==> Detecting git/mercurial file structure 02:28:15 ==> Reading reports 02:28:15 + ./coverage.out bytes=93368 02:28:15 ==> Appending adjustments 02:28:15 https://docs.codecov.io/docs/fixing-reports 02:28:15 + Found adjustments 02:28:15 ==> Gzipping contents 02:28:15 16K /tmp/codecov.X70Pci.gz 02:28:15 ==> Uploading reports 02:28:15 url: https://codecov.io 02:28:15 query: branch=main&commit=d511a652ffdad315d2af34087d8a013cc32369e3&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F172%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 02:28:15 -> Pinging Codecov 02:28:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=d511a652ffdad315d2af34087d8a013cc32369e3&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F172%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 02:28:15 -> Uploading to 02:28:15 https://storage.googleapis.com/codecov/v4/raw/2023-05-09/833815588EE85121546D348822E98E2E/d511a652ffdad315d2af34087d8a013cc32369e3/ce5893f4-59ff-4893-a6b4-dac690819457.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230509T022815Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5f677881767a8600d44f59363b6e9b9830b940276338e9ab61c8c606683e7a15 02:28:15 % Total % Received % Xferd Average Speed Time Time Time Current 02:28:15 Dload Upload Total Spent Left Speed 02:28:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14559 0 0 100 14559 0 63300 --:--:-- --:--:-- --:--:-- 63300 02:28:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] } 02:28:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:28:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:28:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:28:16 02:28:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:28:16 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:28:16 df9b9388f04a: Pulling fs layer 02:28:16 52dc419b0ee2: Pulling fs layer 02:28:16 25bc292e5bac: Pulling fs layer 02:28:16 114826534d7a: Pulling fs layer 02:28:16 4657fd5d0bcf: Pulling fs layer 02:28:16 6ad1cebc031e: Pulling fs layer 02:28:16 8a3aa393b2d8: Pulling fs layer 02:28:16 114826534d7a: Waiting 02:28:16 4657fd5d0bcf: Waiting 02:28:16 6ad1cebc031e: Waiting 02:28:16 8a3aa393b2d8: Waiting 02:28:16 25bc292e5bac: Download complete 02:28:16 52dc419b0ee2: Verifying Checksum 02:28:16 52dc419b0ee2: Download complete 02:28:16 4657fd5d0bcf: Verifying Checksum 02:28:16 4657fd5d0bcf: Download complete 02:28:16 df9b9388f04a: Verifying Checksum 02:28:17 6ad1cebc031e: Verifying Checksum 02:28:17 6ad1cebc031e: Download complete 02:28:17 df9b9388f04a: Pull complete 02:28:17 52dc419b0ee2: Pull complete 02:28:17 25bc292e5bac: Pull complete 02:28:17 114826534d7a: Download complete 02:28:17 8a3aa393b2d8: Verifying Checksum 02:28:17 8a3aa393b2d8: Download complete 02:28:20 114826534d7a: Pull complete 02:28:20 4657fd5d0bcf: Pull complete 02:28:20 6ad1cebc031e: Pull complete 02:28:24 8a3aa393b2d8: Pull complete 02:28:24 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 02:28:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:28:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:24 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:28:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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:1.410.4 cat 02:28:28 $ docker top 71d2c4b1561d02843022e8c4a769435f5d6d2fa0d244519255941a2e2c17c2e5 -eo pid,comm [Pipeline] { [Pipeline] echo 02:28:28 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 02:28:28 + set -o pipefail 02:28:28 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 02:28:32 02:28:32 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 02:28:32 02:28:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/8391002b-c5e9-4a15-9b9a-5aac67664d49 02:28:32 02:28:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:28:32 02:28:33 02:28:33 A medium severity vulnerability was found in the Snyk CLI versions you are using. 02:28:33 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 02:28:33 More details here: https://snyk.co/ue1NS 02:28:33 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 02:28:33 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:28:33 $ docker stop --time=1 71d2c4b1561d02843022e8c4a769435f5d6d2fa0d244519255941a2e2c17c2e5 02:28:36 $ docker rm -f --volumes 71d2c4b1561d02843022e8c4a769435f5d6d2fa0d244519255941a2e2c17c2e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:28:37 + git log --format=format:%s -1 d511a652ffdad315d2af34087d8a013cc32369e3 [Pipeline] sh 02:28:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:28:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:28:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:38 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:28:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:28:38 $ docker top 0b55481f276c3b280a5c9b266780e7ce8981a7ec49b966e4c2c19809a94a9b85 -eo pid,comm 02:28:38 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:28:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:38 [ssh-agent] Looking for ssh-agent implementation... 02:28:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:38 $ docker exec 0b55481f276c3b280a5c9b266780e7ce8981a7ec49b966e4c2c19809a94a9b85 ssh-agent 02:28:38 SSH_AUTH_SOCK=/tmp/ssh-EywJcuYCtzyk/agent.33 02:28:38 SSH_AGENT_PID=39 02:28:38 Running ssh-add (command line suppressed) 02:28:39 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7114426787437603791.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_7114426787437603791.key) 02:28:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:39 + git semver tag 02:28:39 2023-05-09 02:28:39,658 [run_tag] DEBUG tag force:False 02:28:39 2023-05-09 02:28:39,658 [check_head_tag] DEBUG check head tag 02:28:39 2023-05-09 02:28:39,664 [execute] INFO git cat-file --batch-check 02:28:39 2023-05-09 02:28:39,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 02:28:39 2023-05-09 02:28:39,669 [execute] INFO git cat-file --batch 02:28:39 2023-05-09 02:28:39,669 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 02:28:39 2023-05-09 02:28:39,733 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:28:39 2023-05-09 02:28:39,733 [execute] INFO git tag -a v3.0.0-dev.83 -m v3.0.0-dev.83 02:28:39 2023-05-09 02:28:39,733 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.83', '-m', 'v3.0.0-dev.83'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 02:28:39 2023-05-09 02:28:39,741 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:28:39 3.0.0-dev.83 [Pipeline] } 02:28:39 $ docker exec --env ******** --env ******** 0b55481f276c3b280a5c9b266780e7ce8981a7ec49b966e4c2c19809a94a9b85 ssh-agent -k 02:28:40 unset SSH_AUTH_SOCK; 02:28:40 unset SSH_AGENT_PID; 02:28:40 echo Agent pid 39 killed; 02:28:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:40 + git semver [Pipeline] } 02:28:40 $ docker stop --time=1 0b55481f276c3b280a5c9b266780e7ce8981a7ec49b966e4c2c19809a94a9b85 02:28:41 $ docker rm -f --volumes 0b55481f276c3b280a5c9b266780e7ce8981a7ec49b966e4c2c19809a94a9b85 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:28:42 02:28:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:28:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:28:42 0.23.1-centos7: Pulling from edgex-lftools 02:28:42 ab5ef0e58194: Pulling fs layer 02:28:42 9712f1f96733: Pulling fs layer 02:28:42 63f879dbbcfc: Pulling fs layer 02:28:42 0d9ebad4ef96: Pulling fs layer 02:28:42 e9a5061849ea: Pulling fs layer 02:28:42 d747dcd14b5f: Pulling fs layer 02:28:42 2de7ff778b66: Pulling fs layer 02:28:42 e9a5061849ea: Waiting 02:28:42 2de7ff778b66: Waiting 02:28:42 d747dcd14b5f: Waiting 02:28:42 0d9ebad4ef96: Waiting 02:28:42 9712f1f96733: Verifying Checksum 02:28:42 9712f1f96733: Download complete 02:28:42 63f879dbbcfc: Verifying Checksum 02:28:42 63f879dbbcfc: Download complete 02:28:43 e9a5061849ea: Verifying Checksum 02:28:43 e9a5061849ea: Download complete 02:28:43 d747dcd14b5f: Verifying Checksum 02:28:43 d747dcd14b5f: Download complete 02:28:43 0d9ebad4ef96: Verifying Checksum 02:28:43 0d9ebad4ef96: Download complete 02:28:43 ab5ef0e58194: Verifying Checksum 02:28:43 ab5ef0e58194: Download complete 02:28:43 2de7ff778b66: Verifying Checksum 02:28:43 2de7ff778b66: Download complete 02:28:46 ab5ef0e58194: Pull complete 02:28:46 9712f1f96733: Pull complete 02:28:46 63f879dbbcfc: Pull complete 02:28:50 0d9ebad4ef96: Pull complete 02:28:50 e9a5061849ea: Pull complete 02:28:50 d747dcd14b5f: Pull complete 02:28:52 2de7ff778b66: Pull complete 02:28:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:28:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:28:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:28:52 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:28:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:28:56 $ docker top d8ae320a6ef7508db60136a6105feaa4410b06215466ecfb4c1507020488fcda -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:28:56 provisioning config files... 02:28:56 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config9349874079520777882tmp 02:28:56 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17990981239761959906tmp 02:28:56 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config553463137823711875tmp [Pipeline] { [Pipeline] echo 02:28:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:28:56 ---> sigul-configuration.sh 02:28:56 gpg: directory `/root/.gnupg' created 02:28:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:28:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:28:56 gpg: keyring `/root/.gnupg/secring.gpg' created 02:28:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:28:56 gpg: CAST5 encrypted data 02:28:56 gpg: encrypted with 1 passphrase 02:28:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:28:57 + mkdir /home/jenkins 02:28:57 + mkdir /home/jenkins/sigul [Pipeline] sh 02:28:57 + 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:28:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:28:57 ---> sigul-install.sh 02:28:57 Sigul already installed; skipping installation. [Pipeline] sh 02:28:58 + git tag --list 02:28:58 v0.0.1 02:28:58 v0.0.10 02:28:58 v0.0.11 02:28:58 v0.0.12 02:28:58 v0.0.13 02:28:58 v0.0.14 02:28:58 v0.0.15 02:28:58 v0.0.16 02:28:58 v0.0.17 02:28:58 v0.0.18 02:28:58 v0.0.19 02:28:58 v0.0.2 02:28:58 v0.0.20 02:28:58 v0.0.21 02:28:58 v0.0.22 02:28:58 v0.0.23 02:28:58 v0.0.24 02:28:58 v0.0.25 02:28:58 v0.0.26 02:28:58 v0.0.27 02:28:58 v0.0.28 02:28:58 v0.0.29 02:28:58 v0.0.3 02:28:58 v0.0.30 02:28:58 v0.0.31 02:28:58 v0.0.32 02:28:58 v0.0.33 02:28:58 v0.0.34 02:28:58 v0.0.35 02:28:58 v0.0.36 02:28:58 v0.0.37 02:28:58 v0.0.38 02:28:58 v0.0.39 02:28:58 v0.0.4 02:28:58 v0.0.40 02:28:58 v0.0.41 02:28:58 v0.0.42 02:28:58 v0.0.43 02:28:58 v0.0.44 02:28:58 v0.0.45 02:28:58 v0.0.46 02:28:58 v0.0.47 02:28:58 v0.0.48 02:28:58 v0.0.49 02:28:58 v0.0.5 02:28:58 v0.0.50 02:28:58 v0.0.51 02:28:58 v0.0.52 02:28:58 v0.0.53 02:28:58 v0.0.54 02:28:58 v0.0.55 02:28:58 v0.0.56 02:28:58 v0.0.57 02:28:58 v0.0.58 02:28:58 v0.0.59 02:28:58 v0.0.6 02:28:58 v0.0.60 02:28:58 v0.0.61 02:28:58 v0.0.62 02:28:58 v0.0.63 02:28:58 v0.0.64 02:28:58 v0.0.65 02:28:58 v0.0.66 02:28:58 v0.0.67 02:28:58 v0.0.68 02:28:58 v0.0.69 02:28:58 v0.0.7 02:28:58 v0.0.70 02:28:58 v0.0.71 02:28:58 v0.0.72 02:28:58 v0.0.8 02:28:58 v0.0.9 02:28:58 v2.0.0 02:28:58 v2.1.0 02:28:58 v2.1.1 02:28:58 v2.1.1-dev.1 02:28:58 v2.1.1-dev.2 02:28:58 v2.1.1-dev.3 02:28:58 v2.1.1-dev.4 02:28:58 v2.2.0 02:28:58 v2.2.1-dev.1 02:28:58 v2.2.1-dev.2 02:28:58 v2.2.1-dev.3 02:28:58 v2.2.1-dev.4 02:28:58 v2.2.1-dev.5 02:28:58 v2.2.1-dev.6 02:28:58 v2.2.1-dev.7 02:28:58 v2.2.1-dev.8 02:28:58 v2.2.1-dev.9 02:28:58 v2.3.0 02:28:58 v2.3.0-dev.10 02:28:58 v2.3.0-dev.11 02:28:58 v2.3.0-dev.12 02:28:58 v2.3.0-dev.13 02:28:58 v2.3.0-dev.14 02:28:58 v2.3.0-dev.15 02:28:58 v2.3.0-dev.16 02:28:58 v2.3.0-dev.17 02:28:58 v2.3.0-dev.18 02:28:58 v2.3.0-dev.19 02:28:58 v2.3.0-dev.20 02:28:58 v2.3.0-dev.21 02:28:58 v2.3.0-dev.22 02:28:58 v2.3.0-dev.23 02:28:58 v2.3.0-dev.24 02:28:58 v2.3.0-dev.25 02:28:58 v2.3.0-dev.26 02:28:58 v2.3.0-dev.27 02:28:58 v2.3.0-dev.28 02:28:58 v2.3.0-dev.29 02:28:58 v2.3.0-dev.30 02:28:58 v3.0.0-dev.1 02:28:58 v3.0.0-dev.10 02:28:58 v3.0.0-dev.11 02:28:58 v3.0.0-dev.12 02:28:58 v3.0.0-dev.13 02:28:58 v3.0.0-dev.14 02:28:58 v3.0.0-dev.15 02:28:58 v3.0.0-dev.16 02:28:58 v3.0.0-dev.17 02:28:58 v3.0.0-dev.18 02:28:58 v3.0.0-dev.19 02:28:58 v3.0.0-dev.2 02:28:58 v3.0.0-dev.20 02:28:58 v3.0.0-dev.21 02:28:58 v3.0.0-dev.22 02:28:58 v3.0.0-dev.23 02:28:58 v3.0.0-dev.24 02:28:58 v3.0.0-dev.25 02:28:58 v3.0.0-dev.26 02:28:58 v3.0.0-dev.27 02:28:58 v3.0.0-dev.28 02:28:58 v3.0.0-dev.29 02:28:58 v3.0.0-dev.3 02:28:58 v3.0.0-dev.30 02:28:58 v3.0.0-dev.31 02:28:58 v3.0.0-dev.32 02:28:58 v3.0.0-dev.33 02:28:58 v3.0.0-dev.34 02:28:58 v3.0.0-dev.35 02:28:58 v3.0.0-dev.36 02:28:58 v3.0.0-dev.37 02:28:58 v3.0.0-dev.38 02:28:58 v3.0.0-dev.39 02:28:58 v3.0.0-dev.4 02:28:58 v3.0.0-dev.40 02:28:58 v3.0.0-dev.41 02:28:58 v3.0.0-dev.42 02:28:58 v3.0.0-dev.43 02:28:58 v3.0.0-dev.44 02:28:58 v3.0.0-dev.45 02:28:58 v3.0.0-dev.46 02:28:58 v3.0.0-dev.47 02:28:58 v3.0.0-dev.48 02:28:58 v3.0.0-dev.49 02:28:58 v3.0.0-dev.5 02:28:58 v3.0.0-dev.50 02:28:58 v3.0.0-dev.51 02:28:58 v3.0.0-dev.52 02:28:58 v3.0.0-dev.53 02:28:58 v3.0.0-dev.54 02:28:58 v3.0.0-dev.55 02:28:58 v3.0.0-dev.56 02:28:58 v3.0.0-dev.57 02:28:58 v3.0.0-dev.58 02:28:58 v3.0.0-dev.59 02:28:58 v3.0.0-dev.6 02:28:58 v3.0.0-dev.60 02:28:58 v3.0.0-dev.61 02:28:58 v3.0.0-dev.62 02:28:58 v3.0.0-dev.63 02:28:58 v3.0.0-dev.64 02:28:58 v3.0.0-dev.65 02:28:58 v3.0.0-dev.66 02:28:58 v3.0.0-dev.67 02:28:58 v3.0.0-dev.68 02:28:58 v3.0.0-dev.69 02:28:58 v3.0.0-dev.7 02:28:58 v3.0.0-dev.70 02:28:58 v3.0.0-dev.71 02:28:58 v3.0.0-dev.72 02:28:58 v3.0.0-dev.73 02:28:58 v3.0.0-dev.74 02:28:58 v3.0.0-dev.75 02:28:58 v3.0.0-dev.76 02:28:58 v3.0.0-dev.77 02:28:58 v3.0.0-dev.78 02:28:58 v3.0.0-dev.79 02:28:58 v3.0.0-dev.8 02:28:58 v3.0.0-dev.80 02:28:58 v3.0.0-dev.81 02:28:58 v3.0.0-dev.82 02:28:58 v3.0.0-dev.83 02:28:58 v3.0.0-dev.9 [Pipeline] sh 02:28:58 + lftools sign git-tag v3.0.0-dev.83 02:28:59 Signing Git tag with Sigul... 02:28:59 Signing v3.0.0-dev.83 [Pipeline] echo 02:28:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:28:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:28:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:28:59 $ docker stop --time=1 d8ae320a6ef7508db60136a6105feaa4410b06215466ecfb4c1507020488fcda 02:29:00 $ docker rm -f --volumes d8ae320a6ef7508db60136a6105feaa4410b06215466ecfb4c1507020488fcda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:29:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:29:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:29:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:01 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:29:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:29:02 $ docker top 39f9bd62db29569522d5ac500f0040e997493fe95eef1aba69da360efa40799f -eo pid,comm 02:29:02 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:29:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:29:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:29:02 [ssh-agent] Looking for ssh-agent implementation... 02:29:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:29:02 $ docker exec 39f9bd62db29569522d5ac500f0040e997493fe95eef1aba69da360efa40799f ssh-agent 02:29:02 SSH_AUTH_SOCK=/tmp/ssh-JMnR9QhENHcz/agent.33 02:29:02 SSH_AGENT_PID=39 02:29:02 Running ssh-add (command line suppressed) 02:29:02 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14561531529516951680.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14561531529516951680.key) 02:29:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:29:02 + git semver bump pre 02:29:02 2023-05-09 02:29:02,904 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:29:02 2023-05-09 02:29:02,904 [bump_version] DEBUG bumping version:3.0.0-dev.83 on axis:pre with prefix:dev 02:29:02 2023-05-09 02:29:02,904 [bump_version] DEBUG bumped version:3.0.0-dev.84 02:29:02 2023-05-09 02:29:02,904 [write_version] DEBUG write version:3.0.0-dev.84 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 02:29:02 2023-05-09 02:29:02,904 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:29:02 2023-05-09 02:29:02,904 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:29:02 2023-05-09 02:29:02,906 [execute] INFO git cat-file --batch-check 02:29:02 2023-05-09 02:29:02,906 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:02 2023-05-09 02:29:02,912 [execute] INFO git cat-file --batch 02:29:02 2023-05-09 02:29:02,912 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:02 2023-05-09 02:29:02,918 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:29:02 3.0.0-dev.84 [Pipeline] } 02:29:03 $ docker exec --env ******** --env ******** 39f9bd62db29569522d5ac500f0040e997493fe95eef1aba69da360efa40799f ssh-agent -k 02:29:03 unset SSH_AUTH_SOCK; 02:29:03 unset SSH_AGENT_PID; 02:29:03 echo Agent pid 39 killed; 02:29:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:03 + git semver [Pipeline] } 02:29:03 $ docker stop --time=1 39f9bd62db29569522d5ac500f0040e997493fe95eef1aba69da360efa40799f 02:29:04 $ docker rm -f --volumes 39f9bd62db29569522d5ac500f0040e997493fe95eef1aba69da360efa40799f [Pipeline] // withDockerContainer [Pipeline] sh 02:29:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:29:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:29:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:05 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:29:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:29:06 $ docker top fc5d7642b8962442316556c58f66e50b04b6dd9c90502291129d87c2869ac9b0 -eo pid,comm 02:29:06 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:29:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:29:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:29:06 [ssh-agent] Looking for ssh-agent implementation... 02:29:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:29:06 $ docker exec fc5d7642b8962442316556c58f66e50b04b6dd9c90502291129d87c2869ac9b0 ssh-agent 02:29:06 SSH_AUTH_SOCK=/tmp/ssh-eHMDjbkq0zxB/agent.33 02:29:06 SSH_AGENT_PID=39 02:29:06 Running ssh-add (command line suppressed) 02:29:06 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6840584035020033302.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6840584035020033302.key) 02:29:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:29:06 + git semver push 02:29:07 2023-05-09 02:29:06,952 [run_push] DEBUG push 02:29:07 2023-05-09 02:29:06,953 [execute] INFO git cat-file --batch-check 02:29:07 2023-05-09 02:29:06,953 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 02:29:07 2023-05-09 02:29:06,957 [execute] INFO git rev-list 67dc19a17ffe701859387b07ca1a68f847013ebd -- 02:29:07 2023-05-09 02:29:06,957 [execute] DEBUG Popen(['git', 'rev-list', '67dc19a17ffe701859387b07ca1a68f847013ebd', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 02:29:07 2023-05-09 02:29:06,967 [execute] INFO git fetch -v origin 02:29:07 2023-05-09 02:29:06,968 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 02:29:07 2023-05-09 02:29:07,429 [run_push] DEBUG no remote changes detected 02:29:07 2023-05-09 02:29:07,429 [execute] INFO git push origin semver 02:29:07 2023-05-09 02:29:07,429 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 02:29:08 2023-05-09 02:29:08,221 [run_push] DEBUG push all version tags 02:29:08 2023-05-09 02:29:08,221 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:29:08 2023-05-09 02:29:08,222 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 02:29:09 2023-05-09 02:29:08,976 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 02:29:09 3.0.0-dev.84 [Pipeline] } 02:29:09 $ docker exec --env ******** --env ******** fc5d7642b8962442316556c58f66e50b04b6dd9c90502291129d87c2869ac9b0 ssh-agent -k 02:29:09 unset SSH_AUTH_SOCK; 02:29:09 unset SSH_AGENT_PID; 02:29:09 echo Agent pid 39 killed; 02:29:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:09 + git semver [Pipeline] } 02:29:09 $ docker stop --time=1 fc5d7642b8962442316556c58f66e50b04b6dd9c90502291129d87c2869ac9b0 02:29:11 $ docker rm -f --volumes fc5d7642b8962442316556c58f66e50b04b6dd9c90502291129d87c2869ac9b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [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:29:11 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 02:29:11 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 02:29:11 total 16 02:29:11 drwxr-xr-x 3 root root 4096 May 9 02:20 . 02:29:11 drwxrwxr-x 9 jenkins jenkins 4096 May 9 02:28 .. 02:29:11 drwxr-xr-x 2 root root 4096 May 9 02:20 cost 02:29:11 -rw-r--r-- 1 root root 88 May 9 02:20 cost.csv 02:29:11 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 02:29:11 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 02:29:11 total 16 02:29:11 drwxr-xr-x 3 jenkins jenkins 4096 May 9 02:20 . 02:29:11 drwxrwxr-x 9 jenkins jenkins 4096 May 9 02:28 .. 02:29:11 drwxr-xr-x 2 jenkins jenkins 4096 May 9 02:20 cost 02:29:11 -rw-r--r-- 1 jenkins jenkins 88 May 9 02:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:29:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:29:12 ---> package-listing.sh 02:29:12 ++ facter osfamily 02:29:12 ++ tr '[:upper:]' '[:lower:]' 02:29:13 + OS_FAMILY=debian 02:29:13 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 02:29:13 + START_PACKAGES=/tmp/packages_start.txt 02:29:13 + END_PACKAGES=/tmp/packages_end.txt 02:29:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:29:13 + PACKAGES=/tmp/packages_start.txt 02:29:13 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 02:29:13 + PACKAGES=/tmp/packages_end.txt 02:29:13 + case "${OS_FAMILY}" in 02:29:13 + dpkg -l 02:29:13 + grep '^ii' 02:29:13 + '[' -f /tmp/packages_start.txt ']' 02:29:13 + '[' -f /tmp/packages_end.txt ']' 02:29:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:29:13 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 02:29:13 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 02:29:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 02:29:13 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:29:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:29:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:29:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:29:14 prd-ubuntu20.04-docker-8c-8g-14612 does not seem to be running inside a container 02:29:14 $ 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/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 02:29:14 $ docker top caba7c47d91d6efa4515806e245728880053f094bf8780fdcdec6a5f9807e30c -eo pid,comm [Pipeline] { [Pipeline] sh 02:29:14 + touch /tmp/pre-build-complete [Pipeline] sh 02:29:15 + mkdir -p /var/log/sysstat [Pipeline] sh 02:29:15 + ls /var/log/sa-host 02:29:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:29:15 provisioning config files... 02:29:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config18060534571123588929tmp [Pipeline] { [Pipeline] echo 02:29:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:29:15 ---> create-netrc.sh [Pipeline] } 02:29:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:29:15 ---> python-tools-install.sh [Pipeline] echo 02:29:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:29:16 ---> sudo-logs.sh 02:29:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:29:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:29:16 ---> job-cost.sh 02:29:16 lf-activate-venv: SKIPPING 02:29:16 DEBUG: total: 0.2199999988079071 02:29:16 INFO: Retrieving Stack Cost... 02:29:17 INFO: Retrieving Pricing Info for: v3-standard-8 02:29:17 INFO: Archiving Costs [Pipeline] echo 02:29:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:29:17 ---> logs-deploy.sh 02:29:17 lf-activate-venv: SKIPPING 02:29:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/172 02:29:17 INFO: archiving workspace using pattern(s): 02:29:18 Archives upload complete. 02:29:18 INFO: archiving logs to Nexus