Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d7e0f3b8a4a238cf6dafda98046190b0280235fe 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-ssh14906003614060709017.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16496886302825838669.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8876962358487267894.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10717198086608038579.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-configuration/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5445541990796982572.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-configuration, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-5207’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5208 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git Avoid second fetch Checking out Revision d7e0f3b8a4a238cf6dafda98046190b0280235fe (main) > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7e0f3b8a4a238cf6dafda98046190b0280235fe # timeout=10 Commit message: "Merge pull request #95 from lenny-intel/remove-toml" > git rev-list --no-walk 7b762e484bfe44e96c342c26563ac5aea61095f1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:50:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:50:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:50:52 ========================================================= 15:50:52 EdgeX Global Pipelines Version Info 15:50:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:50:53 ------------------- 15:50:53 stable info: 15:50:53 ------------------- 15:50:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:50:53 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 15:50:53 Message: update stable to v1.0.245 15:50:53 ------------------- 15:50:53 experimental info: 15:50:53 ------------------- 15:50:53 Commited By: **** collab-it+edgex@linuxfoundation.org 15:50:53 Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 15:50:53 Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:50:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7e0f3b [Pipeline] echo 15:50:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:50:54 + git rev-list -1 --merges d7e0f3b8a4a238cf6dafda98046190b0280235fe~1..d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo 15:50:54 -----------> git rev-list -1 --merges d7e0f3b8a4a238cf6dafda98046190b0280235fe~1..d7e0f3b8a4a238cf6dafda98046190b0280235fe d7e0f3b8a4a238cf6dafda98046190b0280235fe 15:50:54 d7e0f3b8a4a238cf6dafda98046190b0280235fe [false] [Pipeline] sh 15:50:54 + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo 15:50:54 ========================================================= 15:50:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:50:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:55 + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] echo 15:50:55 [semverPrep] GIT_COMMIT: d7e0f3b8a4a238cf6dafda98046190b0280235fe, Commit Message: Merge pull request #95 from lenny-intel/remove-toml [Pipeline] echo 15:50:55 [semverPrep] This is not a build commit. [Pipeline] sh 15:50:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:50:55 + grep -v github /etc/ssh/ssh_known_hosts 15:50:55 + [ -e /tmp/ssh_known_hosts ] 15:50:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:50:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:50:55 + sudo tee -a /etc/ssh/ssh_known_hosts 15:50:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:56 15:50:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:50:56 0.1.4: Pulling from edgex-devops/py-git-semver 15:50:56 b85a868b505f: Pulling fs layer 15:50:56 e2be974225ed: Pulling fs layer 15:50:56 339a4e72a1f5: Pulling fs layer 15:50:56 988bab9f4d93: Pulling fs layer 15:50:56 1469e6f7b9e6: Pulling fs layer 15:50:56 eaf3925da568: Pulling fs layer 15:50:56 bab4dde63d76: Pulling fs layer 15:50:56 bde34c3a00c8: Pulling fs layer 15:50:56 b352a97aabf1: Pulling fs layer 15:50:56 4872d77fe225: Pulling fs layer 15:50:56 5851b861e8e6: Pulling fs layer 15:50:56 1469e6f7b9e6: Waiting 15:50:56 bab4dde63d76: Waiting 15:50:56 bde34c3a00c8: Waiting 15:50:56 4872d77fe225: Waiting 15:50:56 5851b861e8e6: Waiting 15:50:56 988bab9f4d93: Waiting 15:50:56 b352a97aabf1: Waiting 15:50:56 eaf3925da568: Waiting 15:50:56 e2be974225ed: Verifying Checksum 15:50:56 e2be974225ed: Download complete 15:50:56 988bab9f4d93: Verifying Checksum 15:50:56 988bab9f4d93: Download complete 15:50:56 1469e6f7b9e6: Verifying Checksum 15:50:56 1469e6f7b9e6: Download complete 15:50:56 eaf3925da568: Verifying Checksum 15:50:56 eaf3925da568: Download complete 15:50:56 339a4e72a1f5: Verifying Checksum 15:50:56 339a4e72a1f5: Download complete 15:50:56 bde34c3a00c8: Verifying Checksum 15:50:56 bde34c3a00c8: Download complete 15:50:56 b352a97aabf1: Verifying Checksum 15:50:56 b352a97aabf1: Download complete 15:50:56 4872d77fe225: Download complete 15:50:56 5851b861e8e6: Verifying Checksum 15:50:56 5851b861e8e6: Download complete 15:50:57 b85a868b505f: Verifying Checksum 15:50:57 b85a868b505f: Download complete 15:50:57 bab4dde63d76: Verifying Checksum 15:50:57 bab4dde63d76: Download complete 15:50:58 b85a868b505f: Pull complete 15:50:58 e2be974225ed: Pull complete 15:50:59 339a4e72a1f5: Pull complete 15:50:59 988bab9f4d93: Pull complete 15:50:59 1469e6f7b9e6: Pull complete 15:50:59 eaf3925da568: Pull complete 15:51:01 bab4dde63d76: Pull complete 15:51:01 bde34c3a00c8: Pull complete 15:51:01 b352a97aabf1: Pull complete 15:51:01 4872d77fe225: Pull complete 15:51:01 5851b861e8e6: Pull complete 15:51:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:51:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:51:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:51:01 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:51:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:51:03 $ docker top f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 -eo pid,comm 15:51:03 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). 15:51:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:51:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:03 [ssh-agent] Looking for ssh-agent implementation... 15:51:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:03 $ docker exec f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent 15:51:03 SSH_AUTH_SOCK=/tmp/ssh-qK7R8fMEf5eu/agent.33 15:51:03 SSH_AGENT_PID=39 15:51:03 Running ssh-add (command line suppressed) 15:51:03 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11421725126755341742.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_11421725126755341742.key) 15:51:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:04 + git tag --points-at HEAD [Pipeline] } 15:51:04 $ docker exec --env ******** --env ******** f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent -k 15:51:04 unset SSH_AUTH_SOCK; 15:51:04 unset SSH_AGENT_PID; 15:51:04 echo Agent pid 39 killed; 15:51:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:51:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:04 [ssh-agent] Looking for ssh-agent implementation... 15:51:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:04 $ docker exec f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent 15:51:04 SSH_AUTH_SOCK=/tmp/ssh-svZxvT02ozMi/agent.71 15:51:04 SSH_AGENT_PID=77 15:51:04 Running ssh-add (command line suppressed) 15:51:04 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9150073177691439915.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_9150073177691439915.key) 15:51:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:04 + git semver init 15:51:05 2023-03-22 15:51:05,029 [run_init] DEBUG init version:0.0.0 force:False 15:51:05 2023-03-22 15:51:05,029 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 15:51:05 2023-03-22 15:51:05,030 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 15:51:05 2023-03-22 15:51:05,030 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-configuration.git', '/w/workspace/oundry_go-mod-configuration_main/.semver'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 15:51:06 2023-03-22 15:51:05,780 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 15:51:06 2023-03-22 15:51:05,781 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 15:51:06 2023-03-22 15:51:05,781 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:51:06 2023-03-22 15:51:05,781 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:51:06 3.0.0-dev.10 [Pipeline] } 15:51:06 $ docker exec --env ******** --env ******** f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 ssh-agent -k 15:51:06 unset SSH_AUTH_SOCK; 15:51:06 unset SSH_AGENT_PID; 15:51:06 echo Agent pid 77 killed; 15:51:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:51:06 + git semver [Pipeline] } 15:51:06 $ docker stop --time=1 f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 15:51:08 $ docker rm -f --volumes f1dc82a0f0d55f76ffb6051c0fecf2127094d4410d4acb522cfc5274b54c6e50 [Pipeline] // withDockerContainer [Pipeline] sh 15:51:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:51:08 Stashed 1 file(s) [Pipeline] echo 15:51:08 [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [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 15:51:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:08 ========================================================= 15:51:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:51:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:51:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:51:09 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:51:09 63b65145d645: Pulling fs layer 15:51:09 a2d21d5440eb: Pulling fs layer 15:51:09 935e6c44a52c: Pulling fs layer 15:51:09 94cc34f8dd06: Pulling fs layer 15:51:09 30dea6a524f1: Pulling fs layer 15:51:09 a2aff8979fd8: Pulling fs layer 15:51:09 6808be2612f2: Pulling fs layer 15:51:09 f25807f1079a: Pulling fs layer 15:51:09 6808be2612f2: Waiting 15:51:09 94cc34f8dd06: Waiting 15:51:09 30dea6a524f1: Waiting 15:51:09 a2aff8979fd8: Waiting 15:51:09 a2d21d5440eb: Download complete 15:51:09 94cc34f8dd06: Verifying Checksum 15:51:09 94cc34f8dd06: Download complete 15:51:09 30dea6a524f1: Download complete 15:51:09 63b65145d645: Verifying Checksum 15:51:09 63b65145d645: Download complete 15:51:09 a2aff8979fd8: Verifying Checksum 15:51:09 a2aff8979fd8: Download complete 15:51:09 63b65145d645: Pull complete 15:51:09 a2d21d5440eb: Pull complete 15:51:10 6808be2612f2: Download complete 15:51:10 935e6c44a52c: Verifying Checksum 15:51:10 935e6c44a52c: Download complete 15:51:10 f25807f1079a: Verifying Checksum 15:51:10 f25807f1079a: Download complete 15:51:13 935e6c44a52c: Pull complete 15:51:13 94cc34f8dd06: Pull complete 15:51:13 30dea6a524f1: Pull complete 15:51:13 a2aff8979fd8: Pull complete 15:51:20 6808be2612f2: Pull complete 15:51:21 f25807f1079a: Pull complete 15:51:21 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 15:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:51:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 15:51:21 + 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 15:51:21 + docker inspect -f . ci-base-image-x86_64 15:51:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:51:21 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:23 $ docker top 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:23 Still waiting to schedule task 15:51:23 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5209’ is offline 15:51:23 + go version 15:51:23 go version go1.20.2 linux/amd64 [Pipeline] } 15:51:23 $ docker stop --time=1 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 15:51:25 $ docker rm -f --volumes 48d7611de924e699c727fa2186ea5b608a3d92116b59de3e634308a6efd73c98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:51:25 + docker inspect -f . ci-base-image-x86_64 15:51:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:51:25 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:51:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:26 $ docker top a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:26 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 15:51:26 + make test 15:51:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:51:26 go: downloading github.com/stretchr/testify v1.8.2 15:51:26 go: downloading github.com/hashicorp/consul/api v1.20.0 15:51:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:51:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:51:26 go: downloading github.com/mitchellh/copystructure v1.0.0 15:51:26 go: downloading github.com/mitchellh/mapstructure v1.4.1 15:51:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:51:27 go: downloading github.com/davecgh/go-spew v1.1.1 15:51:27 go: downloading github.com/stretchr/objx v0.5.0 15:51:27 go: downloading gopkg.in/yaml.v3 v3.0.1 15:51:27 go: downloading github.com/pmezard/go-difflib v1.0.0 15:51:27 go: downloading github.com/hashicorp/serf v0.10.1 15:51:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:51:27 go: downloading github.com/hashicorp/go-hclog v0.14.1 15:51:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:51:27 go: downloading github.com/mattn/go-isatty v0.0.12 15:51:27 go: downloading github.com/fatih/color v1.9.0 15:51:27 go: downloading github.com/mattn/go-colorable v0.1.6 15:51:27 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 15:51:27 go: downloading github.com/armon/go-metrics v0.3.10 15:51:27 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 15:51:27 go: downloading github.com/hashicorp/golang-lru v0.5.4 15:51:39 ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] 15:51:39 ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.006s coverage: 85.7% of statements 15:51:45 ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.597s coverage: 87.1% of statements 15:51:45 ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.004s coverage: 100.0% of statements 15:51:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:51:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:51:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:51:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:51:58 $ docker stop --time=1 a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a 15:52:00 $ docker rm -f --volumes a54d4bbd38220021bb966f616248257630d6a9a592d46c62b00c007605afc47a [Pipeline] // withDockerContainer [Pipeline] sh 15:52:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:52:00 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 15:52:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:52:01 15:52:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:52:01 latest: Pulling from edgex-lftools-log-publisher 15:52:01 5eb5b503b376: Pulling fs layer 15:52:01 5c69ac0246d0: Pulling fs layer 15:52:01 ec43610c2a17: Pulling fs layer 15:52:01 3a2ae6a8a46f: Pulling fs layer 15:52:01 33b1e0a273af: Pulling fs layer 15:52:01 5d3b04190fa2: Pulling fs layer 15:52:01 2f39f015ded8: Pulling fs layer 15:52:01 33b1e0a273af: Waiting 15:52:01 3a2ae6a8a46f: Waiting 15:52:01 5d3b04190fa2: Waiting 15:52:01 3a2ae6a8a46f: Verifying Checksum 15:52:01 3a2ae6a8a46f: Download complete 15:52:01 33b1e0a273af: Verifying Checksum 15:52:01 33b1e0a273af: Download complete 15:52:01 5d3b04190fa2: Verifying Checksum 15:52:01 5d3b04190fa2: Download complete 15:52:01 ec43610c2a17: Verifying Checksum 15:52:01 ec43610c2a17: Download complete 15:52:01 5eb5b503b376: Verifying Checksum 15:52:01 5eb5b503b376: Download complete 15:52:02 2f39f015ded8: Download complete 15:52:02 5eb5b503b376: Pull complete 15:52:02 5c69ac0246d0: Pull complete 15:52:03 ec43610c2a17: Pull complete 15:52:03 3a2ae6a8a46f: Pull complete 15:52:03 33b1e0a273af: Pull complete 15:52:03 5d3b04190fa2: Pull complete 15:52:07 2f39f015ded8: Pull complete 15:52:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:52:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:07 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:52:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:52:09 $ docker top 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:52:09 ---> job-cost.sh 15:52:10 lf-activate-venv: SKIPPING 15:52:10 INFO: No Stack... 15:52:10 INFO: Retrieving Pricing Info for: v3-standard-8 15:52:10 INFO: Archiving Costs [Pipeline] sh 15:52:11 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 15:52:11 + cut -d, -f6 [Pipeline] lock 15:52:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] 15:52:11 Resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] did not exist. Created. 15:52:11 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:52:11 + echo total: 0.2199999988079071 [Pipeline] stash 15:52:11 Stashed 1 file(s) [Pipeline] } 15:52:11 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 15:52:11 $ docker stop --time=1 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 15:52:12 $ docker rm -f --volumes 53b368b0d2e9ac2c349db580a32834e7d09c8dbb4c5114ea8d45a169616ed397 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:53:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5210 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] ws 15:53:43 Running in /w/workspace/go-mod-configuration/42 [Pipeline] { [Pipeline] checkout 15:53:43 Selected Git installation does not exist. Using Default 15:53:43 The recommended git tool is: NONE 15:53:49 using credential edgex-jenkins-ssh 15:53:49 Cloning the remote Git repository 15:53:49 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 15:53:49 > git init /w/workspace/go-mod-configuration/42 # timeout=10 15:53:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 15:53:50 > git --version # timeout=10 15:53:50 > git --version # 'git version 2.25.1' 15:53:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:53:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 15:53:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:53:52 Avoid second fetch 15:53:52 Checking out Revision d7e0f3b8a4a238cf6dafda98046190b0280235fe (main) 15:53:52 > git config core.sparsecheckout # timeout=10 15:53:52 > git checkout -f d7e0f3b8a4a238cf6dafda98046190b0280235fe # timeout=10 15:53:52 Commit message: "Merge pull request #95 from lenny-intel/remove-toml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:54 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:53:54 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:54 Dload Upload Total Spent Left Speed 15:53:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh 15:53:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:53:55 + sudo tee /etc/docker/daemon.new 15:53:55 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:53:55 { 15:53:55 "registry-mirrors": [ 15:53:55 "https://nexus3.edgexfoundry.org:10001" 15:53:55 ], 15:53:55 "bip": "10.250.0.254/24", 15:53:55 "hosts": [ 15:53:55 "tcp://0.0.0.0:5555", 15:53:55 "unix:///var/run/docker.sock" 15:53:55 ], 15:53:55 "mtu": 1458, 15:53:55 "selinux-enabled": true, 15:53:55 "seccomp-profile": "/etc/docker/seccomp.json" 15:53:55 } [Pipeline] sh 15:53:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:53:55 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:54:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:54:14 ========================================================= 15:54:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:54:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:54:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:54:15 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:54:15 af6eaf76a39c: Pulling fs layer 15:54:15 55522c791124: Pulling fs layer 15:54:15 ce5c4a1c91eb: Pulling fs layer 15:54:15 169dfbe0d373: Pulling fs layer 15:54:15 e1ff8fa3b103: Pulling fs layer 15:54:15 52ebb69f0ebf: Pulling fs layer 15:54:15 5abe8eddf0d5: Pulling fs layer 15:54:15 169dfbe0d373: Waiting 15:54:15 e1ff8fa3b103: Waiting 15:54:15 52ebb69f0ebf: Waiting 15:54:15 5abe8eddf0d5: Waiting 15:54:15 55522c791124: Verifying Checksum 15:54:15 55522c791124: Download complete 15:54:15 169dfbe0d373: Verifying Checksum 15:54:15 169dfbe0d373: Download complete 15:54:15 e1ff8fa3b103: Verifying Checksum 15:54:15 e1ff8fa3b103: Download complete 15:54:15 af6eaf76a39c: Verifying Checksum 15:54:16 af6eaf76a39c: Pull complete 15:54:16 5abe8eddf0d5: Verifying Checksum 15:54:16 5abe8eddf0d5: Download complete 15:54:16 55522c791124: Pull complete 15:54:17 ce5c4a1c91eb: Download complete 15:54:17 52ebb69f0ebf: Verifying Checksum 15:54:17 52ebb69f0ebf: Download complete 15:54:27 ce5c4a1c91eb: Pull complete 15:54:28 169dfbe0d373: Pull complete 15:54:28 e1ff8fa3b103: Pull complete 15:54:35 52ebb69f0ebf: Pull complete 15:54:38 5abe8eddf0d5: Pull complete 15:54:38 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 15:54:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:54:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 15:54:38 + 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 15:54:39 + docker inspect -f . ci-base-image-arm64 15:54:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:39 prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container 15:54:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@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 15:54:42 $ docker top 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:43 + go version 15:54:43 go version go1.20.2 linux/arm64 [Pipeline] } 15:54:43 $ docker stop --time=1 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 15:54:45 $ docker rm -f --volumes 7779107db7b104acb0f7abd2ba886968c69ef0cd47dabe5f595ee28236b47054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:45 + docker inspect -f . ci-base-image-arm64 15:54:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:54:46 prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container 15:54:46 $ 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-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@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 15:54:47 $ docker top 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:48 + git config --global --add safe.directory /w/workspace/go-mod-configuration/42 [Pipeline] fileExists [Pipeline] sh 15:54:48 + make test 15:54:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:54:48 go: downloading github.com/stretchr/testify v1.8.2 15:54:48 go: downloading github.com/hashicorp/consul/api v1.20.0 15:54:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:54:49 go: downloading github.com/davecgh/go-spew v1.1.1 15:54:49 go: downloading github.com/pmezard/go-difflib v1.0.0 15:54:49 go: downloading gopkg.in/yaml.v3 v3.0.1 15:54:49 go: downloading github.com/stretchr/objx v0.5.0 15:54:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:54:49 go: downloading github.com/mitchellh/copystructure v1.0.0 15:54:49 go: downloading github.com/mitchellh/mapstructure v1.4.1 15:54:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:54:49 go: downloading github.com/hashicorp/go-hclog v0.14.1 15:54:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:54:49 go: downloading github.com/hashicorp/serf v0.10.1 15:54:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:54:50 go: downloading github.com/fatih/color v1.9.0 15:54:50 go: downloading github.com/mattn/go-isatty v0.0.12 15:54:50 go: downloading github.com/mattn/go-colorable v0.1.6 15:54:50 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 15:54:50 go: downloading github.com/armon/go-metrics v0.3.10 15:54:50 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 15:54:50 go: downloading github.com/hashicorp/golang-lru v0.5.4 15:56:11 ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] 15:56:11 ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.024s coverage: 85.7% of statements 15:56:16 ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.815s coverage: 87.1% of statements 15:56:16 ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.019s coverage: 100.0% of statements 15:56:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:56:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:56:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:56:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:56:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:56:31 $ docker stop --time=1 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 15:56:33 $ docker rm -f --volumes 214ecd5a3ee4966528af9212a0ba520e3ba5c2b85e5c2235ac185599e426e092 [Pipeline] // withDockerContainer [Pipeline] sh 15:56:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:56:34 Warning: overwriting stash ‘coverage-report’ 15:56:34 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 15:56:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:35 15:56:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:56:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:35 arm64: Pulling from edgex-lftools-log-publisher 15:56:35 8998bd30e6a1: Pulling fs layer 15:56:35 04944245beec: Pulling fs layer 15:56:35 699f458cf7ca: Pulling fs layer 15:56:35 765212b225bb: Pulling fs layer 15:56:35 f23df028b6ca: Pulling fs layer 15:56:35 d65c8cfc05b1: Pulling fs layer 15:56:35 2437ff75d9bd: Pulling fs layer 15:56:35 765212b225bb: Waiting 15:56:35 f23df028b6ca: Waiting 15:56:35 d65c8cfc05b1: Waiting 15:56:35 2437ff75d9bd: Waiting 15:56:35 04944245beec: Verifying Checksum 15:56:35 04944245beec: Download complete 15:56:35 765212b225bb: Download complete 15:56:35 f23df028b6ca: Verifying Checksum 15:56:35 f23df028b6ca: Download complete 15:56:35 d65c8cfc05b1: Verifying Checksum 15:56:35 d65c8cfc05b1: Download complete 15:56:36 699f458cf7ca: Verifying Checksum 15:56:36 699f458cf7ca: Download complete 15:56:36 8998bd30e6a1: Verifying Checksum 15:56:36 8998bd30e6a1: Download complete 15:56:38 2437ff75d9bd: Verifying Checksum 15:56:38 2437ff75d9bd: Download complete 15:56:40 8998bd30e6a1: Pull complete 15:56:40 04944245beec: Pull complete 15:56:42 699f458cf7ca: Pull complete 15:56:42 765212b225bb: Pull complete 15:56:43 f23df028b6ca: Pull complete 15:56:43 d65c8cfc05b1: Pull complete 15:56:58 2437ff75d9bd: Pull complete 15:56:58 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:56:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:56:58 prd-ubuntu20.04-docker-arm64-4c-16g-5210 does not seem to be running inside a container 15:56:58 $ 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-configuration/42 -v /w/workspace/go-mod-configuration/42:/w/workspace/go-mod-configuration/42:rw,z -v /w/workspace/go-mod-configuration/42@tmp:/w/workspace/go-mod-configuration/42@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 15:57:01 $ docker top 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:02 ---> job-cost.sh 15:57:02 lf-activate-venv: SKIPPING 15:57:02 INFO: No Stack... 15:57:02 INFO: Retrieving Pricing Info for: v3-standard-4 15:57:03 INFO: Archiving Costs [Pipeline] sh 15:57:03 + cat /w/workspace/go-mod-configuration/42/archives/cost.csv 15:57:03 + cut -d, -f6 [Pipeline] lock 15:57:04 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] 15:57:04 Resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] did not exist. Created. 15:57:04 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:04 /w/workspace/go-mod-configuration/42@tmp/durable-9abf97fc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:57:05 + echo total: 0.10999999940395355 [Pipeline] stash 15:57:05 Warning: overwriting stash ‘stack-cost’ 15:57:05 Stashed 1 file(s) [Pipeline] } 15:57:05 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 15:57:05 $ docker stop --time=1 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 15:57:07 $ docker rm -f --volumes 2c9509dd51d4cb02022fcaadf4645038f79bfcc16030534719248a87eff34377 [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 15:57:07 provisioning config files... 15:57:07 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6788611674735379708tmp [Pipeline] { [Pipeline] sh 15:57:07 + set +x 15:57:07 + curl -s https://codecov.io/bash 15:57:07 + bash -s -- 15:57:07 15:57:07 _____ _ 15:57:07 / ____| | | 15:57:07 | | ___ __| | ___ ___ _____ __ 15:57:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:57:07 | |___| (_) | (_| | __/ (_| (_) \ V / 15:57:07 \_____\___/ \__,_|\___|\___\___/ \_/ 15:57:07 Bash-1.0.6 15:57:07 15:57:07 15:57:07 ==> git version 2.25.1 found 15:57:07 ==> 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 15:57:07 Release-Date: 2020-01-08 15:57:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:57:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:57:07 ==> Jenkins CI detected. 15:57:07 current dir:  /w/workspace/oundry_go-mod-configuration_main 15:57:07 project root: . 15:57:07 --> token set from env 15:57:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:57:07 ==> Running gcov in . (disable via -X gcov) 15:57:07 ==> Python coveragepy not found 15:57:07 ==> Searching for coverage reports in: 15:57:07 + . 15:57:07 -> Found 1 reports 15:57:07 ==> Detecting git/mercurial file structure 15:57:07 ==> Reading reports 15:57:07 + ./coverage.out bytes=18751 15:57:07 ==> Appending adjustments 15:57:07 https://docs.codecov.io/docs/fixing-reports 15:57:07 + Found adjustments 15:57:07 ==> Gzipping contents 15:57:07 4.0K /tmp/codecov.iCzGnb.gz 15:57:07 ==> Uploading reports 15:57:07 url: https://codecov.io 15:57:07 query: branch=main&commit=d7e0f3b8a4a238cf6dafda98046190b0280235fe&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 15:57:07 -> Pinging Codecov 15:57:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=b03387cf-fbed-45a6-9f6b-56101d2ea1b2&branch=main&commit=d7e0f3b8a4a238cf6dafda98046190b0280235fe&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 15:57:07 -> Uploading to 15:57:07 https://storage.googleapis.com/codecov/v4/raw/2023-03-22/9F92B070CA9CA35F4914AC8684776953/d7e0f3b8a4a238cf6dafda98046190b0280235fe/d4f92d6a-2310-42fb-86c7-e81944c9cd75.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230322T155707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66a06b8f1f44d97accc2a3a6aeb39345852f58f8bd0f23a7bc5045f94465ce3c 15:57:07 % Total % Received % Xferd Average Speed Time Time Time Current 15:57:07 Dload Upload Total Spent Left Speed 15:57:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3263 0 0 100 3263 0 16073 --:--:-- --:--:-- --:--:-- 15995 100 3263 0 0 100 3263 0 13710 --:--:-- --:--:-- --:--:-- 13652 15:57:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] } 15:57:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:57:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:57:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:57:08 15:57:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:57:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:57:09 df9b9388f04a: Pulling fs layer 15:57:09 52dc419b0ee2: Pulling fs layer 15:57:09 25bc292e5bac: Pulling fs layer 15:57:09 114826534d7a: Pulling fs layer 15:57:09 4657fd5d0bcf: Pulling fs layer 15:57:09 6ad1cebc031e: Pulling fs layer 15:57:09 8a3aa393b2d8: Pulling fs layer 15:57:09 4657fd5d0bcf: Waiting 15:57:09 6ad1cebc031e: Waiting 15:57:09 25bc292e5bac: Verifying Checksum 15:57:09 25bc292e5bac: Download complete 15:57:09 52dc419b0ee2: Verifying Checksum 15:57:09 52dc419b0ee2: Download complete 15:57:09 4657fd5d0bcf: Verifying Checksum 15:57:09 4657fd5d0bcf: Download complete 15:57:09 df9b9388f04a: Verifying Checksum 15:57:09 df9b9388f04a: Download complete 15:57:09 df9b9388f04a: Pull complete 15:57:09 52dc419b0ee2: Pull complete 15:57:09 6ad1cebc031e: Verifying Checksum 15:57:09 6ad1cebc031e: Download complete 15:57:09 25bc292e5bac: Pull complete 15:57:09 114826534d7a: Verifying Checksum 15:57:09 114826534d7a: Download complete 15:57:10 8a3aa393b2d8: Verifying Checksum 15:57:13 114826534d7a: Pull complete 15:57:13 4657fd5d0bcf: Pull complete 15:57:13 6ad1cebc031e: Pull complete 15:57:16 8a3aa393b2d8: Pull complete 15:57:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:57:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:16 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:57:18 $ docker top ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 -eo pid,comm [Pipeline] { [Pipeline] echo 15:57:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 15:57:18 + set -o pipefail 15:57:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 15:57:20 15:57:20 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v3)... 15:57:20 15:57:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/876be593-d0c5-460b-ab82-cce3a3e0e96e/history/aa01203e-8b51-40e9-b38b-5a0f7574348d 15:57:20 15:57:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:57:20 15:57:20 15:57:20 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:57:20 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:57:20 More details here: https://snyk.co/ue1NS [Pipeline] } 15:57:20 $ docker stop --time=1 ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 15:57:22 $ docker rm -f --volumes ed7ee7735f8bb6b1e6f3b09d3aee60f3a1336d387571dc29981c26d380006bd1 [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 15:57:22 + git log --format=format:%s -1 d7e0f3b8a4a238cf6dafda98046190b0280235fe [Pipeline] sh 15:57:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:23 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:57:23 $ docker top 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a -eo pid,comm 15:57:23 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). 15:57:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:23 [ssh-agent] Looking for ssh-agent implementation... 15:57:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:23 $ docker exec 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a ssh-agent 15:57:24 SSH_AUTH_SOCK=/tmp/ssh-zbiyKqzVJK2c/agent.32 15:57:24 SSH_AGENT_PID=38 15:57:24 Running ssh-add (command line suppressed) 15:57:24 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13585127799590081100.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13585127799590081100.key) 15:57:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:24 + git semver tag 15:57:24 2023-03-22 15:57:24,613 [run_tag] DEBUG tag force:False 15:57:24 2023-03-22 15:57:24,613 [check_head_tag] DEBUG check head tag 15:57:24 2023-03-22 15:57:24,614 [execute] INFO git cat-file --batch-check 15:57:24 2023-03-22 15:57:24,614 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 15:57:24 2023-03-22 15:57:24,617 [execute] INFO git cat-file --batch 15:57:24 2023-03-22 15:57:24,618 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 15:57:24 2023-03-22 15:57:24,635 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:24 2023-03-22 15:57:24,635 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 15:57:24 2023-03-22 15:57:24,636 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 15:57:24 2023-03-22 15:57:24,641 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:24 3.0.0-dev.10 [Pipeline] } 15:57:24 $ docker exec --env ******** --env ******** 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a ssh-agent -k 15:57:24 unset SSH_AUTH_SOCK; 15:57:24 unset SSH_AGENT_PID; 15:57:24 echo Agent pid 38 killed; 15:57:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:25 + git semver [Pipeline] } 15:57:25 $ docker stop --time=1 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a 15:57:26 $ docker rm -f --volumes 793dc4b9870c165cce96ecb5c83ea1fc185c7f68f7da14aed2b78a2f47f7292a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:27 15:57:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:27 0.23.1-centos7: Pulling from edgex-lftools 15:57:27 ab5ef0e58194: Pulling fs layer 15:57:27 9712f1f96733: Pulling fs layer 15:57:27 63f879dbbcfc: Pulling fs layer 15:57:27 0d9ebad4ef96: Pulling fs layer 15:57:27 e9a5061849ea: Pulling fs layer 15:57:27 d747dcd14b5f: Pulling fs layer 15:57:27 2de7ff778b66: Pulling fs layer 15:57:27 0d9ebad4ef96: Waiting 15:57:27 2de7ff778b66: Waiting 15:57:27 e9a5061849ea: Waiting 15:57:27 d747dcd14b5f: Waiting 15:57:27 9712f1f96733: Download complete 15:57:28 63f879dbbcfc: Verifying Checksum 15:57:28 63f879dbbcfc: Download complete 15:57:28 e9a5061849ea: Verifying Checksum 15:57:28 e9a5061849ea: Download complete 15:57:28 d747dcd14b5f: Verifying Checksum 15:57:28 d747dcd14b5f: Download complete 15:57:28 ab5ef0e58194: Verifying Checksum 15:57:28 ab5ef0e58194: Download complete 15:57:28 0d9ebad4ef96: Verifying Checksum 15:57:28 0d9ebad4ef96: Download complete 15:57:28 2de7ff778b66: Verifying Checksum 15:57:28 2de7ff778b66: Download complete 15:57:30 ab5ef0e58194: Pull complete 15:57:30 9712f1f96733: Pull complete 15:57:31 63f879dbbcfc: Pull complete 15:57:34 0d9ebad4ef96: Pull complete 15:57:34 e9a5061849ea: Pull complete 15:57:34 d747dcd14b5f: Pull complete 15:57:35 2de7ff778b66: Pull complete 15:57:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:35 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:57:37 $ docker top af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:57:37 provisioning config files... 15:57:37 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config9998543030786675805tmp 15:57:37 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config17135776293498502142tmp 15:57:37 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config3698878591891371939tmp [Pipeline] { [Pipeline] echo 15:57:37 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:57:38 ---> sigul-configuration.sh 15:57:38 gpg: directory `/root/.gnupg' created 15:57:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:57:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:57:38 gpg: keyring `/root/.gnupg/secring.gpg' created 15:57:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:57:38 gpg: CAST5 encrypted data 15:57:38 gpg: encrypted with 1 passphrase 15:57:38 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:57:38 + mkdir /home/jenkins 15:57:38 + mkdir /home/jenkins/sigul [Pipeline] sh 15:57:38 + 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 15:57:38 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:57:38 ---> sigul-install.sh 15:57:38 Sigul already installed; skipping installation. [Pipeline] sh 15:57:39 + git tag --list 15:57:39 v0.0.0 15:57:39 v0.0.1 15:57:39 v0.0.2 15:57:39 v0.0.3 15:57:39 v0.0.4 15:57:39 v0.0.5 15:57:39 v0.0.6 15:57:39 v0.0.7 15:57:39 v0.0.8 15:57:39 v2.0.0 15:57:39 v2.1.0 15:57:39 v2.2.0 15:57:39 v2.2.1-dev.1 15:57:39 v2.2.1-dev.10 15:57:39 v2.2.1-dev.11 15:57:39 v2.2.1-dev.12 15:57:39 v2.2.1-dev.2 15:57:39 v2.2.1-dev.3 15:57:39 v2.2.1-dev.4 15:57:39 v2.2.1-dev.5 15:57:39 v2.2.1-dev.6 15:57:39 v2.2.1-dev.7 15:57:39 v2.2.1-dev.8 15:57:39 v2.2.1-dev.9 15:57:39 v2.3.0 15:57:39 v2.3.0-dev.12 15:57:39 v2.3.0-dev.13 15:57:39 v2.3.0-dev.14 15:57:39 v2.3.0-dev.15 15:57:39 v2.3.0-dev.16 15:57:39 v2.3.1-dev.1 15:57:39 v2.3.1-dev.2 15:57:39 v3.0.0-dev.1 15:57:39 v3.0.0-dev.10 15:57:39 v3.0.0-dev.2 15:57:39 v3.0.0-dev.3 15:57:39 v3.0.0-dev.4 15:57:39 v3.0.0-dev.5 15:57:39 v3.0.0-dev.6 15:57:39 v3.0.0-dev.7 15:57:39 v3.0.0-dev.8 15:57:39 v3.0.0-dev.9 [Pipeline] sh 15:57:39 + lftools sign git-tag v3.0.0-dev.10 15:57:40 Signing Git tag with Sigul... 15:57:40 Signing v3.0.0-dev.10 [Pipeline] echo 15:57:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:57:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:57:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:57:40 $ docker stop --time=1 af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e 15:57:41 $ docker rm -f --volumes af1d7f045f8ed667dc3d6c11bb2ab54bab854d6fd9cea416a302f4881547873e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:57:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:42 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:57:43 $ docker top 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 -eo pid,comm 15:57:43 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). 15:57:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:43 [ssh-agent] Looking for ssh-agent implementation... 15:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:43 $ docker exec 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 ssh-agent 15:57:43 SSH_AUTH_SOCK=/tmp/ssh-f6mKuYuNGMHy/agent.32 15:57:43 SSH_AGENT_PID=38 15:57:43 Running ssh-add (command line suppressed) 15:57:43 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17701354288825195547.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17701354288825195547.key) 15:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:43 + git semver bump pre 15:57:44 2023-03-22 15:57:44,010 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:44 2023-03-22 15:57:44,010 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev 15:57:44 2023-03-22 15:57:44,010 [bump_version] DEBUG bumped version:3.0.0-dev.11 15:57:44 2023-03-22 15:57:44,010 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 15:57:44 2023-03-22 15:57:44,010 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:44 2023-03-22 15:57:44,010 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:44 2023-03-22 15:57:44,013 [execute] INFO git cat-file --batch-check 15:57:44 2023-03-22 15:57:44,013 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 15:57:44 2023-03-22 15:57:44,017 [execute] INFO git cat-file --batch 15:57:44 2023-03-22 15:57:44,017 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 15:57:44 2023-03-22 15:57:44,021 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:44 3.0.0-dev.11 [Pipeline] } 15:57:44 $ docker exec --env ******** --env ******** 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 ssh-agent -k 15:57:44 unset SSH_AUTH_SOCK; 15:57:44 unset SSH_AGENT_PID; 15:57:44 echo Agent pid 38 killed; 15:57:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:44 + git semver [Pipeline] } 15:57:44 $ docker stop --time=1 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 15:57:46 $ docker rm -f --volumes 6d66eb5cc0690c894324310382f1abfd85493244a8ac2b533e185509754551b0 [Pipeline] // withDockerContainer [Pipeline] sh 15:57:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:57:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:46 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:57:47 $ docker top 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d -eo pid,comm 15:57:47 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). 15:57:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:47 [ssh-agent] Looking for ssh-agent implementation... 15:57:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:47 $ docker exec 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d ssh-agent 15:57:47 SSH_AUTH_SOCK=/tmp/ssh-v9j50gEu0lDh/agent.33 15:57:47 SSH_AGENT_PID=39 15:57:47 Running ssh-add (command line suppressed) 15:57:47 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4435992375328770487.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4435992375328770487.key) 15:57:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:47 + git semver push 15:57:48 2023-03-22 15:57:48,000 [run_push] DEBUG push 15:57:48 2023-03-22 15:57:48,000 [execute] INFO git cat-file --batch-check 15:57:48 2023-03-22 15:57:48,001 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 15:57:48 2023-03-22 15:57:48,004 [execute] INFO git rev-list cf3a323505eb6b35d5ee050ce36133927580354a -- 15:57:48 2023-03-22 15:57:48,004 [execute] DEBUG Popen(['git', 'rev-list', 'cf3a323505eb6b35d5ee050ce36133927580354a', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 15:57:48 2023-03-22 15:57:48,010 [execute] INFO git fetch -v origin 15:57:48 2023-03-22 15:57:48,010 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) 15:57:48 2023-03-22 15:57:48,498 [run_push] DEBUG no remote changes detected 15:57:48 2023-03-22 15:57:48,498 [execute] INFO git push origin semver 15:57:48 2023-03-22 15:57:48,498 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 15:57:49 2023-03-22 15:57:49,319 [run_push] DEBUG push all version tags 15:57:49 2023-03-22 15:57:49,320 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:57:49 2023-03-22 15:57:49,320 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 15:57:50 2023-03-22 15:57:50,114 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 15:57:50 3.0.0-dev.11 [Pipeline] } 15:57:50 $ docker exec --env ******** --env ******** 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d ssh-agent -k 15:57:50 unset SSH_AUTH_SOCK; 15:57:50 unset SSH_AGENT_PID; 15:57:50 echo Agent pid 39 killed; 15:57:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:50 + git semver [Pipeline] } 15:57:50 $ docker stop --time=1 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d 15:57:52 $ docker rm -f --volumes 8595d5d280a82f747df1f4b11c4e3334f03114cd969a86143e7f87852429879d [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 15:57:52 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 15:57:52 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 15:57:52 total 16 15:57:52 drwxr-xr-x 3 root root 4096 Mar 22 15:52 . 15:57:52 drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 15:57 .. 15:57:52 drwxr-xr-x 2 root root 4096 Mar 22 15:52 cost 15:57:52 -rw-r--r-- 1 root root 91 Mar 22 15:52 cost.csv 15:57:52 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 15:57:52 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 15:57:52 total 16 15:57:52 drwxr-xr-x 3 jenkins jenkins 4096 Mar 22 15:52 . 15:57:52 drwxrwxr-x 9 jenkins jenkins 4096 Mar 22 15:57 .. 15:57:52 drwxr-xr-x 2 jenkins jenkins 4096 Mar 22 15:52 cost 15:57:52 -rw-r--r-- 1 jenkins jenkins 91 Mar 22 15:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:57:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:57:53 ---> package-listing.sh 15:57:53 ++ tr '[:upper:]' '[:lower:]' 15:57:53 ++ facter osfamily 15:57:54 + OS_FAMILY=debian 15:57:54 + workspace=/w/workspace/oundry_go-mod-configuration_main 15:57:54 + START_PACKAGES=/tmp/packages_start.txt 15:57:54 + END_PACKAGES=/tmp/packages_end.txt 15:57:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:57:54 + PACKAGES=/tmp/packages_start.txt 15:57:54 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 15:57:54 + PACKAGES=/tmp/packages_end.txt 15:57:54 + case "${OS_FAMILY}" in 15:57:54 + dpkg -l 15:57:54 + grep '^ii' 15:57:54 + '[' -f /tmp/packages_start.txt ']' 15:57:54 + '[' -f /tmp/packages_end.txt ']' 15:57:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:57:54 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 15:57:54 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 15:57:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 15:57:54 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:57:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:57:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:57:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:57:55 prd-ubuntu20.04-docker-8c-8g-5208 does not seem to be running inside a container 15:57:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:57:55 $ docker top 76cbc89e8836a5724b3509e97ad2e7a70498746617b5af08a7de5502250351a5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:57:55 + touch /tmp/pre-build-complete [Pipeline] sh 15:57:55 + mkdir -p /var/log/sysstat [Pipeline] sh 15:57:56 + ls /var/log/sa-host 15:57:56 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:57:56 provisioning config files... 15:57:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config5292268147457347464tmp [Pipeline] { [Pipeline] echo 15:57:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:57:56 ---> create-netrc.sh [Pipeline] } 15:57:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:57:56 ---> python-tools-install.sh [Pipeline] echo 15:57:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:57:57 ---> sudo-logs.sh 15:57:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:57:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:57:57 ---> job-cost.sh 15:57:57 lf-activate-venv: SKIPPING 15:57:57 DEBUG: total: 0.2199999988079071 15:57:57 INFO: Retrieving Stack Cost... 15:57:57 INFO: Retrieving Pricing Info for: v3-standard-8 15:57:58 INFO: Archiving Costs [Pipeline] echo 15:57:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:57:58 ---> logs-deploy.sh 15:57:58 lf-activate-venv: SKIPPING 15:57:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/42 15:57:58 INFO: archiving workspace using pattern(s): 15:57:59 Archives upload complete. 15:57:59 INFO: archiving logs to Nexus