Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 86c0411d57e58dc9cd52f2a308b5af3201381109 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-ssh5959222882780353611.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh15602263664969185629.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5313775409549937383.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh8138639054178175312.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-ssh10139186092775497798.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-9996 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 86c0411d57e58dc9cd52f2a308b5af3201381109 (main) Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#470)" > 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 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 > git rev-list --no-walk 372c5e082558e33a87258950a22447a256fb637e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:22:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:22:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:22:04 ========================================================= 23:22:04 EdgeX Global Pipelines Version Info 23:22:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:22:05 ------------------- 23:22:05 stable info: 23:22:05 ------------------- 23:22:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:22:05 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 23:22:05 Message: update stable to v1.0.245 23:22:06 ------------------- 23:22:06 experimental info: 23:22:06 ------------------- 23:22:06 Commited By: **** collab-it+edgex@linuxfoundation.org 23:22:06 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 23:22:06 Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 86c0411 [Pipeline] echo 23:22:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:22:07 + git rev-list -1 --merges 86c0411d57e58dc9cd52f2a308b5af3201381109~1..86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] echo 23:22:07 -----------> git rev-list -1 --merges 86c0411d57e58dc9cd52f2a308b5af3201381109~1..86c0411d57e58dc9cd52f2a308b5af3201381109 86c0411d57e58dc9cd52f2a308b5af3201381109 [false] [Pipeline] sh 23:22:07 + git log --format=format:%s -1 86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] echo 23:22:07 ========================================================= 23:22:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:22:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:07 + git log --format=format:%s -1 86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] echo 23:22:07 [semverPrep] GIT_COMMIT: 86c0411d57e58dc9cd52f2a308b5af3201381109, Commit Message: build: Update to Go 1.20 and linter v1.51.2 (#470) [Pipeline] echo 23:22:07 [semverPrep] This is not a build commit. [Pipeline] sh 23:22:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:22:08 + grep -v github /etc/ssh/ssh_known_hosts 23:22:08 + [ -e /tmp/ssh_known_hosts ] 23:22:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:22:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:22:08 + sudo tee -a /etc/ssh/ssh_known_hosts 23:22:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:08 23:22:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:09 0.1.4: Pulling from edgex-devops/py-git-semver 23:22:09 b85a868b505f: Pulling fs layer 23:22:09 e2be974225ed: Pulling fs layer 23:22:09 339a4e72a1f5: Pulling fs layer 23:22:09 988bab9f4d93: Pulling fs layer 23:22:09 1469e6f7b9e6: Pulling fs layer 23:22:09 eaf3925da568: Pulling fs layer 23:22:09 bab4dde63d76: Pulling fs layer 23:22:09 bde34c3a00c8: Pulling fs layer 23:22:09 b352a97aabf1: Pulling fs layer 23:22:09 4872d77fe225: Pulling fs layer 23:22:09 5851b861e8e6: Pulling fs layer 23:22:09 eaf3925da568: Waiting 23:22:09 b352a97aabf1: Waiting 23:22:09 bde34c3a00c8: Waiting 23:22:09 bab4dde63d76: Waiting 23:22:09 988bab9f4d93: Waiting 23:22:09 5851b861e8e6: Waiting 23:22:09 1469e6f7b9e6: Waiting 23:22:09 4872d77fe225: Waiting 23:22:09 e2be974225ed: Verifying Checksum 23:22:09 e2be974225ed: Download complete 23:22:09 988bab9f4d93: Verifying Checksum 23:22:09 988bab9f4d93: Download complete 23:22:09 1469e6f7b9e6: Verifying Checksum 23:22:09 1469e6f7b9e6: Download complete 23:22:09 eaf3925da568: Download complete 23:22:09 339a4e72a1f5: Verifying Checksum 23:22:09 339a4e72a1f5: Download complete 23:22:09 bde34c3a00c8: Download complete 23:22:09 b352a97aabf1: Verifying Checksum 23:22:09 b352a97aabf1: Download complete 23:22:09 4872d77fe225: Verifying Checksum 23:22:09 4872d77fe225: Download complete 23:22:09 5851b861e8e6: Verifying Checksum 23:22:09 5851b861e8e6: Download complete 23:22:09 b85a868b505f: Verifying Checksum 23:22:09 b85a868b505f: Download complete 23:22:09 bab4dde63d76: Verifying Checksum 23:22:09 bab4dde63d76: Download complete 23:22:10 b85a868b505f: Pull complete 23:22:10 e2be974225ed: Pull complete 23:22:11 339a4e72a1f5: Pull complete 23:22:11 988bab9f4d93: Pull complete 23:22:11 1469e6f7b9e6: Pull complete 23:22:11 eaf3925da568: Pull complete 23:22:13 bab4dde63d76: Pull complete 23:22:13 bde34c3a00c8: Pull complete 23:22:13 b352a97aabf1: Pull complete 23:22:13 4872d77fe225: Pull complete 23:22:13 5851b861e8e6: Pull complete 23:22:13 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:22:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:22:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:13 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:22:13 $ 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 23:22:15 $ docker top bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c -eo pid,comm 23:22:15 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:22:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:22:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:22:15 [ssh-agent] Looking for ssh-agent implementation... 23:22:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:22:15 $ docker exec bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c ssh-agent 23:22:15 SSH_AUTH_SOCK=/tmp/ssh-5b4YYS3RGWRh/agent.32 23:22:15 SSH_AGENT_PID=38 23:22:15 Running ssh-add (command line suppressed) 23:22:15 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13430929949463949086.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13430929949463949086.key) 23:22:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:22:15 + git tag --points-at HEAD [Pipeline] } 23:22:15 $ docker exec --env ******** --env ******** bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c ssh-agent -k 23:22:16 unset SSH_AUTH_SOCK; 23:22:16 unset SSH_AGENT_PID; 23:22:16 echo Agent pid 38 killed; 23:22:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:22:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:22:16 [ssh-agent] Looking for ssh-agent implementation... 23:22:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:22:16 $ docker exec bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c ssh-agent 23:22:16 SSH_AUTH_SOCK=/tmp/ssh-3ITX5jpEJUFP/agent.70 23:22:16 SSH_AGENT_PID=76 23:22:16 Running ssh-add (command line suppressed) 23:22:16 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3798067875880654943.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3798067875880654943.key) 23:22:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:22:16 + git semver init 23:22:16 2023-03-13 23:22:16,869 [run_init] DEBUG init version:0.0.0 force:False 23:22:16 2023-03-13 23:22:16,870 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 23:22:16 2023-03-13 23:22:16,870 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 23:22:16 2023-03-13 23:22:16,870 [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) 23:22:17 2023-03-13 23:22:17,670 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 23:22:17 2023-03-13 23:22:17,671 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 23:22:17 2023-03-13 23:22:17,671 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:22:17 2023-03-13 23:22:17,671 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:22:17 3.0.0-dev.47 [Pipeline] } 23:22:17 $ docker exec --env ******** --env ******** bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c ssh-agent -k 23:22:17 unset SSH_AUTH_SOCK; 23:22:17 unset SSH_AGENT_PID; 23:22:17 echo Agent pid 76 killed; 23:22:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:22:18 + git semver [Pipeline] } 23:22:18 $ docker stop --time=1 bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c 23:22:19 $ docker rm -f --volumes bd3ce1ce1efee7a538d67b4ca2f2ef004a27a3afda0afe77c93c6f8d1ee7db4c [Pipeline] // withDockerContainer [Pipeline] sh 23:22:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:22:20 Stashed 1 file(s) [Pipeline] echo 23:22:20 [edgeXSemver]: initialized semver on version 3.0.0-dev.47 [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 23:22:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:22:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:22:20 ========================================================= 23:22:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 23:22:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 23:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:22:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 23:22:20 63b65145d645: Pulling fs layer 23:22:20 a2d21d5440eb: Pulling fs layer 23:22:20 935e6c44a52c: Pulling fs layer 23:22:20 94cc34f8dd06: Pulling fs layer 23:22:20 30dea6a524f1: Pulling fs layer 23:22:20 a2aff8979fd8: Pulling fs layer 23:22:20 6808be2612f2: Pulling fs layer 23:22:20 f25807f1079a: Pulling fs layer 23:22:20 94cc34f8dd06: Waiting 23:22:20 30dea6a524f1: Waiting 23:22:20 a2aff8979fd8: Waiting 23:22:20 6808be2612f2: Waiting 23:22:20 f25807f1079a: Waiting 23:22:20 a2d21d5440eb: Verifying Checksum 23:22:20 a2d21d5440eb: Download complete 23:22:20 94cc34f8dd06: Verifying Checksum 23:22:20 94cc34f8dd06: Download complete 23:22:20 30dea6a524f1: Verifying Checksum 23:22:20 30dea6a524f1: Download complete 23:22:20 63b65145d645: Download complete 23:22:20 a2aff8979fd8: Verifying Checksum 23:22:20 a2aff8979fd8: Download complete 23:22:21 63b65145d645: Pull complete 23:22:21 a2d21d5440eb: Pull complete 23:22:21 f25807f1079a: Verifying Checksum 23:22:21 935e6c44a52c: Verifying Checksum 23:22:21 935e6c44a52c: Download complete 23:22:21 6808be2612f2: Verifying Checksum 23:22:21 6808be2612f2: Download complete 23:22:25 935e6c44a52c: Pull complete 23:22:25 94cc34f8dd06: Pull complete 23:22:25 30dea6a524f1: Pull complete 23:22:25 a2aff8979fd8: Pull complete 23:22:27 6808be2612f2: Pull complete 23:22:28 f25807f1079a: Pull complete 23:22:28 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 23:22:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:22:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 23:22:28 + 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 23:22:28 + docker inspect -f . ci-base-image-x86_64 23:22:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:28 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:22:28 $ 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 23:22:30 $ docker top df29fe044242bc0601ad0701a8d370c3d5ac28b66b22dd3e4ff0e731677b937b -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:30 + go version 23:22:30 go version go1.20.2 linux/amd64 [Pipeline] } 23:22:30 $ docker stop --time=1 df29fe044242bc0601ad0701a8d370c3d5ac28b66b22dd3e4ff0e731677b937b 23:22:32 $ docker rm -f --volumes df29fe044242bc0601ad0701a8d370c3d5ac28b66b22dd3e4ff0e731677b937b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:22:32 + docker inspect -f . ci-base-image-x86_64 23:22:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:22:32 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:22:32 $ 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 23:22:33 $ docker top d13e9b0ed51c213cd5c931247f274cb782237708501b3013ff5f650eb122d617 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:33 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 23:22:33 + make test 23:22:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:22:33 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 23:22:33 go: downloading github.com/stretchr/testify v1.8.2 23:22:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 23:22:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.16 23:22:33 go: downloading github.com/google/uuid v1.3.0 23:22:33 go: downloading github.com/hashicorp/go-multierror v1.1.1 23:22:33 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 23:22:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 23:22:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 23:22:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 23:22:33 go: downloading github.com/pelletier/go-toml v1.9.5 23:22:33 go: downloading github.com/gorilla/mux v1.8.0 23:22:33 go: downloading github.com/mitchellh/copystructure v1.2.0 23:22:33 go: downloading github.com/davecgh/go-spew v1.1.1 23:22:33 go: downloading github.com/pmezard/go-difflib v1.0.0 23:22:33 go: downloading github.com/stretchr/objx v0.5.0 23:22:33 go: downloading gopkg.in/yaml.v3 v3.0.1 23:22:33 go: downloading github.com/hashicorp/errwrap v1.0.0 23:22:33 go: downloading github.com/go-kit/log v0.2.1 23:22:33 go: downloading github.com/go-playground/validator/v10 v10.11.2 23:22:33 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 23:22:33 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 23:22:33 go: downloading github.com/mitchellh/reflectwalk v1.0.2 23:22:33 go: downloading github.com/go-redis/redis/v7 v7.3.0 23:22:33 go: downloading github.com/hashicorp/consul/api v1.19.1 23:22:33 go: downloading github.com/gorilla/websocket v1.4.2 23:22:33 go: downloading golang.org/x/net v0.7.0 23:22:33 go: downloading golang.org/x/sync v0.1.0 23:22:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:22:33 go: downloading github.com/go-logfmt/logfmt v0.5.1 23:22:33 go: downloading github.com/x448/float16 v0.8.4 23:22:33 go: downloading github.com/go-playground/universal-translator v0.18.1 23:22:33 go: downloading github.com/leodido/go-urn v1.2.1 23:22:33 go: downloading golang.org/x/crypto v0.6.0 23:22:33 go: downloading golang.org/x/text v0.7.0 23:22:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:22:33 go: downloading github.com/hashicorp/go-hclog v0.14.1 23:22:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 23:22:33 go: downloading github.com/hashicorp/serf v0.10.1 23:22:33 go: downloading github.com/mitchellh/mapstructure v1.5.0 23:22:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:22:33 go: downloading github.com/zeebo/errs v1.3.0 23:22:33 go: downloading google.golang.org/grpc v1.51.0 23:22:34 go: downloading github.com/go-playground/locales v0.14.1 23:22:34 go: downloading github.com/fatih/color v1.9.0 23:22:34 go: downloading github.com/mattn/go-isatty v0.0.14 23:22:34 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 23:22:34 go: downloading google.golang.org/protobuf v1.28.1 23:22:34 go: downloading github.com/armon/go-metrics v0.3.10 23:22:34 go: downloading github.com/mattn/go-colorable v0.1.12 23:22:34 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 23:22:34 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 23:22:34 go: downloading github.com/golang/protobuf v1.5.2 23:22:34 go: downloading golang.org/x/sys v0.5.0 23:22:34 go: downloading github.com/hashicorp/golang-lru v0.5.4 23:22:35 Still waiting to schedule task 23:22:35 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 23:22:52 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 23:22:52 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 23:22:52 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 23:22:52 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 23:22:52 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.040s coverage: 36.5% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.012s coverage: 92.5% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.008s coverage: 85.3% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.029s coverage: 42.3% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.010s coverage: 100.0% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.331s coverage: 87.7% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.017s coverage: 25.0% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.064s coverage: 79.2% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.012s coverage: 31.2% of statements 23:23:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.006s coverage: 91.3% of statements 23:23:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:23:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:23:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 23:23:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:23:20 $ docker stop --time=1 d13e9b0ed51c213cd5c931247f274cb782237708501b3013ff5f650eb122d617 23:23:22 $ docker rm -f --volumes d13e9b0ed51c213cd5c931247f274cb782237708501b3013ff5f650eb122d617 [Pipeline] // withDockerContainer [Pipeline] sh 23:23:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:23:22 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 23:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:23 23:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:23 latest: Pulling from edgex-lftools-log-publisher 23:23:23 5eb5b503b376: Pulling fs layer 23:23:23 5c69ac0246d0: Pulling fs layer 23:23:23 ec43610c2a17: Pulling fs layer 23:23:23 3a2ae6a8a46f: Pulling fs layer 23:23:23 33b1e0a273af: Pulling fs layer 23:23:23 5d3b04190fa2: Pulling fs layer 23:23:23 2f39f015ded8: Pulling fs layer 23:23:23 3a2ae6a8a46f: Waiting 23:23:23 33b1e0a273af: Waiting 23:23:23 5d3b04190fa2: Waiting 23:23:23 2f39f015ded8: Waiting 23:23:23 5c69ac0246d0: Download complete 23:23:23 3a2ae6a8a46f: Verifying Checksum 23:23:23 3a2ae6a8a46f: Download complete 23:23:23 33b1e0a273af: Verifying Checksum 23:23:23 33b1e0a273af: Download complete 23:23:23 5d3b04190fa2: Download complete 23:23:23 ec43610c2a17: Verifying Checksum 23:23:23 ec43610c2a17: Download complete 23:23:23 5eb5b503b376: Verifying Checksum 23:23:23 5eb5b503b376: Download complete 23:23:25 5eb5b503b376: Pull complete 23:23:25 5c69ac0246d0: Pull complete 23:23:25 ec43610c2a17: Pull complete 23:23:25 3a2ae6a8a46f: Pull complete 23:23:26 33b1e0a273af: Pull complete 23:23:26 5d3b04190fa2: Pull complete 23:23:30 2f39f015ded8: Pull complete 23:23:30 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:23:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:23:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:23:30 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:23:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 23:23:31 $ docker top 19d1d890cb30be99140d70db0133eff1f9f5d0548d2e105a9b786e7ce0365edf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:23:32 ---> job-cost.sh 23:23:32 lf-activate-venv: SKIPPING 23:23:32 INFO: No Stack... 23:23:32 INFO: Retrieving Pricing Info for: v3-standard-8 23:23:33 INFO: Archiving Costs [Pipeline] sh 23:23:33 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 23:23:33 + cut -d, -f6 [Pipeline] lock 23:23:33 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] 23:23:33 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] did not exist. Created. 23:23:33 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:23:33 + echo total: 0.2199999988079071 [Pipeline] stash 23:23:33 Stashed 1 file(s) [Pipeline] } 23:23:33 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] [Pipeline] // lock [Pipeline] } 23:23:33 $ docker stop --time=1 19d1d890cb30be99140d70db0133eff1f9f5d0548d2e105a9b786e7ce0365edf 23:23:34 $ docker rm -f --volumes 19d1d890cb30be99140d70db0133eff1f9f5d0548d2e105a9b786e7ce0365edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:25:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-10001 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 23:25:01 Running in /w/workspace/go-mod-bootstrap/135 [Pipeline] { [Pipeline] checkout 23:25:01 Selected Git installation does not exist. Using Default 23:25:01 The recommended git tool is: NONE 23:25:08 using credential edgex-jenkins-ssh 23:25:08 Cloning the remote Git repository 23:25:08 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:25:08 > git init /w/workspace/go-mod-bootstrap/135 # timeout=10 23:25:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:25:08 > git --version # timeout=10 23:25:08 > git --version # 'git version 2.25.1' 23:25:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:25:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:25:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:25:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:25:11 Avoid second fetch 23:25:11 Checking out Revision 86c0411d57e58dc9cd52f2a308b5af3201381109 (main) 23:25:11 > git config core.sparsecheckout # timeout=10 23:25:11 > git checkout -f 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 23:25:11 Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#470)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:25:12 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:25:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:25:12 Dload Upload Total Spent Left Speed 23:25:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 157k 0 --:--:-- --:--:-- --:--:-- 157k [Pipeline] sh 23:25:13 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:25:13 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 23:25:13 tee /etc/docker/daemon.new 23:25:13 { 23:25:13 "registry-mirrors": [ 23:25:13 "https://nexus3.edgexfoundry.org:10001" 23:25:13 ], 23:25:13 "bip": "10.250.0.254/24", 23:25:13 "hosts": [ 23:25:13 "tcp://0.0.0.0:5555", 23:25:13 "unix:///var/run/docker.sock" 23:25:13 ], 23:25:13 "mtu": 1458, 23:25:13 "selinux-enabled": true, 23:25:13 "seccomp-profile": "/etc/docker/seccomp.json" 23:25:13 } [Pipeline] sh 23:25:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:25:14 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:25:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:25:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:25:33 ========================================================= 23:25:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 23:25:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 23:25:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:25:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:25:34 af6eaf76a39c: Pulling fs layer 23:25:34 55522c791124: Pulling fs layer 23:25:34 ce5c4a1c91eb: Pulling fs layer 23:25:34 169dfbe0d373: Pulling fs layer 23:25:34 e1ff8fa3b103: Pulling fs layer 23:25:34 52ebb69f0ebf: Pulling fs layer 23:25:34 5abe8eddf0d5: Pulling fs layer 23:25:34 e1ff8fa3b103: Waiting 23:25:34 52ebb69f0ebf: Waiting 23:25:34 169dfbe0d373: Waiting 23:25:34 5abe8eddf0d5: Waiting 23:25:34 55522c791124: Verifying Checksum 23:25:34 55522c791124: Download complete 23:25:34 169dfbe0d373: Download complete 23:25:34 e1ff8fa3b103: Download complete 23:25:34 af6eaf76a39c: Verifying Checksum 23:25:34 af6eaf76a39c: Download complete 23:25:35 af6eaf76a39c: Pull complete 23:25:35 5abe8eddf0d5: Verifying Checksum 23:25:35 5abe8eddf0d5: Download complete 23:25:36 55522c791124: Pull complete 23:25:37 ce5c4a1c91eb: Verifying Checksum 23:25:37 ce5c4a1c91eb: Download complete 23:25:37 52ebb69f0ebf: Verifying Checksum 23:25:37 52ebb69f0ebf: Download complete 23:25:49 ce5c4a1c91eb: Pull complete 23:25:49 169dfbe0d373: Pull complete 23:25:49 e1ff8fa3b103: Pull complete 23:25:56 52ebb69f0ebf: Pull complete 23:25:58 5abe8eddf0d5: Pull complete 23:25:58 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 23:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:25:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 23:25:58 + 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 23:25:59 + docker inspect -f . ci-base-image-arm64 23:25:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:25:59 prd-ubuntu20.04-docker-arm64-4c-16g-10001 does not seem to be running inside a container 23:25:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/135 -v /w/workspace/go-mod-bootstrap/135:/w/workspace/go-mod-bootstrap/135:rw,z -v /w/workspace/go-mod-bootstrap/135@tmp:/w/workspace/go-mod-bootstrap/135@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 23:26:02 $ docker top 31bd291bf299069e99e52cfc52cc30cdad789755443d013a9c839689b7ac3347 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:03 + go version 23:26:03 go version go1.20.2 linux/arm64 [Pipeline] } 23:26:03 $ docker stop --time=1 31bd291bf299069e99e52cfc52cc30cdad789755443d013a9c839689b7ac3347 23:26:07 $ docker rm -f --volumes 31bd291bf299069e99e52cfc52cc30cdad789755443d013a9c839689b7ac3347 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:26:08 + docker inspect -f . ci-base-image-arm64 23:26:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:26:08 prd-ubuntu20.04-docker-arm64-4c-16g-10001 does not seem to be running inside a container 23:26:08 $ 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/135 -v /w/workspace/go-mod-bootstrap/135:/w/workspace/go-mod-bootstrap/135:rw,z -v /w/workspace/go-mod-bootstrap/135@tmp:/w/workspace/go-mod-bootstrap/135@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 23:26:10 $ docker top 9267c475e52fe7de99b416a2b06c37ca0f2124be3a9b5a34f939bb6e5e0e3f95 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:10 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/135 [Pipeline] fileExists [Pipeline] sh 23:26:11 + make test 23:26:11 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:26:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 23:26:11 go: downloading github.com/pelletier/go-toml v1.9.5 23:26:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 23:26:12 go: downloading github.com/mitchellh/copystructure v1.2.0 23:26:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 23:26:12 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 23:26:12 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.16 23:26:12 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 23:26:12 go: downloading github.com/stretchr/testify v1.8.2 23:26:12 go: downloading github.com/gorilla/mux v1.8.0 23:26:12 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 23:26:12 go: downloading github.com/google/uuid v1.3.0 23:26:12 go: downloading github.com/hashicorp/go-multierror v1.1.1 23:26:13 go: downloading github.com/mitchellh/reflectwalk v1.0.2 23:26:13 go: downloading github.com/gorilla/websocket v1.4.2 23:26:13 go: downloading golang.org/x/net v0.7.0 23:26:13 go: downloading golang.org/x/sync v0.1.0 23:26:13 go: downloading github.com/go-kit/log v0.2.1 23:26:13 go: downloading github.com/go-playground/validator/v10 v10.11.2 23:26:13 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 23:26:13 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 23:26:13 go: downloading github.com/davecgh/go-spew v1.1.1 23:26:13 go: downloading github.com/pmezard/go-difflib v1.0.0 23:26:13 go: downloading gopkg.in/yaml.v3 v3.0.1 23:26:13 go: downloading github.com/stretchr/objx v0.5.0 23:26:13 go: downloading github.com/hashicorp/errwrap v1.0.0 23:26:13 go: downloading github.com/hashicorp/consul/api v1.19.1 23:26:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:26:13 go: downloading github.com/go-logfmt/logfmt v0.5.1 23:26:14 go: downloading github.com/go-playground/universal-translator v0.18.1 23:26:14 go: downloading github.com/leodido/go-urn v1.2.1 23:26:14 go: downloading golang.org/x/crypto v0.6.0 23:26:14 go: downloading golang.org/x/text v0.7.0 23:26:14 go: downloading github.com/go-redis/redis/v7 v7.3.0 23:26:14 go: downloading github.com/zeebo/errs v1.3.0 23:26:14 go: downloading google.golang.org/grpc v1.51.0 23:26:16 go: downloading github.com/x448/float16 v0.8.4 23:26:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:26:16 go: downloading github.com/mitchellh/mapstructure v1.5.0 23:26:16 go: downloading github.com/go-playground/locales v0.14.1 23:26:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:26:16 go: downloading github.com/hashicorp/go-hclog v0.14.1 23:26:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 23:26:16 go: downloading github.com/hashicorp/serf v0.10.1 23:26:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 23:26:16 go: downloading google.golang.org/protobuf v1.28.1 23:26:18 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 23:26:18 go: downloading github.com/fatih/color v1.9.0 23:26:18 go: downloading github.com/mattn/go-isatty v0.0.14 23:26:18 go: downloading github.com/armon/go-metrics v0.3.10 23:26:18 go: downloading github.com/golang/protobuf v1.5.2 23:26:18 go: downloading golang.org/x/sys v0.5.0 23:26:18 go: downloading github.com/mattn/go-colorable v0.1.12 23:26:18 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 23:26:18 go: downloading github.com/hashicorp/golang-lru v0.5.4 23:28:55 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 23:29:02 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 23:29:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 23:29:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.137s coverage: 36.5% of statements 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.073s coverage: 92.5% of statements 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.021s coverage: 85.3% of statements 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.097s coverage: 42.3% of statements 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.070s coverage: 100.0% of statements 23:29:21 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.416s coverage: 87.7% of statements 23:29:22 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.059s coverage: 25.0% of statements 23:29:29 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 23:29:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.231s coverage: 79.2% of statements 23:29:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.067s coverage: 31.2% of statements 23:29:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.031s coverage: 91.3% of statements 23:29:32 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:29:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:30:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:30:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 23:30:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:30:11 $ docker stop --time=1 9267c475e52fe7de99b416a2b06c37ca0f2124be3a9b5a34f939bb6e5e0e3f95 23:30:13 $ docker rm -f --volumes 9267c475e52fe7de99b416a2b06c37ca0f2124be3a9b5a34f939bb6e5e0e3f95 [Pipeline] // withDockerContainer [Pipeline] sh 23:30:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:30:16 Warning: overwriting stash ‘coverage-report’ 23:30:17 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 23:30:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:30:18 23:30:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:30:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:30:19 arm64: Pulling from edgex-lftools-log-publisher 23:30:19 8998bd30e6a1: Pulling fs layer 23:30:19 04944245beec: Pulling fs layer 23:30:19 699f458cf7ca: Pulling fs layer 23:30:19 765212b225bb: Pulling fs layer 23:30:19 f23df028b6ca: Pulling fs layer 23:30:19 d65c8cfc05b1: Pulling fs layer 23:30:19 2437ff75d9bd: Pulling fs layer 23:30:19 765212b225bb: Waiting 23:30:19 2437ff75d9bd: Waiting 23:30:19 d65c8cfc05b1: Waiting 23:30:19 04944245beec: Verifying Checksum 23:30:19 04944245beec: Download complete 23:30:19 765212b225bb: Verifying Checksum 23:30:19 765212b225bb: Download complete 23:30:20 699f458cf7ca: Verifying Checksum 23:30:20 699f458cf7ca: Download complete 23:30:20 d65c8cfc05b1: Verifying Checksum 23:30:20 d65c8cfc05b1: Download complete 23:30:20 f23df028b6ca: Download complete 23:30:22 8998bd30e6a1: Verifying Checksum 23:30:22 8998bd30e6a1: Download complete 23:30:24 2437ff75d9bd: Verifying Checksum 23:30:24 2437ff75d9bd: Download complete 23:30:27 8998bd30e6a1: Pull complete 23:30:27 04944245beec: Pull complete 23:30:28 699f458cf7ca: Pull complete 23:30:28 765212b225bb: Pull complete 23:30:29 f23df028b6ca: Pull complete 23:30:29 d65c8cfc05b1: Pull complete 23:30:41 2437ff75d9bd: Pull complete 23:30:41 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:30:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:30:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:30:41 prd-ubuntu20.04-docker-arm64-4c-16g-10001 does not seem to be running inside a container 23:30:42 $ 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/135 -v /w/workspace/go-mod-bootstrap/135:/w/workspace/go-mod-bootstrap/135:rw,z -v /w/workspace/go-mod-bootstrap/135@tmp:/w/workspace/go-mod-bootstrap/135@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 23:30:44 $ docker top ad5bb06643420dda7c26a0c55dfec96c8d0f1e9c196ff41f39432360a3ee3297 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:30:45 ---> job-cost.sh 23:30:45 lf-activate-venv: SKIPPING 23:30:45 INFO: No Stack... 23:30:45 INFO: Retrieving Pricing Info for: v3-standard-4 23:30:46 INFO: Archiving Costs [Pipeline] sh 23:30:47 + + cat /w/workspace/go-mod-bootstrap/135/archives/cost.csv 23:30:47 cut -d, -f6 [Pipeline] lock 23:30:47 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] 23:30:47 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] did not exist. Created. 23:30:47 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:30:47 /w/workspace/go-mod-bootstrap/135@tmp/durable-2f658ea5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:30:48 + echo total: 0.10999999940395355 [Pipeline] stash 23:30:48 Warning: overwriting stash ‘stack-cost’ 23:30:48 Stashed 1 file(s) [Pipeline] } 23:30:48 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-135-stack-cost] [Pipeline] // lock [Pipeline] } 23:30:48 $ docker stop --time=1 ad5bb06643420dda7c26a0c55dfec96c8d0f1e9c196ff41f39432360a3ee3297 23:30:49 $ docker rm -f --volumes ad5bb06643420dda7c26a0c55dfec96c8d0f1e9c196ff41f39432360a3ee3297 [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 23:30:50 provisioning config files... 23:30:50 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14013258529249652655tmp [Pipeline] { [Pipeline] sh 23:30:50 + set +x 23:30:50 + curl -s https://codecov.io/bash 23:30:50 + bash -s -- 23:30:50 23:30:50 _____ _ 23:30:50 / ____| | | 23:30:50 | | ___ __| | ___ ___ _____ __ 23:30:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:30:50 | |___| (_) | (_| | __/ (_| (_) \ V / 23:30:50 \_____\___/ \__,_|\___|\___\___/ \_/ 23:30:50 Bash-1.0.6 23:30:50 23:30:50 23:30:50 ==> git version 2.25.1 found 23:30:50 ==> 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 23:30:50 Release-Date: 2020-01-08 23:30:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:30:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:30:50 ==> Jenkins CI detected. 23:30:50 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 23:30:50 project root: . 23:30:50 --> token set from env 23:30:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:30:50 ==> Running gcov in . (disable via -X gcov) 23:30:50 ==> Python coveragepy not found 23:30:50 ==> Searching for coverage reports in: 23:30:50 + . 23:30:50 -> Found 1 reports 23:30:50 ==> Detecting git/mercurial file structure 23:30:50 ==> Reading reports 23:30:50 + ./coverage.out bytes=84831 23:30:50 ==> Appending adjustments 23:30:50 https://docs.codecov.io/docs/fixing-reports 23:30:50 + Found adjustments 23:30:50 ==> Gzipping contents 23:30:50 16K /tmp/codecov.5ZtLGz.gz 23:30:50 ==> Uploading reports 23:30:50 url: https://codecov.io 23:30:50 query: branch=main&commit=86c0411d57e58dc9cd52f2a308b5af3201381109&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 23:30:50 -> Pinging Codecov 23:30:50 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=86c0411d57e58dc9cd52f2a308b5af3201381109&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F135%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 23:30:50 -> Uploading to 23:30:50 https://storage.googleapis.com/codecov/v4/raw/2023-03-13/833815588EE85121546D348822E98E2E/86c0411d57e58dc9cd52f2a308b5af3201381109/7082000a-99c5-4d14-85d1-757b4d3187ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T233050Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ed6c1cf4929150d3d8b8cadd957051b642e551a3391de4e7d27409f66ca5316 23:30:50 % Total % Received % Xferd Average Speed Time Time Time Current 23:30:50 Dload Upload Total Spent Left Speed 23:30:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13438 0 0 100 13438 0 38950 --:--:-- --:--:-- --:--:-- 38950 23:30:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] } 23:30:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:30:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:30:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:30:51 23:30:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:30:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:30:51 df9b9388f04a: Pulling fs layer 23:30:51 52dc419b0ee2: Pulling fs layer 23:30:51 25bc292e5bac: Pulling fs layer 23:30:51 114826534d7a: Pulling fs layer 23:30:51 4657fd5d0bcf: Pulling fs layer 23:30:51 6ad1cebc031e: Pulling fs layer 23:30:51 8a3aa393b2d8: Pulling fs layer 23:30:51 4657fd5d0bcf: Waiting 23:30:51 6ad1cebc031e: Waiting 23:30:51 8a3aa393b2d8: Waiting 23:30:51 114826534d7a: Waiting 23:30:51 25bc292e5bac: Verifying Checksum 23:30:51 25bc292e5bac: Download complete 23:30:51 52dc419b0ee2: Verifying Checksum 23:30:51 52dc419b0ee2: Download complete 23:30:51 4657fd5d0bcf: Verifying Checksum 23:30:51 4657fd5d0bcf: Download complete 23:30:51 df9b9388f04a: Verifying Checksum 23:30:51 df9b9388f04a: Download complete 23:30:52 df9b9388f04a: Pull complete 23:30:52 6ad1cebc031e: Verifying Checksum 23:30:52 6ad1cebc031e: Download complete 23:30:52 52dc419b0ee2: Pull complete 23:30:52 25bc292e5bac: Pull complete 23:30:52 114826534d7a: Verifying Checksum 23:30:52 114826534d7a: Download complete 23:30:53 8a3aa393b2d8: Download complete 23:30:56 114826534d7a: Pull complete 23:30:56 4657fd5d0bcf: Pull complete 23:30:56 6ad1cebc031e: Pull complete 23:30:59 8a3aa393b2d8: Pull complete 23:30:59 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:30:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:30:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:30:59 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:30:59 $ 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 23:31:01 $ docker top 904565a65a6ef07ae1e72d1afc816643e1a3d180e12e77b614fe3649a81323ba -eo pid,comm [Pipeline] { [Pipeline] echo 23:31:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 23:31:01 + set -o pipefail 23:31:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 23:31:08 23:31:08 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 23:31:08 23:31:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/223cfcdb-b544-4e5e-b3cd-28a787bcc32e 23:31:08 23:31:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:31:08 23:31:08 23:31:08 A medium severity vulnerability was found in the Snyk CLI versions you are using. 23:31:08 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 23:31:08 More details here: https://snyk.co/ue1NS 23:31:08 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 23:31:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:31:08 $ docker stop --time=1 904565a65a6ef07ae1e72d1afc816643e1a3d180e12e77b614fe3649a81323ba 23:31:10 $ docker rm -f --volumes 904565a65a6ef07ae1e72d1afc816643e1a3d180e12e77b614fe3649a81323ba [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 23:31:10 + git log --format=format:%s -1 86c0411d57e58dc9cd52f2a308b5af3201381109 [Pipeline] sh 23:31:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:31:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:11 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:31:11 $ 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 23:31:11 $ docker top 038e6cf568e4bb55a9e303e6757a1aa623b928b761e48450c88d7e165fbd4675 -eo pid,comm 23:31:11 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). 23:31:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:11 [ssh-agent] Looking for ssh-agent implementation... 23:31:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:12 $ docker exec 038e6cf568e4bb55a9e303e6757a1aa623b928b761e48450c88d7e165fbd4675 ssh-agent 23:31:12 SSH_AUTH_SOCK=/tmp/ssh-hbJe6XZe7LWa/agent.32 23:31:12 SSH_AGENT_PID=38 23:31:12 Running ssh-add (command line suppressed) 23:31:12 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15587265558137995534.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15587265558137995534.key) 23:31:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:12 + git semver tag 23:31:12 2023-03-13 23:31:12,788 [run_tag] DEBUG tag force:False 23:31:12 2023-03-13 23:31:12,788 [check_head_tag] DEBUG check head tag 23:31:12 2023-03-13 23:31:12,790 [execute] INFO git cat-file --batch-check 23:31:12 2023-03-13 23:31:12,791 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 23:31:12 2023-03-13 23:31:12,794 [execute] INFO git cat-file --batch 23:31:12 2023-03-13 23:31:12,794 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 23:31:12 2023-03-13 23:31:12,834 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:12 2023-03-13 23:31:12,835 [execute] INFO git tag -a v3.0.0-dev.47 -m v3.0.0-dev.47 23:31:12 2023-03-13 23:31:12,835 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.47', '-m', 'v3.0.0-dev.47'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 23:31:12 2023-03-13 23:31:12,838 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:12 3.0.0-dev.47 [Pipeline] } 23:31:12 $ docker exec --env ******** --env ******** 038e6cf568e4bb55a9e303e6757a1aa623b928b761e48450c88d7e165fbd4675 ssh-agent -k 23:31:12 unset SSH_AUTH_SOCK; 23:31:12 unset SSH_AGENT_PID; 23:31:12 echo Agent pid 38 killed; 23:31:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:13 + git semver [Pipeline] } 23:31:13 $ docker stop --time=1 038e6cf568e4bb55a9e303e6757a1aa623b928b761e48450c88d7e165fbd4675 23:31:14 $ docker rm -f --volumes 038e6cf568e4bb55a9e303e6757a1aa623b928b761e48450c88d7e165fbd4675 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:31:15 23:31:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:31:15 0.23.1-centos7: Pulling from edgex-lftools 23:31:15 ab5ef0e58194: Pulling fs layer 23:31:15 9712f1f96733: Pulling fs layer 23:31:15 63f879dbbcfc: Pulling fs layer 23:31:15 0d9ebad4ef96: Pulling fs layer 23:31:15 e9a5061849ea: Pulling fs layer 23:31:15 d747dcd14b5f: Pulling fs layer 23:31:15 2de7ff778b66: Pulling fs layer 23:31:15 e9a5061849ea: Waiting 23:31:15 d747dcd14b5f: Waiting 23:31:15 2de7ff778b66: Waiting 23:31:15 0d9ebad4ef96: Waiting 23:31:15 9712f1f96733: Download complete 23:31:16 63f879dbbcfc: Verifying Checksum 23:31:16 63f879dbbcfc: Download complete 23:31:16 ab5ef0e58194: Download complete 23:31:16 e9a5061849ea: Verifying Checksum 23:31:16 e9a5061849ea: Download complete 23:31:16 d747dcd14b5f: Verifying Checksum 23:31:16 d747dcd14b5f: Download complete 23:31:16 0d9ebad4ef96: Verifying Checksum 23:31:16 0d9ebad4ef96: Download complete 23:31:16 2de7ff778b66: Verifying Checksum 23:31:16 2de7ff778b66: Download complete 23:31:18 ab5ef0e58194: Pull complete 23:31:18 9712f1f96733: Pull complete 23:31:19 63f879dbbcfc: Pull complete 23:31:23 0d9ebad4ef96: Pull complete 23:31:23 e9a5061849ea: Pull complete 23:31:23 d747dcd14b5f: Pull complete 23:31:24 2de7ff778b66: Pull complete 23:31:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:31:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:31:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:24 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:31:24 $ 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 23:31:26 $ docker top b41e4b2f478a585d6d82f0efa757d56c72fd76fa9bc272cabda98c95d8dd211b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:31:26 provisioning config files... 23:31:26 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17962564374781374315tmp 23:31:26 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5196054522317100312tmp 23:31:26 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config11577071938278383923tmp [Pipeline] { [Pipeline] echo 23:31:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:31:26 ---> sigul-configuration.sh 23:31:26 gpg: directory `/root/.gnupg' created 23:31:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:31:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:31:26 gpg: keyring `/root/.gnupg/secring.gpg' created 23:31:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:31:26 gpg: CAST5 encrypted data 23:31:26 gpg: encrypted with 1 passphrase 23:31:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:31:26 + mkdir /home/jenkins 23:31:26 + mkdir /home/jenkins/sigul [Pipeline] sh 23:31:27 + 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 23:31:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:31:27 ---> sigul-install.sh 23:31:27 Sigul already installed; skipping installation. [Pipeline] sh 23:31:27 + git tag --list 23:31:27 v0.0.1 23:31:27 v0.0.10 23:31:27 v0.0.11 23:31:27 v0.0.12 23:31:27 v0.0.13 23:31:27 v0.0.14 23:31:27 v0.0.15 23:31:27 v0.0.16 23:31:27 v0.0.17 23:31:27 v0.0.18 23:31:27 v0.0.19 23:31:27 v0.0.2 23:31:27 v0.0.20 23:31:27 v0.0.21 23:31:27 v0.0.22 23:31:27 v0.0.23 23:31:27 v0.0.24 23:31:27 v0.0.25 23:31:27 v0.0.26 23:31:27 v0.0.27 23:31:27 v0.0.28 23:31:27 v0.0.29 23:31:27 v0.0.3 23:31:27 v0.0.30 23:31:27 v0.0.31 23:31:27 v0.0.32 23:31:27 v0.0.33 23:31:27 v0.0.34 23:31:27 v0.0.35 23:31:27 v0.0.36 23:31:27 v0.0.37 23:31:27 v0.0.38 23:31:27 v0.0.39 23:31:27 v0.0.4 23:31:27 v0.0.40 23:31:27 v0.0.41 23:31:27 v0.0.42 23:31:27 v0.0.43 23:31:27 v0.0.44 23:31:27 v0.0.45 23:31:27 v0.0.46 23:31:27 v0.0.47 23:31:27 v0.0.48 23:31:27 v0.0.49 23:31:27 v0.0.5 23:31:27 v0.0.50 23:31:27 v0.0.51 23:31:27 v0.0.52 23:31:27 v0.0.53 23:31:27 v0.0.54 23:31:27 v0.0.55 23:31:27 v0.0.56 23:31:27 v0.0.57 23:31:27 v0.0.58 23:31:27 v0.0.59 23:31:27 v0.0.6 23:31:27 v0.0.60 23:31:27 v0.0.61 23:31:27 v0.0.62 23:31:27 v0.0.63 23:31:27 v0.0.64 23:31:27 v0.0.65 23:31:27 v0.0.66 23:31:27 v0.0.67 23:31:27 v0.0.68 23:31:27 v0.0.69 23:31:27 v0.0.7 23:31:27 v0.0.70 23:31:27 v0.0.71 23:31:27 v0.0.72 23:31:27 v0.0.8 23:31:27 v0.0.9 23:31:27 v2.0.0 23:31:27 v2.1.0 23:31:27 v2.1.1 23:31:27 v2.1.1-dev.1 23:31:27 v2.1.1-dev.2 23:31:27 v2.1.1-dev.3 23:31:27 v2.1.1-dev.4 23:31:27 v2.2.0 23:31:27 v2.2.1-dev.1 23:31:27 v2.2.1-dev.2 23:31:27 v2.2.1-dev.3 23:31:27 v2.2.1-dev.4 23:31:27 v2.2.1-dev.5 23:31:27 v2.2.1-dev.6 23:31:27 v2.2.1-dev.7 23:31:27 v2.2.1-dev.8 23:31:27 v2.2.1-dev.9 23:31:27 v2.3.0 23:31:27 v2.3.0-dev.10 23:31:27 v2.3.0-dev.11 23:31:27 v2.3.0-dev.12 23:31:27 v2.3.0-dev.13 23:31:27 v2.3.0-dev.14 23:31:27 v2.3.0-dev.15 23:31:27 v2.3.0-dev.16 23:31:27 v2.3.0-dev.17 23:31:27 v2.3.0-dev.18 23:31:27 v2.3.0-dev.19 23:31:27 v2.3.0-dev.20 23:31:27 v2.3.0-dev.21 23:31:27 v2.3.0-dev.22 23:31:27 v2.3.0-dev.23 23:31:27 v2.3.0-dev.24 23:31:27 v2.3.0-dev.25 23:31:27 v2.3.0-dev.26 23:31:27 v2.3.0-dev.27 23:31:27 v2.3.0-dev.28 23:31:27 v2.3.0-dev.29 23:31:27 v2.3.0-dev.30 23:31:27 v3.0.0-dev.1 23:31:27 v3.0.0-dev.10 23:31:27 v3.0.0-dev.11 23:31:27 v3.0.0-dev.12 23:31:27 v3.0.0-dev.13 23:31:27 v3.0.0-dev.14 23:31:27 v3.0.0-dev.15 23:31:27 v3.0.0-dev.16 23:31:27 v3.0.0-dev.17 23:31:27 v3.0.0-dev.18 23:31:27 v3.0.0-dev.19 23:31:27 v3.0.0-dev.2 23:31:27 v3.0.0-dev.20 23:31:27 v3.0.0-dev.21 23:31:27 v3.0.0-dev.22 23:31:27 v3.0.0-dev.23 23:31:27 v3.0.0-dev.24 23:31:27 v3.0.0-dev.25 23:31:27 v3.0.0-dev.26 23:31:27 v3.0.0-dev.27 23:31:27 v3.0.0-dev.28 23:31:27 v3.0.0-dev.29 23:31:27 v3.0.0-dev.3 23:31:27 v3.0.0-dev.30 23:31:27 v3.0.0-dev.31 23:31:27 v3.0.0-dev.32 23:31:27 v3.0.0-dev.33 23:31:27 v3.0.0-dev.34 23:31:27 v3.0.0-dev.35 23:31:27 v3.0.0-dev.36 23:31:27 v3.0.0-dev.37 23:31:27 v3.0.0-dev.38 23:31:27 v3.0.0-dev.39 23:31:27 v3.0.0-dev.4 23:31:27 v3.0.0-dev.40 23:31:27 v3.0.0-dev.41 23:31:27 v3.0.0-dev.42 23:31:27 v3.0.0-dev.43 23:31:27 v3.0.0-dev.44 23:31:27 v3.0.0-dev.45 23:31:27 v3.0.0-dev.46 23:31:27 v3.0.0-dev.47 23:31:27 v3.0.0-dev.5 23:31:27 v3.0.0-dev.6 23:31:27 v3.0.0-dev.7 23:31:27 v3.0.0-dev.8 23:31:27 v3.0.0-dev.9 [Pipeline] sh 23:31:27 + lftools sign git-tag v3.0.0-dev.47 23:31:28 Signing Git tag with Sigul... 23:31:28 Signing v3.0.0-dev.47 [Pipeline] echo 23:31:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:31:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:31:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:31:29 $ docker stop --time=1 b41e4b2f478a585d6d82f0efa757d56c72fd76fa9bc272cabda98c95d8dd211b 23:31:30 $ docker rm -f --volumes b41e4b2f478a585d6d82f0efa757d56c72fd76fa9bc272cabda98c95d8dd211b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 23:31:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:31:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:31 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:31:31 $ 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 23:31:31 $ docker top 381103c7f20b59cdb7a6e63ac99f733b54bb8f6bef0949b4075d521178457809 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:31 [ssh-agent] Looking for ssh-agent implementation... 23:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:32 $ docker exec 381103c7f20b59cdb7a6e63ac99f733b54bb8f6bef0949b4075d521178457809 ssh-agent 23:31:32 SSH_AUTH_SOCK=/tmp/ssh-JoKwFRC5svZI/agent.30 23:31:32 SSH_AGENT_PID=37 23:31:32 Running ssh-add (command line suppressed) 23:31:32 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16756806301786425621.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16756806301786425621.key) 23:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:32 + git semver bump pre 23:31:32 2023-03-13 23:31:32,879 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:32 2023-03-13 23:31:32,879 [bump_version] DEBUG bumping version:3.0.0-dev.47 on axis:pre with prefix:dev 23:31:32 2023-03-13 23:31:32,879 [bump_version] DEBUG bumped version:3.0.0-dev.48 23:31:32 2023-03-13 23:31:32,879 [write_version] DEBUG write version:3.0.0-dev.48 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 23:31:32 2023-03-13 23:31:32,879 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:32 2023-03-13 23:31:32,879 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:32 2023-03-13 23:31:32,881 [execute] INFO git cat-file --batch-check 23:31:32 2023-03-13 23:31:32,881 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 23:31:32 2023-03-13 23:31:32,887 [execute] INFO git cat-file --batch 23:31:32 2023-03-13 23:31:32,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 23:31:32 2023-03-13 23:31:32,893 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:32 3.0.0-dev.48 [Pipeline] } 23:31:33 $ docker exec --env ******** --env ******** 381103c7f20b59cdb7a6e63ac99f733b54bb8f6bef0949b4075d521178457809 ssh-agent -k 23:31:33 unset SSH_AUTH_SOCK; 23:31:33 unset SSH_AGENT_PID; 23:31:33 echo Agent pid 37 killed; 23:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:33 + git semver [Pipeline] } 23:31:33 $ docker stop --time=1 381103c7f20b59cdb7a6e63ac99f733b54bb8f6bef0949b4075d521178457809 23:31:35 $ docker rm -f --volumes 381103c7f20b59cdb7a6e63ac99f733b54bb8f6bef0949b4075d521178457809 [Pipeline] // withDockerContainer [Pipeline] sh 23:31:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:31:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:35 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:31:35 $ 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 23:31:36 $ docker top 109671b63cbf1f47d6225c68125598d58000ca550487175917f0617ca2d22e68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:36 [ssh-agent] Looking for ssh-agent implementation... 23:31:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:36 $ docker exec 109671b63cbf1f47d6225c68125598d58000ca550487175917f0617ca2d22e68 ssh-agent 23:31:36 SSH_AUTH_SOCK=/tmp/ssh-9lKFsu9J0fEg/agent.32 23:31:36 SSH_AGENT_PID=38 23:31:36 Running ssh-add (command line suppressed) 23:31:36 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5380505589212216034.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5380505589212216034.key) 23:31:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:37 + git semver push 23:31:37 2023-03-13 23:31:37,184 [run_push] DEBUG push 23:31:37 2023-03-13 23:31:37,185 [execute] INFO git cat-file --batch-check 23:31:37 2023-03-13 23:31:37,185 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 23:31:37 2023-03-13 23:31:37,190 [execute] INFO git rev-list f6e1092eea8b399b58be2bf18bb6eb43696cfaa9 -- 23:31:37 2023-03-13 23:31:37,190 [execute] DEBUG Popen(['git', 'rev-list', 'f6e1092eea8b399b58be2bf18bb6eb43696cfaa9', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 23:31:37 2023-03-13 23:31:37,197 [execute] INFO git fetch -v origin 23:31:37 2023-03-13 23:31:37,198 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 23:31:37 2023-03-13 23:31:37,728 [run_push] DEBUG no remote changes detected 23:31:37 2023-03-13 23:31:37,728 [execute] INFO git push origin semver 23:31:37 2023-03-13 23:31:37,729 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 23:31:38 2023-03-13 23:31:38,574 [run_push] DEBUG push all version tags 23:31:38 2023-03-13 23:31:38,574 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 23:31:38 2023-03-13 23:31:38,575 [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) 23:31:39 2023-03-13 23:31:39,540 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 23:31:39 3.0.0-dev.48 [Pipeline] } 23:31:39 $ docker exec --env ******** --env ******** 109671b63cbf1f47d6225c68125598d58000ca550487175917f0617ca2d22e68 ssh-agent -k 23:31:39 unset SSH_AUTH_SOCK; 23:31:39 unset SSH_AGENT_PID; 23:31:39 echo Agent pid 38 killed; 23:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:40 + git semver [Pipeline] } 23:31:40 $ docker stop --time=1 109671b63cbf1f47d6225c68125598d58000ca550487175917f0617ca2d22e68 23:31:41 $ docker rm -f --volumes 109671b63cbf1f47d6225c68125598d58000ca550487175917f0617ca2d22e68 [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 23:31:42 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 23:31:42 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 23:31:42 total 16 23:31:42 drwxr-xr-x 3 root root 4096 Mar 13 23:23 . 23:31:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 13 23:31 .. 23:31:42 drwxr-xr-x 2 root root 4096 Mar 13 23:23 cost 23:31:42 -rw-r--r-- 1 root root 88 Mar 13 23:23 cost.csv 23:31:42 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 23:31:42 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 23:31:42 total 16 23:31:42 drwxr-xr-x 3 jenkins jenkins 4096 Mar 13 23:23 . 23:31:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 13 23:31 .. 23:31:42 drwxr-xr-x 2 jenkins jenkins 4096 Mar 13 23:23 cost 23:31:42 -rw-r--r-- 1 jenkins jenkins 88 Mar 13 23:23 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:31:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:31:43 ---> package-listing.sh 23:31:43 ++ facter osfamily 23:31:43 ++ tr '[:upper:]' '[:lower:]' 23:31:43 + OS_FAMILY=debian 23:31:43 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 23:31:43 + START_PACKAGES=/tmp/packages_start.txt 23:31:43 + END_PACKAGES=/tmp/packages_end.txt 23:31:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:31:43 + PACKAGES=/tmp/packages_start.txt 23:31:43 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 23:31:43 + PACKAGES=/tmp/packages_end.txt 23:31:43 + case "${OS_FAMILY}" in 23:31:43 + dpkg -l 23:31:43 + grep '^ii' 23:31:43 + '[' -f /tmp/packages_start.txt ']' 23:31:43 + '[' -f /tmp/packages_end.txt ']' 23:31:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:31:43 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 23:31:43 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 23:31:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 23:31:43 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 23:31:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:31:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:44 prd-ubuntu20.04-docker-8c-8g-9996 does not seem to be running inside a container 23:31:44 $ 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 23:31:44 $ docker top 0960ed1e3c591a300959fac0bb854223bd4c48877e5a7fef14fd7b05984c4716 -eo pid,comm [Pipeline] { [Pipeline] sh 23:31:45 + touch /tmp/pre-build-complete [Pipeline] sh 23:31:45 + mkdir -p /var/log/sysstat [Pipeline] sh 23:31:45 + ls /var/log/sa-host 23:31:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:31:45 provisioning config files... 23:31:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5295660812406053202tmp [Pipeline] { [Pipeline] echo 23:31:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:31:46 ---> create-netrc.sh [Pipeline] } 23:31:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:31:46 ---> python-tools-install.sh [Pipeline] echo 23:31:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:31:46 ---> sudo-logs.sh 23:31:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:31:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:31:47 ---> job-cost.sh 23:31:47 lf-activate-venv: SKIPPING 23:31:47 DEBUG: total: 0.2199999988079071 23:31:47 INFO: Retrieving Stack Cost... 23:31:47 INFO: Retrieving Pricing Info for: v3-standard-8 23:31:47 INFO: Archiving Costs [Pipeline] echo 23:31:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:31:48 ---> logs-deploy.sh 23:31:48 lf-activate-venv: SKIPPING 23:31:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/135 23:31:48 INFO: archiving workspace using pattern(s): 23:31:49 Archives upload complete. 23:31:49 INFO: archiving logs to Nexus