Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 977a66ae040c652d9b6fe74828d8c73c0adbe61c 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-ssh8059634964131670048.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh3679719338994334500.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh4931913885457396091.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh11959859787981261315.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-ssh5431321061045608592.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3678 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-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 > 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 Avoid second fetch Checking out Revision 977a66ae040c652d9b6fe74828d8c73c0adbe61c (main) Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.1.0-dev.15" > git config core.sparsecheckout # timeout=10 > git checkout -f 977a66ae040c652d9b6fe74828d8c73c0adbe61c # timeout=10 > git rev-list --no-walk 913c56f747439f5be5c30a4a66c40d85e97a0fdd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:08:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:08:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:08:07 ========================================================= 11:08:07 EdgeX Global Pipelines Version Info 11:08:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:08:08 ------------------- 11:08:08 stable info: 11:08:08 ------------------- 11:08:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:08:08 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 11:08:08 Message: update stable to v1.0.253 11:08:09 ------------------- 11:08:09 experimental info: 11:08:09 ------------------- 11:08:09 Commited By: **** collab-it+edgex@linuxfoundation.org 11:08:09 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 11:08:09 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 977a66a [Pipeline] echo 11:08:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:08:10 + git rev-list -1 --merges 977a66ae040c652d9b6fe74828d8c73c0adbe61c~1..977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] echo 11:08:10 -----------> git rev-list -1 --merges 977a66ae040c652d9b6fe74828d8c73c0adbe61c~1..977a66ae040c652d9b6fe74828d8c73c0adbe61c 977a66ae040c652d9b6fe74828d8c73c0adbe61c 11:08:10 977a66ae040c652d9b6fe74828d8c73c0adbe61c [false] [Pipeline] sh 11:08:10 + git log --format=format:%s -1 977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] echo 11:08:10 ========================================================= 11:08:10 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:08:10 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:08:10 + git log --format=format:%s -1 977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] echo 11:08:10 [semverPrep] GIT_COMMIT: 977a66ae040c652d9b6fe74828d8c73c0adbe61c, Commit Message: Merge pull request #582 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.1.0-dev.15 [Pipeline] echo 11:08:10 [semverPrep] This is not a build commit. [Pipeline] sh 11:08:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:08:11 + grep -v github /etc/ssh/ssh_known_hosts 11:08:11 + [ -e /tmp/ssh_known_hosts ] 11:08:11 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:08:11 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:08:11 + sudo tee -a /etc/ssh/ssh_known_hosts 11:08:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:08:11 11:08:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:08:12 0.1.4: Pulling from edgex-devops/py-git-semver 11:08:12 b85a868b505f: Pulling fs layer 11:08:12 e2be974225ed: Pulling fs layer 11:08:12 339a4e72a1f5: Pulling fs layer 11:08:12 988bab9f4d93: Pulling fs layer 11:08:12 1469e6f7b9e6: Pulling fs layer 11:08:12 eaf3925da568: Pulling fs layer 11:08:12 bab4dde63d76: Pulling fs layer 11:08:12 bde34c3a00c8: Pulling fs layer 11:08:12 b352a97aabf1: Pulling fs layer 11:08:12 4872d77fe225: Pulling fs layer 11:08:12 5851b861e8e6: Pulling fs layer 11:08:12 eaf3925da568: Waiting 11:08:12 1469e6f7b9e6: Waiting 11:08:12 bab4dde63d76: Waiting 11:08:12 988bab9f4d93: Waiting 11:08:12 4872d77fe225: Waiting 11:08:12 bde34c3a00c8: Waiting 11:08:12 b352a97aabf1: Waiting 11:08:12 5851b861e8e6: Waiting 11:08:12 e2be974225ed: Download complete 11:08:12 988bab9f4d93: Verifying Checksum 11:08:12 988bab9f4d93: Download complete 11:08:12 339a4e72a1f5: Verifying Checksum 11:08:12 339a4e72a1f5: Download complete 11:08:12 1469e6f7b9e6: Verifying Checksum 11:08:12 1469e6f7b9e6: Download complete 11:08:12 eaf3925da568: Download complete 11:08:12 bde34c3a00c8: Verifying Checksum 11:08:12 bde34c3a00c8: Download complete 11:08:12 b352a97aabf1: Verifying Checksum 11:08:12 b352a97aabf1: Download complete 11:08:12 4872d77fe225: Verifying Checksum 11:08:12 4872d77fe225: Download complete 11:08:12 5851b861e8e6: Verifying Checksum 11:08:12 5851b861e8e6: Download complete 11:08:12 b85a868b505f: Verifying Checksum 11:08:12 b85a868b505f: Download complete 11:08:12 bab4dde63d76: Verifying Checksum 11:08:12 bab4dde63d76: Download complete 11:08:14 b85a868b505f: Pull complete 11:08:14 e2be974225ed: Pull complete 11:08:14 339a4e72a1f5: Pull complete 11:08:14 988bab9f4d93: Pull complete 11:08:14 1469e6f7b9e6: Pull complete 11:08:14 eaf3925da568: Pull complete 11:08:16 bab4dde63d76: Pull complete 11:08:16 bde34c3a00c8: Pull complete 11:08:16 b352a97aabf1: Pull complete 11:08:16 4872d77fe225: Pull complete 11:08:16 5851b861e8e6: Pull complete 11:08:16 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 11:08:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:08:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:17 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:08:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:08:20 $ docker top 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b -eo pid,comm 11:08:20 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). 11:08:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:08:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:08:20 [ssh-agent] Looking for ssh-agent implementation... 11:08:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:08:20 $ docker exec 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b ssh-agent 11:08:20 SSH_AUTH_SOCK=/tmp/ssh-GMaE9lZA41b7/agent.32 11:08:20 SSH_AGENT_PID=38 11:08:20 Running ssh-add (command line suppressed) 11:08:20 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3194602951547702411.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3194602951547702411.key) 11:08:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:08:21 + git tag --points-at HEAD [Pipeline] } 11:08:21 $ docker exec --env ******** --env ******** 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b ssh-agent -k 11:08:21 unset SSH_AUTH_SOCK; 11:08:21 unset SSH_AGENT_PID; 11:08:21 echo Agent pid 38 killed; 11:08:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:08:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:08:21 [ssh-agent] Looking for ssh-agent implementation... 11:08:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:08:21 $ docker exec 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b ssh-agent 11:08:21 SSH_AUTH_SOCK=/tmp/ssh-JOGVny4ILnyL/agent.70 11:08:21 SSH_AGENT_PID=76 11:08:21 Running ssh-add (command line suppressed) 11:08:21 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15095908491161118139.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15095908491161118139.key) 11:08:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:08:22 + git semver init 11:08:22 2023-08-15 11:08:22,203 [run_init] DEBUG init version:0.0.0 force:False 11:08:22 2023-08-15 11:08:22,204 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 11:08:22 2023-08-15 11:08:22,204 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 11:08:22 2023-08-15 11:08:22,204 [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) 11:08:23 2023-08-15 11:08:22,978 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 11:08:23 2023-08-15 11:08:22,978 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 11:08:23 2023-08-15 11:08:22,978 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:08:23 2023-08-15 11:08:22,979 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:08:23 3.1.0-dev.24 [Pipeline] } 11:08:23 $ docker exec --env ******** --env ******** 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b ssh-agent -k 11:08:23 unset SSH_AUTH_SOCK; 11:08:23 unset SSH_AGENT_PID; 11:08:23 echo Agent pid 76 killed; 11:08:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:08:23 + git semver [Pipeline] } 11:08:23 $ docker stop --time=1 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b 11:08:25 $ docker rm -f --volumes 82f07228568898a8133ce315ef5ffccdbf5c8ff423601d5ff08130a87c1c668b [Pipeline] // withDockerContainer [Pipeline] sh 11:08:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:08:25 Stashed 1 file(s) [Pipeline] echo 11:08:25 [edgeXSemver]: initialized semver on version 3.1.0-dev.24 [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 11:08:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:08:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:08:26 ========================================================= 11:08:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 11:08:26 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:08:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:08:26 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 11:08:26 4db1b89c0bd1: Pulling fs layer 11:08:26 6911f1a30b25: Pulling fs layer 11:08:26 e194b8c5c2a9: Pulling fs layer 11:08:26 6863d3e3a2b1: Pulling fs layer 11:08:26 ec0bb842ea78: Pulling fs layer 11:08:26 6863d3e3a2b1: Waiting 11:08:26 ec0bb842ea78: Waiting 11:08:26 40a00589a448: Pulling fs layer 11:08:26 6c08303d61cc: Pulling fs layer 11:08:26 798269fcf238: Pulling fs layer 11:08:26 40a00589a448: Waiting 11:08:26 6c08303d61cc: Waiting 11:08:26 798269fcf238: Waiting 11:08:26 6911f1a30b25: Download complete 11:08:26 6863d3e3a2b1: Verifying Checksum 11:08:26 6863d3e3a2b1: Download complete 11:08:26 ec0bb842ea78: Verifying Checksum 11:08:26 ec0bb842ea78: Download complete 11:08:26 4db1b89c0bd1: Verifying Checksum 11:08:26 4db1b89c0bd1: Download complete 11:08:26 40a00589a448: Verifying Checksum 11:08:26 40a00589a448: Download complete 11:08:26 4db1b89c0bd1: Pull complete 11:08:26 6911f1a30b25: Pull complete 11:08:27 798269fcf238: Verifying Checksum 11:08:27 798269fcf238: Download complete 11:08:27 e194b8c5c2a9: Download complete 11:08:27 6c08303d61cc: Verifying Checksum 11:08:27 6c08303d61cc: Download complete 11:08:31 e194b8c5c2a9: Pull complete 11:08:31 6863d3e3a2b1: Pull complete 11:08:31 ec0bb842ea78: Pull complete 11:08:31 40a00589a448: Pull complete 11:08:34 6c08303d61cc: Pull complete 11:08:34 798269fcf238: Pull complete 11:08:34 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 11:08:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 11:08:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 11:08:35 + 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 11:08:35 + docker inspect -f . ci-base-image-x86_64 11:08:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:35 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:08:35 $ 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 ******** -e ******** ci-base-image-x86_64 cat 11:08:40 Still waiting to schedule task 11:08:40 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:08:44 $ docker top 00cd6d08ec93647619a96f08bcd52eade7d1997346654f585ffb22054c9244f9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:44 + go version 11:08:44 go version go1.20.6 linux/amd64 [Pipeline] } 11:08:44 $ docker stop --time=1 00cd6d08ec93647619a96f08bcd52eade7d1997346654f585ffb22054c9244f9 11:08:45 $ docker rm -f --volumes 00cd6d08ec93647619a96f08bcd52eade7d1997346654f585ffb22054c9244f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:08:46 + docker inspect -f . ci-base-image-x86_64 11:08:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:08:46 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:08:46 $ 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 ******** -e ******** ci-base-image-x86_64 cat 11:08:46 $ docker top 000076a8a062957da3bae66ba594ee7da7e8c64f2ee39b802ff29b1c77ed1958 -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:46 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 11:08:47 + make test 11:08:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:08:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 11:08:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.6 11:08:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.15 11:08:47 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.5 11:08:47 go: downloading github.com/google/uuid v1.3.0 11:08:47 go: downloading github.com/labstack/echo/v4 v4.11.1 11:08:47 go: downloading github.com/stretchr/testify v1.8.4 11:08:47 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 11:08:47 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:08:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.6 11:08:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.4 11:08:47 go: downloading github.com/mitchellh/copystructure v1.2.0 11:08:47 go: downloading gopkg.in/yaml.v3 v3.0.1 11:08:47 go: downloading github.com/mitchellh/mapstructure v1.5.0 11:08:47 go: downloading github.com/gorilla/websocket v1.5.0 11:08:47 go: downloading golang.org/x/net v0.13.0 11:08:47 go: downloading golang.org/x/sync v0.2.0 11:08:47 go: downloading github.com/fxamacker/cbor/v2 v2.5.0 11:08:47 go: downloading github.com/go-kit/log v0.2.1 11:08:47 go: downloading github.com/go-playground/validator/v10 v10.15.0 11:08:47 go: downloading github.com/hashicorp/errwrap v1.1.0 11:08:47 go: downloading github.com/labstack/gommon v0.4.0 11:08:47 go: downloading golang.org/x/crypto v0.11.0 11:08:47 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 11:08:47 go: downloading github.com/valyala/fasttemplate v1.2.2 11:08:47 go: downloading golang.org/x/time v0.3.0 11:08:47 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:08:47 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:08:47 go: downloading github.com/stretchr/objx v0.5.0 11:08:47 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 11:08:47 go: downloading github.com/mitchellh/reflectwalk v1.0.2 11:08:47 go: downloading github.com/go-redis/redis/v7 v7.3.0 11:08:47 go: downloading github.com/hashicorp/consul/api v1.24.0 11:08:47 go: downloading github.com/go-logfmt/logfmt v0.5.1 11:08:47 go: downloading github.com/x448/float16 v0.8.4 11:08:47 go: downloading github.com/mattn/go-colorable v0.1.13 11:08:47 go: downloading github.com/mattn/go-isatty v0.0.19 11:08:47 go: downloading github.com/valyala/bytebufferpool v1.0.0 11:08:47 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 11:08:47 go: downloading github.com/go-playground/universal-translator v0.18.1 11:08:47 go: downloading github.com/leodido/go-urn v1.2.4 11:08:47 go: downloading golang.org/x/text v0.11.0 11:08:47 go: downloading github.com/zeebo/errs v1.3.0 11:08:47 go: downloading google.golang.org/grpc v1.53.0 11:08:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:08:48 go: downloading golang.org/x/sys v0.10.0 11:08:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 11:08:48 go: downloading github.com/hashicorp/go-hclog v1.5.0 11:08:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 11:08:48 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 11:08:48 go: downloading github.com/hashicorp/serf v0.10.1 11:08:48 go: downloading github.com/go-playground/locales v0.14.1 11:08:48 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 11:08:48 go: downloading google.golang.org/protobuf v1.28.1 11:08:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:08:48 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 11:08:48 go: downloading github.com/fatih/color v1.14.1 11:08:48 go: downloading github.com/armon/go-metrics v0.4.1 11:08:48 go: downloading github.com/golang/protobuf v1.5.2 11:08:48 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 11:08:48 go: downloading github.com/hashicorp/golang-lru v0.5.4 11:09:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 11:09:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 11:09:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 11:09:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 11:09:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.097s coverage: 35.4% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.020s coverage: 93.5% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.024s coverage: 91.7% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.330s coverage: 88.2% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.006s coverage: 85.0% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.025s coverage: 46.8% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.019s coverage: 100.0% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.340s coverage: 87.7% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.028s coverage: 26.3% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.043s coverage: 79.0% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.010s coverage: 59.3% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.015s coverage: 31.2% of statements 11:09:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.007s coverage: 91.3% of statements 11:09:34 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:09:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:09:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:09:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:09:37 $ docker stop --time=1 000076a8a062957da3bae66ba594ee7da7e8c64f2ee39b802ff29b1c77ed1958 11:09:39 $ docker rm -f --volumes 000076a8a062957da3bae66ba594ee7da7e8c64f2ee39b802ff29b1c77ed1958 [Pipeline] // withDockerContainer [Pipeline] sh 11:09:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:09:39 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 11:09:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:09:40 11:09:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:09:40 latest: Pulling from edgex-lftools-log-publisher 11:09:40 5eb5b503b376: Pulling fs layer 11:09:40 5c69ac0246d0: Pulling fs layer 11:09:40 ec43610c2a17: Pulling fs layer 11:09:40 3a2ae6a8a46f: Pulling fs layer 11:09:40 33b1e0a273af: Pulling fs layer 11:09:40 5d3b04190fa2: Pulling fs layer 11:09:40 2f39f015ded8: Pulling fs layer 11:09:40 3a2ae6a8a46f: Waiting 11:09:40 33b1e0a273af: Waiting 11:09:40 5d3b04190fa2: Waiting 11:09:40 2f39f015ded8: Waiting 11:09:40 5c69ac0246d0: Download complete 11:09:40 3a2ae6a8a46f: Verifying Checksum 11:09:40 3a2ae6a8a46f: Download complete 11:09:40 33b1e0a273af: Verifying Checksum 11:09:40 33b1e0a273af: Download complete 11:09:40 5d3b04190fa2: Verifying Checksum 11:09:40 5d3b04190fa2: Download complete 11:09:40 ec43610c2a17: Verifying Checksum 11:09:40 ec43610c2a17: Download complete 11:09:41 5eb5b503b376: Verifying Checksum 11:09:41 5eb5b503b376: Download complete 11:09:41 2f39f015ded8: Download complete 11:09:42 5eb5b503b376: Pull complete 11:09:42 5c69ac0246d0: Pull complete 11:09:42 ec43610c2a17: Pull complete 11:09:43 3a2ae6a8a46f: Pull complete 11:09:43 33b1e0a273af: Pull complete 11:09:43 5d3b04190fa2: Pull complete 11:09:47 2f39f015ded8: Pull complete 11:09:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:09:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:09:47 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:09:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:09:53 $ docker top 7a98689992b8f4cdb4885f06332e188f64e699497ba2a38e05c3a3bb7406f0e7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:09:54 ---> job-cost.sh 11:09:54 lf-activate-venv: SKIPPING 11:09:54 INFO: No Stack... 11:09:54 INFO: Retrieving Pricing Info for: v3-standard-8 11:09:54 INFO: Archiving Costs [Pipeline] sh 11:09:55 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 11:09:55 + cut -d, -f6 [Pipeline] lock 11:09:55 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] 11:09:55 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] did not exist. Created. 11:09:55 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:09:55 + echo total: 0.2199999988079071 [Pipeline] stash 11:09:55 Stashed 1 file(s) [Pipeline] } 11:09:55 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 11:09:55 $ docker stop --time=1 7a98689992b8f4cdb4885f06332e188f64e699497ba2a38e05c3a3bb7406f0e7 11:09:56 $ docker rm -f --volumes 7a98689992b8f4cdb4885f06332e188f64e699497ba2a38e05c3a3bb7406f0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:10:18 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3680 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 11:10:18 Running in /w/workspace/go-mod-bootstrap/210 [Pipeline] { [Pipeline] checkout 11:10:18 The recommended git tool is: git 11:10:23 using credential edgex-jenkins-ssh 11:10:23 Cloning the remote Git repository 11:10:23 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 11:10:23 > git init /w/workspace/go-mod-bootstrap/210 # timeout=10 11:10:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:10:23 > git --version # timeout=10 11:10:23 > git --version # 'git version 2.25.1' 11:10:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:10:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:26 Avoid second fetch 11:10:26 Checking out Revision 977a66ae040c652d9b6fe74828d8c73c0adbe61c (main) 11:10:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:10:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:10:26 > git config core.sparsecheckout # timeout=10 11:10:26 > git checkout -f 977a66ae040c652d9b6fe74828d8c73c0adbe61c # timeout=10 11:10:26 Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v3-3.1.0-dev.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:10:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:10:27 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:27 Dload Upload Total Spent Left Speed 11:10:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 56171 0 --:--:-- --:--:-- --:--:-- 56420 [Pipeline] sh 11:10:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:10:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 11:10:28 + sudo tee /etc/docker/daemon.new 11:10:28 { 11:10:28 "registry-mirrors": [ 11:10:28 "https://nexus3.edgexfoundry.org:10001" 11:10:28 ], 11:10:28 "bip": "10.250.0.254/24", 11:10:28 "hosts": [ 11:10:28 "tcp://0.0.0.0:5555", 11:10:28 "unix:///var/run/docker.sock" 11:10:28 ], 11:10:28 "mtu": 1458, 11:10:28 "selinux-enabled": true, 11:10:28 "seccomp-profile": "/etc/docker/seccomp.json" 11:10:28 } [Pipeline] sh 11:10:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:10:28 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 11:10:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:10:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:10:47 ========================================================= 11:10:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 11:10:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:10:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:10:48 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:10:48 edb6bdbacee9: Pulling fs layer 11:10:48 5f9638ab2659: Pulling fs layer 11:10:48 8d51d6327a98: Pulling fs layer 11:10:48 8b374f2dd631: Pulling fs layer 11:10:48 ec14aa9079de: Pulling fs layer 11:10:48 2f466654f4bb: Pulling fs layer 11:10:48 554e91adad29: Pulling fs layer 11:10:48 8b374f2dd631: Waiting 11:10:48 ec14aa9079de: Waiting 11:10:48 2f466654f4bb: Waiting 11:10:48 554e91adad29: Waiting 11:10:48 5f9638ab2659: Download complete 11:10:48 8b374f2dd631: Download complete 11:10:48 ec14aa9079de: Verifying Checksum 11:10:48 ec14aa9079de: Download complete 11:10:48 edb6bdbacee9: Verifying Checksum 11:10:48 edb6bdbacee9: Download complete 11:10:49 edb6bdbacee9: Pull complete 11:10:49 554e91adad29: Verifying Checksum 11:10:49 554e91adad29: Download complete 11:10:49 5f9638ab2659: Pull complete 11:10:50 8d51d6327a98: Download complete 11:10:50 2f466654f4bb: Verifying Checksum 11:10:50 2f466654f4bb: Download complete 11:11:03 8d51d6327a98: Pull complete 11:11:03 8b374f2dd631: Pull complete 11:11:03 ec14aa9079de: Pull complete 11:11:08 2f466654f4bb: Pull complete 11:11:11 554e91adad29: Pull complete 11:11:11 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 11:11:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 11:11:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 11:11:11 + 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 11:11:14 + docker inspect -f . ci-base-image-arm64 11:11:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:14 prd-ubuntu20.04-docker-arm64-4c-16g-3680 does not seem to be running inside a container 11:11:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/210 -v /w/workspace/go-mod-bootstrap/210:/w/workspace/go-mod-bootstrap/210:rw,z -v /w/workspace/go-mod-bootstrap/210@tmp:/w/workspace/go-mod-bootstrap/210@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 11:11:17 $ docker top f68ff43603520169151c7eb9cc7009c01fabef4caf19d59c7f7db08bf99d033b -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:18 + go version 11:11:18 go version go1.20.6 linux/arm64 [Pipeline] } 11:11:18 $ docker stop --time=1 f68ff43603520169151c7eb9cc7009c01fabef4caf19d59c7f7db08bf99d033b 11:11:20 $ docker rm -f --volumes f68ff43603520169151c7eb9cc7009c01fabef4caf19d59c7f7db08bf99d033b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:20 + docker inspect -f . ci-base-image-arm64 11:11:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:11:20 prd-ubuntu20.04-docker-arm64-4c-16g-3680 does not seem to be running inside a container 11:11:21 $ 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/210 -v /w/workspace/go-mod-bootstrap/210:/w/workspace/go-mod-bootstrap/210:rw,z -v /w/workspace/go-mod-bootstrap/210@tmp:/w/workspace/go-mod-bootstrap/210@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 11:11:22 $ docker top 19e2543bc008ecc4552c48037fad5649193368f9183c8be1bff0aa42660e26b0 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:22 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/210 [Pipeline] fileExists [Pipeline] sh 11:11:23 + make test 11:11:23 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:11:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.6 11:11:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.4 11:11:23 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.5 11:11:23 go: downloading github.com/mitchellh/copystructure v1.2.0 11:11:23 go: downloading gopkg.in/yaml.v3 v3.0.1 11:11:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 11:11:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.15 11:11:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.6 11:11:24 go: downloading github.com/stretchr/testify v1.8.4 11:11:24 go: downloading github.com/google/uuid v1.3.0 11:11:24 go: downloading github.com/labstack/echo/v4 v4.11.1 11:11:24 go: downloading github.com/mitchellh/mapstructure v1.5.0 11:11:24 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 11:11:24 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:11:24 go: downloading github.com/mitchellh/reflectwalk v1.0.2 11:11:24 go: downloading github.com/go-kit/log v0.2.1 11:11:24 go: downloading github.com/go-playground/validator/v10 v10.15.0 11:11:24 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 11:11:24 go: downloading github.com/fxamacker/cbor/v2 v2.5.0 11:11:24 go: downloading github.com/gorilla/websocket v1.5.0 11:11:24 go: downloading golang.org/x/net v0.13.0 11:11:24 go: downloading golang.org/x/sync v0.2.0 11:11:24 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 11:11:24 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 11:11:24 go: downloading github.com/stretchr/objx v0.5.0 11:11:24 go: downloading github.com/hashicorp/errwrap v1.1.0 11:11:24 go: downloading github.com/hashicorp/consul/api v1.24.0 11:11:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:11:24 go: downloading github.com/labstack/gommon v0.4.0 11:11:24 go: downloading golang.org/x/crypto v0.11.0 11:11:25 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 11:11:25 go: downloading github.com/valyala/fasttemplate v1.2.2 11:11:25 go: downloading golang.org/x/time v0.3.0 11:11:25 go: downloading github.com/go-logfmt/logfmt v0.5.1 11:11:25 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 11:11:25 go: downloading github.com/go-playground/universal-translator v0.18.1 11:11:25 go: downloading github.com/leodido/go-urn v1.2.4 11:11:25 go: downloading golang.org/x/text v0.11.0 11:11:26 go: downloading github.com/go-redis/redis/v7 v7.3.0 11:11:26 go: downloading github.com/zeebo/errs v1.3.0 11:11:26 go: downloading google.golang.org/grpc v1.53.0 11:11:28 go: downloading github.com/x448/float16 v0.8.4 11:11:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:11:28 go: downloading github.com/mattn/go-colorable v0.1.13 11:11:28 go: downloading github.com/mattn/go-isatty v0.0.19 11:11:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 11:11:28 go: downloading github.com/hashicorp/go-hclog v1.5.0 11:11:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 11:11:28 go: downloading github.com/hashicorp/serf v0.10.1 11:11:28 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 11:11:28 go: downloading github.com/valyala/bytebufferpool v1.0.0 11:11:28 go: downloading github.com/go-playground/locales v0.14.1 11:11:28 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 11:11:28 go: downloading google.golang.org/protobuf v1.28.1 11:11:30 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 11:11:30 go: downloading golang.org/x/sys v0.10.0 11:11:30 go: downloading github.com/fatih/color v1.14.1 11:11:30 go: downloading github.com/armon/go-metrics v0.4.1 11:11:30 go: downloading github.com/golang/protobuf v1.5.2 11:11:31 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 11:11:31 go: downloading github.com/hashicorp/golang-lru v0.5.4 11:13:37 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 11:13:48 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 11:13:58 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 11:13:58 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.163s coverage: 35.4% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.076s coverage: 93.5% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.084s coverage: 91.7% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.477s coverage: 88.2% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.020s coverage: 85.0% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.105s coverage: 46.8% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.149s coverage: 100.0% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.391s coverage: 87.7% of statements 11:14:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.058s coverage: 26.3% of statements 11:14:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 11:14:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.187s coverage: 79.0% of statements 11:14:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.088s coverage: 59.3% of statements 11:14:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.042s coverage: 31.2% of statements 11:14:10 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.017s coverage: 91.3% of statements 11:14:11 WARNING: Linting skipped (not on x86_64 or linter not installed) 11:14:11 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:14:43 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:14:43 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:14:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 11:14:43 $ docker stop --time=1 19e2543bc008ecc4552c48037fad5649193368f9183c8be1bff0aa42660e26b0 11:14:45 $ docker rm -f --volumes 19e2543bc008ecc4552c48037fad5649193368f9183c8be1bff0aa42660e26b0 [Pipeline] // withDockerContainer [Pipeline] sh 11:14:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:14:48 Warning: overwriting stash ‘coverage-report’ 11:14:48 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 11:14:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:14:49 11:14:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:14:52 arm64: Pulling from edgex-lftools-log-publisher 11:14:52 8998bd30e6a1: Pulling fs layer 11:14:52 04944245beec: Pulling fs layer 11:14:52 699f458cf7ca: Pulling fs layer 11:14:52 765212b225bb: Pulling fs layer 11:14:52 f23df028b6ca: Pulling fs layer 11:14:52 d65c8cfc05b1: Pulling fs layer 11:14:52 2437ff75d9bd: Pulling fs layer 11:14:52 765212b225bb: Waiting 11:14:52 f23df028b6ca: Waiting 11:14:52 d65c8cfc05b1: Waiting 11:14:52 2437ff75d9bd: Waiting 11:14:52 04944245beec: Verifying Checksum 11:14:52 04944245beec: Download complete 11:14:52 765212b225bb: Verifying Checksum 11:14:52 765212b225bb: Download complete 11:14:52 f23df028b6ca: Download complete 11:14:52 d65c8cfc05b1: Verifying Checksum 11:14:52 d65c8cfc05b1: Download complete 11:14:52 699f458cf7ca: Verifying Checksum 11:14:52 699f458cf7ca: Download complete 11:14:53 8998bd30e6a1: Verifying Checksum 11:14:53 8998bd30e6a1: Download complete 11:14:56 2437ff75d9bd: Verifying Checksum 11:14:56 2437ff75d9bd: Download complete 11:15:00 8998bd30e6a1: Pull complete 11:15:02 04944245beec: Pull complete 11:15:05 699f458cf7ca: Pull complete 11:15:05 765212b225bb: Pull complete 11:15:06 f23df028b6ca: Pull complete 11:15:06 d65c8cfc05b1: Pull complete 11:15:24 2437ff75d9bd: Pull complete 11:15:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:15:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:25 prd-ubuntu20.04-docker-arm64-4c-16g-3680 does not seem to be running inside a container 11:15:25 $ 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/210 -v /w/workspace/go-mod-bootstrap/210:/w/workspace/go-mod-bootstrap/210:rw,z -v /w/workspace/go-mod-bootstrap/210@tmp:/w/workspace/go-mod-bootstrap/210@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 11:15:26 $ docker top d8b6fe0760eb6787bab1f559275c515380531848bbde2a03f6c093d6f1db70ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:15:27 ---> job-cost.sh 11:15:27 lf-activate-venv: SKIPPING 11:15:27 INFO: No Stack... 11:15:27 INFO: Retrieving Pricing Info for: v3-standard-4 11:15:28 INFO: Archiving Costs [Pipeline] sh 11:15:29 + cat /w/workspace/go-mod-bootstrap/210/archives/cost.csv 11:15:29 + cut -d, -f6 [Pipeline] lock 11:15:29 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] 11:15:29 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] did not exist. Created. 11:15:29 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:15:29 /w/workspace/go-mod-bootstrap/210@tmp/durable-76c0d007/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 11:15:30 + echo total: 0.10999999940395355 [Pipeline] stash 11:15:30 Warning: overwriting stash ‘stack-cost’ 11:15:30 Stashed 1 file(s) [Pipeline] } 11:15:30 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-210-stack-cost] [Pipeline] // lock [Pipeline] } 11:15:30 $ docker stop --time=1 d8b6fe0760eb6787bab1f559275c515380531848bbde2a03f6c093d6f1db70ee 11:15:33 $ docker rm -f --volumes d8b6fe0760eb6787bab1f559275c515380531848bbde2a03f6c093d6f1db70ee [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 11:15:34 provisioning config files... 11:15:34 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config190621271436423592tmp [Pipeline] { [Pipeline] sh 11:15:34 + set +x 11:15:34 + + curl -s https://codecov.io/bash 11:15:34 bash -s -- 11:15:34 11:15:34 _____ _ 11:15:34 / ____| | | 11:15:34 | | ___ __| | ___ ___ _____ __ 11:15:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:15:34 | |___| (_) | (_| | __/ (_| (_) \ V / 11:15:34 \_____\___/ \__,_|\___|\___\___/ \_/ 11:15:34 Bash-1.0.6 11:15:34 11:15:34 11:15:34 ==> git version 2.25.1 found 11:15:34 ==> 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 11:15:34 Release-Date: 2020-01-08 11:15:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:15:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:15:34 ==> Jenkins CI detected. 11:15:34 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 11:15:34 project root: . 11:15:34 --> token set from env 11:15:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:15:34 ==> Running gcov in . (disable via -X gcov) 11:15:34 ==> Python coveragepy not found 11:15:34 ==> Searching for coverage reports in: 11:15:34 + . 11:15:34 -> Found 1 reports 11:15:34 ==> Detecting git/mercurial file structure 11:15:34 ==> Reading reports 11:15:34 + ./coverage.out bytes=102749 11:15:34 ==> Appending adjustments 11:15:34 https://docs.codecov.io/docs/fixing-reports 11:15:34 + Found adjustments 11:15:34 ==> Gzipping contents 11:15:34 16K /tmp/codecov.QCb7IN.gz 11:15:34 ==> Uploading reports 11:15:34 url: https://codecov.io 11:15:34 query: branch=main&commit=977a66ae040c652d9b6fe74828d8c73c0adbe61c&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 11:15:34 -> Pinging Codecov 11:15:34 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=977a66ae040c652d9b6fe74828d8c73c0adbe61c&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F210%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 11:15:35 -> Uploading to 11:15:35 https://storage.googleapis.com/codecov/v4/raw/2023-08-15/833815588EE85121546D348822E98E2E/977a66ae040c652d9b6fe74828d8c73c0adbe61c/1c3f979a-b37c-4acc-b374-4bd73c609c77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230815T111534Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6c0fd2ac86499c5bfbb910b127a03a3d5d74ded8bfd8b31b35a0fb157a06d745 11:15:35 % Total % Received % Xferd Average Speed Time Time Time Current 11:15:35 Dload Upload Total Spent Left Speed 11:15:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16069 0 0 100 16069 0 88779 --:--:-- --:--:-- --:--:-- 88779 11:15:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] } 11:15:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:15:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:15:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:15:35 11:15:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:15:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:15:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:15:35 df9b9388f04a: Pulling fs layer 11:15:35 52dc419b0ee2: Pulling fs layer 11:15:35 25bc292e5bac: Pulling fs layer 11:15:35 114826534d7a: Pulling fs layer 11:15:35 4657fd5d0bcf: Pulling fs layer 11:15:35 6ad1cebc031e: Pulling fs layer 11:15:35 8a3aa393b2d8: Pulling fs layer 11:15:35 114826534d7a: Waiting 11:15:35 8a3aa393b2d8: Waiting 11:15:35 4657fd5d0bcf: Waiting 11:15:35 6ad1cebc031e: Waiting 11:15:35 25bc292e5bac: Download complete 11:15:35 52dc419b0ee2: Download complete 11:15:35 4657fd5d0bcf: Verifying Checksum 11:15:35 4657fd5d0bcf: Download complete 11:15:35 df9b9388f04a: Verifying Checksum 11:15:35 df9b9388f04a: Download complete 11:15:36 df9b9388f04a: Pull complete 11:15:36 52dc419b0ee2: Pull complete 11:15:36 6ad1cebc031e: Verifying Checksum 11:15:36 6ad1cebc031e: Download complete 11:15:36 25bc292e5bac: Pull complete 11:15:36 114826534d7a: Verifying Checksum 11:15:36 114826534d7a: Download complete 11:15:37 8a3aa393b2d8: Verifying Checksum 11:15:37 8a3aa393b2d8: Download complete 11:15:41 114826534d7a: Pull complete 11:15:41 4657fd5d0bcf: Pull complete 11:15:41 6ad1cebc031e: Pull complete 11:15:46 8a3aa393b2d8: Pull complete 11:15:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 11:15:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:15:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:15:46 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:15:46 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:15:51 $ docker top 1160b58bacababc9fafbcd82135c4ec28664b367373b150675816453c4a428d8 -eo pid,comm [Pipeline] { [Pipeline] echo 11:15:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 11:15:52 + set -o pipefail 11:15:52 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 11:15:57 11:15:57 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 11:15:57 11:15:57 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/c76c73a2-b91a-4a56-856e-4e5afbc73f06 11:15:57 11:15:57 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:15:57 11:15:57 11:15:57 A medium severity vulnerability was found in the Snyk CLI versions you are using. 11:15:57 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 11:15:57 More details here: https://snyk.co/ue1NS 11:15:57 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 11:15:57 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:15:57 $ docker stop --time=1 1160b58bacababc9fafbcd82135c4ec28664b367373b150675816453c4a428d8 11:16:02 $ docker rm -f --volumes 1160b58bacababc9fafbcd82135c4ec28664b367373b150675816453c4a428d8 [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 11:16:03 + git log --format=format:%s -1 977a66ae040c652d9b6fe74828d8c73c0adbe61c [Pipeline] sh 11:16:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:16:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:04 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:16:04 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:16:04 $ docker top 10d6d3e417f49da64b05f92c01cb731cb78323ecbf1d0ca076add4da26e7b226 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:04 [ssh-agent] Looking for ssh-agent implementation... 11:16:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:05 $ docker exec 10d6d3e417f49da64b05f92c01cb731cb78323ecbf1d0ca076add4da26e7b226 ssh-agent 11:16:05 SSH_AUTH_SOCK=/tmp/ssh-JfCo04fZEx3z/agent.32 11:16:05 SSH_AGENT_PID=38 11:16:05 Running ssh-add (command line suppressed) 11:16:05 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15251806362650377906.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15251806362650377906.key) 11:16:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:05 + git semver tag 11:16:05 2023-08-15 11:16:05,804 [run_tag] DEBUG tag force:False 11:16:05 2023-08-15 11:16:05,804 [check_head_tag] DEBUG check head tag 11:16:05 2023-08-15 11:16:05,806 [execute] INFO git cat-file --batch-check 11:16:05 2023-08-15 11:16:05,806 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 11:16:05 2023-08-15 11:16:05,810 [execute] INFO git cat-file --batch 11:16:05 2023-08-15 11:16:05,811 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 11:16:05 2023-08-15 11:16:05,839 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:05 2023-08-15 11:16:05,840 [execute] INFO git tag -a v3.1.0-dev.24 -m v3.1.0-dev.24 11:16:05 2023-08-15 11:16:05,840 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.24', '-m', 'v3.1.0-dev.24'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 11:16:05 2023-08-15 11:16:05,845 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:05 3.1.0-dev.24 [Pipeline] } 11:16:05 $ docker exec --env ******** --env ******** 10d6d3e417f49da64b05f92c01cb731cb78323ecbf1d0ca076add4da26e7b226 ssh-agent -k 11:16:05 unset SSH_AUTH_SOCK; 11:16:05 unset SSH_AGENT_PID; 11:16:05 echo Agent pid 38 killed; 11:16:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:06 + git semver [Pipeline] } 11:16:06 $ docker stop --time=1 10d6d3e417f49da64b05f92c01cb731cb78323ecbf1d0ca076add4da26e7b226 11:16:07 $ docker rm -f --volumes 10d6d3e417f49da64b05f92c01cb731cb78323ecbf1d0ca076add4da26e7b226 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:16:08 11:16:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:16:08 0.23.1-centos7: Pulling from edgex-lftools 11:16:08 ab5ef0e58194: Pulling fs layer 11:16:08 9712f1f96733: Pulling fs layer 11:16:08 63f879dbbcfc: Pulling fs layer 11:16:08 0d9ebad4ef96: Pulling fs layer 11:16:08 e9a5061849ea: Pulling fs layer 11:16:08 d747dcd14b5f: Pulling fs layer 11:16:08 0d9ebad4ef96: Waiting 11:16:08 e9a5061849ea: Waiting 11:16:08 d747dcd14b5f: Waiting 11:16:08 2de7ff778b66: Pulling fs layer 11:16:08 2de7ff778b66: Waiting 11:16:08 9712f1f96733: Verifying Checksum 11:16:08 9712f1f96733: Download complete 11:16:09 63f879dbbcfc: Verifying Checksum 11:16:09 63f879dbbcfc: Download complete 11:16:09 0d9ebad4ef96: Verifying Checksum 11:16:09 0d9ebad4ef96: Download complete 11:16:09 d747dcd14b5f: Verifying Checksum 11:16:09 d747dcd14b5f: Download complete 11:16:09 e9a5061849ea: Verifying Checksum 11:16:09 e9a5061849ea: Download complete 11:16:09 ab5ef0e58194: Verifying Checksum 11:16:09 ab5ef0e58194: Download complete 11:16:09 2de7ff778b66: Verifying Checksum 11:16:09 2de7ff778b66: Download complete 11:16:12 ab5ef0e58194: Pull complete 11:16:12 9712f1f96733: Pull complete 11:16:12 63f879dbbcfc: Pull complete 11:16:17 0d9ebad4ef96: Pull complete 11:16:17 e9a5061849ea: Pull complete 11:16:17 d747dcd14b5f: Pull complete 11:16:18 2de7ff778b66: Pull complete 11:16:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:16:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:16:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:18 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:16:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:16:25 $ docker top 0f3e5f7fcf9fb6dd292eb3ae4fef36c99d4ec016518d7501c1eec37efbbd8202 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:16:25 provisioning config files... 11:16:25 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config2798812352388142173tmp 11:16:25 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15259190473118935872tmp 11:16:25 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15581907437010561178tmp [Pipeline] { [Pipeline] echo 11:16:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:16:26 ---> sigul-configuration.sh 11:16:26 gpg: directory `/root/.gnupg' created 11:16:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:16:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:16:26 gpg: keyring `/root/.gnupg/secring.gpg' created 11:16:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:16:26 gpg: CAST5 encrypted data 11:16:26 gpg: encrypted with 1 passphrase 11:16:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:16:26 + mkdir /home/jenkins 11:16:26 + mkdir /home/jenkins/sigul [Pipeline] sh 11:16:26 + 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 11:16:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:16:26 ---> sigul-install.sh 11:16:26 Sigul already installed; skipping installation. [Pipeline] sh 11:16:27 + git tag --list 11:16:27 v0.0.1 11:16:27 v0.0.10 11:16:27 v0.0.11 11:16:27 v0.0.12 11:16:27 v0.0.13 11:16:27 v0.0.14 11:16:27 v0.0.15 11:16:27 v0.0.16 11:16:27 v0.0.17 11:16:27 v0.0.18 11:16:27 v0.0.19 11:16:27 v0.0.2 11:16:27 v0.0.20 11:16:27 v0.0.21 11:16:27 v0.0.22 11:16:27 v0.0.23 11:16:27 v0.0.24 11:16:27 v0.0.25 11:16:27 v0.0.26 11:16:27 v0.0.27 11:16:27 v0.0.28 11:16:27 v0.0.29 11:16:27 v0.0.3 11:16:27 v0.0.30 11:16:27 v0.0.31 11:16:27 v0.0.32 11:16:27 v0.0.33 11:16:27 v0.0.34 11:16:27 v0.0.35 11:16:27 v0.0.36 11:16:27 v0.0.37 11:16:27 v0.0.38 11:16:27 v0.0.39 11:16:27 v0.0.4 11:16:27 v0.0.40 11:16:27 v0.0.41 11:16:27 v0.0.42 11:16:27 v0.0.43 11:16:27 v0.0.44 11:16:27 v0.0.45 11:16:27 v0.0.46 11:16:27 v0.0.47 11:16:27 v0.0.48 11:16:27 v0.0.49 11:16:27 v0.0.5 11:16:27 v0.0.50 11:16:27 v0.0.51 11:16:27 v0.0.52 11:16:27 v0.0.53 11:16:27 v0.0.54 11:16:27 v0.0.55 11:16:27 v0.0.56 11:16:27 v0.0.57 11:16:27 v0.0.58 11:16:27 v0.0.59 11:16:27 v0.0.6 11:16:27 v0.0.60 11:16:27 v0.0.61 11:16:27 v0.0.62 11:16:27 v0.0.63 11:16:27 v0.0.64 11:16:27 v0.0.65 11:16:27 v0.0.66 11:16:27 v0.0.67 11:16:27 v0.0.68 11:16:27 v0.0.69 11:16:27 v0.0.7 11:16:27 v0.0.70 11:16:27 v0.0.71 11:16:27 v0.0.72 11:16:27 v0.0.8 11:16:27 v0.0.9 11:16:27 v2.0.0 11:16:27 v2.1.0 11:16:27 v2.1.1 11:16:27 v2.2.0 11:16:27 v2.3.0 11:16:27 v3.0 11:16:27 v3.0.0 11:16:27 v3.0.1 11:16:27 v3.1.0-dev.1 11:16:27 v3.1.0-dev.10 11:16:27 v3.1.0-dev.11 11:16:27 v3.1.0-dev.12 11:16:27 v3.1.0-dev.13 11:16:27 v3.1.0-dev.14 11:16:27 v3.1.0-dev.15 11:16:27 v3.1.0-dev.16 11:16:27 v3.1.0-dev.17 11:16:27 v3.1.0-dev.18 11:16:27 v3.1.0-dev.19 11:16:27 v3.1.0-dev.2 11:16:27 v3.1.0-dev.20 11:16:27 v3.1.0-dev.21 11:16:27 v3.1.0-dev.22 11:16:27 v3.1.0-dev.23 11:16:27 v3.1.0-dev.24 11:16:27 v3.1.0-dev.3 11:16:27 v3.1.0-dev.4 11:16:27 v3.1.0-dev.5 11:16:27 v3.1.0-dev.6 11:16:27 v3.1.0-dev.7 11:16:27 v3.1.0-dev.8 11:16:27 v3.1.0-dev.9 [Pipeline] sh 11:16:27 + lftools sign git-tag v3.1.0-dev.24 11:16:28 Signing Git tag with Sigul... 11:16:28 Signing v3.1.0-dev.24 [Pipeline] echo 11:16:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:16:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:16:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:16:28 $ docker stop --time=1 0f3e5f7fcf9fb6dd292eb3ae4fef36c99d4ec016518d7501c1eec37efbbd8202 11:16:30 $ docker rm -f --volumes 0f3e5f7fcf9fb6dd292eb3ae4fef36c99d4ec016518d7501c1eec37efbbd8202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:16:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:16:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:31 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:16: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:16:31 $ docker top e81d0231b4475d9a8a071f35c3d129b95cc4a4f9aa26b698a4b9ceae43a23827 -eo pid,comm 11:16:31 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). 11:16:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:31 [ssh-agent] Looking for ssh-agent implementation... 11:16:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:31 $ docker exec e81d0231b4475d9a8a071f35c3d129b95cc4a4f9aa26b698a4b9ceae43a23827 ssh-agent 11:16:31 SSH_AUTH_SOCK=/tmp/ssh-35EcZHxWn2kM/agent.27 11:16:31 SSH_AGENT_PID=38 11:16:31 Running ssh-add (command line suppressed) 11:16:31 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2486890845499446188.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2486890845499446188.key) 11:16:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:32 + git semver bump pre 11:16:32 2023-08-15 11:16:32,445 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:32 2023-08-15 11:16:32,445 [bump_version] DEBUG bumping version:3.1.0-dev.24 on axis:pre with prefix:dev 11:16:32 2023-08-15 11:16:32,445 [bump_version] DEBUG bumped version:3.1.0-dev.25 11:16:32 2023-08-15 11:16:32,445 [write_version] DEBUG write version:3.1.0-dev.25 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 11:16:32 2023-08-15 11:16:32,445 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:32 2023-08-15 11:16:32,445 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:32 2023-08-15 11:16:32,447 [execute] INFO git cat-file --batch-check 11:16:32 2023-08-15 11:16:32,447 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 11:16:32 2023-08-15 11:16:32,452 [execute] INFO git cat-file --batch 11:16:32 2023-08-15 11:16:32,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 11:16:32 2023-08-15 11:16:32,459 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:32 3.1.0-dev.25 [Pipeline] } 11:16:32 $ docker exec --env ******** --env ******** e81d0231b4475d9a8a071f35c3d129b95cc4a4f9aa26b698a4b9ceae43a23827 ssh-agent -k 11:16:32 unset SSH_AUTH_SOCK; 11:16:32 unset SSH_AGENT_PID; 11:16:32 echo Agent pid 38 killed; 11:16:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:32 + git semver [Pipeline] } 11:16:33 $ docker stop --time=1 e81d0231b4475d9a8a071f35c3d129b95cc4a4f9aa26b698a4b9ceae43a23827 11:16:34 $ docker rm -f --volumes e81d0231b4475d9a8a071f35c3d129b95cc4a4f9aa26b698a4b9ceae43a23827 [Pipeline] // withDockerContainer [Pipeline] sh 11:16:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:16:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:16:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:35 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:16: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:16:35 $ docker top b101e683a5409d126b52fb76852d5bc4861331312c94bee44fff50c07e4fee42 -eo pid,comm 11:16:35 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). 11:16:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:35 [ssh-agent] Looking for ssh-agent implementation... 11:16:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:35 $ docker exec b101e683a5409d126b52fb76852d5bc4861331312c94bee44fff50c07e4fee42 ssh-agent 11:16:35 SSH_AUTH_SOCK=/tmp/ssh-OjR9sV2QVOqp/agent.32 11:16:35 SSH_AGENT_PID=38 11:16:35 Running ssh-add (command line suppressed) 11:16:36 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10040835598619095321.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10040835598619095321.key) 11:16:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:36 + git semver push 11:16:36 2023-08-15 11:16:36,538 [run_push] DEBUG push 11:16:36 2023-08-15 11:16:36,539 [execute] INFO git cat-file --batch-check 11:16:36 2023-08-15 11:16:36,539 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 11:16:36 2023-08-15 11:16:36,543 [execute] INFO git rev-list 2a0bdf82554c963ee836ff283a8e90bbe4464f80 -- 11:16:36 2023-08-15 11:16:36,543 [execute] DEBUG Popen(['git', 'rev-list', '2a0bdf82554c963ee836ff283a8e90bbe4464f80', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 11:16:36 2023-08-15 11:16:36,555 [execute] INFO git fetch -v origin 11:16:36 2023-08-15 11:16:36,555 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 11:16:37 2023-08-15 11:16:37,047 [run_push] DEBUG no remote changes detected 11:16:37 2023-08-15 11:16:37,047 [execute] INFO git push origin semver 11:16:37 2023-08-15 11:16:37,047 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 11:16:38 2023-08-15 11:16:37,841 [run_push] DEBUG push all version tags 11:16:38 2023-08-15 11:16:37,842 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:16:38 2023-08-15 11:16:37,842 [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) 11:16:38 2023-08-15 11:16:38,542 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 11:16:38 3.1.0-dev.25 [Pipeline] } 11:16:38 $ docker exec --env ******** --env ******** b101e683a5409d126b52fb76852d5bc4861331312c94bee44fff50c07e4fee42 ssh-agent -k 11:16:38 unset SSH_AUTH_SOCK; 11:16:38 unset SSH_AGENT_PID; 11:16:38 echo Agent pid 38 killed; 11:16:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:39 + git semver [Pipeline] } 11:16:39 $ docker stop --time=1 b101e683a5409d126b52fb76852d5bc4861331312c94bee44fff50c07e4fee42 11:16:40 $ docker rm -f --volumes b101e683a5409d126b52fb76852d5bc4861331312c94bee44fff50c07e4fee42 [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 11:16:41 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 11:16:41 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 11:16:41 total 16 11:16:41 drwxr-xr-x 3 root root 4096 Aug 15 11:09 . 11:16:41 drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:16 .. 11:16:41 drwxr-xr-x 2 root root 4096 Aug 15 11:09 cost 11:16:41 -rw-r--r-- 1 root root 88 Aug 15 11:09 cost.csv 11:16:41 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 11:16:41 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 11:16:41 total 16 11:16:41 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 11:09 . 11:16:41 drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 11:16 .. 11:16:41 drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 11:09 cost 11:16:41 -rw-r--r-- 1 jenkins jenkins 88 Aug 15 11:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:16:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:16:42 ---> package-listing.sh 11:16:42 ++ facter osfamily 11:16:42 ++ tr '[:upper:]' '[:lower:]' 11:16:42 + OS_FAMILY=debian 11:16:42 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 11:16:42 + START_PACKAGES=/tmp/packages_start.txt 11:16:42 + END_PACKAGES=/tmp/packages_end.txt 11:16:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:16:42 + PACKAGES=/tmp/packages_start.txt 11:16:42 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 11:16:42 + PACKAGES=/tmp/packages_end.txt 11:16:42 + case "${OS_FAMILY}" in 11:16:42 + dpkg -l 11:16:42 + grep '^ii' 11:16:42 + '[' -f /tmp/packages_start.txt ']' 11:16:42 + '[' -f /tmp/packages_end.txt ']' 11:16:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:16:42 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 11:16:42 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 11:16:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 11:16:42 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 11:16:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:16:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:16:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:16:43 prd-ubuntu20.04-docker-8c-8g-3678 does not seem to be running inside a container 11:16:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:16:43 $ docker top 8f3a6ff96a1034bf5e5e168c2f5d44d625e3111ecb6407e316f48e0114be7cd9 -eo pid,comm [Pipeline] { [Pipeline] sh 11:16:44 + touch /tmp/pre-build-complete [Pipeline] sh 11:16:44 + mkdir -p /var/log/sysstat [Pipeline] sh 11:16:44 + ls /var/log/sa-host 11:16:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:16:44 provisioning config files... 11:16:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12255715534616305421tmp [Pipeline] { [Pipeline] echo 11:16:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:16:45 ---> create-netrc.sh [Pipeline] } 11:16:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:16:45 ---> python-tools-install.sh [Pipeline] echo 11:16:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:16:45 ---> sudo-logs.sh 11:16:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:16:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:16:46 ---> job-cost.sh 11:16:46 lf-activate-venv: SKIPPING 11:16:46 DEBUG: total: 0.2199999988079071 11:16:46 INFO: Retrieving Stack Cost... 11:16:46 INFO: Retrieving Pricing Info for: v3-standard-8 11:16:46 INFO: Archiving Costs [Pipeline] echo 11:16:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:16:46 ---> logs-deploy.sh 11:16:46 lf-activate-venv: SKIPPING 11:16:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/210 11:16:46 INFO: archiving workspace using pattern(s): 11:16:47 Archives upload complete. 11:16:48 INFO: archiving logs to Nexus