Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7b762e484bfe44e96c342c26563ac5aea61095f1 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-ssh16432539824602910321.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-ssh6749279349792496007.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-ssh13408478339291761889.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-ssh5531633790317706152.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-ssh9273589159225293091.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2315 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git > git init /w/workspace/oundry_go-mod-configuration_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7b762e484bfe44e96c342c26563ac5aea61095f1 (main) Commit message: "Merge pull request #93 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.20.0" > 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 7b762e484bfe44e96c342c26563ac5aea61095f1 # timeout=10 > git rev-list --no-walk 56bbd2d36e32a3cbd2a7fceae90d37d7a832eadb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:17:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:17:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:17:34 ========================================================= 00:17:34 EdgeX Global Pipelines Version Info 00:17:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:17:34 ------------------- 00:17:34 stable info: 00:17:34 ------------------- 00:17:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:17:34 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 00:17:34 Message: update stable to v1.0.245 00:17:35 ------------------- 00:17:35 experimental info: 00:17:35 ------------------- 00:17:35 Commited By: **** collab-it+edgex@linuxfoundation.org 00:17:35 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 00:17:35 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b762e4 [Pipeline] echo 00:17:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:17:36 + git rev-list -1 --merges 7b762e484bfe44e96c342c26563ac5aea61095f1~1..7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] echo 00:17:36 -----------> git rev-list -1 --merges 7b762e484bfe44e96c342c26563ac5aea61095f1~1..7b762e484bfe44e96c342c26563ac5aea61095f1 7b762e484bfe44e96c342c26563ac5aea61095f1 00:17:36 7b762e484bfe44e96c342c26563ac5aea61095f1 [false] [Pipeline] sh 00:17:36 + git log --format=format:%s -1 7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] echo 00:17:36 ========================================================= 00:17:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:17:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:36 + git log --format=format:%s -1 7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] echo 00:17:36 [semverPrep] GIT_COMMIT: 7b762e484bfe44e96c342c26563ac5aea61095f1, Commit Message: Merge pull request #93 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.20.0 [Pipeline] echo 00:17:36 [semverPrep] This is not a build commit. [Pipeline] sh 00:17:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:17:37 + grep -v github /etc/ssh/ssh_known_hosts 00:17:37 + [ -e /tmp/ssh_known_hosts ] 00:17:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:17:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:17:37 + sudo tee -a /etc/ssh/ssh_known_hosts 00:17:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:37 00:17:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:17:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:38 0.1.4: Pulling from edgex-devops/py-git-semver 00:17:38 b85a868b505f: Pulling fs layer 00:17:38 e2be974225ed: Pulling fs layer 00:17:38 339a4e72a1f5: Pulling fs layer 00:17:38 988bab9f4d93: Pulling fs layer 00:17:38 1469e6f7b9e6: Pulling fs layer 00:17:38 eaf3925da568: Pulling fs layer 00:17:38 bab4dde63d76: Pulling fs layer 00:17:38 bde34c3a00c8: Pulling fs layer 00:17:38 b352a97aabf1: Pulling fs layer 00:17:38 4872d77fe225: Pulling fs layer 00:17:38 5851b861e8e6: Pulling fs layer 00:17:38 eaf3925da568: Waiting 00:17:38 bab4dde63d76: Waiting 00:17:38 bde34c3a00c8: Waiting 00:17:38 b352a97aabf1: Waiting 00:17:38 4872d77fe225: Waiting 00:17:38 988bab9f4d93: Waiting 00:17:38 1469e6f7b9e6: Waiting 00:17:38 5851b861e8e6: Waiting 00:17:38 e2be974225ed: Download complete 00:17:38 988bab9f4d93: Download complete 00:17:38 339a4e72a1f5: Verifying Checksum 00:17:38 339a4e72a1f5: Download complete 00:17:38 eaf3925da568: Verifying Checksum 00:17:38 eaf3925da568: Download complete 00:17:38 1469e6f7b9e6: Verifying Checksum 00:17:38 1469e6f7b9e6: Download complete 00:17:38 bde34c3a00c8: Verifying Checksum 00:17:38 bde34c3a00c8: Download complete 00:17:38 b352a97aabf1: Download complete 00:17:38 4872d77fe225: Verifying Checksum 00:17:38 4872d77fe225: Download complete 00:17:38 5851b861e8e6: Verifying Checksum 00:17:38 5851b861e8e6: Download complete 00:17:38 b85a868b505f: Verifying Checksum 00:17:39 bab4dde63d76: Verifying Checksum 00:17:39 bab4dde63d76: Download complete 00:17:39 b85a868b505f: Pull complete 00:17:40 e2be974225ed: Pull complete 00:17:40 339a4e72a1f5: Pull complete 00:17:40 988bab9f4d93: Pull complete 00:17:41 1469e6f7b9e6: Pull complete 00:17:41 eaf3925da568: Pull complete 00:17:42 bab4dde63d76: Pull complete 00:17:42 bde34c3a00c8: Pull complete 00:17:43 b352a97aabf1: Pull complete 00:17:43 4872d77fe225: Pull complete 00:17:43 5851b861e8e6: Pull complete 00:17:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:17:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:17:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:43 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:17:43 $ 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 00:17:45 $ docker top 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 -eo pid,comm 00:17:45 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:17:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:17:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:17:45 [ssh-agent] Looking for ssh-agent implementation... 00:17:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:17:45 $ docker exec 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 ssh-agent 00:17:45 SSH_AUTH_SOCK=/tmp/ssh-xbIaGxyKv1wM/agent.33 00:17:45 SSH_AGENT_PID=39 00:17:45 Running ssh-add (command line suppressed) 00:17:45 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13430322661607425623.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13430322661607425623.key) 00:17:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:17:45 + git tag --points-at HEAD [Pipeline] } 00:17:46 $ docker exec --env ******** --env ******** 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 ssh-agent -k 00:17:46 unset SSH_AUTH_SOCK; 00:17:46 unset SSH_AGENT_PID; 00:17:46 echo Agent pid 39 killed; 00:17:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:17:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:17:46 [ssh-agent] Looking for ssh-agent implementation... 00:17:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:17:46 $ docker exec 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 ssh-agent 00:17:46 SSH_AUTH_SOCK=/tmp/ssh-0WS3cdHDgJbB/agent.71 00:17:46 SSH_AGENT_PID=77 00:17:46 Running ssh-add (command line suppressed) 00:17:46 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17387417282219206839.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_17387417282219206839.key) 00:17:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:17:46 + git semver init 00:17:47 2023-03-16 00:17:47,068 [run_init] DEBUG init version:0.0.0 force:False 00:17:47 2023-03-16 00:17:47,069 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 00:17:47 2023-03-16 00:17:47,070 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 00:17:47 2023-03-16 00:17:47,070 [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) 00:17:48 2023-03-16 00:17:47,813 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 00:17:48 2023-03-16 00:17:47,814 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 00:17:48 2023-03-16 00:17:47,814 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:17:48 2023-03-16 00:17:47,814 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:17:48 3.0.0-dev.9 [Pipeline] } 00:17:48 $ docker exec --env ******** --env ******** 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 ssh-agent -k 00:17:48 unset SSH_AUTH_SOCK; 00:17:48 unset SSH_AGENT_PID; 00:17:48 echo Agent pid 77 killed; 00:17:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:17:48 + git semver [Pipeline] } 00:17:48 $ docker stop --time=1 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 00:17:50 $ docker rm -f --volumes 276374c2a0644eb5dc62cae58ae3fd822243e3d9ae17791d9569f856a9532dc0 [Pipeline] // withDockerContainer [Pipeline] sh 00:17:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:17:50 Stashed 1 file(s) [Pipeline] echo 00:17:50 [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [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 00:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:17:50 ========================================================= 00:17:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:17:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists 00:17:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2313 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] sh [Pipeline] ws 00:17:50 Running in /w/workspace/go-mod-configuration/41 [Pipeline] { [Pipeline] checkout 00:17:50 Selected Git installation does not exist. Using Default 00:17:50 The recommended git tool is: NONE 00:17:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:17:51 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:51 63b65145d645: Pulling fs layer 00:17:51 a2d21d5440eb: Pulling fs layer 00:17:51 935e6c44a52c: Pulling fs layer 00:17:51 94cc34f8dd06: Pulling fs layer 00:17:51 30dea6a524f1: Pulling fs layer 00:17:51 a2aff8979fd8: Pulling fs layer 00:17:51 6808be2612f2: Pulling fs layer 00:17:51 94cc34f8dd06: Waiting 00:17:51 30dea6a524f1: Waiting 00:17:51 a2aff8979fd8: Waiting 00:17:51 6808be2612f2: Waiting 00:17:51 f25807f1079a: Pulling fs layer 00:17:51 f25807f1079a: Waiting 00:17:51 a2d21d5440eb: Download complete 00:17:51 94cc34f8dd06: Verifying Checksum 00:17:51 94cc34f8dd06: Download complete 00:17:51 30dea6a524f1: Verifying Checksum 00:17:51 30dea6a524f1: Download complete 00:17:51 63b65145d645: Verifying Checksum 00:17:51 63b65145d645: Download complete 00:17:51 a2aff8979fd8: Verifying Checksum 00:17:51 a2aff8979fd8: Download complete 00:17:51 63b65145d645: Pull complete 00:17:51 a2d21d5440eb: Pull complete 00:17:51 f25807f1079a: Verifying Checksum 00:17:51 f25807f1079a: Download complete 00:17:51 935e6c44a52c: Verifying Checksum 00:17:51 935e6c44a52c: Download complete 00:17:52 6808be2612f2: Download complete 00:17:55 using credential edgex-jenkins-ssh 00:17:55 Cloning the remote Git repository 00:17:55 935e6c44a52c: Pull complete 00:17:55 94cc34f8dd06: Pull complete 00:17:55 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 00:17:55 > git init /w/workspace/go-mod-configuration/41 # timeout=10 00:17:55 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 00:17:55 > git --version # timeout=10 00:17:55 > git --version # 'git version 2.25.1' 00:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:17:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:55 30dea6a524f1: Pull complete 00:17:55 a2aff8979fd8: Pull complete 00:17:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 00:17:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:57 Avoid second fetch 00:17:57 Checking out Revision 7b762e484bfe44e96c342c26563ac5aea61095f1 (main) 00:17:57 Commit message: "Merge pull request #93 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.20.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 00:17:57 > git config core.sparsecheckout # timeout=10 00:17:57 > git checkout -f 7b762e484bfe44e96c342c26563ac5aea61095f1 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:17:58 6808be2612f2: Pull complete 00:17:58 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:17:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:17:58 Dload Upload Total Spent Left Speed 00:17:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 66759 0 --:--:-- --:--:-- --:--:-- 67110 [Pipeline] sh 00:17:59 f25807f1079a: Pull complete 00:17:59 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 00:17:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:17:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 00:17:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:17:59 + 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 00:17:59 + + sudo teesudo /etc/docker/daemon.new jq 00:17:59 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:17:59 { 00:17:59 "registry-mirrors": [ 00:17:59 "https://nexus3.edgexfoundry.org:10001" 00:17:59 ], 00:17:59 "bip": "10.250.0.254/24", 00:17:59 "hosts": [ 00:17:59 "tcp://0.0.0.0:5555", 00:17:59 "unix:///var/run/docker.sock" 00:17:59 ], 00:17:59 "mtu": 1458, 00:17:59 "selinux-enabled": true, 00:17:59 "seccomp-profile": "/etc/docker/seccomp.json" 00:17:59 } [Pipeline] sh 00:17:59 + docker inspect -f . ci-base-image-x86_64 00:17:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:17:59 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:17:59 $ 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 00:17:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 00:18:01 $ docker top 8a9429d1d3668749b182009093ebd3bdb8c328d8d4ba1c9f30669037df2c10a4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:18:02 + sudo service docker restart 00:18:02 + go version 00:18:02 go version go1.20.2 linux/amd64 [Pipeline] } 00:18:02 $ docker stop --time=1 8a9429d1d3668749b182009093ebd3bdb8c328d8d4ba1c9f30669037df2c10a4 00:18:03 $ docker rm -f --volumes 8a9429d1d3668749b182009093ebd3bdb8c328d8d4ba1c9f30669037df2c10a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:03 + docker inspect -f . ci-base-image-x86_64 00:18:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:03 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:18:04 $ 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 00:18:04 $ docker top 24dd24747a2d086692713f96f0842b3692021cabbc0f164a0ab8ad452b9e9011 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:04 + git config --global --add safe.directory /w/workspace/oundry_go-mod-configuration_main [Pipeline] fileExists [Pipeline] sh 00:18:05 + make test 00:18:05 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:18:05 go: downloading github.com/stretchr/testify v1.8.2 00:18:05 go: downloading github.com/pelletier/go-toml v1.9.5 00:18:05 go: downloading github.com/hashicorp/consul/api v1.20.0 00:18:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:18:05 go: downloading github.com/davecgh/go-spew v1.1.1 00:18:05 go: downloading gopkg.in/yaml.v3 v3.0.1 00:18:05 go: downloading github.com/stretchr/objx v0.5.0 00:18:05 go: downloading github.com/pmezard/go-difflib v1.0.0 00:18:05 go: downloading github.com/mitchellh/mapstructure v1.4.1 00:18:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:18:05 go: downloading github.com/mitchellh/copystructure v1.0.0 00:18:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:18:05 go: downloading github.com/hashicorp/serf v0.10.1 00:18:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:18:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:18:05 go: downloading github.com/hashicorp/go-hclog v0.14.1 00:18:05 go: downloading github.com/mattn/go-isatty v0.0.12 00:18:05 go: downloading github.com/fatih/color v1.9.0 00:18:05 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 00:18:05 go: downloading github.com/armon/go-metrics v0.3.10 00:18:05 go: downloading github.com/mattn/go-colorable v0.1.6 00:18:05 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 00:18:06 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:18:18 ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] 00:18:18 ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.007s coverage: 85.7% of statements [Pipeline] unstash [Pipeline] echo 00:18:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:18:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:18:20 ========================================================= 00:18:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:18:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:18:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:18:21 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:18:21 af6eaf76a39c: Pulling fs layer 00:18:21 55522c791124: Pulling fs layer 00:18:21 ce5c4a1c91eb: Pulling fs layer 00:18:21 169dfbe0d373: Pulling fs layer 00:18:21 e1ff8fa3b103: Pulling fs layer 00:18:21 52ebb69f0ebf: Pulling fs layer 00:18:21 5abe8eddf0d5: Pulling fs layer 00:18:21 169dfbe0d373: Waiting 00:18:21 e1ff8fa3b103: Waiting 00:18:21 52ebb69f0ebf: Waiting 00:18:21 5abe8eddf0d5: Waiting 00:18:21 55522c791124: Download complete 00:18:21 169dfbe0d373: Verifying Checksum 00:18:21 169dfbe0d373: Download complete 00:18:21 e1ff8fa3b103: Download complete 00:18:21 af6eaf76a39c: Verifying Checksum 00:18:21 af6eaf76a39c: Download complete 00:18:22 5abe8eddf0d5: Verifying Checksum 00:18:22 5abe8eddf0d5: Download complete 00:18:23 af6eaf76a39c: Pull complete 00:18:23 ce5c4a1c91eb: Verifying Checksum 00:18:23 ce5c4a1c91eb: Download complete 00:18:23 52ebb69f0ebf: Verifying Checksum 00:18:23 52ebb69f0ebf: Download complete 00:18:24 55522c791124: Pull complete 00:18:24 ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.593s coverage: 87.1% of statements 00:18:24 ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.003s coverage: 100.0% of statements 00:18:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:18:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:18:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 00:18:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:18:36 $ docker stop --time=1 24dd24747a2d086692713f96f0842b3692021cabbc0f164a0ab8ad452b9e9011 00:18:37 $ docker rm -f --volumes 24dd24747a2d086692713f96f0842b3692021cabbc0f164a0ab8ad452b9e9011 [Pipeline] // withDockerContainer [Pipeline] sh 00:18:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:18:38 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 00:18:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:18:38 00:18:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:18:38 latest: Pulling from edgex-lftools-log-publisher 00:18:38 5eb5b503b376: Pulling fs layer 00:18:38 5c69ac0246d0: Pulling fs layer 00:18:38 ec43610c2a17: Pulling fs layer 00:18:38 3a2ae6a8a46f: Pulling fs layer 00:18:38 33b1e0a273af: Pulling fs layer 00:18:38 5d3b04190fa2: Pulling fs layer 00:18:38 2f39f015ded8: Pulling fs layer 00:18:38 3a2ae6a8a46f: Waiting 00:18:38 33b1e0a273af: Waiting 00:18:38 5d3b04190fa2: Waiting 00:18:38 2f39f015ded8: Waiting 00:18:38 5c69ac0246d0: Verifying Checksum 00:18:38 5c69ac0246d0: Download complete 00:18:38 3a2ae6a8a46f: Verifying Checksum 00:18:38 3a2ae6a8a46f: Download complete 00:18:39 33b1e0a273af: Verifying Checksum 00:18:39 33b1e0a273af: Download complete 00:18:39 5d3b04190fa2: Verifying Checksum 00:18:39 5d3b04190fa2: Download complete 00:18:39 ec43610c2a17: Verifying Checksum 00:18:39 ec43610c2a17: Download complete 00:18:39 5eb5b503b376: Download complete 00:18:39 ce5c4a1c91eb: Pull complete 00:18:39 169dfbe0d373: Pull complete 00:18:39 e1ff8fa3b103: Pull complete 00:18:39 2f39f015ded8: Download complete 00:18:40 5eb5b503b376: Pull complete 00:18:40 5c69ac0246d0: Pull complete 00:18:40 ec43610c2a17: Pull complete 00:18:40 3a2ae6a8a46f: Pull complete 00:18:41 33b1e0a273af: Pull complete 00:18:41 5d3b04190fa2: Pull complete 00:18:45 2f39f015ded8: Pull complete 00:18:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:18:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:18:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:45 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:18:45 $ 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 00:18:45 52ebb69f0ebf: Pull complete 00:18:46 5abe8eddf0d5: Pull complete 00:18:46 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 00:18:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:18:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:18:46 $ docker top f4e3b4a291b2fc20829cd1ad48fb8fedafcf9be73722d64dae027a7358436ffc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 00:18:47 + 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 00:18:47 ---> job-cost.sh 00:18:47 lf-activate-venv: SKIPPING 00:18:47 INFO: No Stack... 00:18:47 + docker inspect -f . ci-base-image-arm64 00:18:47 . 00:18:47 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:47 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 00:18:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/41 -v /w/workspace/go-mod-configuration/41:/w/workspace/go-mod-configuration/41:rw,z -v /w/workspace/go-mod-configuration/41@tmp:/w/workspace/go-mod-configuration/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:18:47 INFO: Archiving Costs 00:18:51 $ docker top b2b5e53e4d74f1c525993af362f4381719bece736f7cf7f8e615c4e2fd92dcab -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:18:51 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 00:18:51 + cut -d, -f6 [Pipeline] lock 00:18:51 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] 00:18:51 Resource [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] did not exist. Created. 00:18:51 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:18:51 + echo total: 0.2199999988079071 [Pipeline] stash 00:18:51 Stashed 1 file(s) [Pipeline] } 00:18:51 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] [Pipeline] // lock [Pipeline] } 00:18:51 + go version 00:18:51 go version go1.20.2 linux/arm64 00:18:51 $ docker stop --time=1 f4e3b4a291b2fc20829cd1ad48fb8fedafcf9be73722d64dae027a7358436ffc 00:18:53 $ docker rm -f --volumes f4e3b4a291b2fc20829cd1ad48fb8fedafcf9be73722d64dae027a7358436ffc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 00:18:53 $ docker stop --time=1 b2b5e53e4d74f1c525993af362f4381719bece736f7cf7f8e615c4e2fd92dcab 00:18:54 $ docker rm -f --volumes b2b5e53e4d74f1c525993af362f4381719bece736f7cf7f8e615c4e2fd92dcab [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:18:55 + docker inspect -f . ci-base-image-arm64 00:18:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:18:55 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 00:18:55 $ 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/41 -v /w/workspace/go-mod-configuration/41:/w/workspace/go-mod-configuration/41:rw,z -v /w/workspace/go-mod-configuration/41@tmp:/w/workspace/go-mod-configuration/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:18:56 $ docker top 66dfe082b652fbe68815614350a89a43d21e295e93fb9abe35b449f773b2d3f2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:18:57 + git config --global --add safe.directory /w/workspace/go-mod-configuration/41 [Pipeline] fileExists [Pipeline] sh 00:18:58 + make test 00:18:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:18:58 go: downloading github.com/pelletier/go-toml v1.9.5 00:18:58 go: downloading github.com/stretchr/testify v1.8.2 00:18:58 go: downloading github.com/hashicorp/consul/api v1.20.0 00:18:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:18:58 go: downloading github.com/davecgh/go-spew v1.1.1 00:18:58 go: downloading github.com/pmezard/go-difflib v1.0.0 00:18:58 go: downloading github.com/stretchr/objx v0.5.0 00:18:58 go: downloading gopkg.in/yaml.v3 v3.0.1 00:18:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:18:58 go: downloading github.com/mitchellh/copystructure v1.0.0 00:18:58 go: downloading github.com/mitchellh/mapstructure v1.4.1 00:18:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:18:58 go: downloading github.com/hashicorp/go-hclog v0.14.1 00:18:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:18:58 go: downloading github.com/hashicorp/serf v0.10.1 00:18:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:18:58 go: downloading github.com/fatih/color v1.9.0 00:18:58 go: downloading github.com/mattn/go-isatty v0.0.12 00:18:58 go: downloading github.com/mattn/go-colorable v0.1.6 00:18:58 go: downloading golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 00:18:59 go: downloading github.com/armon/go-metrics v0.3.10 00:18:59 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 00:18:59 go: downloading github.com/hashicorp/golang-lru v0.5.4 00:20:20 ? github.com/edgexfoundry/go-mod-configuration/v3/configuration/mocks [no test files] 00:20:20 ok github.com/edgexfoundry/go-mod-configuration/v3/configuration 0.023s coverage: 85.7% of statements 00:20:20 ok github.com/edgexfoundry/go-mod-configuration/v3/internal/pkg/consul 7.761s coverage: 87.1% of statements 00:20:20 ok github.com/edgexfoundry/go-mod-configuration/v3/pkg/types 0.019s coverage: 100.0% of statements 00:20:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:20:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:20:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:20:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 00:20:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:20:33 $ docker stop --time=1 66dfe082b652fbe68815614350a89a43d21e295e93fb9abe35b449f773b2d3f2 00:20:36 $ docker rm -f --volumes 66dfe082b652fbe68815614350a89a43d21e295e93fb9abe35b449f773b2d3f2 [Pipeline] // withDockerContainer [Pipeline] sh 00:20:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:20:37 Warning: overwriting stash ‘coverage-report’ 00:20:37 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 00:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:20:38 00:20:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:20:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:20:38 arm64: Pulling from edgex-lftools-log-publisher 00:20:38 8998bd30e6a1: Pulling fs layer 00:20:38 04944245beec: Pulling fs layer 00:20:38 699f458cf7ca: Pulling fs layer 00:20:38 765212b225bb: Pulling fs layer 00:20:38 f23df028b6ca: Pulling fs layer 00:20:38 d65c8cfc05b1: Pulling fs layer 00:20:38 2437ff75d9bd: Pulling fs layer 00:20:38 f23df028b6ca: Waiting 00:20:38 d65c8cfc05b1: Waiting 00:20:38 2437ff75d9bd: Waiting 00:20:38 765212b225bb: Waiting 00:20:38 04944245beec: Verifying Checksum 00:20:38 04944245beec: Download complete 00:20:38 765212b225bb: Verifying Checksum 00:20:38 765212b225bb: Download complete 00:20:38 f23df028b6ca: Verifying Checksum 00:20:38 f23df028b6ca: Download complete 00:20:38 d65c8cfc05b1: Verifying Checksum 00:20:38 d65c8cfc05b1: Download complete 00:20:38 699f458cf7ca: Verifying Checksum 00:20:38 699f458cf7ca: Download complete 00:20:39 8998bd30e6a1: Download complete 00:20:41 2437ff75d9bd: Verifying Checksum 00:20:41 2437ff75d9bd: Download complete 00:20:43 8998bd30e6a1: Pull complete 00:20:43 04944245beec: Pull complete 00:20:44 699f458cf7ca: Pull complete 00:20:44 765212b225bb: Pull complete 00:20:49 f23df028b6ca: Pull complete 00:20:49 d65c8cfc05b1: Pull complete 00:21:04 2437ff75d9bd: Pull complete 00:21:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:21:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:21:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:04 prd-ubuntu20.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 00:21:04 $ 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/41 -v /w/workspace/go-mod-configuration/41:/w/workspace/go-mod-configuration/41:rw,z -v /w/workspace/go-mod-configuration/41@tmp:/w/workspace/go-mod-configuration/41@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:arm64 cat 00:21:06 $ docker top 36d7f07eb230bf740ae792a7f5fe503e3f56e1a7c1514be52338281a451eb6a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:07 ---> job-cost.sh 00:21:07 lf-activate-venv: SKIPPING 00:21:07 INFO: No Stack... 00:21:07 INFO: Retrieving Pricing Info for: v3-standard-4 00:21:08 INFO: Archiving Costs [Pipeline] sh 00:21:09 + cat /w/workspace/go-mod-configuration/41/archives/cost.csv 00:21:09 + cut -d, -f6 [Pipeline] lock 00:21:09 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] 00:21:09 Resource [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] did not exist. Created. 00:21:09 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:21:09 /w/workspace/go-mod-configuration/41@tmp/durable-0205bce0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:21:09 + echo total: 0.10999999940395355 [Pipeline] stash 00:21:09 Warning: overwriting stash ‘stack-cost’ 00:21:10 Stashed 1 file(s) [Pipeline] } 00:21:10 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-41-stack-cost] [Pipeline] // lock [Pipeline] } 00:21:10 $ docker stop --time=1 36d7f07eb230bf740ae792a7f5fe503e3f56e1a7c1514be52338281a451eb6a5 00:21:11 $ docker rm -f --volumes 36d7f07eb230bf740ae792a7f5fe503e3f56e1a7c1514be52338281a451eb6a5 [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 00:21:11 provisioning config files... 00:21:11 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config10288432069604316867tmp [Pipeline] { [Pipeline] sh 00:21:12 + set +x 00:21:12 + curl -s+ https://codecov.io/bash 00:21:12 bash -s -- 00:21:12 00:21:12 _____ _ 00:21:12 / ____| | | 00:21:12 | | ___ __| | ___ ___ _____ __ 00:21:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:21:12 | |___| (_) | (_| | __/ (_| (_) \ V / 00:21:12 \_____\___/ \__,_|\___|\___\___/ \_/ 00:21:12 Bash-1.0.6 00:21:12 00:21:12 00:21:12 ==> git version 2.25.1 found 00:21:12 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 00:21:12 Release-Date: 2020-01-08 00:21:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:21:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:21:12 ==> Jenkins CI detected. 00:21:12 current dir:  /w/workspace/oundry_go-mod-configuration_main 00:21:12 project root: . 00:21:12 --> token set from env 00:21:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:21:12 ==> Running gcov in . (disable via -X gcov) 00:21:12 ==> Python coveragepy not found 00:21:12 ==> Searching for coverage reports in: 00:21:12 + . 00:21:12 -> Found 1 reports 00:21:12 ==> Detecting git/mercurial file structure 00:21:12 ==> Reading reports 00:21:12 + ./coverage.out bytes=18753 00:21:12 ==> Appending adjustments 00:21:12 https://docs.codecov.io/docs/fixing-reports 00:21:12 + Found adjustments 00:21:12 ==> Gzipping contents 00:21:12 4.0K /tmp/codecov.TtZnPB.gz 00:21:12 ==> Uploading reports 00:21:12 url: https://codecov.io 00:21:12 query: branch=main&commit=7b762e484bfe44e96c342c26563ac5aea61095f1&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 00:21:12 -> Pinging Codecov 00:21:12 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=7b762e484bfe44e96c342c26563ac5aea61095f1&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 00:21:12 -> Uploading to 00:21:12 https://storage.googleapis.com/codecov/v4/raw/2023-03-16/9F92B070CA9CA35F4914AC8684776953/7b762e484bfe44e96c342c26563ac5aea61095f1/08c434ef-62da-41cf-90ec-2c5fae7cdb57.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T002112Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e3328b1201063eb0e19e72bd5c4574612a38bcbb239eb350223a37c959439303 00:21:12 % Total % Received % Xferd Average Speed Time Time Time Current 00:21:12 Dload Upload Total Spent Left Speed 00:21:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3279 0 0 100 3279 0 11306 --:--:-- --:--:-- --:--:-- 11306 00:21:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-configuration/commit/7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] } 00:21:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:21:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:21:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:21:13 00:21:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:21:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:21:13 df9b9388f04a: Pulling fs layer 00:21:13 52dc419b0ee2: Pulling fs layer 00:21:13 25bc292e5bac: Pulling fs layer 00:21:13 114826534d7a: Pulling fs layer 00:21:13 4657fd5d0bcf: Pulling fs layer 00:21:13 6ad1cebc031e: Pulling fs layer 00:21:13 8a3aa393b2d8: Pulling fs layer 00:21:13 4657fd5d0bcf: Waiting 00:21:13 6ad1cebc031e: Waiting 00:21:13 8a3aa393b2d8: Waiting 00:21:13 25bc292e5bac: Download complete 00:21:13 52dc419b0ee2: Verifying Checksum 00:21:13 52dc419b0ee2: Download complete 00:21:13 4657fd5d0bcf: Verifying Checksum 00:21:13 4657fd5d0bcf: Download complete 00:21:13 df9b9388f04a: Download complete 00:21:13 df9b9388f04a: Pull complete 00:21:13 52dc419b0ee2: Pull complete 00:21:14 25bc292e5bac: Pull complete 00:21:14 6ad1cebc031e: Verifying Checksum 00:21:14 6ad1cebc031e: Download complete 00:21:14 114826534d7a: Verifying Checksum 00:21:14 114826534d7a: Download complete 00:21:14 8a3aa393b2d8: Verifying Checksum 00:21:14 8a3aa393b2d8: Download complete 00:21:18 114826534d7a: Pull complete 00:21:18 4657fd5d0bcf: Pull complete 00:21:18 6ad1cebc031e: Pull complete 00:21:21 8a3aa393b2d8: Pull complete 00:21:21 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:21 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:21:21 $ 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 00:21:23 $ docker top 668895f8ed22567d097521f4429947848944d4dbe5410b95336e7fcfdabb5983 -eo pid,comm [Pipeline] { [Pipeline] echo 00:21:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 00:21:23 + set -o pipefail 00:21:23 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 00:21:26 00:21:26 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v3)... 00:21:26 00:21:26 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/876be593-d0c5-460b-ab82-cce3a3e0e96e/history/86c68e7f-ffd9-4ce0-8f1c-6d3ae72b4406 00:21:26 00:21:26 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:21:26 00:21:26 00:21:26 A medium severity vulnerability was found in the Snyk CLI versions you are using. 00:21:26 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 00:21:26 More details here: https://snyk.co/ue1NS [Pipeline] } 00:21:26 $ docker stop --time=1 668895f8ed22567d097521f4429947848944d4dbe5410b95336e7fcfdabb5983 00:21:28 $ docker rm -f --volumes 668895f8ed22567d097521f4429947848944d4dbe5410b95336e7fcfdabb5983 [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 00:21:28 + git log --format=format:%s -1 7b762e484bfe44e96c342c26563ac5aea61095f1 [Pipeline] sh 00:21:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:21:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:29 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:21:29 $ 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 00:21:29 $ docker top 936f6a290d14edbf2bdfe255bd5e6f14b95798ec648fe44fb9ff34de75a68fd4 -eo pid,comm 00:21:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:21:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:21:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:21:29 [ssh-agent] Looking for ssh-agent implementation... 00:21:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:21:29 $ docker exec 936f6a290d14edbf2bdfe255bd5e6f14b95798ec648fe44fb9ff34de75a68fd4 ssh-agent 00:21:29 SSH_AUTH_SOCK=/tmp/ssh-P0OHHxHyggCt/agent.32 00:21:29 SSH_AGENT_PID=38 00:21:29 Running ssh-add (command line suppressed) 00:21:29 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13576657461155079533.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_13576657461155079533.key) 00:21:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:21:30 + git semver tag 00:21:30 2023-03-16 00:21:30,481 [run_tag] DEBUG tag force:False 00:21:30 2023-03-16 00:21:30,482 [check_head_tag] DEBUG check head tag 00:21:30 2023-03-16 00:21:30,483 [execute] INFO git cat-file --batch-check 00:21:30 2023-03-16 00:21:30,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 00:21:30 2023-03-16 00:21:30,486 [execute] INFO git cat-file --batch 00:21:30 2023-03-16 00:21:30,487 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 00:21:30 2023-03-16 00:21:30,503 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:30 2023-03-16 00:21:30,503 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 00:21:30 2023-03-16 00:21:30,503 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 00:21:30 2023-03-16 00:21:30,507 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:30 3.0.0-dev.9 [Pipeline] } 00:21:30 $ docker exec --env ******** --env ******** 936f6a290d14edbf2bdfe255bd5e6f14b95798ec648fe44fb9ff34de75a68fd4 ssh-agent -k 00:21:30 unset SSH_AUTH_SOCK; 00:21:30 unset SSH_AGENT_PID; 00:21:30 echo Agent pid 38 killed; 00:21:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:30 + git semver [Pipeline] } 00:21:31 $ docker stop --time=1 936f6a290d14edbf2bdfe255bd5e6f14b95798ec648fe44fb9ff34de75a68fd4 00:21:32 $ docker rm -f --volumes 936f6a290d14edbf2bdfe255bd5e6f14b95798ec648fe44fb9ff34de75a68fd4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:21:32 00:21:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:21:33 0.23.1-centos7: Pulling from edgex-lftools 00:21:33 ab5ef0e58194: Pulling fs layer 00:21:33 9712f1f96733: Pulling fs layer 00:21:33 63f879dbbcfc: Pulling fs layer 00:21:33 0d9ebad4ef96: Pulling fs layer 00:21:33 e9a5061849ea: Pulling fs layer 00:21:33 d747dcd14b5f: Pulling fs layer 00:21:33 2de7ff778b66: Pulling fs layer 00:21:33 2de7ff778b66: Waiting 00:21:33 d747dcd14b5f: Waiting 00:21:33 0d9ebad4ef96: Waiting 00:21:33 9712f1f96733: Verifying Checksum 00:21:33 9712f1f96733: Download complete 00:21:33 63f879dbbcfc: Verifying Checksum 00:21:33 63f879dbbcfc: Download complete 00:21:34 0d9ebad4ef96: Verifying Checksum 00:21:34 0d9ebad4ef96: Download complete 00:21:34 d747dcd14b5f: Download complete 00:21:34 e9a5061849ea: Verifying Checksum 00:21:34 e9a5061849ea: Download complete 00:21:34 ab5ef0e58194: Verifying Checksum 00:21:34 ab5ef0e58194: Download complete 00:21:34 2de7ff778b66: Verifying Checksum 00:21:34 2de7ff778b66: Download complete 00:21:36 ab5ef0e58194: Pull complete 00:21:36 9712f1f96733: Pull complete 00:21:37 63f879dbbcfc: Pull complete 00:21:41 0d9ebad4ef96: Pull complete 00:21:41 e9a5061849ea: Pull complete 00:21:41 d747dcd14b5f: Pull complete 00:21:42 2de7ff778b66: Pull complete 00:21:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:21:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:21:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:42 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:21:42 $ 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 00:21:44 $ docker top d2b9570594e6cc8690c53a15a71fe8bd65585546ef66e2689fc1bef4bae8fb72 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:21:44 provisioning config files... 00:21:44 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4384442018595923484tmp 00:21:44 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6875880370092586757tmp 00:21:44 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config7917001216539743465tmp [Pipeline] { [Pipeline] echo 00:21:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:21:45 ---> sigul-configuration.sh 00:21:45 gpg: directory `/root/.gnupg' created 00:21:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:21:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:21:45 gpg: keyring `/root/.gnupg/secring.gpg' created 00:21:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:21:45 gpg: CAST5 encrypted data 00:21:45 gpg: encrypted with 1 passphrase 00:21:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:21:45 + mkdir /home/jenkins 00:21:45 + mkdir /home/jenkins/sigul [Pipeline] sh 00:21:45 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:21:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:21:46 ---> sigul-install.sh 00:21:46 Sigul already installed; skipping installation. [Pipeline] sh 00:21:46 + git tag --list 00:21:46 v0.0.0 00:21:46 v0.0.1 00:21:46 v0.0.2 00:21:46 v0.0.3 00:21:46 v0.0.4 00:21:46 v0.0.5 00:21:46 v0.0.6 00:21:46 v0.0.7 00:21:46 v0.0.8 00:21:46 v2.0.0 00:21:46 v2.1.0 00:21:46 v2.2.0 00:21:46 v2.2.1-dev.1 00:21:46 v2.2.1-dev.10 00:21:46 v2.2.1-dev.11 00:21:46 v2.2.1-dev.12 00:21:46 v2.2.1-dev.2 00:21:46 v2.2.1-dev.3 00:21:46 v2.2.1-dev.4 00:21:46 v2.2.1-dev.5 00:21:46 v2.2.1-dev.6 00:21:46 v2.2.1-dev.7 00:21:46 v2.2.1-dev.8 00:21:46 v2.2.1-dev.9 00:21:46 v2.3.0 00:21:46 v2.3.0-dev.12 00:21:46 v2.3.0-dev.13 00:21:46 v2.3.0-dev.14 00:21:46 v2.3.0-dev.15 00:21:46 v2.3.0-dev.16 00:21:46 v2.3.1-dev.1 00:21:46 v2.3.1-dev.2 00:21:46 v3.0.0-dev.1 00:21:46 v3.0.0-dev.2 00:21:46 v3.0.0-dev.3 00:21:46 v3.0.0-dev.4 00:21:46 v3.0.0-dev.5 00:21:46 v3.0.0-dev.6 00:21:46 v3.0.0-dev.7 00:21:46 v3.0.0-dev.8 00:21:46 v3.0.0-dev.9 [Pipeline] sh 00:21:46 + lftools sign git-tag v3.0.0-dev.9 00:21:47 Signing Git tag with Sigul... 00:21:47 Signing v3.0.0-dev.9 [Pipeline] echo 00:21:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:21:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:21:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:21:47 $ docker stop --time=1 d2b9570594e6cc8690c53a15a71fe8bd65585546ef66e2689fc1bef4bae8fb72 00:21:49 $ docker rm -f --volumes d2b9570594e6cc8690c53a15a71fe8bd65585546ef66e2689fc1bef4bae8fb72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:21:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:21:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:49 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:21:49 $ 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 00:21:50 $ docker top b81b88c9d6796bf2120e891fc7a429c956912e0a42e89be143477aea02ecfecd -eo pid,comm 00:21:50 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:21:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:21:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:21:50 [ssh-agent] Looking for ssh-agent implementation... 00:21:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:21:50 $ docker exec b81b88c9d6796bf2120e891fc7a429c956912e0a42e89be143477aea02ecfecd ssh-agent 00:21:50 SSH_AUTH_SOCK=/tmp/ssh-w10LwBgOqVzm/agent.33 00:21:50 SSH_AGENT_PID=39 00:21:50 Running ssh-add (command line suppressed) 00:21:50 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10279592547453513661.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_10279592547453513661.key) 00:21:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:21:50 + git semver bump pre 00:21:51 2023-03-16 00:21:51,166 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:51 2023-03-16 00:21:51,166 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev 00:21:51 2023-03-16 00:21:51,166 [bump_version] DEBUG bumped version:3.0.0-dev.10 00:21:51 2023-03-16 00:21:51,166 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 00:21:51 2023-03-16 00:21:51,166 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:51 2023-03-16 00:21:51,166 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:51 2023-03-16 00:21:51,168 [execute] INFO git cat-file --batch-check 00:21:51 2023-03-16 00:21:51,168 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 00:21:51 2023-03-16 00:21:51,173 [execute] INFO git cat-file --batch 00:21:51 2023-03-16 00:21:51,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 00:21:51 2023-03-16 00:21:51,178 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:51 3.0.0-dev.10 [Pipeline] } 00:21:51 $ docker exec --env ******** --env ******** b81b88c9d6796bf2120e891fc7a429c956912e0a42e89be143477aea02ecfecd ssh-agent -k 00:21:51 unset SSH_AUTH_SOCK; 00:21:51 unset SSH_AGENT_PID; 00:21:51 echo Agent pid 39 killed; 00:21:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:51 + git semver [Pipeline] } 00:21:51 $ docker stop --time=1 b81b88c9d6796bf2120e891fc7a429c956912e0a42e89be143477aea02ecfecd 00:21:53 $ docker rm -f --volumes b81b88c9d6796bf2120e891fc7a429c956912e0a42e89be143477aea02ecfecd [Pipeline] // withDockerContainer [Pipeline] sh 00:21:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:21:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:21:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:54 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:21:54 $ 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 00:21:54 $ docker top 55df23500b189a6b8d71e2af238afed98f357810742e7aed2494cee971e0511d -eo pid,comm 00:21:54 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 00:21:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:21:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:21:54 [ssh-agent] Looking for ssh-agent implementation... 00:21:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:21:54 $ docker exec 55df23500b189a6b8d71e2af238afed98f357810742e7aed2494cee971e0511d ssh-agent 00:21:55 SSH_AUTH_SOCK=/tmp/ssh-ZyG6Ie3eLj7c/agent.32 00:21:55 SSH_AGENT_PID=38 00:21:55 Running ssh-add (command line suppressed) 00:21:55 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2352095353557313866.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_2352095353557313866.key) 00:21:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:21:55 + git semver push 00:21:55 2023-03-16 00:21:55,715 [run_push] DEBUG push 00:21:55 2023-03-16 00:21:55,716 [execute] INFO git cat-file --batch-check 00:21:55 2023-03-16 00:21:55,716 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 00:21:55 2023-03-16 00:21:55,721 [execute] INFO git rev-list 38fa015fea8c0673b240db4e6323c8ef5fa31ca1 -- 00:21:55 2023-03-16 00:21:55,721 [execute] DEBUG Popen(['git', 'rev-list', '38fa015fea8c0673b240db4e6323c8ef5fa31ca1', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 00:21:55 2023-03-16 00:21:55,728 [execute] INFO git fetch -v origin 00:21:55 2023-03-16 00:21:55,729 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) 00:21:56 2023-03-16 00:21:56,203 [run_push] DEBUG no remote changes detected 00:21:56 2023-03-16 00:21:56,204 [execute] INFO git push origin semver 00:21:56 2023-03-16 00:21:56,204 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 00:21:57 2023-03-16 00:21:56,946 [run_push] DEBUG push all version tags 00:21:57 2023-03-16 00:21:56,947 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:21:57 2023-03-16 00:21:56,948 [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) 00:21:57 2023-03-16 00:21:57,713 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 00:21:57 3.0.0-dev.10 [Pipeline] } 00:21:57 $ docker exec --env ******** --env ******** 55df23500b189a6b8d71e2af238afed98f357810742e7aed2494cee971e0511d ssh-agent -k 00:21:57 unset SSH_AUTH_SOCK; 00:21:57 unset SSH_AGENT_PID; 00:21:57 echo Agent pid 38 killed; 00:21:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:58 + git semver [Pipeline] } 00:21:58 $ docker stop --time=1 55df23500b189a6b8d71e2af238afed98f357810742e7aed2494cee971e0511d 00:21:59 $ docker rm -f --volumes 55df23500b189a6b8d71e2af238afed98f357810742e7aed2494cee971e0511d [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 00:22:00 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 00:22:00 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 00:22:00 total 16 00:22:00 drwxr-xr-x 3 root root 4096 Mar 16 00:18 . 00:22:00 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 00:21 .. 00:22:00 drwxr-xr-x 2 root root 4096 Mar 16 00:18 cost 00:22:00 -rw-r--r-- 1 root root 91 Mar 16 00:18 cost.csv 00:22:00 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 00:22:00 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 00:22:00 total 16 00:22:00 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 00:18 . 00:22:00 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 00:21 .. 00:22:00 drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 00:18 cost 00:22:00 -rw-r--r-- 1 jenkins jenkins 91 Mar 16 00:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:22:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:22:01 ---> package-listing.sh 00:22:01 ++ facter osfamily 00:22:01 ++ tr '[:upper:]' '[:lower:]' 00:22:01 + OS_FAMILY=debian 00:22:01 + workspace=/w/workspace/oundry_go-mod-configuration_main 00:22:01 + START_PACKAGES=/tmp/packages_start.txt 00:22:01 + END_PACKAGES=/tmp/packages_end.txt 00:22:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:22:01 + PACKAGES=/tmp/packages_start.txt 00:22:01 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 00:22:01 + PACKAGES=/tmp/packages_end.txt 00:22:01 + case "${OS_FAMILY}" in 00:22:01 + dpkg -l 00:22:01 + grep '^ii' 00:22:01 + '[' -f /tmp/packages_start.txt ']' 00:22:01 + '[' -f /tmp/packages_end.txt ']' 00:22:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:22:01 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 00:22:01 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 00:22:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 00:22:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/oundry_go-mod-configuration_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:22:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:22:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:22:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:22:02 prd-ubuntu20.04-docker-8c-8g-2315 does not seem to be running inside a container 00:22:02 $ 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 00:22:02 $ docker top 5b8bcd5ac0c41ad32a1d064fd87c89cdfb54f15c825e9f23cd736748c40133a4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:22:03 + touch /tmp/pre-build-complete [Pipeline] sh 00:22:03 + mkdir -p /var/log/sysstat [Pipeline] sh 00:22:03 + ls /var/log/sa-host 00:22:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:22:03 provisioning config files... 00:22:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config3334607712180080269tmp [Pipeline] { [Pipeline] echo 00:22:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:22:04 ---> create-netrc.sh [Pipeline] } 00:22:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:22:04 ---> python-tools-install.sh [Pipeline] echo 00:22:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:22:04 ---> sudo-logs.sh 00:22:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:22:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:22:05 ---> job-cost.sh 00:22:05 lf-activate-venv: SKIPPING 00:22:05 DEBUG: total: 0.2199999988079071 00:22:05 INFO: Retrieving Stack Cost... 00:22:05 INFO: Retrieving Pricing Info for: v3-standard-8 00:22:05 INFO: Archiving Costs [Pipeline] echo 00:22:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:22:05 ---> logs-deploy.sh 00:22:05 lf-activate-venv: SKIPPING 00:22:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/41 00:22:05 INFO: archiving workspace using pattern(s): 00:22:06 Archives upload complete. 00:22:07 INFO: archiving logs to Nexus