Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b72d1d0adae8a725c74f579e57cb0eff5588e487 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-ssh12624978847156842721.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh15883214444360691335.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh2491767128629180276.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh10213492286326700797.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-ssh2233443789244157331.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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.17 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 Running on prd-ubuntu20.04-docker-8c-8g-16860 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 b72d1d0adae8a725c74f579e57cb0eff5588e487 (main) > 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 b72d1d0adae8a725c74f579e57cb0eff5588e487 # timeout=10 Commit message: "Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.0" > git rev-list --no-walk 202f4ca523af1696025328d0814584249aafcf2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:32:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:32:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:32:05 ========================================================= 14:32:05 EdgeX Global Pipelines Version Info 14:32:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:32:06 ------------------- 14:32:06 stable info: 14:32:06 ------------------- 14:32:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:32:06 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 14:32:06 Message: update stable to v1.0.234 14:32:06 ------------------- 14:32:06 experimental info: 14:32:06 ------------------- 14:32:06 Commited By: **** collab-it+edgex@linuxfoundation.org 14:32:06 Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 14:32:06 Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-configuration [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b72d1d0 [Pipeline] echo 14:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 14:32:07 + git rev-list -1 --merges b72d1d0adae8a725c74f579e57cb0eff5588e487~1..b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] echo 14:32:07 -----------> git rev-list -1 --merges b72d1d0adae8a725c74f579e57cb0eff5588e487~1..b72d1d0adae8a725c74f579e57cb0eff5588e487 b72d1d0adae8a725c74f579e57cb0eff5588e487 14:32:07 b72d1d0adae8a725c74f579e57cb0eff5588e487 [false] [Pipeline] sh 14:32:08 + git log --format=format:%s -1 b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] echo 14:32:08 ========================================================= 14:32:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 14:32:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:32:08 + git log --format=format:%s -1 b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] echo 14:32:08 [semverPrep] GIT_COMMIT: b72d1d0adae8a725c74f579e57cb0eff5588e487, Commit Message: Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.0 [Pipeline] echo 14:32:08 [semverPrep] This is not a build commit. [Pipeline] sh 14:32:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:32:08 + grep -v github /etc/ssh/ssh_known_hosts 14:32:08 + [ -e /tmp/ssh_known_hosts ] 14:32:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 14:32:08 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 14:32:08 tee -a /etc/ssh/ssh_known_hosts 14:32:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:32:09 14:32:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:32:09 0.1.4: Pulling from edgex-devops/py-git-semver 14:32:09 42c077c10790: Pulling fs layer 14:32:09 f63e77b7563a: Pulling fs layer 14:32:09 bd5fdadae976: Pulling fs layer 14:32:09 205491f53016: Pulling fs layer 14:32:09 df18705c85c3: Pulling fs layer 14:32:09 bdb3f477010e: Pulling fs layer 14:32:09 c8a8fc8e1c8f: Pulling fs layer 14:32:09 2c6e9b1d212d: Pulling fs layer 14:32:09 bdb8f0575790: Pulling fs layer 14:32:09 386e3cb2ff24: Pulling fs layer 14:32:09 2343380bae48: Pulling fs layer 14:32:09 c8a8fc8e1c8f: Waiting 14:32:09 2c6e9b1d212d: Waiting 14:32:09 bdb8f0575790: Waiting 14:32:09 386e3cb2ff24: Waiting 14:32:09 2343380bae48: Waiting 14:32:09 df18705c85c3: Waiting 14:32:09 bdb3f477010e: Waiting 14:32:09 f63e77b7563a: Verifying Checksum 14:32:09 f63e77b7563a: Download complete 14:32:09 205491f53016: Verifying Checksum 14:32:09 205491f53016: Download complete 14:32:10 df18705c85c3: Verifying Checksum 14:32:10 df18705c85c3: Download complete 14:32:10 bdb3f477010e: Verifying Checksum 14:32:10 bdb3f477010e: Download complete 14:32:10 bd5fdadae976: Verifying Checksum 14:32:10 bd5fdadae976: Download complete 14:32:10 2c6e9b1d212d: Verifying Checksum 14:32:10 2c6e9b1d212d: Download complete 14:32:10 bdb8f0575790: Verifying Checksum 14:32:10 bdb8f0575790: Download complete 14:32:10 386e3cb2ff24: Verifying Checksum 14:32:10 386e3cb2ff24: Download complete 14:32:10 2343380bae48: Verifying Checksum 14:32:10 2343380bae48: Download complete 14:32:10 42c077c10790: Verifying Checksum 14:32:10 42c077c10790: Download complete 14:32:10 c8a8fc8e1c8f: Download complete 14:32:11 42c077c10790: Pull complete 14:32:11 f63e77b7563a: Pull complete 14:32:11 bd5fdadae976: Pull complete 14:32:12 205491f53016: Pull complete 14:32:12 df18705c85c3: Pull complete 14:32:12 bdb3f477010e: Pull complete 14:32:14 c8a8fc8e1c8f: Pull complete 14:32:14 2c6e9b1d212d: Pull complete 14:32:14 bdb8f0575790: Pull complete 14:32:14 386e3cb2ff24: Pull complete 14:32:14 2343380bae48: Pull complete 14:32:14 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 14:32:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:32:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:32:14 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:32:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:32:16 $ docker top ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 -eo pid,comm 14:32:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 14:32:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:32:16 [ssh-agent] Looking for ssh-agent implementation... 14:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:32:16 $ docker exec ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 ssh-agent 14:32:16 SSH_AUTH_SOCK=/tmp/ssh-fw7UGUvEhrPk/agent.33 14:32:16 SSH_AGENT_PID=40 14:32:16 Running ssh-add (command line suppressed) 14:32:16 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1326159216121180890.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_1326159216121180890.key) 14:32:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:32:17 + git tag --points-at HEAD [Pipeline] } 14:32:17 $ docker exec --env ******** --env ******** ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 ssh-agent -k 14:32:17 unset SSH_AUTH_SOCK; 14:32:17 unset SSH_AGENT_PID; 14:32:17 echo Agent pid 40 killed; 14:32:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:32:17 [ssh-agent] Looking for ssh-agent implementation... 14:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:32:17 $ docker exec ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 ssh-agent 14:32:17 SSH_AUTH_SOCK=/tmp/ssh-Aa1bE3cMtzdT/agent.72 14:32:17 SSH_AGENT_PID=79 14:32:17 Running ssh-add (command line suppressed) 14:32:17 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_680624490333513172.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_680624490333513172.key) 14:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:32:17 + git semver init 14:32:18 2022-07-04 14:32:18,173 [run_init] DEBUG init version:0.0.0 force:False 14:32:18 2022-07-04 14:32:18,174 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_go-mod-configuration_main/.semver 14:32:18 2022-07-04 14:32:18,174 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-configuration.git /w/workspace/oundry_go-mod-configuration_main/.semver 14:32:18 2022-07-04 14:32:18,175 [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) 14:32:19 2022-07-04 14:32:18,827 [append_file] DEBUG append to file:/w/workspace/oundry_go-mod-configuration_main/.git/info/exclude 14:32:19 2022-07-04 14:32:18,827 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:False 14:32:19 2022-07-04 14:32:18,827 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:32:19 2022-07-04 14:32:18,827 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:32:19 2.2.1-dev.8 [Pipeline] } 14:32:19 $ docker exec --env ******** --env ******** ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 ssh-agent -k 14:32:19 unset SSH_AUTH_SOCK; 14:32:19 unset SSH_AGENT_PID; 14:32:19 echo Agent pid 79 killed; 14:32:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:32:19 + git semver [Pipeline] } 14:32:19 $ docker stop --time=1 ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 14:32:21 $ docker rm -f ce1e0fdb1773459910b327ab934f308bc03ab533631ef3cf62d62b98f8b88c35 [Pipeline] // withDockerContainer [Pipeline] sh 14:32:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:32:21 Stashed 1 file(s) [Pipeline] echo 14:32:21 [edgeXSemver]: initialized semver on version 2.2.1-dev.8 [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 14:32:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:32:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:32:22 ========================================================= 14:32:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 14:32:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 14:32:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:32:22 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 14:32:22 59bf1c3509f3: Pulling fs layer 14:32:22 666ba61612fd: Pulling fs layer 14:32:22 8ed8ca486205: Pulling fs layer 14:32:22 cc1cd167ecdc: Pulling fs layer 14:32:22 c516ae0d96e1: Pulling fs layer 14:32:22 cc1cd167ecdc: Waiting 14:32:22 684cea983483: Pulling fs layer 14:32:22 684cea983483: Waiting 14:32:22 dd3240ac7de5: Pulling fs layer 14:32:22 b1e948a4e11c: Pulling fs layer 14:32:22 a8fd76ee1af6: Pulling fs layer 14:32:22 646ad004c059: Pulling fs layer 14:32:22 b1e948a4e11c: Waiting 14:32:22 a8fd76ee1af6: Waiting 14:32:22 646ad004c059: Waiting 14:32:22 8ed8ca486205: Download complete 14:32:22 666ba61612fd: Verifying Checksum 14:32:22 666ba61612fd: Download complete 14:32:22 c516ae0d96e1: Verifying Checksum 14:32:22 c516ae0d96e1: Download complete 14:32:22 684cea983483: Verifying Checksum 14:32:22 684cea983483: Download complete 14:32:22 59bf1c3509f3: Download complete 14:32:22 dd3240ac7de5: Download complete 14:32:22 b1e948a4e11c: Verifying Checksum 14:32:22 b1e948a4e11c: Download complete 14:32:22 59bf1c3509f3: Pull complete 14:32:22 666ba61612fd: Pull complete 14:32:22 8ed8ca486205: Pull complete 14:32:23 a8fd76ee1af6: Verifying Checksum 14:32:23 a8fd76ee1af6: Download complete 14:32:23 646ad004c059: Verifying Checksum 14:32:23 646ad004c059: Download complete 14:32:23 cc1cd167ecdc: Verifying Checksum 14:32:23 cc1cd167ecdc: Download complete 14:32:26 cc1cd167ecdc: Pull complete 14:32:26 c516ae0d96e1: Pull complete 14:32:27 684cea983483: Pull complete 14:32:27 dd3240ac7de5: Pull complete 14:32:27 b1e948a4e11c: Pull complete 14:32:28 a8fd76ee1af6: Pull complete 14:32:29 646ad004c059: Pull complete 14:32:29 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 14:32:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 14:32:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] sh 14:32:30 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:30 + docker inspect -f . ci-base-image-x86_64 14:32:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:32:30 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:32:30 $ 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 ******** ci-base-image-x86_64 cat 14:32:32 $ docker top f5495d518386351cf4cbd7641ba3785648069daa29d53d9a0e811ddedbc15e0a -eo pid,comm [Pipeline] { [Pipeline] sh 14:32:33 + go version 14:32:33 go version go1.17.7 linux/amd64 [Pipeline] } 14:32:33 $ docker stop --time=1 f5495d518386351cf4cbd7641ba3785648069daa29d53d9a0e811ddedbc15e0a 14:32:34 $ docker rm -f f5495d518386351cf4cbd7641ba3785648069daa29d53d9a0e811ddedbc15e0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:32:35 + docker inspect -f . ci-base-image-x86_64 14:32:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:32:35 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:32:35 $ 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 ******** ci-base-image-x86_64 cat 14:32:35 $ docker top 8ba3328e3640a73a533605925a8fbe8f781acf3a78902ce6fe2e5730228b7fcd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:32:35 + make test 14:32:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:32:35 go: downloading github.com/stretchr/testify v1.8.0 14:32:35 go: downloading github.com/pelletier/go-toml v1.9.5 14:32:35 go: downloading github.com/hashicorp/consul/api v1.13.0 14:32:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:32:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:32:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:32:35 go: downloading github.com/mitchellh/copystructure v1.0.0 14:32:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:32:35 go: downloading github.com/davecgh/go-spew v1.1.1 14:32:35 go: downloading github.com/pmezard/go-difflib v1.0.0 14:32:35 go: downloading gopkg.in/yaml.v3 v3.0.1 14:32:36 go: downloading github.com/hashicorp/serf v0.9.6 14:32:36 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:32:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:32:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:32:36 go: downloading github.com/mattn/go-isatty v0.0.12 14:32:36 go: downloading github.com/fatih/color v1.9.0 14:32:36 go: downloading github.com/mattn/go-colorable v0.1.6 14:32:36 go: downloading golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 14:32:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:32:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:32:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:32:37 Still waiting to schedule task 14:32:37 ‘prd-centos7-blackbox-4c-2g-16677’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 14:32:37 ‘prd-centos7-blackbox-4c-2g-16678’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 14:32:37 ‘prd-ubuntu20.04-docker-arm64-4c-16g-16861’ is offline 14:32:42 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.005s coverage: 85.7% of statements 14:32:48 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 6.587s coverage: 88.3% of statements 14:32:48 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.002s coverage: 100.0% of statements 14:32:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:32:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:32:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 14:32:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:32:56 $ docker stop --time=1 8ba3328e3640a73a533605925a8fbe8f781acf3a78902ce6fe2e5730228b7fcd 14:32:58 $ docker rm -f 8ba3328e3640a73a533605925a8fbe8f781acf3a78902ce6fe2e5730228b7fcd [Pipeline] // withDockerContainer [Pipeline] sh 14:32:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:32:59 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 14:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:32:59 14:32:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:33:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:33:00 latest: Pulling from edgex-lftools-log-publisher 14:33:00 5eb5b503b376: Pulling fs layer 14:33:00 5c69ac0246d0: Pulling fs layer 14:33:00 ec43610c2a17: Pulling fs layer 14:33:00 3a2ae6a8a46f: Pulling fs layer 14:33:00 33b1e0a273af: Pulling fs layer 14:33:00 5d3b04190fa2: Pulling fs layer 14:33:00 2f39f015ded8: Pulling fs layer 14:33:00 33b1e0a273af: Waiting 14:33:00 2f39f015ded8: Waiting 14:33:00 5d3b04190fa2: Waiting 14:33:00 3a2ae6a8a46f: Waiting 14:33:00 5c69ac0246d0: Verifying Checksum 14:33:00 5c69ac0246d0: Download complete 14:33:00 3a2ae6a8a46f: Verifying Checksum 14:33:00 3a2ae6a8a46f: Download complete 14:33:00 33b1e0a273af: Verifying Checksum 14:33:00 33b1e0a273af: Download complete 14:33:00 5d3b04190fa2: Download complete 14:33:00 ec43610c2a17: Verifying Checksum 14:33:00 ec43610c2a17: Download complete 14:33:00 5eb5b503b376: Verifying Checksum 14:33:00 5eb5b503b376: Download complete 14:33:00 2f39f015ded8: Download complete 14:33:01 5eb5b503b376: Pull complete 14:33:01 5c69ac0246d0: Pull complete 14:33:02 ec43610c2a17: Pull complete 14:33:02 3a2ae6a8a46f: Pull complete 14:33:02 33b1e0a273af: Pull complete 14:33:02 5d3b04190fa2: Pull complete 14:33:06 2f39f015ded8: Pull complete 14:33:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 14:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:33:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:33:06 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 14:33:08 $ docker top 270457cff769875e86d00f06d62c9f5f76f120d06d33e32ac8833e4a76ea407e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:33:09 ---> job-cost.sh 14:33:09 lf-activate-venv: SKIPPING 14:33:09 INFO: No Stack... 14:33:09 INFO: Retrieving Pricing Info for: v3-standard-8 14:33:09 INFO: Archiving Costs [Pipeline] sh 14:33:10 + cat /w/workspace/oundry_go-mod-configuration_main/archives/cost.csv 14:33:10 + cut -d, -f6 [Pipeline] lock 14:33:10 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] 14:33:10 Resource [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] did not exist. Created. 14:33:10 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:33:10 + echo total: 0.2199999988079071 [Pipeline] stash 14:33:10 Stashed 1 file(s) [Pipeline] } 14:33:10 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] [Pipeline] // lock [Pipeline] } 14:33:10 $ docker stop --time=1 270457cff769875e86d00f06d62c9f5f76f120d06d33e32ac8833e4a76ea407e 14:33:12 $ docker rm -f 270457cff769875e86d00f06d62c9f5f76f120d06d33e32ac8833e4a76ea407e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:35:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16862 in /w/workspace/oundry_go-mod-configuration_main [Pipeline] { [Pipeline] ws 14:35:36 Running in /w/workspace/go-mod-configuration/21 [Pipeline] { [Pipeline] checkout 14:35:36 Selected Git installation does not exist. Using Default 14:35:36 The recommended git tool is: NONE 14:35:44 using credential edgex-jenkins-ssh 14:35:44 Cloning the remote Git repository 14:35:44 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 14:35:45 Avoid second fetch 14:35:45 Checking out Revision b72d1d0adae8a725c74f579e57cb0eff5588e487 (main) 14:35:44 > git init /w/workspace/go-mod-configuration/21 # timeout=10 14:35:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 14:35:44 > git --version # timeout=10 14:35:44 > git --version # 'git version 2.25.1' 14:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 14:35:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 14:35:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:35:45 > git config core.sparsecheckout # timeout=10 14:35:45 > git checkout -f b72d1d0adae8a725c74f579e57cb0eff5588e487 # timeout=10 14:35:50 Commit message: "Merge pull request #69 from edgexfoundry/dependabot/go_modules/github.com/stretchr/testify-1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:35:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 14:35:52 % Total % Received % Xferd Average Speed Time Time Time Current 14:35:52 Dload Upload Total Spent Left Speed 14:35:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 89437 0 --:--:-- --:--:-- --:--:-- 89437 [Pipeline] sh 14:35:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 14:35:53 + sudo tee /etc/docker/daemon.new 14:35:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 14:35:53 { 14:35:53 "registry-mirrors": [ 14:35:53 "https://nexus3.edgexfoundry.org:10001" 14:35:53 ], 14:35:53 "bip": "10.250.0.254/24", 14:35:53 "hosts": [ 14:35:53 "tcp://0.0.0.0:5555", 14:35:53 "unix:///var/run/docker.sock" 14:35:53 ], 14:35:53 "mtu": 1458, 14:35:53 "selinux-enabled": true, 14:35:53 "seccomp-profile": "/etc/docker/seccomp.json" 14:35:53 } [Pipeline] sh 14:35:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 14:35:54 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 14:36:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:36:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 14:36:13 ========================================================= 14:36:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 14:36:13 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 14:36:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:36:14 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:36:14 9b3977197b4f: Pulling fs layer 14:36:14 1a89e8eeedd5: Pulling fs layer 14:36:14 94645a83ff95: Pulling fs layer 14:36:14 e6fb740bc735: Pulling fs layer 14:36:14 3a77bd46dcc9: Pulling fs layer 14:36:14 355e64cbe906: Pulling fs layer 14:36:14 63ab81a10011: Pulling fs layer 14:36:14 555d1d1c4555: Pulling fs layer 14:36:14 7d9057610161: Pulling fs layer 14:36:14 355e64cbe906: Waiting 14:36:14 63ab81a10011: Waiting 14:36:14 555d1d1c4555: Waiting 14:36:14 7d9057610161: Waiting 14:36:14 e6fb740bc735: Waiting 14:36:14 3a77bd46dcc9: Waiting 14:36:14 94645a83ff95: Verifying Checksum 14:36:14 94645a83ff95: Download complete 14:36:14 1a89e8eeedd5: Verifying Checksum 14:36:14 1a89e8eeedd5: Download complete 14:36:14 3a77bd46dcc9: Verifying Checksum 14:36:14 3a77bd46dcc9: Download complete 14:36:14 355e64cbe906: Verifying Checksum 14:36:14 355e64cbe906: Download complete 14:36:14 9b3977197b4f: Verifying Checksum 14:36:14 63ab81a10011: Verifying Checksum 14:36:14 63ab81a10011: Download complete 14:36:15 7d9057610161: Verifying Checksum 14:36:15 7d9057610161: Download complete 14:36:15 9b3977197b4f: Pull complete 14:36:16 1a89e8eeedd5: Pull complete 14:36:16 94645a83ff95: Pull complete 14:36:16 555d1d1c4555: Verifying Checksum 14:36:16 555d1d1c4555: Download complete 14:36:17 e6fb740bc735: Verifying Checksum 14:36:17 e6fb740bc735: Download complete 14:36:29 e6fb740bc735: Pull complete 14:36:29 3a77bd46dcc9: Pull complete 14:36:30 355e64cbe906: Pull complete 14:36:30 63ab81a10011: Pull complete 14:36:37 555d1d1c4555: Pull complete 14:36:38 7d9057610161: Pull complete 14:36:38 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 14:36:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 14:36:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] sh 14:36:38 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:39 + docker inspect -f . ci-base-image-arm64 14:36:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:36:39 prd-ubuntu20.04-docker-arm64-4c-16g-16862 does not seem to be running inside a container 14:36:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/21 -v /w/workspace/go-mod-configuration/21:/w/workspace/go-mod-configuration/21:rw,z -v /w/workspace/go-mod-configuration/21@tmp:/w/workspace/go-mod-configuration/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:36:43 $ docker top 86f5f32c03d47b4d63b7a5f35ee70c12fa5afcabe54376fc4f159a0c9052f44d -eo pid,comm [Pipeline] { [Pipeline] sh 14:36:44 + go version 14:36:44 go version go1.17.7 linux/arm64 [Pipeline] } 14:36:44 $ docker stop --time=1 86f5f32c03d47b4d63b7a5f35ee70c12fa5afcabe54376fc4f159a0c9052f44d 14:36:45 $ docker rm -f 86f5f32c03d47b4d63b7a5f35ee70c12fa5afcabe54376fc4f159a0c9052f44d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:36:46 + docker inspect -f . ci-base-image-arm64 14:36:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:36:46 prd-ubuntu20.04-docker-arm64-4c-16g-16862 does not seem to be running inside a container 14:36:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/21 -v /w/workspace/go-mod-configuration/21:/w/workspace/go-mod-configuration/21:rw,z -v /w/workspace/go-mod-configuration/21@tmp:/w/workspace/go-mod-configuration/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:36:48 $ docker top 43edf722f23ca975fb95a940314fea6768ccdd7ccf6a4c18689606fb7d34d839 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 14:36:49 + make test 14:36:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 14:36:49 go: downloading github.com/stretchr/testify v1.8.0 14:36:49 go: downloading github.com/pelletier/go-toml v1.9.5 14:36:49 go: downloading github.com/hashicorp/consul/api v1.13.0 14:36:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:36:49 go: downloading github.com/davecgh/go-spew v1.1.1 14:36:49 go: downloading github.com/pmezard/go-difflib v1.0.0 14:36:49 go: downloading gopkg.in/yaml.v3 v3.0.1 14:36:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:36:49 go: downloading github.com/mitchellh/copystructure v1.0.0 14:36:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:36:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:36:49 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:36:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:36:49 go: downloading github.com/hashicorp/serf v0.9.6 14:36:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:36:49 go: downloading github.com/fatih/color v1.9.0 14:36:49 go: downloading github.com/mattn/go-isatty v0.0.12 14:36:49 go: downloading github.com/mattn/go-colorable v0.1.6 14:36:49 go: downloading golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 14:36:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:36:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:36:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:37:29 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.019s coverage: 85.7% of statements 14:37:32 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 6.753s coverage: 88.3% of statements 14:37:32 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.016s coverage: 100.0% of statements 14:37:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 14:37:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:37:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 14:37:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 14:37:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 14:37:48 $ docker stop --time=1 43edf722f23ca975fb95a940314fea6768ccdd7ccf6a4c18689606fb7d34d839 14:37:49 $ docker rm -f 43edf722f23ca975fb95a940314fea6768ccdd7ccf6a4c18689606fb7d34d839 [Pipeline] // withDockerContainer [Pipeline] sh 14:37:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:37:50 Warning: overwriting stash ‘coverage-report’ 14:37:51 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 14:37:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:37:51 14:37:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:37:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:37:52 arm64: Pulling from edgex-lftools-log-publisher 14:37:52 8998bd30e6a1: Pulling fs layer 14:37:52 04944245beec: Pulling fs layer 14:37:52 699f458cf7ca: Pulling fs layer 14:37:52 765212b225bb: Pulling fs layer 14:37:52 f23df028b6ca: Pulling fs layer 14:37:52 d65c8cfc05b1: Pulling fs layer 14:37:52 2437ff75d9bd: Pulling fs layer 14:37:52 f23df028b6ca: Waiting 14:37:52 d65c8cfc05b1: Waiting 14:37:52 765212b225bb: Waiting 14:37:52 2437ff75d9bd: Waiting 14:37:52 04944245beec: Verifying Checksum 14:37:52 04944245beec: Download complete 14:37:52 765212b225bb: Verifying Checksum 14:37:52 765212b225bb: Download complete 14:37:52 f23df028b6ca: Verifying Checksum 14:37:52 f23df028b6ca: Download complete 14:37:52 d65c8cfc05b1: Verifying Checksum 14:37:52 d65c8cfc05b1: Download complete 14:37:52 699f458cf7ca: Verifying Checksum 14:37:52 699f458cf7ca: Download complete 14:37:53 8998bd30e6a1: Verifying Checksum 14:37:53 8998bd30e6a1: Download complete 14:37:55 2437ff75d9bd: Verifying Checksum 14:37:55 2437ff75d9bd: Download complete 14:37:57 8998bd30e6a1: Pull complete 14:37:58 04944245beec: Pull complete 14:37:59 699f458cf7ca: Pull complete 14:38:00 765212b225bb: Pull complete 14:38:01 f23df028b6ca: Pull complete 14:38:01 d65c8cfc05b1: Pull complete 14:38:16 2437ff75d9bd: Pull complete 14:38:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 14:38:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 14:38:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:16 prd-ubuntu20.04-docker-arm64-4c-16g-16862 does not seem to be running inside a container 14:38:16 $ 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/21 -v /w/workspace/go-mod-configuration/21:/w/workspace/go-mod-configuration/21:rw,z -v /w/workspace/go-mod-configuration/21@tmp:/w/workspace/go-mod-configuration/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 14:38:19 $ docker top d69efd8622e41311804747f2be2e6b9ea24c3b3f77382885978afc7b821f8eea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:38:20 ---> job-cost.sh 14:38:20 lf-activate-venv: SKIPPING 14:38:20 INFO: No Stack... 14:38:20 INFO: Retrieving Pricing Info for: v3-standard-4 14:38:21 INFO: Archiving Costs [Pipeline] sh 14:38:22 + cat /w/workspace/go-mod-configuration/21/archives/cost.csv 14:38:22 + cut -d, -f6 [Pipeline] lock 14:38:22 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] 14:38:22 Resource [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] did not exist. Created. 14:38:22 Lock acquired on [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:38:22 /w/workspace/go-mod-configuration/21@tmp/durable-d419712e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 14:38:23 + echo total: 0.10999999940395355 [Pipeline] stash 14:38:23 Warning: overwriting stash ‘stack-cost’ 14:38:23 Stashed 1 file(s) [Pipeline] } 14:38:23 Lock released on resource [jenkins-edgexfoundry-go-mod-configuration-main-21-stack-cost] [Pipeline] // lock [Pipeline] } 14:38:23 $ docker stop --time=1 d69efd8622e41311804747f2be2e6b9ea24c3b3f77382885978afc7b821f8eea 14:38:25 $ docker rm -f d69efd8622e41311804747f2be2e6b9ea24c3b3f77382885978afc7b821f8eea [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 14:38:25 provisioning config files... 14:38:25 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4906211566205000752tmp [Pipeline] { [Pipeline] sh 14:38:26 + set +x 14:38:26 + curl -s https://codecov.io/bash 14:38:26 + bash -s -- 14:38:26 14:38:26 _____ _ 14:38:26 / ____| | | 14:38:26 | | ___ __| | ___ ___ _____ __ 14:38:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:38:26 | |___| (_) | (_| | __/ (_| (_) \ V / 14:38:26 \_____\___/ \__,_|\___|\___\___/ \_/ 14:38:26 Bash-1.0.6 14:38:26 14:38:26 14:38:26 ==> git version 2.25.1 found 14:38:26 ==> 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 14:38:26 Release-Date: 2020-01-08 14:38:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 14:38:26 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 14:38:26 ==> Jenkins CI detected. 14:38:26 current dir:  /w/workspace/oundry_go-mod-configuration_main 14:38:26 project root: . 14:38:26 --> token set from env 14:38:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:38:26 ==> Running gcov in . (disable via -X gcov) 14:38:26 ==> Python coveragepy not found 14:38:26 ==> Searching for coverage reports in: 14:38:26 + . 14:38:26 -> Found 1 reports 14:38:26 ==> Detecting git/mercurial file structure 14:38:26 ==> Reading reports 14:38:26 + ./coverage.out bytes=17231 14:38:26 ==> Appending adjustments 14:38:26 https://docs.codecov.io/docs/fixing-reports 14:38:26 + Found adjustments 14:38:26 ==> Gzipping contents 14:38:26 4.0K /tmp/codecov.zii18F.gz 14:38:26 ==> Uploading reports 14:38:26 url: https://codecov.io 14:38:26 query: branch=main&commit=b72d1d0adae8a725c74f579e57cb0eff5588e487&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F21%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 14:38:26 -> Pinging Codecov 14:38:26 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=b72d1d0adae8a725c74f579e57cb0eff5588e487&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmain%2F21%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 14:38:26 -> Uploading to 14:38:26 https://storage.googleapis.com/codecov/v4/raw/2022-07-04/9F92B070CA9CA35F4914AC8684776953/b72d1d0adae8a725c74f579e57cb0eff5588e487/13b6e898-8956-4875-9559-bfee01b7ce19.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220704%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220704T143826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4ab63f4057b262df780ec0c38b72643b666b78c491ee5924d9520481581bc3ad 14:38:26 % Total % Received % Xferd Average Speed Time Time Time Current 14:38:26 Dload Upload Total Spent Left Speed 14:38:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2949 0 0 100 2949 0 13165 --:--:-- --:--:-- --:--:-- 13165 14:38:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] } 14:38:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 14:38:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 14:38:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:38:27 14:38:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:38:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 14:38:27 df9b9388f04a: Pulling fs layer 14:38:27 52dc419b0ee2: Pulling fs layer 14:38:27 25bc292e5bac: Pulling fs layer 14:38:27 114826534d7a: Pulling fs layer 14:38:27 4657fd5d0bcf: Pulling fs layer 14:38:27 6ad1cebc031e: Pulling fs layer 14:38:27 8a3aa393b2d8: Pulling fs layer 14:38:27 114826534d7a: Waiting 14:38:27 6ad1cebc031e: Waiting 14:38:27 4657fd5d0bcf: Waiting 14:38:27 8a3aa393b2d8: Waiting 14:38:27 25bc292e5bac: Download complete 14:38:27 52dc419b0ee2: Verifying Checksum 14:38:27 52dc419b0ee2: Download complete 14:38:27 4657fd5d0bcf: Verifying Checksum 14:38:27 4657fd5d0bcf: Download complete 14:38:27 df9b9388f04a: Download complete 14:38:27 6ad1cebc031e: Verifying Checksum 14:38:27 6ad1cebc031e: Download complete 14:38:27 df9b9388f04a: Pull complete 14:38:27 52dc419b0ee2: Pull complete 14:38:27 25bc292e5bac: Pull complete 14:38:28 114826534d7a: Verifying Checksum 14:38:28 114826534d7a: Download complete 14:38:28 8a3aa393b2d8: Verifying Checksum 14:38:28 8a3aa393b2d8: Download complete 14:38:32 114826534d7a: Pull complete 14:38:32 4657fd5d0bcf: Pull complete 14:38:32 6ad1cebc031e: Pull complete 14:38:34 8a3aa393b2d8: Pull complete 14:38:34 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 14:38:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 14:38:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:34 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:38:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 14:38:37 $ docker top 3d6c8e92d6c7688289b75cc3d7cff5ae60f2daf1b9c1491528d492c0dba2f794 -eo pid,comm [Pipeline] { [Pipeline] echo 14:38:37 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-configuration:main' [Pipeline] sh 14:38:37 + set -o pipefail 14:38:37 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-configuration:main' 14:38:39 14:38:39 Monitoring /w/workspace/oundry_go-mod-configuration_main (github.com/edgexfoundry/go-mod-configuration/v2)... 14:38:39 14:38:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/876be593-d0c5-460b-ab82-cce3a3e0e96e/history/7591788c-32ce-43cd-90ff-33642a8c2b2a 14:38:39 14:38:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:38:39 14:38:39 14:38:39 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 14:38:39 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:38:39 $ docker stop --time=1 3d6c8e92d6c7688289b75cc3d7cff5ae60f2daf1b9c1491528d492c0dba2f794 14:38:40 $ docker rm -f 3d6c8e92d6c7688289b75cc3d7cff5ae60f2daf1b9c1491528d492c0dba2f794 [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 14:38:41 + git log --format=format:%s -1 b72d1d0adae8a725c74f579e57cb0eff5588e487 [Pipeline] sh 14:38:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:38:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:38:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:42 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:38:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_go-mod-configuration_main -v /w/workspace/oundry_go-mod-configuration_main:/w/workspace/oundry_go-mod-configuration_main:rw,z -v /w/workspace/oundry_go-mod-configuration_main@tmp:/w/workspace/oundry_go-mod-configuration_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:38:42 $ docker top 3ce989171d44a6eb31bea96b937055daf8e6edc78bd1835f4128faf075f7a893 -eo pid,comm 14:38:42 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). 14:38:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:38:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:38:42 [ssh-agent] Looking for ssh-agent implementation... 14:38:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:38:42 $ docker exec 3ce989171d44a6eb31bea96b937055daf8e6edc78bd1835f4128faf075f7a893 ssh-agent 14:38:42 SSH_AUTH_SOCK=/tmp/ssh-7sDPw9r5ZaW2/agent.32 14:38:42 SSH_AGENT_PID=38 14:38:42 Running ssh-add (command line suppressed) 14:38:43 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4669287956205127159.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_4669287956205127159.key) 14:38:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:38:43 + git semver tag 14:38:43 2022-07-04 14:38:43,571 [run_tag] DEBUG tag force:False 14:38:43 2022-07-04 14:38:43,571 [check_head_tag] DEBUG check head tag 14:38:43 2022-07-04 14:38:43,572 [execute] INFO git cat-file --batch-check 14:38:43 2022-07-04 14:38:43,572 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 14:38:43 2022-07-04 14:38:43,575 [execute] INFO git cat-file --batch 14:38:43 2022-07-04 14:38:43,576 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=) 14:38:43 2022-07-04 14:38:43,585 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:38:43 2022-07-04 14:38:43,585 [execute] INFO git tag -a v2.2.1-dev.8 -m v2.2.1-dev.8 14:38:43 2022-07-04 14:38:43,586 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.8', '-m', 'v2.2.1-dev.8'], cwd=/w/workspace/oundry_go-mod-configuration_main, universal_newlines=False, shell=None, istream=None) 14:38:43 2022-07-04 14:38:43,592 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:38:43 2.2.1-dev.8 [Pipeline] } 14:38:43 $ docker exec --env ******** --env ******** 3ce989171d44a6eb31bea96b937055daf8e6edc78bd1835f4128faf075f7a893 ssh-agent -k 14:38:43 unset SSH_AUTH_SOCK; 14:38:43 unset SSH_AGENT_PID; 14:38:43 echo Agent pid 38 killed; 14:38:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:38:44 + git semver [Pipeline] } 14:38:44 $ docker stop --time=1 3ce989171d44a6eb31bea96b937055daf8e6edc78bd1835f4128faf075f7a893 14:38:45 $ docker rm -f 3ce989171d44a6eb31bea96b937055daf8e6edc78bd1835f4128faf075f7a893 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:38:46 14:38:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:38:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:38:46 0.23.1-centos7: Pulling from edgex-lftools 14:38:46 ab5ef0e58194: Pulling fs layer 14:38:46 9712f1f96733: Pulling fs layer 14:38:46 63f879dbbcfc: Pulling fs layer 14:38:46 0d9ebad4ef96: Pulling fs layer 14:38:46 e9a5061849ea: Pulling fs layer 14:38:46 d747dcd14b5f: Pulling fs layer 14:38:46 2de7ff778b66: Pulling fs layer 14:38:46 0d9ebad4ef96: Waiting 14:38:46 d747dcd14b5f: Waiting 14:38:46 e9a5061849ea: Waiting 14:38:46 2de7ff778b66: Waiting 14:38:46 9712f1f96733: Verifying Checksum 14:38:46 9712f1f96733: Download complete 14:38:46 63f879dbbcfc: Verifying Checksum 14:38:46 63f879dbbcfc: Download complete 14:38:46 e9a5061849ea: Verifying Checksum 14:38:46 e9a5061849ea: Download complete 14:38:46 0d9ebad4ef96: Verifying Checksum 14:38:46 0d9ebad4ef96: Download complete 14:38:46 d747dcd14b5f: Download complete 14:38:46 ab5ef0e58194: Verifying Checksum 14:38:46 ab5ef0e58194: Download complete 14:38:46 2de7ff778b66: Verifying Checksum 14:38:46 2de7ff778b66: Download complete 14:38:50 ab5ef0e58194: Pull complete 14:38:50 9712f1f96733: Pull complete 14:38:50 63f879dbbcfc: Pull complete 14:38:54 0d9ebad4ef96: Pull complete 14:38:54 e9a5061849ea: Pull complete 14:38:54 d747dcd14b5f: Pull complete 14:38:55 2de7ff778b66: Pull complete 14:38:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:38:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:38:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:38:55 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:38:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 14:38:57 $ docker top 69a1a8b55aa8a953f84fb7c930fcb2c29d28425ed0770d11d09bac7654ae2a75 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:38:58 provisioning config files... 14:38:58 copy managed file [sigul-config] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config6086253371064312951tmp 14:38:58 copy managed file [sigul-password] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config8498574440986801490tmp 14:38:58 copy managed file [sigul-pki] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config5522673794422944033tmp [Pipeline] { [Pipeline] echo 14:38:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:38:58 ---> sigul-configuration.sh 14:38:58 gpg: directory `/root/.gnupg' created 14:38:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:38:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:38:58 gpg: keyring `/root/.gnupg/secring.gpg' created 14:38:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:38:58 gpg: CAST5 encrypted data 14:38:58 gpg: encrypted with 1 passphrase 14:38:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:38:58 + mkdir /home/jenkins 14:38:58 + mkdir /home/jenkins/sigul [Pipeline] sh 14:38:58 + 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 14:38:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:38:59 ---> sigul-install.sh 14:38:59 Sigul already installed; skipping installation. [Pipeline] sh 14:38:59 + git tag --list 14:38:59 v0.0.0 14:38:59 v0.0.1 14:38:59 v0.0.2 14:38:59 v0.0.3 14:38:59 v0.0.4 14:38:59 v0.0.5 14:38:59 v0.0.6 14:38:59 v0.0.7 14:38:59 v0.0.8 14:38:59 v2.0.0 14:38:59 v2.1.0 14:38:59 v2.2.0 14:38:59 v2.2.1-dev.1 14:38:59 v2.2.1-dev.2 14:38:59 v2.2.1-dev.3 14:38:59 v2.2.1-dev.4 14:38:59 v2.2.1-dev.5 14:38:59 v2.2.1-dev.6 14:38:59 v2.2.1-dev.7 14:38:59 v2.2.1-dev.8 [Pipeline] sh 14:38:59 + lftools sign git-tag v2.2.1-dev.8 14:39:00 Signing Git tag with Sigul... 14:39:00 Signing v2.2.1-dev.8 [Pipeline] echo 14:39:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:39:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:39:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:39:00 $ docker stop --time=1 69a1a8b55aa8a953f84fb7c930fcb2c29d28425ed0770d11d09bac7654ae2a75 14:39:02 $ docker rm -f 69a1a8b55aa8a953f84fb7c930fcb2c29d28425ed0770d11d09bac7654ae2a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 14:39:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:39:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:39:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:03 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:39:03 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:39:03 $ docker top 08654fe2b4d2549b2a5adeeea4d0bc2f92ec946440d15ead980b9a6a7c2d6263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:39:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:39:03 [ssh-agent] Looking for ssh-agent implementation... 14:39:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:39:03 $ docker exec 08654fe2b4d2549b2a5adeeea4d0bc2f92ec946440d15ead980b9a6a7c2d6263 ssh-agent 14:39:03 SSH_AUTH_SOCK=/tmp/ssh-SAGJKbMlJVIi/agent.32 14:39:03 SSH_AGENT_PID=38 14:39:03 Running ssh-add (command line suppressed) 14:39:03 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7950278454952208083.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_7950278454952208083.key) 14:39:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:39:04 + git semver bump pre 14:39:04 2022-07-04 14:39:04,421 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:39:04 2022-07-04 14:39:04,421 [bump_version] DEBUG bumping version:2.2.1-dev.8 on axis:pre with prefix:dev 14:39:04 2022-07-04 14:39:04,421 [bump_version] DEBUG bumped version:2.2.1-dev.9 14:39:04 2022-07-04 14:39:04,421 [write_version] DEBUG write version:2.2.1-dev.9 to path:/w/workspace/oundry_go-mod-configuration_main/.semver/main with force:True 14:39:04 2022-07-04 14:39:04,422 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:39:04 2022-07-04 14:39:04,422 [write_file] DEBUG write to file:/w/workspace/oundry_go-mod-configuration_main/.semver/main 14:39:04 2022-07-04 14:39:04,424 [execute] INFO git cat-file --batch-check 14:39:04 2022-07-04 14:39:04,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 14:39:04 2022-07-04 14:39:04,431 [execute] INFO git cat-file --batch 14:39:04 2022-07-04 14:39:04,431 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 14:39:04 2022-07-04 14:39:04,437 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:39:04 2.2.1-dev.9 [Pipeline] } 14:39:04 $ docker exec --env ******** --env ******** 08654fe2b4d2549b2a5adeeea4d0bc2f92ec946440d15ead980b9a6a7c2d6263 ssh-agent -k 14:39:04 unset SSH_AUTH_SOCK; 14:39:04 unset SSH_AGENT_PID; 14:39:04 echo Agent pid 38 killed; 14:39:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:39:04 + git semver [Pipeline] } 14:39:05 $ docker stop --time=1 08654fe2b4d2549b2a5adeeea4d0bc2f92ec946440d15ead980b9a6a7c2d6263 14:39:06 $ docker rm -f 08654fe2b4d2549b2a5adeeea4d0bc2f92ec946440d15ead980b9a6a7c2d6263 [Pipeline] // withDockerContainer [Pipeline] sh 14:39:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 14:39:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 14:39:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:07 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:39:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 14:39:07 $ docker top f0672487a9d684ce80b053543727e9d0f6c2b167ceeeae9024d23b05e6fe5881 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:39:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:39:07 [ssh-agent] Looking for ssh-agent implementation... 14:39:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:39:07 $ docker exec f0672487a9d684ce80b053543727e9d0f6c2b167ceeeae9024d23b05e6fe5881 ssh-agent 14:39:08 SSH_AUTH_SOCK=/tmp/ssh-uImC4o5V1WS1/agent.32 14:39:08 SSH_AGENT_PID=38 14:39:08 Running ssh-add (command line suppressed) 14:39:08 Identity added: /w/workspace/oundry_go-mod-configuration_main@tmp/private_key_925163965359138308.key (/w/workspace/oundry_go-mod-configuration_main@tmp/private_key_925163965359138308.key) 14:39:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:39:08 + git semver push 14:39:08 2022-07-04 14:39:08,700 [run_push] DEBUG push 14:39:08 2022-07-04 14:39:08,701 [execute] INFO git cat-file --batch-check 14:39:08 2022-07-04 14:39:08,701 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=) 14:39:08 2022-07-04 14:39:08,704 [execute] INFO git rev-list 64caa90166ef4f147a8c39ba2df2d9b3a7a2d698 -- 14:39:08 2022-07-04 14:39:08,705 [execute] DEBUG Popen(['git', 'rev-list', '64caa90166ef4f147a8c39ba2df2d9b3a7a2d698', '--'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 14:39:08 2022-07-04 14:39:08,710 [execute] INFO git fetch -v origin 14:39:08 2022-07-04 14:39:08,711 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=True, shell=None, istream=None) 14:39:09 2022-07-04 14:39:09,190 [run_push] DEBUG no remote changes detected 14:39:09 2022-07-04 14:39:09,191 [execute] INFO git push origin semver 14:39:09 2022-07-04 14:39:09,191 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/oundry_go-mod-configuration_main/.semver, universal_newlines=False, shell=None, istream=None) 14:39:09 2022-07-04 14:39:09,885 [run_push] DEBUG push all version tags 14:39:09 2022-07-04 14:39:09,885 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 14:39:09 2022-07-04 14:39:09,886 [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) 14:39:10 2022-07-04 14:39:10,549 [read_version] DEBUG read version from /w/workspace/oundry_go-mod-configuration_main/.semver/main 14:39:10 2.2.1-dev.9 [Pipeline] } 14:39:10 $ docker exec --env ******** --env ******** f0672487a9d684ce80b053543727e9d0f6c2b167ceeeae9024d23b05e6fe5881 ssh-agent -k 14:39:11 unset SSH_AUTH_SOCK; 14:39:11 unset SSH_AGENT_PID; 14:39:11 echo Agent pid 38 killed; 14:39:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:39:11 + git semver [Pipeline] } 14:39:11 $ docker stop --time=1 f0672487a9d684ce80b053543727e9d0f6c2b167ceeeae9024d23b05e6fe5881 14:39:12 $ docker rm -f f0672487a9d684ce80b053543727e9d0f6c2b167ceeeae9024d23b05e6fe5881 [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 14:39:13 + [ -d /w/workspace/oundry_go-mod-configuration_main/archives ] 14:39:13 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 14:39:13 total 16 14:39:13 drwxr-xr-x 3 root root 4096 Jul 4 14:33 . 14:39:13 drwxrwxr-x 9 jenkins jenkins 4096 Jul 4 14:38 .. 14:39:13 drwxr-xr-x 2 root root 4096 Jul 4 14:33 cost 14:39:13 -rw-r--r-- 1 root root 90 Jul 4 14:33 cost.csv 14:39:13 + sudo chown -R jenkins:jenkins /w/workspace/oundry_go-mod-configuration_main/archives 14:39:13 + ls -al /w/workspace/oundry_go-mod-configuration_main/archives 14:39:13 total 16 14:39:13 drwxr-xr-x 3 jenkins jenkins 4096 Jul 4 14:33 . 14:39:13 drwxrwxr-x 9 jenkins jenkins 4096 Jul 4 14:38 .. 14:39:13 drwxr-xr-x 2 jenkins jenkins 4096 Jul 4 14:33 cost 14:39:13 -rw-r--r-- 1 jenkins jenkins 90 Jul 4 14:33 cost.csv [Pipeline] libraryResource [Pipeline] sh 14:39:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:39:14 ---> package-listing.sh 14:39:14 ++ facter osfamily 14:39:14 ++ tr '[:upper:]' '[:lower:]' 14:39:14 + OS_FAMILY=debian 14:39:14 + workspace=/w/workspace/oundry_go-mod-configuration_main 14:39:14 + START_PACKAGES=/tmp/packages_start.txt 14:39:14 + END_PACKAGES=/tmp/packages_end.txt 14:39:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:39:14 + PACKAGES=/tmp/packages_start.txt 14:39:14 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 14:39:14 + PACKAGES=/tmp/packages_end.txt 14:39:14 + case "${OS_FAMILY}" in 14:39:14 + dpkg -l 14:39:14 + grep '^ii' 14:39:14 + '[' -f /tmp/packages_start.txt ']' 14:39:14 + '[' -f /tmp/packages_end.txt ']' 14:39:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:39:14 + '[' /w/workspace/oundry_go-mod-configuration_main ']' 14:39:14 + mkdir -p /w/workspace/oundry_go-mod-configuration_main/archives/ 14:39:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_go-mod-configuration_main/archives/ [Pipeline] echo 14:39:14 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 14:39:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 14:39:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 14:39:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 14:39:15 prd-ubuntu20.04-docker-8c-8g-16860 does not seem to be running inside a container 14:39:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 14:39:16 $ docker top 623dcc327208cbb4d55f178b57ebf7542a09629fbd0adbb4f22d1e00a9fed069 -eo pid,comm [Pipeline] { [Pipeline] sh 14:39:16 + touch /tmp/pre-build-complete [Pipeline] sh 14:39:16 + mkdir -p /var/log/sysstat [Pipeline] sh 14:39:17 + ls /var/log/sa-host 14:39:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:39:17 provisioning config files... 14:39:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_go-mod-configuration_main@tmp/config4293679774230281573tmp [Pipeline] { [Pipeline] echo 14:39:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:39:17 ---> create-netrc.sh [Pipeline] } 14:39:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 14:39:17 ---> python-tools-install.sh [Pipeline] echo 14:39:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:39:18 ---> sudo-logs.sh 14:39:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:39:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:39:18 ---> job-cost.sh 14:39:18 lf-activate-venv: SKIPPING 14:39:18 DEBUG: total: 0.2199999988079071 14:39:18 INFO: Retrieving Stack Cost... 14:39:18 INFO: Retrieving Pricing Info for: v3-standard-8 14:39:19 INFO: Archiving Costs [Pipeline] echo 14:39:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:39:19 ---> logs-deploy.sh 14:39:19 lf-activate-venv: SKIPPING 14:39:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/main/21 14:39:19 INFO: archiving workspace using pattern(s): 14:39:20 Archives upload complete. 14:39:20 INFO: archiving logs to Nexus