Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ee324de658ac88be8abc3aca6007d8ba73c8a299 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-ssh4862750284672212870.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh15347080017458596313.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16574138819394561237.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh8525749370190078138.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6094991899329268821.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2061 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ee324de658ac88be8abc3aca6007d8ba73c8a299 (main) Commit message: "Merge pull request #570 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.11.1" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee324de658ac88be8abc3aca6007d8ba73c8a299 # timeout=10 > git rev-list --no-walk d7c12cc22d3e7aeafa8ef131c4e1bcef5e7d6f44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:20:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:20:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:20:33 ========================================================= 10:20:33 EdgeX Global Pipelines Version Info 10:20:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:20:34 ------------------- 10:20:34 stable info: 10:20:34 ------------------- 10:20:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:20:34 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 10:20:34 Message: update stable to v1.0.250 10:20:34 ------------------- 10:20:34 experimental info: 10:20:34 ------------------- 10:20:34 Commited By: **** collab-it+edgex@linuxfoundation.org 10:20:34 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 10:20:34 Message: update experimental to v1.0.250 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:20:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee324de [Pipeline] echo 10:20:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:20:35 + git rev-list -1 --merges ee324de658ac88be8abc3aca6007d8ba73c8a299~1..ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] echo 10:20:35 -----------> git rev-list -1 --merges ee324de658ac88be8abc3aca6007d8ba73c8a299~1..ee324de658ac88be8abc3aca6007d8ba73c8a299 ee324de658ac88be8abc3aca6007d8ba73c8a299 10:20:35 ee324de658ac88be8abc3aca6007d8ba73c8a299 [false] [Pipeline] sh 10:20:36 + git log --format=format:%s -1 ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] echo 10:20:36 ========================================================= 10:20:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:20:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:20:36 + git log --format=format:%s -1 ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] echo 10:20:36 [semverPrep] GIT_COMMIT: ee324de658ac88be8abc3aca6007d8ba73c8a299, Commit Message: Merge pull request #570 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.11.1 [Pipeline] echo 10:20:36 [semverPrep] This is not a build commit. [Pipeline] sh 10:20:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:20:36 + grep -v github /etc/ssh/ssh_known_hosts 10:20:36 + [ -e /tmp/ssh_known_hosts ] 10:20:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:20:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:20:36 + sudo tee -a /etc/ssh/ssh_known_hosts 10:20:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:20:37 10:20:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:20:37 0.1.4: Pulling from edgex-devops/py-git-semver 10:20:37 b85a868b505f: Pulling fs layer 10:20:37 e2be974225ed: Pulling fs layer 10:20:37 339a4e72a1f5: Pulling fs layer 10:20:37 988bab9f4d93: Pulling fs layer 10:20:37 1469e6f7b9e6: Pulling fs layer 10:20:37 eaf3925da568: Pulling fs layer 10:20:37 bab4dde63d76: Pulling fs layer 10:20:37 bde34c3a00c8: Pulling fs layer 10:20:37 b352a97aabf1: Pulling fs layer 10:20:37 4872d77fe225: Pulling fs layer 10:20:37 5851b861e8e6: Pulling fs layer 10:20:37 bab4dde63d76: Waiting 10:20:37 bde34c3a00c8: Waiting 10:20:37 b352a97aabf1: Waiting 10:20:37 4872d77fe225: Waiting 10:20:37 988bab9f4d93: Waiting 10:20:37 5851b861e8e6: Waiting 10:20:37 eaf3925da568: Waiting 10:20:37 1469e6f7b9e6: Waiting 10:20:37 e2be974225ed: Download complete 10:20:37 988bab9f4d93: Verifying Checksum 10:20:37 988bab9f4d93: Download complete 10:20:37 1469e6f7b9e6: Verifying Checksum 10:20:37 1469e6f7b9e6: Download complete 10:20:38 eaf3925da568: Verifying Checksum 10:20:38 eaf3925da568: Download complete 10:20:38 339a4e72a1f5: Verifying Checksum 10:20:38 339a4e72a1f5: Download complete 10:20:38 bde34c3a00c8: Download complete 10:20:38 b352a97aabf1: Verifying Checksum 10:20:38 b352a97aabf1: Download complete 10:20:38 4872d77fe225: Verifying Checksum 10:20:38 4872d77fe225: Download complete 10:20:38 5851b861e8e6: Download complete 10:20:38 b85a868b505f: Verifying Checksum 10:20:38 b85a868b505f: Download complete 10:20:38 bab4dde63d76: Verifying Checksum 10:20:38 bab4dde63d76: Download complete 10:20:39 b85a868b505f: Pull complete 10:20:39 e2be974225ed: Pull complete 10:20:39 339a4e72a1f5: Pull complete 10:20:39 988bab9f4d93: Pull complete 10:20:40 1469e6f7b9e6: Pull complete 10:20:40 eaf3925da568: Pull complete 10:20:42 bab4dde63d76: Pull complete 10:20:42 bde34c3a00c8: Pull complete 10:20:42 b352a97aabf1: Pull complete 10:20:42 4872d77fe225: Pull complete 10:20:42 5851b861e8e6: Pull complete 10:20:42 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 10:20:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:20:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:42 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:20:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:20:44 $ docker top 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 -eo pid,comm 10:20:44 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). 10:20:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:20:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:20:44 [ssh-agent] Looking for ssh-agent implementation... 10:20:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:20:44 $ docker exec 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 ssh-agent 10:20:45 SSH_AUTH_SOCK=/tmp/ssh-81J0dDaNoUnV/agent.32 10:20:45 SSH_AGENT_PID=38 10:20:45 Running ssh-add (command line suppressed) 10:20:45 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13137364186745778733.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13137364186745778733.key) 10:20:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:20:45 + git tag --points-at HEAD [Pipeline] } 10:20:45 $ docker exec --env ******** --env ******** 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 ssh-agent -k 10:20:45 unset SSH_AUTH_SOCK; 10:20:45 unset SSH_AGENT_PID; 10:20:45 echo Agent pid 38 killed; 10:20:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:20:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:20:45 [ssh-agent] Looking for ssh-agent implementation... 10:20:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:20:45 $ docker exec 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 ssh-agent 10:20:45 SSH_AUTH_SOCK=/tmp/ssh-i3ZQWfte4QxS/agent.70 10:20:45 SSH_AGENT_PID=76 10:20:45 Running ssh-add (command line suppressed) 10:20:45 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3772667180318094190.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3772667180318094190.key) 10:20:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:20:46 + git semver init 10:20:46 2023-07-25 10:20:46,430 [run_init] DEBUG init version:0.0.0 force:False 10:20:46 2023-07-25 10:20:46,431 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 10:20:46 2023-07-25 10:20:46,431 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 10:20:46 2023-07-25 10:20:46,431 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 10:20:47 2023-07-25 10:20:47,302 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 10:20:47 2023-07-25 10:20:47,303 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 10:20:47 2023-07-25 10:20:47,303 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:20:47 2023-07-25 10:20:47,303 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:20:47 3.1.0-dev.11 [Pipeline] } 10:20:47 $ docker exec --env ******** --env ******** 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 ssh-agent -k 10:20:47 unset SSH_AUTH_SOCK; 10:20:47 unset SSH_AGENT_PID; 10:20:47 echo Agent pid 76 killed; 10:20:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:20:47 + git semver [Pipeline] } 10:20:48 $ docker stop --time=1 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 10:20:49 $ docker rm -f --volumes 474a8f2d909cae4785dab8753a4e5643bc6e4f32ddc5c972a0ce4049dfa8ce67 [Pipeline] // withDockerContainer [Pipeline] sh 10:20:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:20:49 Stashed 1 file(s) [Pipeline] echo 10:20:49 [edgeXSemver]: initialized semver on version 3.1.0-dev.11 [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 10:20:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:20:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:20:50 ========================================================= 10:20:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 10:20:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 10:20:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:20:50 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 10:20:50 4db1b89c0bd1: Pulling fs layer 10:20:50 6911f1a30b25: Pulling fs layer 10:20:50 e194b8c5c2a9: Pulling fs layer 10:20:50 6863d3e3a2b1: Pulling fs layer 10:20:50 ec0bb842ea78: Pulling fs layer 10:20:50 40a00589a448: Pulling fs layer 10:20:50 6c08303d61cc: Pulling fs layer 10:20:50 798269fcf238: Pulling fs layer 10:20:50 6863d3e3a2b1: Waiting 10:20:50 ec0bb842ea78: Waiting 10:20:50 40a00589a448: Waiting 10:20:50 6c08303d61cc: Waiting 10:20:50 798269fcf238: Waiting 10:20:50 6911f1a30b25: Download complete 10:20:50 6863d3e3a2b1: Verifying Checksum 10:20:50 6863d3e3a2b1: Download complete 10:20:50 ec0bb842ea78: Download complete 10:20:50 4db1b89c0bd1: Verifying Checksum 10:20:50 4db1b89c0bd1: Download complete 10:20:50 40a00589a448: Verifying Checksum 10:20:50 40a00589a448: Download complete 10:20:50 4db1b89c0bd1: Pull complete 10:20:51 6911f1a30b25: Pull complete 10:20:51 e194b8c5c2a9: Verifying Checksum 10:20:51 e194b8c5c2a9: Download complete 10:20:51 798269fcf238: Verifying Checksum 10:20:51 798269fcf238: Download complete 10:20:51 6c08303d61cc: Verifying Checksum 10:20:51 6c08303d61cc: Download complete 10:20:54 e194b8c5c2a9: Pull complete 10:20:54 6863d3e3a2b1: Pull complete 10:20:54 ec0bb842ea78: Pull complete 10:20:54 40a00589a448: Pull complete 10:20:56 6c08303d61cc: Pull complete 10:20:57 798269fcf238: Pull complete 10:20:57 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 10:20:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 10:20:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 10:20:57 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:20:58 + docker inspect -f . ci-base-image-x86_64 10:20:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:20:58 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:20:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:21:03 $ docker top c58b1954d94d84a8fe0a20aee70e261ce4df48f80a83ff029c7967f5c75642a8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:03 + go version 10:21:03 go version go1.20.6 linux/amd64 [Pipeline] } 10:21:03 $ docker stop --time=1 c58b1954d94d84a8fe0a20aee70e261ce4df48f80a83ff029c7967f5c75642a8 10:21:05 Still waiting to schedule task 10:21:05 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:21:05 $ docker rm -f --volumes c58b1954d94d84a8fe0a20aee70e261ce4df48f80a83ff029c7967f5c75642a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:05 + docker inspect -f . ci-base-image-x86_64 10:21:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:21:05 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:21:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:21:06 $ docker top d2935812cddfed7a9438349666a3bc0f488f5d44cf7bd19f39a6e6e4654bd1a3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:21:06 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 10:21:06 + make test 10:21:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:21:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 10:21:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.2 10:21:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.11 10:21:06 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.3 10:21:06 go: downloading github.com/labstack/echo/v4 v4.11.1 10:21:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.3 10:21:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.3 10:21:06 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 10:21:06 go: downloading github.com/stretchr/testify v1.8.4 10:21:06 go: downloading github.com/mitchellh/mapstructure v1.5.0 10:21:06 go: downloading github.com/google/uuid v1.3.0 10:21:06 go: downloading github.com/hashicorp/go-multierror v1.1.1 10:21:06 go: downloading github.com/mitchellh/copystructure v1.2.0 10:21:06 go: downloading gopkg.in/yaml.v3 v3.0.1 10:21:06 go: downloading github.com/gorilla/websocket v1.5.0 10:21:06 go: downloading golang.org/x/net v0.12.0 10:21:06 go: downloading golang.org/x/sync v0.2.0 10:21:06 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 10:21:06 go: downloading github.com/go-kit/log v0.2.1 10:21:06 go: downloading github.com/go-playground/validator/v10 v10.14.1 10:21:06 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 10:21:06 go: downloading github.com/hashicorp/errwrap v1.1.0 10:21:06 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 10:21:06 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 10:21:06 go: downloading github.com/stretchr/objx v0.5.0 10:21:06 go: downloading github.com/labstack/gommon v0.4.0 10:21:06 go: downloading golang.org/x/crypto v0.11.0 10:21:06 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 10:21:06 go: downloading github.com/valyala/fasttemplate v1.2.2 10:21:06 go: downloading golang.org/x/time v0.3.0 10:21:06 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:21:06 go: downloading github.com/go-redis/redis/v7 v7.3.0 10:21:06 go: downloading github.com/hashicorp/consul/api v1.22.0 10:21:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:21:07 go: downloading github.com/x448/float16 v0.8.4 10:21:07 go: downloading github.com/go-logfmt/logfmt v0.5.1 10:21:07 go: downloading github.com/mattn/go-colorable v0.1.13 10:21:07 go: downloading github.com/mattn/go-isatty v0.0.19 10:21:07 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 10:21:07 go: downloading github.com/leodido/go-urn v1.2.4 10:21:07 go: downloading github.com/go-playground/universal-translator v0.18.1 10:21:07 go: downloading golang.org/x/text v0.11.0 10:21:07 go: downloading github.com/zeebo/errs v1.3.0 10:21:07 go: downloading google.golang.org/grpc v1.53.0 10:21:07 go: downloading github.com/valyala/bytebufferpool v1.0.0 10:21:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:21:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 10:21:07 go: downloading github.com/hashicorp/go-hclog v1.5.0 10:21:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:21:07 go: downloading github.com/hashicorp/serf v0.10.1 10:21:07 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 10:21:07 go: downloading github.com/go-playground/locales v0.14.1 10:21:07 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 10:21:07 go: downloading google.golang.org/protobuf v1.28.1 10:21:07 go: downloading golang.org/x/sys v0.10.0 10:21:07 go: downloading github.com/fatih/color v1.14.1 10:21:07 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 10:21:08 go: downloading github.com/armon/go-metrics v0.4.1 10:21:08 go: downloading github.com/golang/protobuf v1.5.2 10:21:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 10:21:08 go: downloading github.com/hashicorp/golang-lru v0.5.4 10:21:22 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 10:21:22 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 10:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 10:21:23 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 10:21:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.047s coverage: 35.4% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.018s coverage: 93.5% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.016s coverage: 91.7% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.361s coverage: 88.2% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.005s coverage: 85.0% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.033s coverage: 43.1% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.025s coverage: 100.0% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.338s coverage: 87.7% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.028s coverage: 26.3% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.042s coverage: 79.0% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.014s coverage: 58.0% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.013s coverage: 31.2% of statements 10:21:46 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.005s coverage: 91.3% of statements 10:21:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:21:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:21:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 10:21:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:21:52 $ docker stop --time=1 d2935812cddfed7a9438349666a3bc0f488f5d44cf7bd19f39a6e6e4654bd1a3 10:21:54 $ docker rm -f --volumes d2935812cddfed7a9438349666a3bc0f488f5d44cf7bd19f39a6e6e4654bd1a3 [Pipeline] // withDockerContainer [Pipeline] sh 10:21:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:21:55 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 10:21:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:21:55 10:21:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:21:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:21:56 latest: Pulling from edgex-lftools-log-publisher 10:21:56 5eb5b503b376: Pulling fs layer 10:21:56 5c69ac0246d0: Pulling fs layer 10:21:56 ec43610c2a17: Pulling fs layer 10:21:56 3a2ae6a8a46f: Pulling fs layer 10:21:56 33b1e0a273af: Pulling fs layer 10:21:56 5d3b04190fa2: Pulling fs layer 10:21:56 2f39f015ded8: Pulling fs layer 10:21:56 3a2ae6a8a46f: Waiting 10:21:56 33b1e0a273af: Waiting 10:21:56 5d3b04190fa2: Waiting 10:21:56 2f39f015ded8: Waiting 10:21:56 5c69ac0246d0: Download complete 10:21:56 3a2ae6a8a46f: Verifying Checksum 10:21:56 3a2ae6a8a46f: Download complete 10:21:56 33b1e0a273af: Verifying Checksum 10:21:56 33b1e0a273af: Download complete 10:21:56 5d3b04190fa2: Verifying Checksum 10:21:56 5d3b04190fa2: Download complete 10:21:56 ec43610c2a17: Download complete 10:21:56 5eb5b503b376: Verifying Checksum 10:21:56 5eb5b503b376: Download complete 10:21:57 2f39f015ded8: Download complete 10:21:57 5eb5b503b376: Pull complete 10:21:57 5c69ac0246d0: Pull complete 10:21:58 ec43610c2a17: Pull complete 10:21:58 3a2ae6a8a46f: Pull complete 10:21:58 33b1e0a273af: Pull complete 10:21:58 5d3b04190fa2: Pull complete 10:22:04 2f39f015ded8: Pull complete 10:22:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:22:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:22:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:22:04 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:22:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:22:10 $ docker top 7503f35b07a2f211707ade5aebc4468bc3020e0e3c11afda0e23e28a669c9571 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:22:10 ---> job-cost.sh 10:22:10 lf-activate-venv: SKIPPING 10:22:10 INFO: No Stack... 10:22:10 INFO: Retrieving Pricing Info for: v3-standard-8 10:22:11 INFO: Archiving Costs [Pipeline] sh 10:22:11 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 10:22:11 + cut -d, -f6 [Pipeline] lock 10:22:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] 10:22:11 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] did not exist. Created. 10:22:11 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:22:12 + echo total: 0.2199999988079071 [Pipeline] stash 10:22:12 Stashed 1 file(s) [Pipeline] } 10:22:12 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] [Pipeline] // lock [Pipeline] } 10:22:12 $ docker stop --time=1 7503f35b07a2f211707ade5aebc4468bc3020e0e3c11afda0e23e28a669c9571 10:22:13 $ docker rm -f --volumes 7503f35b07a2f211707ade5aebc4468bc3020e0e3c11afda0e23e28a669c9571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:22:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2063 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 10:22:32 Running in /w/workspace/go-mod-bootstrap/196 [Pipeline] { [Pipeline] checkout 10:22:32 The recommended git tool is: git 10:22:36 using credential edgex-jenkins-ssh 10:22:37 Cloning the remote Git repository 10:22:37 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 10:22:37 > git init /w/workspace/go-mod-bootstrap/196 # timeout=10 10:22:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 10:22:37 > git --version # timeout=10 10:22:37 > git --version # 'git version 2.25.1' 10:22:37 using GIT_SSH to set credentials SSH Credentials for GitHub 10:22:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:39 Avoid second fetch 10:22:39 Checking out Revision ee324de658ac88be8abc3aca6007d8ba73c8a299 (main) 10:22:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 10:22:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:22:39 > git config core.sparsecheckout # timeout=10 10:22:39 > git checkout -f ee324de658ac88be8abc3aca6007d8ba73c8a299 # timeout=10 10:22:40 Commit message: "Merge pull request #570 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.11.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:22:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:22:40 % Total % Received % Xferd Average Speed Time Time Time Current 10:22:40 Dload Upload Total Spent Left Speed 10:22:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 10:22:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:22:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 10:22:41 sudo tee /etc/docker/daemon.new 10:22:41 { 10:22:41 "registry-mirrors": [ 10:22:41 "https://nexus3.edgexfoundry.org:10001" 10:22:41 ], 10:22:41 "bip": "10.250.0.254/24", 10:22:41 "hosts": [ 10:22:41 "tcp://0.0.0.0:5555", 10:22:41 "unix:///var/run/docker.sock" 10:22:41 ], 10:22:41 "mtu": 1458, 10:22:41 "selinux-enabled": true, 10:22:41 "seccomp-profile": "/etc/docker/seccomp.json" 10:22:41 } [Pipeline] sh 10:22:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:22:42 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:23:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:23:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:23:00 ========================================================= 10:23:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 10:23:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 10:23:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:23:01 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:23:01 edb6bdbacee9: Pulling fs layer 10:23:01 5f9638ab2659: Pulling fs layer 10:23:01 8d51d6327a98: Pulling fs layer 10:23:01 8b374f2dd631: Pulling fs layer 10:23:01 ec14aa9079de: Pulling fs layer 10:23:01 2f466654f4bb: Pulling fs layer 10:23:01 554e91adad29: Pulling fs layer 10:23:01 8b374f2dd631: Waiting 10:23:01 2f466654f4bb: Waiting 10:23:01 554e91adad29: Waiting 10:23:01 ec14aa9079de: Waiting 10:23:01 5f9638ab2659: Verifying Checksum 10:23:01 5f9638ab2659: Download complete 10:23:01 8b374f2dd631: Verifying Checksum 10:23:01 8b374f2dd631: Download complete 10:23:01 ec14aa9079de: Verifying Checksum 10:23:01 ec14aa9079de: Download complete 10:23:01 edb6bdbacee9: Verifying Checksum 10:23:01 edb6bdbacee9: Download complete 10:23:02 edb6bdbacee9: Pull complete 10:23:03 554e91adad29: Verifying Checksum 10:23:03 554e91adad29: Download complete 10:23:03 5f9638ab2659: Pull complete 10:23:04 8d51d6327a98: Verifying Checksum 10:23:04 8d51d6327a98: Download complete 10:23:04 2f466654f4bb: Verifying Checksum 10:23:04 2f466654f4bb: Download complete 10:23:16 8d51d6327a98: Pull complete 10:23:16 8b374f2dd631: Pull complete 10:23:16 ec14aa9079de: Pull complete 10:23:24 2f466654f4bb: Pull complete 10:23:26 554e91adad29: Pull complete 10:23:26 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 10:23:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:23:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 10:23:27 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:27 + docker inspect -f . ci-base-image-arm64 10:23:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:23:27 prd-ubuntu20.04-docker-arm64-4c-16g-2063 does not seem to be running inside a container 10:23:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/196 -v /w/workspace/go-mod-bootstrap/196:/w/workspace/go-mod-bootstrap/196:rw,z -v /w/workspace/go-mod-bootstrap/196@tmp:/w/workspace/go-mod-bootstrap/196@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 10:23:30 $ docker top 73e376c319eb98eff7ec421cb4393d57bf2bbc10c76fac070efb8ec2b2f483e6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:31 + go version 10:23:31 go version go1.20.6 linux/arm64 [Pipeline] } 10:23:31 $ docker stop --time=1 73e376c319eb98eff7ec421cb4393d57bf2bbc10c76fac070efb8ec2b2f483e6 10:23:33 $ docker rm -f --volumes 73e376c319eb98eff7ec421cb4393d57bf2bbc10c76fac070efb8ec2b2f483e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:23:33 + docker inspect -f . ci-base-image-arm64 10:23:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:23:34 prd-ubuntu20.04-docker-arm64-4c-16g-2063 does not seem to be running inside a container 10:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/196 -v /w/workspace/go-mod-bootstrap/196:/w/workspace/go-mod-bootstrap/196:rw,z -v /w/workspace/go-mod-bootstrap/196@tmp:/w/workspace/go-mod-bootstrap/196@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 10:23:37 $ docker top 8f6e3f80817a5a28c76dbea5e1011c245c6bf1292903a65cc169ee44311b8824 -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:37 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/196 [Pipeline] fileExists [Pipeline] sh 10:23:37 + make test 10:23:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:23:38 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.1.0-dev.3 10:23:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.2 10:23:38 go: downloading github.com/labstack/echo/v4 v4.11.1 10:23:38 go: downloading github.com/mitchellh/mapstructure v1.5.0 10:23:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 10:23:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.1.0-dev.3 10:23:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.1.0-dev.11 10:23:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.1.0-dev.3 10:23:39 go: downloading github.com/google/uuid v1.3.0 10:23:39 go: downloading github.com/stretchr/testify v1.8.4 10:23:39 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 10:23:39 go: downloading github.com/mitchellh/copystructure v1.2.0 10:23:39 go: downloading gopkg.in/yaml.v3 v3.0.1 10:23:39 go: downloading github.com/hashicorp/go-multierror v1.1.1 10:23:39 go: downloading github.com/go-kit/log v0.2.1 10:23:39 go: downloading github.com/go-playground/validator/v10 v10.14.1 10:23:39 go: downloading github.com/gorilla/websocket v1.5.0 10:23:39 go: downloading golang.org/x/net v0.12.0 10:23:39 go: downloading golang.org/x/sync v0.2.0 10:23:39 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 10:23:39 go: downloading github.com/labstack/gommon v0.4.0 10:23:39 go: downloading golang.org/x/crypto v0.11.0 10:23:40 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:23:40 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 10:23:40 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 10:23:40 go: downloading github.com/stretchr/objx v0.5.0 10:23:40 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 10:23:40 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 10:23:40 go: downloading github.com/valyala/fasttemplate v1.2.2 10:23:40 go: downloading golang.org/x/time v0.3.0 10:23:40 go: downloading github.com/hashicorp/errwrap v1.1.0 10:23:40 go: downloading github.com/hashicorp/consul/api v1.22.0 10:23:40 go: downloading github.com/go-logfmt/logfmt v0.5.1 10:23:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:23:40 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 10:23:40 go: downloading github.com/go-playground/universal-translator v0.18.1 10:23:40 go: downloading github.com/leodido/go-urn v1.2.4 10:23:40 go: downloading golang.org/x/text v0.11.0 10:23:41 go: downloading github.com/go-redis/redis/v7 v7.3.0 10:23:41 go: downloading github.com/zeebo/errs v1.3.0 10:23:41 go: downloading google.golang.org/grpc v1.53.0 10:23:42 go: downloading github.com/mattn/go-colorable v0.1.13 10:23:42 go: downloading github.com/mattn/go-isatty v0.0.19 10:23:43 go: downloading github.com/valyala/bytebufferpool v1.0.0 10:23:43 go: downloading github.com/x448/float16 v0.8.4 10:23:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:23:43 go: downloading github.com/go-playground/locales v0.14.1 10:23:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 10:23:43 go: downloading github.com/hashicorp/go-hclog v1.5.0 10:23:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:23:43 go: downloading github.com/hashicorp/serf v0.10.1 10:23:43 go: downloading golang.org/x/exp v0.0.0-20230321023759-10a507213a29 10:23:44 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 10:23:44 go: downloading google.golang.org/protobuf v1.28.1 10:23:45 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 10:23:45 go: downloading golang.org/x/sys v0.10.0 10:23:46 go: downloading github.com/fatih/color v1.14.1 10:23:46 go: downloading github.com/armon/go-metrics v0.4.1 10:23:46 go: downloading github.com/golang/protobuf v1.5.2 10:23:46 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 10:23:46 go: downloading github.com/hashicorp/golang-lru v0.5.4 10:26:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 10:26:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 10:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 10:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.192s coverage: 35.4% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.080s coverage: 93.5% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.112s coverage: 91.7% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.370s coverage: 88.2% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.020s coverage: 85.0% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.111s coverage: 43.1% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.100s coverage: 100.0% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.389s coverage: 87.7% of statements 10:26:28 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.078s coverage: 26.3% of statements 10:26:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 10:26:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.178s coverage: 79.0% of statements 10:26:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.075s coverage: 58.0% of statements 10:26:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.061s coverage: 31.2% of statements 10:26:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.019s coverage: 91.3% of statements 10:26:35 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:26:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:27:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:27:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 10:27:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:27:14 $ docker stop --time=1 8f6e3f80817a5a28c76dbea5e1011c245c6bf1292903a65cc169ee44311b8824 10:27:16 $ docker rm -f --volumes 8f6e3f80817a5a28c76dbea5e1011c245c6bf1292903a65cc169ee44311b8824 [Pipeline] // withDockerContainer [Pipeline] sh 10:27:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:27:19 Warning: overwriting stash ‘coverage-report’ 10:27:20 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 10:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:27:20 10:27:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:27:21 arm64: Pulling from edgex-lftools-log-publisher 10:27:21 8998bd30e6a1: Pulling fs layer 10:27:21 04944245beec: Pulling fs layer 10:27:21 699f458cf7ca: Pulling fs layer 10:27:21 765212b225bb: Pulling fs layer 10:27:21 f23df028b6ca: Pulling fs layer 10:27:21 d65c8cfc05b1: Pulling fs layer 10:27:21 2437ff75d9bd: Pulling fs layer 10:27:21 f23df028b6ca: Waiting 10:27:21 d65c8cfc05b1: Waiting 10:27:21 2437ff75d9bd: Waiting 10:27:21 765212b225bb: Waiting 10:27:21 04944245beec: Verifying Checksum 10:27:21 04944245beec: Download complete 10:27:21 765212b225bb: Verifying Checksum 10:27:21 765212b225bb: Download complete 10:27:21 f23df028b6ca: Verifying Checksum 10:27:21 f23df028b6ca: Download complete 10:27:21 d65c8cfc05b1: Verifying Checksum 10:27:21 d65c8cfc05b1: Download complete 10:27:21 699f458cf7ca: Verifying Checksum 10:27:21 699f458cf7ca: Download complete 10:27:22 8998bd30e6a1: Download complete 10:27:25 2437ff75d9bd: Verifying Checksum 10:27:25 2437ff75d9bd: Download complete 10:27:27 8998bd30e6a1: Pull complete 10:27:27 04944245beec: Pull complete 10:27:29 699f458cf7ca: Pull complete 10:27:29 765212b225bb: Pull complete 10:27:30 f23df028b6ca: Pull complete 10:27:30 d65c8cfc05b1: Pull complete 10:27:48 2437ff75d9bd: Pull complete 10:27:48 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:27:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:27:49 prd-ubuntu20.04-docker-arm64-4c-16g-2063 does not seem to be running inside a container 10:27:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/196 -v /w/workspace/go-mod-bootstrap/196:/w/workspace/go-mod-bootstrap/196:rw,z -v /w/workspace/go-mod-bootstrap/196@tmp:/w/workspace/go-mod-bootstrap/196@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 10:27:54 $ docker top 8c2efb517ad3046c7b1e5c10f45b46ddd3a37ebee8d4bafdb8ec4eff6fd4d7d1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:27:55 ---> job-cost.sh 10:27:55 lf-activate-venv: SKIPPING 10:27:55 INFO: No Stack... 10:27:55 INFO: Retrieving Pricing Info for: v3-standard-4 10:27:56 INFO: Archiving Costs [Pipeline] sh 10:27:57 + cat /w/workspace/go-mod-bootstrap/196/archives/cost.csv 10:27:57 + cut -d, -f6 [Pipeline] lock 10:27:57 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] 10:27:57 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] did not exist. Created. 10:27:57 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:27:58 /w/workspace/go-mod-bootstrap/196@tmp/durable-c10a776c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:27:58 + echo total: 0.10999999940395355 [Pipeline] stash 10:27:58 Warning: overwriting stash ‘stack-cost’ 10:27:58 Stashed 1 file(s) [Pipeline] } 10:27:58 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-196-stack-cost] [Pipeline] // lock [Pipeline] } 10:27:58 $ docker stop --time=1 8c2efb517ad3046c7b1e5c10f45b46ddd3a37ebee8d4bafdb8ec4eff6fd4d7d1 10:28:00 $ docker rm -f --volumes 8c2efb517ad3046c7b1e5c10f45b46ddd3a37ebee8d4bafdb8ec4eff6fd4d7d1 [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 10:28:01 provisioning config files... 10:28:01 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config3717307537127525416tmp [Pipeline] { [Pipeline] sh 10:28:01 + set +x 10:28:01 + curl -s https://codecov.io/bash 10:28:01 + bash -s -- 10:28:01 10:28:01 _____ _ 10:28:01 / ____| | | 10:28:01 | | ___ __| | ___ ___ _____ __ 10:28:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:28:01 | |___| (_) | (_| | __/ (_| (_) \ V / 10:28:01 \_____\___/ \__,_|\___|\___\___/ \_/ 10:28:01 Bash-1.0.6 10:28:01 10:28:01 10:28:01 ==> git version 2.25.1 found 10:28:01 ==> 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 10:28:01 Release-Date: 2020-01-08 10:28:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:28:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:28:01 ==> Jenkins CI detected. 10:28:01 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 10:28:01 project root: . 10:28:01 --> token set from env 10:28:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:28:01 ==> Running gcov in . (disable via -X gcov) 10:28:01 ==> Python coveragepy not found 10:28:01 ==> Searching for coverage reports in: 10:28:01 + . 10:28:01 -> Found 1 reports 10:28:01 ==> Detecting git/mercurial file structure 10:28:01 ==> Reading reports 10:28:01 + ./coverage.out bytes=100488 10:28:01 ==> Appending adjustments 10:28:01 https://docs.codecov.io/docs/fixing-reports 10:28:02 + Found adjustments 10:28:02 ==> Gzipping contents 10:28:02 16K /tmp/codecov.3lCCPL.gz 10:28:02 ==> Uploading reports 10:28:02 url: https://codecov.io 10:28:02 query: branch=main&commit=ee324de658ac88be8abc3aca6007d8ba73c8a299&build=196&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F196%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 10:28:02 -> Pinging Codecov 10:28:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=ee324de658ac88be8abc3aca6007d8ba73c8a299&build=196&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F196%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 10:28:02 -> Uploading to 10:28:02 https://storage.googleapis.com/codecov/v4/raw/2023-07-25/833815588EE85121546D348822E98E2E/ee324de658ac88be8abc3aca6007d8ba73c8a299/50fc9162-11a9-49b5-99b6-e86519a53939.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230725%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230725T102802Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a2364f610269cc8ae415a6404b6f5b62e9019e7c3bfac056b50501b7e69123de 10:28:02 % Total % Received % Xferd Average Speed Time Time Time Current 10:28:02 Dload Upload Total Spent Left Speed 10:28:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15745 0 0 100 15745 0 87960 --:--:-- --:--:-- --:--:-- 87960 10:28:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] } 10:28:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:28:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:28:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:28:02 10:28:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:28:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:28:03 df9b9388f04a: Pulling fs layer 10:28:03 52dc419b0ee2: Pulling fs layer 10:28:03 25bc292e5bac: Pulling fs layer 10:28:03 114826534d7a: Pulling fs layer 10:28:03 4657fd5d0bcf: Pulling fs layer 10:28:03 6ad1cebc031e: Pulling fs layer 10:28:03 8a3aa393b2d8: Pulling fs layer 10:28:03 114826534d7a: Waiting 10:28:03 4657fd5d0bcf: Waiting 10:28:03 6ad1cebc031e: Waiting 10:28:03 8a3aa393b2d8: Waiting 10:28:03 25bc292e5bac: Verifying Checksum 10:28:03 25bc292e5bac: Download complete 10:28:03 52dc419b0ee2: Verifying Checksum 10:28:03 52dc419b0ee2: Download complete 10:28:03 4657fd5d0bcf: Verifying Checksum 10:28:03 4657fd5d0bcf: Download complete 10:28:03 df9b9388f04a: Download complete 10:28:03 df9b9388f04a: Pull complete 10:28:03 6ad1cebc031e: Verifying Checksum 10:28:03 6ad1cebc031e: Download complete 10:28:03 52dc419b0ee2: Pull complete 10:28:03 25bc292e5bac: Pull complete 10:28:05 114826534d7a: Verifying Checksum 10:28:05 114826534d7a: Download complete 10:28:05 8a3aa393b2d8: Verifying Checksum 10:28:05 8a3aa393b2d8: Download complete 10:28:09 114826534d7a: Pull complete 10:28:09 4657fd5d0bcf: Pull complete 10:28:09 6ad1cebc031e: Pull complete 10:28:12 8a3aa393b2d8: Pull complete 10:28:12 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 10:28:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:28:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:12 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:28:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:28:17 $ docker top bb4c814b6e4181afc08b7ecec9426fbe5323ca429f3f6b6b82ea527f1912d652 -eo pid,comm [Pipeline] { [Pipeline] echo 10:28:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 10:28:17 + set -o pipefail 10:28:17 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 10:28:21 10:28:21 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 10:28:21 10:28:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/72504e75-dd19-4b32-b4af-70a2eb73e74c 10:28:21 10:28:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:28:21 10:28:22 10:28:22 A medium severity vulnerability was found in the Snyk CLI versions you are using. 10:28:22 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 10:28:22 More details here: https://snyk.co/ue1NS [Pipeline] } 10:28:22 $ docker stop --time=1 bb4c814b6e4181afc08b7ecec9426fbe5323ca429f3f6b6b82ea527f1912d652 10:28:26 $ docker rm -f --volumes bb4c814b6e4181afc08b7ecec9426fbe5323ca429f3f6b6b82ea527f1912d652 [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 10:28:27 + git log --format=format:%s -1 ee324de658ac88be8abc3aca6007d8ba73c8a299 [Pipeline] sh 10:28:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:28:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:28:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:27 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:28:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:28:28 $ docker top 76e4c2c63cb7b7bf25bbfd60694c15abc3576adf4026508ec38529f3fb4aebfa -eo pid,comm 10:28:28 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). 10:28:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:28:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:28:28 [ssh-agent] Looking for ssh-agent implementation... 10:28:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:28:28 $ docker exec 76e4c2c63cb7b7bf25bbfd60694c15abc3576adf4026508ec38529f3fb4aebfa ssh-agent 10:28:28 SSH_AUTH_SOCK=/tmp/ssh-lZhVJPE3AQwz/agent.32 10:28:28 SSH_AGENT_PID=38 10:28:28 Running ssh-add (command line suppressed) 10:28:28 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17076737628726544993.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17076737628726544993.key) 10:28:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:28:29 + git semver tag 10:28:29 2023-07-25 10:28:29,260 [run_tag] DEBUG tag force:False 10:28:29 2023-07-25 10:28:29,260 [check_head_tag] DEBUG check head tag 10:28:29 2023-07-25 10:28:29,261 [execute] INFO git cat-file --batch-check 10:28:29 2023-07-25 10:28:29,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 10:28:29 2023-07-25 10:28:29,265 [execute] INFO git cat-file --batch 10:28:29 2023-07-25 10:28:29,265 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 10:28:29 2023-07-25 10:28:29,292 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:29 2023-07-25 10:28:29,292 [execute] INFO git tag -a v3.1.0-dev.11 -m v3.1.0-dev.11 10:28:29 2023-07-25 10:28:29,293 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.11', '-m', 'v3.1.0-dev.11'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 10:28:29 2023-07-25 10:28:29,296 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:29 3.1.0-dev.11 [Pipeline] } 10:28:29 $ docker exec --env ******** --env ******** 76e4c2c63cb7b7bf25bbfd60694c15abc3576adf4026508ec38529f3fb4aebfa ssh-agent -k 10:28:29 unset SSH_AUTH_SOCK; 10:28:29 unset SSH_AGENT_PID; 10:28:29 echo Agent pid 38 killed; 10:28:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:28:29 + git semver [Pipeline] } 10:28:30 $ docker stop --time=1 76e4c2c63cb7b7bf25bbfd60694c15abc3576adf4026508ec38529f3fb4aebfa 10:28:31 $ docker rm -f --volumes 76e4c2c63cb7b7bf25bbfd60694c15abc3576adf4026508ec38529f3fb4aebfa [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:28:31 10:28:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:28:31 0.23.1-centos7: Pulling from edgex-lftools 10:28:31 ab5ef0e58194: Pulling fs layer 10:28:31 9712f1f96733: Pulling fs layer 10:28:31 63f879dbbcfc: Pulling fs layer 10:28:31 0d9ebad4ef96: Pulling fs layer 10:28:31 e9a5061849ea: Pulling fs layer 10:28:31 d747dcd14b5f: Pulling fs layer 10:28:31 2de7ff778b66: Pulling fs layer 10:28:31 2de7ff778b66: Waiting 10:28:31 d747dcd14b5f: Waiting 10:28:31 0d9ebad4ef96: Waiting 10:28:31 e9a5061849ea: Waiting 10:28:31 9712f1f96733: Verifying Checksum 10:28:31 9712f1f96733: Download complete 10:28:32 63f879dbbcfc: Verifying Checksum 10:28:32 63f879dbbcfc: Download complete 10:28:32 e9a5061849ea: Verifying Checksum 10:28:32 e9a5061849ea: Download complete 10:28:32 0d9ebad4ef96: Verifying Checksum 10:28:32 0d9ebad4ef96: Download complete 10:28:32 d747dcd14b5f: Verifying Checksum 10:28:32 d747dcd14b5f: Download complete 10:28:32 ab5ef0e58194: Verifying Checksum 10:28:32 ab5ef0e58194: Download complete 10:28:32 2de7ff778b66: Verifying Checksum 10:28:32 2de7ff778b66: Download complete 10:28:35 ab5ef0e58194: Pull complete 10:28:35 9712f1f96733: Pull complete 10:28:35 63f879dbbcfc: Pull complete 10:28:39 0d9ebad4ef96: Pull complete 10:28:39 e9a5061849ea: Pull complete 10:28:39 d747dcd14b5f: Pull complete 10:28:40 2de7ff778b66: Pull complete 10:28:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:28:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:28:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:40 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:28:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:28:46 $ docker top a165381b4a0485961bdfa6531d8f73358b1cacd3b0f9b5342b4fdc8865b6f3e3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:28:46 provisioning config files... 10:28:46 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config6699239125837451975tmp 10:28:46 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config4865894669451161385tmp 10:28:46 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13071687451335359364tmp [Pipeline] { [Pipeline] echo 10:28:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:28:46 ---> sigul-configuration.sh 10:28:46 gpg: directory `/root/.gnupg' created 10:28:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:28:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:28:46 gpg: keyring `/root/.gnupg/secring.gpg' created 10:28:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:28:46 gpg: CAST5 encrypted data 10:28:46 gpg: encrypted with 1 passphrase 10:28:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:28:46 + mkdir /home/jenkins 10:28:46 + mkdir /home/jenkins/sigul [Pipeline] sh 10:28:47 + 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 10:28:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:28:47 ---> sigul-install.sh 10:28:47 Sigul already installed; skipping installation. [Pipeline] sh 10:28:47 + git tag --list 10:28:47 v0.0.1 10:28:47 v0.0.10 10:28:47 v0.0.11 10:28:47 v0.0.12 10:28:47 v0.0.13 10:28:47 v0.0.14 10:28:47 v0.0.15 10:28:47 v0.0.16 10:28:47 v0.0.17 10:28:47 v0.0.18 10:28:47 v0.0.19 10:28:47 v0.0.2 10:28:47 v0.0.20 10:28:47 v0.0.21 10:28:47 v0.0.22 10:28:47 v0.0.23 10:28:47 v0.0.24 10:28:47 v0.0.25 10:28:47 v0.0.26 10:28:47 v0.0.27 10:28:47 v0.0.28 10:28:47 v0.0.29 10:28:47 v0.0.3 10:28:47 v0.0.30 10:28:47 v0.0.31 10:28:47 v0.0.32 10:28:47 v0.0.33 10:28:47 v0.0.34 10:28:47 v0.0.35 10:28:47 v0.0.36 10:28:47 v0.0.37 10:28:47 v0.0.38 10:28:47 v0.0.39 10:28:47 v0.0.4 10:28:47 v0.0.40 10:28:47 v0.0.41 10:28:47 v0.0.42 10:28:47 v0.0.43 10:28:47 v0.0.44 10:28:47 v0.0.45 10:28:47 v0.0.46 10:28:47 v0.0.47 10:28:47 v0.0.48 10:28:47 v0.0.49 10:28:47 v0.0.5 10:28:47 v0.0.50 10:28:47 v0.0.51 10:28:47 v0.0.52 10:28:47 v0.0.53 10:28:47 v0.0.54 10:28:47 v0.0.55 10:28:47 v0.0.56 10:28:47 v0.0.57 10:28:47 v0.0.58 10:28:47 v0.0.59 10:28:47 v0.0.6 10:28:47 v0.0.60 10:28:47 v0.0.61 10:28:47 v0.0.62 10:28:47 v0.0.63 10:28:47 v0.0.64 10:28:47 v0.0.65 10:28:47 v0.0.66 10:28:47 v0.0.67 10:28:47 v0.0.68 10:28:47 v0.0.69 10:28:47 v0.0.7 10:28:47 v0.0.70 10:28:47 v0.0.71 10:28:47 v0.0.72 10:28:47 v0.0.8 10:28:47 v0.0.9 10:28:47 v2.0.0 10:28:47 v2.1.0 10:28:47 v2.1.1 10:28:47 v2.2.0 10:28:47 v2.3.0 10:28:47 v3.0 10:28:47 v3.0.0 10:28:47 v3.0.1 10:28:47 v3.1.0-dev.1 10:28:47 v3.1.0-dev.10 10:28:47 v3.1.0-dev.11 10:28:47 v3.1.0-dev.2 10:28:47 v3.1.0-dev.3 10:28:47 v3.1.0-dev.4 10:28:47 v3.1.0-dev.5 10:28:47 v3.1.0-dev.6 10:28:47 v3.1.0-dev.7 10:28:47 v3.1.0-dev.8 10:28:47 v3.1.0-dev.9 [Pipeline] sh 10:28:47 + lftools sign git-tag v3.1.0-dev.11 10:28:48 Signing Git tag with Sigul... 10:28:48 Signing v3.1.0-dev.11 [Pipeline] echo 10:28:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:28:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:28:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:28:49 $ docker stop --time=1 a165381b4a0485961bdfa6531d8f73358b1cacd3b0f9b5342b4fdc8865b6f3e3 10:28:50 $ docker rm -f --volumes a165381b4a0485961bdfa6531d8f73358b1cacd3b0f9b5342b4fdc8865b6f3e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:28:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:28:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:28:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:51 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:28:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:28:51 $ docker top 3cfc0e5cce68c97339311e3297f0d5a8f4049f5af42698482c76a10bd549777c -eo pid,comm 10:28:51 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). 10:28:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:28:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:28:51 [ssh-agent] Looking for ssh-agent implementation... 10:28:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:28:51 $ docker exec 3cfc0e5cce68c97339311e3297f0d5a8f4049f5af42698482c76a10bd549777c ssh-agent 10:28:51 SSH_AUTH_SOCK=/tmp/ssh-kBakK7Hv2Bdc/agent.33 10:28:51 SSH_AGENT_PID=39 10:28:51 Running ssh-add (command line suppressed) 10:28:51 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13897334459748732360.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13897334459748732360.key) 10:28:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:28:52 + git semver bump pre 10:28:52 2023-07-25 10:28:52,457 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:52 2023-07-25 10:28:52,457 [bump_version] DEBUG bumping version:3.1.0-dev.11 on axis:pre with prefix:dev 10:28:52 2023-07-25 10:28:52,457 [bump_version] DEBUG bumped version:3.1.0-dev.12 10:28:52 2023-07-25 10:28:52,458 [write_version] DEBUG write version:3.1.0-dev.12 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 10:28:52 2023-07-25 10:28:52,458 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:52 2023-07-25 10:28:52,458 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:52 2023-07-25 10:28:52,459 [execute] INFO git cat-file --batch-check 10:28:52 2023-07-25 10:28:52,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 10:28:52 2023-07-25 10:28:52,464 [execute] INFO git cat-file --batch 10:28:52 2023-07-25 10:28:52,464 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 10:28:52 2023-07-25 10:28:52,469 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:52 3.1.0-dev.12 [Pipeline] } 10:28:52 $ docker exec --env ******** --env ******** 3cfc0e5cce68c97339311e3297f0d5a8f4049f5af42698482c76a10bd549777c ssh-agent -k 10:28:52 unset SSH_AUTH_SOCK; 10:28:52 unset SSH_AGENT_PID; 10:28:52 echo Agent pid 39 killed; 10:28:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:28:52 + git semver [Pipeline] } 10:28:53 $ docker stop --time=1 3cfc0e5cce68c97339311e3297f0d5a8f4049f5af42698482c76a10bd549777c 10:28:54 $ docker rm -f --volumes 3cfc0e5cce68c97339311e3297f0d5a8f4049f5af42698482c76a10bd549777c [Pipeline] // withDockerContainer [Pipeline] sh 10:28:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:28:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:28:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:28:55 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:28:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:28:55 $ docker top cada6d0fb4c51abb7e116ce80bafe00e57dcd0a7254c3f2f719c1e774b13ec01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:28:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:28:55 [ssh-agent] Looking for ssh-agent implementation... 10:28:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:28:55 $ docker exec cada6d0fb4c51abb7e116ce80bafe00e57dcd0a7254c3f2f719c1e774b13ec01 ssh-agent 10:28:55 SSH_AUTH_SOCK=/tmp/ssh-ufg3pLTLwx1J/agent.32 10:28:55 SSH_AGENT_PID=37 10:28:55 Running ssh-add (command line suppressed) 10:28:56 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17059166599507324590.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17059166599507324590.key) 10:28:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:28:56 + git semver push 10:28:56 2023-07-25 10:28:56,476 [run_push] DEBUG push 10:28:56 2023-07-25 10:28:56,477 [execute] INFO git cat-file --batch-check 10:28:56 2023-07-25 10:28:56,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 10:28:56 2023-07-25 10:28:56,480 [execute] INFO git rev-list 5fd89710b41be31186b998f2f18b3606274614e5 -- 10:28:56 2023-07-25 10:28:56,480 [execute] DEBUG Popen(['git', 'rev-list', '5fd89710b41be31186b998f2f18b3606274614e5', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 10:28:56 2023-07-25 10:28:56,491 [execute] INFO git fetch -v origin 10:28:56 2023-07-25 10:28:56,491 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 10:28:57 2023-07-25 10:28:56,957 [run_push] DEBUG no remote changes detected 10:28:57 2023-07-25 10:28:56,957 [execute] INFO git push origin semver 10:28:57 2023-07-25 10:28:56,957 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 10:28:58 2023-07-25 10:28:57,756 [run_push] DEBUG push all version tags 10:28:58 2023-07-25 10:28:57,756 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:28:58 2023-07-25 10:28:57,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 10:28:59 2023-07-25 10:28:58,696 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 10:28:59 3.1.0-dev.12 [Pipeline] } 10:28:59 $ docker exec --env ******** --env ******** cada6d0fb4c51abb7e116ce80bafe00e57dcd0a7254c3f2f719c1e774b13ec01 ssh-agent -k 10:28:59 unset SSH_AUTH_SOCK; 10:28:59 unset SSH_AGENT_PID; 10:28:59 echo Agent pid 37 killed; 10:28:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:28:59 + git semver [Pipeline] } 10:28:59 $ docker stop --time=1 cada6d0fb4c51abb7e116ce80bafe00e57dcd0a7254c3f2f719c1e774b13ec01 10:29:00 $ docker rm -f --volumes cada6d0fb4c51abb7e116ce80bafe00e57dcd0a7254c3f2f719c1e774b13ec01 [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 10:29:01 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 10:29:01 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 10:29:01 total 16 10:29:01 drwxr-xr-x 3 root root 4096 Jul 25 10:22 . 10:29:01 drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 10:28 .. 10:29:01 drwxr-xr-x 2 root root 4096 Jul 25 10:22 cost 10:29:01 -rw-r--r-- 1 root root 88 Jul 25 10:22 cost.csv 10:29:01 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 10:29:01 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 10:29:01 total 16 10:29:01 drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 10:22 . 10:29:01 drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 10:28 .. 10:29:01 drwxr-xr-x 2 jenkins jenkins 4096 Jul 25 10:22 cost 10:29:01 -rw-r--r-- 1 jenkins jenkins 88 Jul 25 10:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:29:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:29:02 ---> package-listing.sh 10:29:02 ++ facter osfamily 10:29:02 ++ tr '[:upper:]' '[:lower:]' 10:29:02 + OS_FAMILY=debian 10:29:02 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 10:29:02 + START_PACKAGES=/tmp/packages_start.txt 10:29:02 + END_PACKAGES=/tmp/packages_end.txt 10:29:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:29:02 + PACKAGES=/tmp/packages_start.txt 10:29:02 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 10:29:02 + PACKAGES=/tmp/packages_end.txt 10:29:02 + case "${OS_FAMILY}" in 10:29:02 + dpkg -l 10:29:02 + grep '^ii' 10:29:02 + '[' -f /tmp/packages_start.txt ']' 10:29:02 + '[' -f /tmp/packages_end.txt ']' 10:29:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:29:02 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 10:29:02 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 10:29:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 10:29:02 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:29:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:29:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:29:03 prd-ubuntu20.04-docker-8c-8g-2061 does not seem to be running inside a container 10:29:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:29:04 $ docker top 55b45c83f2557857be5e2573490992072a79b8549fad0a33215329195013b08e -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:04 + touch /tmp/pre-build-complete [Pipeline] sh 10:29:04 + mkdir -p /var/log/sysstat [Pipeline] sh 10:29:04 + ls /var/log/sa-host 10:29:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:29:05 provisioning config files... 10:29:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config9313090258952843308tmp [Pipeline] { [Pipeline] echo 10:29:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:29:05 ---> create-netrc.sh [Pipeline] } 10:29:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:29:05 ---> python-tools-install.sh [Pipeline] echo 10:29:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:29:06 ---> sudo-logs.sh 10:29:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:29:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:29:06 ---> job-cost.sh 10:29:06 lf-activate-venv: SKIPPING 10:29:06 DEBUG: total: 0.2199999988079071 10:29:06 INFO: Retrieving Stack Cost... 10:29:06 INFO: Retrieving Pricing Info for: v3-standard-8 10:29:07 INFO: Archiving Costs [Pipeline] echo 10:29:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:29:07 ---> logs-deploy.sh 10:29:07 lf-activate-venv: SKIPPING 10:29:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/196 10:29:07 INFO: archiving workspace using pattern(s): 10:29:08 Archives upload complete. 10:29:08 INFO: archiving logs to Nexus 10:29:09 ---> uname -a: 10:29:09 Linux prd-ubuntu20-04-docker-8c-8g-2061 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:29:09 10:29:09 10:29:09 ---> lscpu: 10:29:09 Architecture: x86_64 10:29:09 CPU op-mode(s): 32-bit, 64-bit 10:29:09 Byte Order: Little Endian 10:29:09 Address sizes: 40 bits physical, 48 bits virtual 10:29:09 CPU(s): 8 10:29:09 On-line CPU(s) list: 0-7 10:29:09 Thread(s) per core: 1 10:29:09 Core(s) per socket: 1 10:29:09 Socket(s): 8 10:29:09 NUMA node(s): 1 10:29:09 Vendor ID: AuthenticAMD 10:29:09 CPU family: 23 10:29:09 Model: 49 10:29:09 Model name: AMD EPYC-Rome Processor 10:29:09 Stepping: 0 10:29:09 CPU MHz: 2800.000 10:29:09 BogoMIPS: 5600.00 10:29:09 Virtualization: AMD-V 10:29:09 Hypervisor vendor: KVM 10:29:09 Virtualization type: full 10:29:09 L1d cache: 256 KiB 10:29:09 L1i cache: 256 KiB 10:29:09 L2 cache: 4 MiB 10:29:09 L3 cache: 128 MiB 10:29:09 NUMA node0 CPU(s): 0-7 10:29:09 Vulnerability Itlb multihit: Not affected 10:29:09 Vulnerability L1tf: Not affected 10:29:09 Vulnerability Mds: Not affected 10:29:09 Vulnerability Meltdown: Not affected 10:29:09 Vulnerability Mmio stale data: Not affected 10:29:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:29:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:29:09 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:29:09 Vulnerability Srbds: Not affected 10:29:09 Vulnerability Tsx async abort: Not affected 10:29:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:29:09 10:29:09 10:29:09 ---> nproc: 10:29:09 8 10:29:09 10:29:09 10:29:09 ---> df -h: 10:29:09 Filesystem Size Used Avail Use% Mounted on 10:29:09 overlay 155G 12G 143G 8% / 10:29:09 tmpfs 64M 0 64M 0% /dev 10:29:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:29:09 shm 64M 0 64M 0% /dev/shm 10:29:09 /dev/vda1 155G 12G 143G 8% /facter-os 10:29:09 10:29:09 10:29:09 ---> sar -b -r -n DEV: 10:29:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2061) 07/25/23 _x86_64_ (8 CPU) 10:29:09 10:29:09 10:19:55 LINUX RESTART (8 CPU) 10:29:09 10:29:09 10:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:29:09 10:21:02 151.95 47.42 104.53 0.00 5311.89 202205.93 0.00 10:29:09 10:22:01 53.16 0.54 52.62 0.00 26.44 22613.52 0.00 10:29:09 10:23:01 30.99 0.05 30.94 0.00 11.86 16452.21 0.00 10:29:09 10:24:01 1.42 0.00 1.42 0.00 0.00 15.73 0.00 10:29:09 10:25:01 5.48 0.97 4.52 0.00 67.46 1914.08 0.00 10:29:09 10:26:01 50.96 9.65 41.31 0.00 5095.28 7010.70 0.00 10:29:09 10:27:01 3.45 0.02 3.43 0.00 0.13 90.12 0.00 10:29:09 10:28:01 0.95 0.07 0.88 0.00 7.87 13.06 0.00 10:29:09 10:29:01 121.55 0.43 121.11 0.00 18.93 61047.69 0.00 10:29:09 Average: 46.65 6.59 40.07 0.00 1173.60 34633.66 0.00 10:29:09 10:29:09 10:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:29:09 10:21:02 29230460 31639488 689928 2.10 71736 2615584 1812440 5.34 949204 2362328 4952 10:29:09 10:22:01 28598480 31580996 731256 2.22 95368 3121508 2084400 6.14 1100340 2776752 513288 10:29:09 10:23:01 28675564 31609608 702320 2.14 95840 3068724 1754272 5.17 1084612 2711564 16 10:29:09 10:24:01 28675560 31609668 701972 2.13 95880 3068728 1754272 5.17 1084520 2711568 168 10:29:09 10:25:01 28612336 31610260 701236 2.13 97540 3128440 1770356 5.22 1089596 2771668 312 10:29:09 10:26:01 28144116 31590536 703596 2.14 130544 3529700 1807184 5.33 1408132 2882316 40 10:29:09 10:27:01 28154596 31596252 697640 2.12 129136 3526440 1782828 5.25 1401312 2879184 8 10:29:09 10:28:01 28151588 31593528 700056 2.13 129160 3526684 1781496 5.25 1405148 2879244 280 10:29:09 10:29:01 26630008 31557492 730608 2.22 175684 4834904 1852092 5.46 1545052 4124860 296 10:29:09 Average: 28319190 31598648 706512 2.15 113432 3380079 1822149 5.37 1229768 2899943 57707 10:29:09 10:29:09 10:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:29:09 10:21:02 docker0 4.90 3.70 0.53 48.02 0.00 0.00 0.00 0.00 10:29:09 10:21:02 lo 3.60 3.60 0.34 0.34 0.00 0.00 0.00 0.00 10:29:09 10:21:02 ens3 585.60 342.49 6705.14 80.41 0.00 0.00 0.00 0.00 10:29:09 10:22:01 docker0 66.84 109.71 5.06 1036.82 0.00 0.00 0.00 0.00 10:29:09 10:22:01 lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 10:29:09 10:22:01 ens3 222.11 135.50 3619.02 24.69 0.00 0.00 0.00 0.00 10:29:09 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:23:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:29:09 10:23:01 ens3 27.45 30.93 15.27 83.27 0.00 0.00 0.00 0.00 10:29:09 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:29:09 10:24:01 ens3 1.07 0.30 0.17 0.08 0.00 0.00 0.00 0.00 10:29:09 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:25:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 10:29:09 10:25:01 ens3 53.14 19.00 914.24 1.68 0.00 0.00 0.00 0.00 10:29:09 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:26:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 10:29:09 10:26:01 ens3 164.87 73.35 2011.14 5.30 0.00 0.00 0.00 0.00 10:29:09 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:27:01 ens3 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 10:29:09 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:29:09 10:28:01 lo 0.33 0.33 0.02 0.02 0.00 0.00 0.00 0.00 10:29:09 10:28:01 ens3 2.78 2.23 3.27 0.89 0.00 0.00 0.00 0.00 10:29:09 10:29:01 docker0 69.16 120.85 5.71 1021.55 0.00 0.00 0.00 0.00 10:29:09 10:29:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 10:29:09 10:29:01 ens3 414.05 255.22 8240.11 51.52 0.00 0.00 0.00 0.00 10:29:09 Average: docker0 15.56 25.87 1.25 232.54 0.00 0.00 0.00 0.00 10:29:09 Average: lo 0.91 0.91 0.09 0.09 0.00 0.00 0.00 0.00 10:29:09 Average: ens3 163.39 95.40 2387.94 27.55 0.00 0.00 0.00 0.00 10:29:09 10:29:09 10:29:09 ---> sar -P ALL: 10:29:09 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2061) 07/25/23 _x86_64_ (8 CPU) 10:29:09 10:29:09 10:19:55 LINUX RESTART (8 CPU) 10:29:09 10:29:09 10:20:01 CPU %user %nice %system %iowait %steal %idle 10:29:09 10:21:02 all 8.40 0.00 2.83 3.20 0.06 85.52 10:29:09 10:21:02 0 9.50 0.00 3.64 1.41 0.05 85.40 10:29:09 10:21:02 1 8.12 0.00 2.38 0.30 0.05 89.15 10:29:09 10:21:02 2 8.76 0.00 2.63 6.57 0.05 81.99 10:29:09 10:21:02 3 7.72 0.00 2.83 10.38 0.07 79.00 10:29:09 10:21:02 4 9.25 0.00 2.65 1.52 0.05 86.53 10:29:09 10:21:02 5 8.07 0.00 2.54 4.68 0.07 84.65 10:29:09 10:21:02 6 7.35 0.00 2.86 0.17 0.08 89.53 10:29:09 10:21:02 7 8.42 0.00 3.08 0.57 0.08 87.84 10:29:09 10:22:01 all 29.59 0.00 4.92 0.90 0.07 64.52 10:29:09 10:22:01 0 29.22 0.00 5.14 5.55 0.07 60.03 10:29:09 10:22:01 1 29.49 0.00 5.17 0.21 0.09 65.05 10:29:09 10:22:01 2 29.01 0.00 5.13 0.29 0.07 65.50 10:29:09 10:22:01 3 28.82 0.00 4.30 0.70 0.07 66.11 10:29:09 10:22:01 4 31.00 0.00 4.68 0.21 0.09 64.03 10:29:09 10:22:01 5 29.59 0.00 4.77 0.03 0.07 65.54 10:29:09 10:22:01 6 29.69 0.00 5.20 0.07 0.07 64.97 10:29:09 10:22:01 7 29.86 0.00 4.97 0.17 0.07 64.92 10:29:09 10:23:01 all 0.55 0.00 0.28 1.39 0.02 97.75 10:29:09 10:23:01 0 0.44 0.00 0.72 9.84 0.02 88.98 10:29:09 10:23:01 1 0.62 0.00 0.23 0.58 0.02 98.55 10:29:09 10:23:01 2 0.40 0.00 0.23 0.02 0.02 99.33 10:29:09 10:23:01 3 0.58 0.00 0.17 0.05 0.02 99.18 10:29:09 10:23:01 4 0.43 0.00 0.17 0.00 0.02 99.38 10:29:09 10:23:01 5 0.67 0.00 0.30 0.52 0.03 98.48 10:29:09 10:23:01 6 0.47 0.00 0.20 0.17 0.00 99.16 10:29:09 10:23:01 7 0.80 0.00 0.25 0.00 0.03 98.91 10:29:09 10:24:01 all 0.02 0.00 0.01 0.04 0.01 99.92 10:29:09 10:24:01 0 0.00 0.00 0.03 0.33 0.00 99.63 10:29:09 10:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:29:09 10:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:29:09 10:24:01 3 0.03 0.00 0.02 0.00 0.05 99.90 10:29:09 10:24:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:29:09 10:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:29:09 10:24:01 6 0.05 0.00 0.00 0.00 0.02 99.93 10:29:09 10:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:29:09 10:25:01 all 0.22 0.00 0.07 0.08 0.01 99.62 10:29:09 10:25:01 0 0.50 0.00 0.17 0.58 0.02 98.73 10:29:09 10:25:01 1 0.10 0.00 0.13 0.02 0.02 99.73 10:29:09 10:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:29:09 10:25:01 3 0.18 0.00 0.03 0.02 0.02 99.75 10:29:09 10:25:01 4 0.10 0.00 0.07 0.02 0.00 99.82 10:29:09 10:25:01 5 0.03 0.00 0.12 0.02 0.00 99.83 10:29:09 10:25:01 6 0.80 0.00 0.00 0.00 0.00 99.20 10:29:09 10:25:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:29:09 10:26:01 all 2.20 0.00 1.47 0.63 0.03 95.66 10:29:09 10:26:01 0 1.99 0.00 1.15 1.65 0.02 95.19 10:29:09 10:26:01 1 2.17 0.00 2.41 0.47 0.03 94.92 10:29:09 10:26:01 2 2.39 0.00 1.92 0.80 0.03 94.85 10:29:09 10:26:01 3 2.39 0.00 1.69 0.42 0.03 95.47 10:29:09 10:26:01 4 4.03 0.00 1.20 0.32 0.02 94.44 10:29:09 10:26:01 5 1.54 0.00 1.29 1.35 0.03 95.79 10:29:09 10:26:01 6 1.86 0.00 0.81 0.03 0.02 97.28 10:29:09 10:26:01 7 1.27 0.00 1.29 0.03 0.05 97.36 10:29:09 10:27:01 all 0.07 0.00 0.04 0.01 0.00 99.87 10:29:09 10:27:01 0 0.02 0.00 0.05 0.05 0.00 99.88 10:29:09 10:27:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:29:09 10:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:29:09 10:27:01 3 0.07 0.00 0.03 0.00 0.00 99.90 10:29:09 10:27:01 4 0.25 0.00 0.08 0.00 0.00 99.67 10:29:09 10:27:01 5 0.05 0.00 0.03 0.00 0.00 99.92 10:29:09 10:27:01 6 0.02 0.00 0.03 0.00 0.00 99.95 10:29:09 10:27:01 7 0.12 0.00 0.03 0.00 0.00 99.85 10:29:09 10:28:01 all 0.09 0.00 0.07 0.00 0.01 99.83 10:29:09 10:28:01 0 0.15 0.00 0.08 0.02 0.00 99.75 10:29:09 10:28:01 1 0.17 0.00 0.07 0.02 0.02 99.73 10:29:09 10:28:01 2 0.08 0.00 0.05 0.00 0.00 99.87 10:29:09 10:28:01 3 0.00 0.00 0.08 0.00 0.00 99.92 10:29:09 10:28:01 4 0.13 0.00 0.08 0.00 0.02 99.77 10:29:09 10:28:01 5 0.03 0.00 0.05 0.00 0.00 99.92 10:29:09 10:28:01 6 0.03 0.00 0.05 0.00 0.02 99.90 10:29:09 10:28:01 7 0.10 0.00 0.10 0.00 0.00 99.80 10:29:09 10:29:01 all 8.58 0.00 3.73 2.98 0.07 84.64 10:29:09 10:29:01 0 7.21 0.00 3.65 2.64 0.05 86.45 10:29:09 10:29:01 1 9.25 0.00 5.06 18.78 0.07 66.84 10:29:09 10:29:01 2 11.19 0.00 3.39 0.05 0.05 85.31 10:29:09 10:29:01 3 7.55 0.00 3.04 0.08 0.07 89.25 10:29:09 10:29:01 4 7.68 0.00 4.28 1.10 0.03 86.91 10:29:09 10:29:01 5 8.78 0.00 3.08 0.14 0.07 87.94 10:29:09 10:29:01 6 8.71 0.00 3.57 0.86 0.10 86.76 10:29:09 10:29:01 7 8.26 0.00 3.79 0.24 0.08 87.63 10:29:09 Average: all 5.45 0.00 1.48 1.02 0.03 92.02 10:29:09 Average: 0 5.37 0.00 1.61 2.44 0.02 90.55 10:29:09 Average: 1 5.48 0.00 1.71 2.25 0.03 90.54 10:29:09 Average: 2 5.69 0.00 1.48 0.85 0.02 91.95 10:29:09 Average: 3 5.18 0.00 1.34 1.29 0.04 92.16 10:29:09 Average: 4 5.80 0.00 1.46 0.35 0.03 92.37 10:29:09 Average: 5 5.35 0.00 1.34 0.75 0.03 92.53 10:29:09 Average: 6 5.37 0.00 1.40 0.14 0.03 93.05 10:29:09 Average: 7 5.35 0.00 1.49 0.11 0.04 93.01 10:29:09 10:29:09 10:29:09